
/*èå*/
.scrollx{
    height: 50px;
    overflow: hidden;
    background: #fff;
}
.scrollx-content{
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.nav {
    padding: 0 16px 0 10px;
}
.nav li{
    display: inline-block;
    padding: 24px 10px 6px 10px;
    margin-bottom: 30px;/*ææ°´å¹³æ»å¨æ¡æå°å¤é¢,è¾¾å°éèçç®ç*/
    vertical-align: middle;
}
.nav .active{
    position: relative;
    /* border-bottom: 1px solid #FF6990; */
    color: #FF6990;
}
.nav .active:after{
    content: " ";
    position: absolute;
    bottom: -4px;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #FF6990;
}
/*åè¡¨*/
.all{
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
/*å±ç¤ºä¸æå è½½çæ°æ®åè¡¨*/
.data-list{
    width: 100%;
}
.data-list li{
    position: relative;
    padding:0 0 10px 0;
    margin-top: 5px;
    width: 50%;
    display: inline-block;
}
.data-list .pd-img{
    width: 98%;display: block;margin: 0 auto;
}
.data-list .pd-name{
    width: 96%;display: block;
    font-size: 15px;
    line-height: 20px;
    margin:10px auto 5px auto;
    overflow: hidden;
}
.data-list .pd-price{
    margin-top: 8px;
    color: red;
}
.data-list .pd-sold{
    width: 96%;display: block;
    font-size: 12px;
    margin:0 auto;
    color: gray;
    
}
/*éè*/
.hide{display: none;}
.small {
width: 100%;
height:auto;
}
.small_list {
text-align: center;
font-size: 18px;
background: #fff;
height: auto;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;
}
.small_list img{
width: 100%;display: block;
}
.swiper-pagination-bullet {
width: 12px;
height: 3px;
border-radius: 0;
text-align: right;
line-height: 20px;
font-size: 12px;
color:#000;
opacity: 1;
margin: 0 2px !important;
background: rgba(255,255,255,0.2);
}
.swiper-pagination-bullet-active {
color:#fff;
background: rgba(255,255,255,1);
}
.swiper-pagination-bullets{
bottom: 0;width: auto;text-align: right;right: 5%;
}
.small_list p{
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /* æ åçè¯­æ³ */                  /* For Latest Opera */
    color: #fff;
    padding: 0.5em 2%;
    width: 100%;
    font-size: 15px;
    text-align: left;
}
