/* BASIC css start */
.banner5x {
    font-size: 0;
    padding-top: 63px;
}

.banner5x .left {
    width: 450px;
    display: inline-block;
    vertical-align: top;
}

.banner5x  .center {
    width: 436px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.banner5x .right {
    width: 294px;
    display: inline-block;
    vertical-align: top;
}


.banner5x > div a {
    display: block;
    transition: all 0.4s;
}

.banner5x > div a img {
    width: 100%;
}

.banner5x > div a:hover {
    opacity: 0.85;
}
.banner5x .center a + a {
    margin-top: 10px;
}

.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: 4px;
    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;
    margin-bottom: 6px;
}

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

.banner3x {
    font-size: 0;
    padding-top: 60px;
}

.banner3x .left {
    width: 558px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.banner3x .right {
    width: 620px;
    display: inline-block;
    vertical-align: top;
    margin-left: 22px;
}

.leftSwiper {position: relative;}

.leftSwiper .swiper-slide {}

.leftSwiper .swiper-slide img {
    width: 100%;
}
.leftSwiper .swiper-pagination {
    right: 20px;
    left: auto !important;
    width: auto !important;
    bottom: 20px !important;
}

.leftSwiper .swiper-pagination span {
    background: #979797;
    border-radius: 0;
    opacity: 1;
    margin: 0 0 0 10px !important;
}

.leftSwiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: #313131;
}
.banner3x a {
    display: block;
    transition: all 0.4s;
}

.banner3x a:hover {
    opacity: 0.85;
}

.banner3x .right img {
    width: 100%;
}

.banner3x .right a:nth-child(-n+2) {
    width: 300px;
    display: inline-block;
}

.banner3x .right a:nth-child(2) {
    margin-left: 19px;
}

.banner3x .right a:nth-child(3) {
    margin-top: 19px;
}

.mainBanner {
    margin: 10px 0;
}

.mainBanner img {
    width: 100%;
}
.instagram {text-align:center;padding-top:100px;}
.instagram h3 {margin-bottom:40px;}
 
/* BASIC css end */

