﻿@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;
}

input::-o-input-placeholder {
    color: #999;
}

input::-moz-input-placeholder {
    color: #999;
}

input::-ms-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 .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: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -moz-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -o-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    display: -webkit-box;
    padding: .1rem 0;
    position: absolute;
    top: 73rem;
    z-index: 101;
    width: 100%;
}

    .top .search i {
        position: absolute;
        color: #999;
        left: .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 {
            background-color: #fff;
            color: #999;
            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: .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: .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: 0.2rem;
        padding-left: 1.25rem;
        border-radius: 1rem;
        background-color: rgba(255, 255, 255, 1);
       
        box-sizing: border-box;
        outline: none;
     
        float: left;
        color: #333;
    }

    .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: 94%;
    background-color: #F7F5F6;
    margin-left: 3%;
    margin-top: 0.75rem;
    overflow: hidden;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
    border-radius: .5rem;
}

.big {
    overflow: hidden;
}

    .big .lanmu ul {
            margin: 0;
    padding: 0;
    }

        .big .lanmu ul li {
            width: 20%;
            float: left;
            overflow: hidden;
            border-right: 0.05rem solid #dedede;
            box-sizing: border-box;
        }

        .big .lanmu ul a:last-child li {
            border-right: 0 solid #dedede;
        }

        .big .lanmu ul li img {
            width: 64%;
            margin-left: 18%;
        }

        .big .lanmu ul li i {
            width: 64%;
            margin-left: 18%;
            text-align: center;
            overflow: hidden;
            color: #FE7A7B;
        }

        .big .lanmu ul li p {
             text-align: center;
  line-height: 1.25rem;
  font-size: 0.6rem;
  color: #a38c92;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
        }

.hot {
   background-color: #fff;
  width: 94%;
  overflow: hidden;
  margin-left: 3%;
  border: 0.05rem solid #e4e4e4;
  margin-top: .5rem;
  border-radius: .25rem;
    box-sizing: border-box;
}

 .hot .pic {
     width: 45%;
  overflow: hidden;
  float: left;
    }

 .hot .pic img {
     width: 100%;
  max-height: 16.7rem;
    padding: .25rem;
    box-sizing:border-box;
        }

.hot .list {
    width: 55%;
  overflow: hidden;
  padding-left: .25rem;
  box-sizing: border-box;
  margin-top: 0.35rem;
    }

.hot .list .tag {
  background-image: url(../images/26_20.png);
  height: 2rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 2rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  margin-bottom: .25rem;
        }
 .hot .list .tag i {
       width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
  float: left;
            }
    .hot .list .tag img{
          width: 1rem;
  height: 1rem;
  float: left;
  margin: .5rem .25rem;
  margin-bottom: 0;
    }
 .hot .list ul {
        }

.hot .list ul li {
    border: 0.05rem solid #e5e6e6;
  float: left;
  border-radius: 0.2rem;
  margin: .25rem;
  overflow: hidden;
  padding: 0.4rem 0.3rem;
  margin-left: 0;
  margin-right: 0.4rem;
            }
.banner {
    width:94%;
    margin-left:3%;
    margin-top:.5rem;
}
.banner img{
    width:100%;
   
}
.swiper-containers {
    overflow:hidden;
}

.listshop {
    width: 94%;
  margin-left: 3%;
  margin-top: .5rem;
  background:#fff;
  border: 0.05rem solid #e4e4e4;
   box-sizing: border-box;
    border-radius: .25rem;
      margin-bottom: .5rem;
}
    .listshop h2 {
        line-height: 1.75rem;
  margin-left: 0.75rem;
  font-size: 0.8rem;
    }
.swiper-container .swiper-slide img {
    width: 40%;
  float: left;
  padding: 0.25rem;
  box-sizing: border-box;
}
.swiper-container .swiper-slide .desc {
    width: 58%;
  float: left;
  margin-left: 1%;
}
.swiper-slide .desc p{
     font-size: 0.7rem;
    line-height: 1.15rem;
    max-height: 3.5rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: left;
}
.swiper-slide .desc span{
    font-size: 1.2rem;
  color: #f00;
}
.swiper-slide .desc span em{
    color: #808080;
  font-size: 0.8rem;
  text-decoration: line-through;
  margin-left: .5rem;
}
.swiper-container-horizontal>.swiper-pagination {
  bottom: 0.25rem;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.clear {
    width: 100%;
    height:2.5rem;
    overflow:hidden;
}
