﻿@charset "utf-8";

img {
    border: none;
}

ul li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

input {
    -webkit-appearance: none;
}

#page-wrapper #left {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1 !important;
    height: 100%;
    width: 12.5rem;
}

input::-webkit-input-placeholder {
    color: #999;
}


.userBox {
    padding: 1rem 1rem;
    text-align: center;
    background-image: url('../../../newUI/images/left_top.png');
      background-size: 100% 100%;
}
.userBox .u_img {
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.moved {
-webkit-transform: perspective(0) translate(12.5rem, 0);
-moz-transform: translate(12.5rem, 0);
-ms-transform: translate(12.5rem, 0);
-o-transform: translate(12.5rem, 0);
transform: translate(12.5rem, 0);
-webkit-transition:all 0.3s ease-in 0;
}

.userBox .u_name {
padding-top: 0.1rem;
position: relative;
}
.userBox .u_name h2 {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.userBox .u_name p {
font-size: 0.7rem;
color: #999;
line-height: 1.5rem;
}

.i_flip {
    position: absolute;
    right: 1rem;
    top: 1.4rem;
    width: 0.75rem;
    height: 1.5rem;
    overflow: hidden;
}

    .i_flip i {
        position: absolute;
        width: 1.1rem;
        height: 1.1rem;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        right: 0.35rem;
        top: 0.15rem;
        border: 0.05rem solid #666;
    }
    
.flankMenu {
  
    background-image: url('../../../newUI/images/left_bg.png');
      background-size: 100% 100%;
}
.flankMenu ul {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#page-wrapper > .right {
    -webkit-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -moz-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -ms-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -o-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -webkit-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -moz-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -ms-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    -o-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
    left: 0;
    top: 0;
    background: #f0f3f5;
    box-shadow: 0 0 0.5rem #999;
}
.flankMenu li {
     top: -0.05rem;
  position: relative;
  background-image: url('../../../newUI/images/left_line.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 0.05rem;
}

    .flankMenu li a {
        display: block;
        color: #333;
        line-height: 2.75rem;
    }

    .flankMenu li .fa {
        font-size: 0.9rem;
        color: #888;
        margin-right: 0.4rem;
    }

.top {
    height: 2.5rem;
    background:#f60;
    display: -webkit-box;
    padding: 0.1rem 0;
     position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
    opacity: 0.85;
}
.big ul{padding:0;margin:0}
    .top .search i {
        position: absolute;
        color: #999;
        left: 0.4rem;
        line-height: 1.5rem;
    }

    .top p.ch {
        -webkit-box-flex: 2;
        text-align: -webkit-center;
        min-width: 2.2rem;
        max-width: 2.2rem;
        height: 2.5rem;
        line-height: 2.5rem;
        color: #fff;
        font-size: 1rem;
        position: relative;
    }

        .top p.ch i {
          
            color: #fff;
            padding: 0.45rem;
            border-radius: 50%;
            font-size: 0.8rem;
        }

        .top p.ch span {
            position: absolute;
            width: 0.9rem;
            height: 0.9rem;
            right: 0.1rem;
            font-size: 0.6rem;
            border-radius: 1rem;
            line-height: 0.9rem;
            background: #fff;
            color: #DD4731;
            top: 0.5rem;
        }

#thelist li p img {
    border-radius: 50%;
}

.top p.ch span:empty {
    display: none;
}

.top p.me {
    -webkit-box-flex: 2;
    text-align: -webkit-center;
    min-width: 2.2rem;
    max-width: 2.2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    font-size: 1rem;
}

.top .search {
    height: 1.5rem;
    padding: 0.5rem 0;
    -webkit-box-flex: 6;
    text-align: -webkit-center;
    font-size: 0.7rem;
}

    .top .search input {
           height: 1.5rem;
    font-size: 0.7rem;
   
    width: 95%;
    padding-left: 0.25rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: initial;
    outline: none;
  
    float: left;
    color: #333;
    box-sizing: border-box;
    padding-left: 1.25rem;
    }

    .top .search form {
        position: relative;
    }

@media screen and (width:32rem) {
    body {
        width: 32rem;
        margin: 0 auto;
    }

    footer {
        width: 32rem;
    }
}

.list .right {
    width: 55%;
}

    .list .right p {
        width: 100%;
        box-sizing: border-box;
    }

        .list .right p img {
            width: 100%;
            height: 100%;
            min-height: 4.25rem;
            max-height: 10.4rem;
        }

        .list .right p:nth-child(1) {
            border-bottom: 0.05rem solid #e4e4e4;
        }

::-webkit-scrollbar {
    width: 0;
}

.big .lanmu {
    width: 100%;
      margin-bottom: 0.75rem;
    margin-top: 0.75rem;
    overflow: hidden;
  }

.big {
    overflow: hidden;
}

    .big .lanmu ul {
    }

        .big .lanmu ul li {
             width: 29.3%;
  float: left;
  overflow: hidden;
  background-color: #f60;
  margin: 0 2%;
  border-radius: 0.5rem;
  padding: 2% 1%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
        }
        .big .lanmu ul a:nth-child(1) li {
            background:#ff4e44;
        }
        .big .lanmu ul a:nth-child(2) li {
            background:#98a818;
        }
        .big .lanmu ul a:nth-child(3) li {
            background:#c970ca;
        }
      

        .big .lanmu ul li img {
            width: 25%;
  float: left;
    margin-right: 2%;
      position: relative;
   
        }
        .big .lanmu ul li i {
  width: 25%;
  float: left;
  margin-right: 2%;
  color:#fff;
    overflow: hidden;
      margin-left: 2%;
      position: relative;
}

       
        .big .lanmu ul li p {
            text-indent: 0.1rem;
             width:73%;
  font-size: 0.9rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
    position: relative;
        }
@media screen and (width:16rem) {
 .big .lanmu ul li p {
           
  font-size: 0.65rem;
 
        }
}
.list {
     
  margin: 0.5rem 2%;
  overflow: hidden;
  position: relative;
    margin-bottom: 0;
}
.list ul{
}
.list ul li{
      width: 100%;
  overflow: hidden;
  display: -webkit-box;
  position: relative;
}
.list ul li .pic{
    width: 65%;
  overflow: hidden;
  min-height: 7rem;
}
    .list:nth-child(odd) ul li .pic {
        position: absolute;
  right: 0;
    }
.list ul li .pic img{
      width: 100%;height: 100%;
}
    .list ul li .text {
        min-height: 7rem;
    }
.list:nth-child(2) ul li .text{
    width: 35%;
  background-color: #ff4e44;
  color: #fff;
}
    .list:nth-child(3) ul li .text {
        background:#7c8c00;
         width: 35%;
          color: #fff;
    }
    .list:nth-child(4) ul li .text {
        background:#c138c3;
         width: 35%;
          color: #fff;
    }
    .list:nth-child(5) ul li .text {
        background:#000;
         width: 35%;
          color: #fff;
    }

.list ul li .text .title{
      width: 90%;
  margin: 5%;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.list ul li .text .desc{
    width: 90%;
  margin: 5%;
  font-size: 0.7rem;
  line-height: 1rem;
}
.list ul li .text .ico{
    overflow: hidden;
}
.list ul li .text .ico img{
      width: 25%;
  margin: 5%;
  margin-bottom:0;
}
    /*.list:nth-child(2) span {
        border-bottom: 0.4rem solid transparent;
  border-top: 0.4rem solid transparent;
  border-right: 0.5rem solid #FF4E44;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 9;
  right: 35%;
  top: 50%;
  margin-top: -0.4rem;
    }
    .list:nth-child(3) span {
       border-bottom: 0.4rem solid transparent;
  border-top: 0.4rem solid transparent;
  border-left: 0.5rem solid #7C8C00;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 9;
  left: 35%;
  top: 50%;
  margin-top: -0.4rem;
    }
    .list:nth-child(4) span {
        border-bottom: 0.4rem solid transparent;
  border-top: 0.4rem solid transparent;
  border-right: 0.5rem solid #c138c3;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 9;
  right: 35%;
  top: 50%;
  margin-top: -0.4rem;
    }
    .list:nth-child(5) span {
       border-bottom: 0.4rem solid transparent;
  border-top: 0.4rem solid transparent;
  border-left: 0.5rem solid #000;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 9;
  left: 35%;
  top: 50%;
  margin-top: -0.4rem;
    }*/
    
.clear {
    width: 100%;
    height:2.5rem;
    overflow:hidden;
}
@media screen and (width:16rem) {
    .list ul li .pic {
        height: 7rem;
    }
}
@media screen and (width:18rem) {
    .list ul li .pic {
        height: 7.75rem;
    }
}
@media screen and (width:18.75rem) {
    .list ul li .pic {
        height: 8.1rem;
    }
}
@media screen and (width:19.2rem) {
    .list ul li .pic {
        height: 8.3rem;
    }
}
@media screen and (width:20.7rem) {
    .list ul li .pic {
        height: 8.9rem;
    }
}
@media screen and (width:30rem) {
    .list ul li .pic {
        height: 12.9rem;
    }
}
@media screen and (width:32rem) {
    .list ul li .pic {
        height: 13.75rem;
    }
}
@media screen and (width:38.4rem) {
    .list ul li .pic {
        height: 16.45rem;
    }
}

