/* BASIC css start */
.cate-top {}

.cate-top img {
    width: 100%;
}
.bcate {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 31px;
}

.class-list {
    text-align: center;
    margin-top: 18px;
}

.class-list ul {
    font-size: 0;
    white-space: nowrap;
    padding-left: 18px;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 15px;
}

.class-list ul li {
    display: inline-block;
    vertical-align: middle;
    background: #f6f6f6;
    border-radius: 30px;
    margin: 0 6px 0 0;
    overflow: hidden;
    transition: all 0.4s;
}

.class-list ul li a {
    color: #949494;
    font-size: 12px;
    font-weight: 300;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    min-width: 73px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.class-list ul li:hover, .class-list ul li.on {
    background: #202020;
}

.class-list ul li:hover a, .class-list ul li.on a {
    color: #fff;
}

.class-list ul li.on a {
    font-weight: bold;
}


 

.mainTitle {
    text-align: center;
    margin: 40px auto 22px;
    position: relative;
}

.mainTitle h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 700; 
}

.mainTitle h3 p {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    padding-top: 10px;
}

.mainTitle .more {
    position: absolute;
    right: 0;
    top: 0;
}
.bestPrd {
    padding: 0 12px 10px;
    margin: 0 auto;
    font-size: 0;
}

.bestPrd .list {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    border: 1px solid #eaeaea;
    margin-left: 2%;
    position: relative;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.bestPrd .list:nth-child(3n+1) {
    margin-left: 0;
}

.bestPrd .list .thumb {
    position: relative;
}

.bestPrd .list .thumb img {
    width: 100%;
}

.bestPrd .list .thumb .num {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    color: #111;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    left: 0;
    top: 7px;
    padding-left: 9px;
}

.bestPrd .list .thumb .num:after {
    content: "";
    background: #111;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    padding-right: 1px;
}

.bestPrd .list .desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 9;
}

.bestPrd .list .desc ul {
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    word-break: keep-all;
}

.bestPrd .list .desc ul .prdname {}

.bestPrd .list .desc ul .prdname a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.bestPrd .list .desc ul .prdprice {
    margin-top: 5px;
}

.bestPrd .list .desc ul .prdprice a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
 
.bestPrd .list .desc ul .prdctrl a:first-child {
    margin-right: 25px;
}

.bestPrd .list:hover .desc {
    opacity: 1;
    visibility: visible;
}

.bestPrd .list .desc ul .prdctrl .notHover {
    display: inline-block;
}

.bestPrd .list .desc ul .prdctrl .onHover {
    display: none;
}
.bestPrd .list .desc ul .prdctrl .wish-on .onHover { display:inline-block; } 
.bestPrd .list .desc ul .prdctrl .wish-on .notHover { display:none; } 
.items {
    margin: 0 auto;
    font-size: 0;
    padding: 0 12px;}
.commonPrd.list {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    position: relative;
    padding-bottom: 38px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.commonPrd.list:nth-child(2n+1) {
    margin-left: 0;
}

.commonPrd.list .thumb {
    border: 1px solid #eaeaea;
}

.commonPrd.list .thumb img {
    width: 100%;
}

.commonPrd.list .desc {margin-top: 15px;text-align: center;}
.commonPrd.list .desc ul {}

.commonPrd.list .desc ul .prdname {
    line-height: 1.25;
}

.commonPrd.list .desc ul .prdname a {
    color: #323232;
    font-size: 13px;
    font-weight: 300;
}

.commonPrd.list .desc ul .prdsubname {
    margin-top: 15px;
    word-break: keep-all;
    line-height: 1.45;
}

.commonPrd.list .desc ul .prdsubname a {
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.2px;
}

.commonPrd.list .desc ul 
 .prdprice {
    margin-top: 15px;
}

.commonPrd.list .desc ul .prdprice a {
    color: #323232;
    font-weight: 500;
    font-size: 12px;
}
.commonPrd.list .desc ul .prdprice a .dc_per {
    color: #d00000;
    font-weight: 800;
    margin-right: 2px;
}

.commonPrd.list .desc ul .prdprice a .consumer {
    color: #acacac;
    font-weight: 300;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 2px;
}

 
.item-top {
    margin-top: 20px;
    margin-bottom: 18px;
    position: relative;
    padding: 0 18px;
}

.item-top .total {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.item-top .sort {
    position: absolute;
    top: -8px;
    right: 5px;
} 

.btn_moreGray2 {
    color: #afafaf;
    font-size: 12px;
    background: #fff;
    border: 1px solid #d5d5d5;
    width: 181px;
    height: 38px;
    line-height: 38px;
    border-radius: 40px;
}

.btn_moreGray2 .special_product_current {
    font-weight: 700;
    color: #161616;
}
.btn_moreGray2 .text {
    color: #161616;
    margin-right: 1px;
}

.more  {
    margin-top: 0;
    margin-bottom: 80px;
}

.btn_moreGray2 .text + span {
    font-weight: 700;
    color: #161616;
} 
/* BASIC css end */

