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

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

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

.class-list ul {
    font-size: 0;
}

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

.class-list ul li a {
    color: #949494;
    font-size: 16px;
    font-weight: 300;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
}

.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: 500;
}


 

.mainTitle {
    text-align: center;
    width: 1200px;
    margin: 85px auto 35px;
    position: relative;
}

.mainTitle h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.5px; 
}

.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 {
    width: 1200px;
    padding-bottom:10px;
    margin: 0 auto;
    font-size: 0;
}

.bestPrd .list {
    display: inline-block;
    vertical-align: top;
    width: 292px;
    border: 1px solid #eaeaea;
    margin-left: 8px;
    position: relative;
}

.bestPrd .list:nth-child(4n+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: 16px;
    left: 0;
    top: 15px;
    padding-left: 15px;
}

.bestPrd .list .thumb .num:after {
    content: "";
    background: #111;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    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;
}

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

.bestPrd .list .desc ul .prdname {}

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

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

.bestPrd .list .desc ul .prdprice a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.bestPrd .list .desc ul .prdctrl {
    margin-top: 22px;
}

.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; } 
.commonPrd {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.commonPrd .list {
    width: 386px;
    display: inline-block;
    vertical-align: top;
    margin-left: 21px;
    position: relative;
    padding-bottom: 80px;
}

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

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

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

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

.commonPrd .list .desc ul .prdname {}

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

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

.commonPrd .list .desc ul .prdsubname a {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.45;
}

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

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

.commonPrd .list .desc ul .prdprice a .consumer {
    color: #acacac;
    font-weight: 300;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 5px;
}
 
.item-top {
    margin-top: 95px;
    margin-bottom: 30px;
    position: relative;
}

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

.item-top .sort {
    position: absolute;
    top: 0;
    right: 0;
}

/* BASIC css end */

