#header .h-foot{
    border-bottom: 0;
}
img{
    max-width: 100%;
}
.main-slide{
    position: relative;
}
.main-slide .swiper-slide a{
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
.main-slide .swiper-slide a img{
    display: block;
    margin:0 auto;
}
.main-slide .slide-controls{position:absolute;bottom:50px;left:70px;display: flex;align-items: center;z-index: 2;}
.main-slide .slide-controls .swiper-pagination-bullets{display:flex;align-items: center;justify-content: center;margin:0 5px;}
.main-slide .slide-controls .swiper-pagination-bullet{opacity:1;transition:background 0.3s;background-color: #d8d8d8;width: 10px;height: 10px;}
.main-slide .slide-controls .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left: 5px;}
.main-slide .slide-controls .swiper-pagination-bullet-active{background-color: #fff;}
.main-slide .slide-controls button{width: 30px;height: 30px;border:0;background-color: transparent;background-position:center center;cursor: pointer;overflow: hidden;text-indent: -9999px;padding:0;background-size:cover;}
.main-slide .slide-controls button[class$=prev]{background-image: url(/img/assets/icon_left.svg);}
.main-slide .slide-controls button[class$=next]{background-image: url(/img/assets/icon_right.svg);}
.hot-product{
    margin-top: 95px;
}
.hot-product h2{
    display: block;
    margin-bottom: 34px;
    margin-top: 0;
    font-size:30px;
    font-weight: 700;
}
.hot-product h2 span{
    position: relative;
}
.hot-product h2 span em{
    position: relative;
    z-index: 2;
    font-style: normal;
}
.hot-product h2 span::after{
    content:'';
    position: absolute;
    z-index: 1;
    background-color: #fde9e8;
    height: 25px;
    left:2px;
    right:0;
    bottom:0;
}
.hot-product .hot-slide-wrap{
    position: relative;
}
.hot-product .hot-slide-wrap .hot-slide-prev,
.hot-product .hot-slide-wrap .hot-slide-next{
    position: absolute;
    top:72px;
    background-repeat: no-repeat;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,.13);
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 2;
    width: 55px;
    height: 55px;
    border:0;
    cursor: pointer;
    padding:0;
    box-sizing: border-box;
}
.hot-product .hot-slide-wrap .hot-slide-prev{
    background-image: url(/img/assets/icon_left_dark.png);
    left:0;
    transform: translate(-50%,0);
}
.hot-product .hot-slide-wrap .hot-slide-next{
    background-image: url(/img/assets/icon_right_dark.png);
    right:0;
    transform: translate(50%,0);
}
.hot-product .item-list{margin:0 auto;padding:0;}
.hot-product .item-list>li{
    padding:0;
}

.main-slide-wrap {
    background-color: #f6f7fb;
}

.quick-banner{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f6f7fb;
}
.quick-banner h2{
    display: block;
    /*text-align: center;*/
    margin:0 auto 27px;
    font-weight: 700;
    font-size: 30px;
}
.quick-banner ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quick-banner ul li{
    width: 257px;
    height: 119px;
    flex-shrink: 0;
}
.quick-banner ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    background-repeat: no-repeat;
    background-color: #f0f1f6;
    background-position:center center;
    background-size:cover;
    font-size: 20px;
    box-sizing: border-box;
    padding:0 28px;
    font-weight: 700;
    border-radius: 12px;
    overflow: hidden;
}
.quick-banner ul li.quick-1 a{
    background-image: url(/img/assets/quick_bg_1.png);
}
.quick-banner ul li.quick-2 a{
    background-image: url(/img/assets/quick_bg_2.png);
}
.quick-banner ul li.quick-3 a{
    background-image: url(/img/assets/quick_bg_3.png);
}
.quick-banner ul li.quick-4 a{
    background-image: url(/img/assets/quick_bg_4.png);
}
.quick-banner ul li.quick-5 a{
    background-image: url(/img/assets/quick_bg_5.png);
}

.main-banner-wrap{
    margin-top: 60px;
}
.main-banner-wrap h2{
    display: block;
    /*text-align: center;*/
    margin:0 auto 27px;
    font-weight: 700;
    font-size: 30px;
}
.main-banner-wrap .container{
    position: relative;
}
.main-banner-wrap .swiper-slide a{
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.main-banner-wrap .swiper-slide a img{
    display: block;
    margin:0 auto;
}
.main-banner-wrap .banner-slide-prev,
.main-banner-wrap .banner-slide-next{
    position: absolute;
    top:50%;
    cursor: pointer;
    border:0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    z-index: 2;
    padding:0;
}
.main-banner-wrap .banner-slide-prev{
    background-image: url(/img/assets/icon_left_dark.png);
    left:14px;
    transform: translate(0,-50%);
}
.main-banner-wrap .banner-slide-next{
    background-image: url(/img/assets/icon_right_dark.png);
    right:14px;
    transform: translate(0,-50%);
}

.product-wrap{
    background-color: #f6f7fb;
    padding:66px 0 86px;
    margin-top: 80px;
}
.product-wrap h2{
    display: block;
    text-align: center;
    margin:0 auto 27px;
    font-weight: 700;
    font-size: 30px;
}
.product-wrap .product-cate{
    position: relative;
    margin-bottom: 24px;
}
.product-wrap .product-cate .cate-slide-prev,
.product-wrap .product-cate .cate-slide-next{
    position: absolute;
    top:50%;
    cursor: pointer;
    border:0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    z-index: 2;
    padding:0;
}
.product-wrap .product-cate .cate-slide-prev{
    background-image: url(/img/assets/icon_left_dark.png);
    left:0;
    transform: translate(calc(-100% - 18px),-50%);
}
.product-wrap .product-cate .cate-slide-next{
    background-image: url(/img/assets/icon_right_dark.png);
    right:0;
    transform: translate(calc(100% + 18px),-50%);
}
.product-wrap .swiper-slide{
    width: auto;
}
.product-wrap .swiper-slide button{
    background-color: transparent;
    cursor: pointer;
    border:0;
    height: 34px;
    text-align: center;
    padding:0 17px;
    border-radius: 17px;
    font-size:15px;
    color:#989898;
    box-sizing: border-box;
}
.product-wrap .swiper-slide button.cur{
    font-weight: 500;
    color:#363636;
    background-color: #fff;
    border:1px solid #be3926;
}
.product-list-wrap{}
.product-list-wrap .product-list{
    display: none;
}
.product-list-wrap .product-list.cur{
    display: block;
}

@media (min-width:769px){
    #side-float{
        display: block;
    }
    .m-img{
        display: none !important;
    }
}

@media (max-width:768px){
    .pc-img{
        display: none !important;
    }
   .m-img{
    display: block;
   }
    .main-slide-wrap .container{
        padding:0;
    }
    .main-slide .swiper-slide a{
        border-radius: 0;
    }
    .main-slide .slide-controls{
        left:5.6vw;
        bottom:12vw;
    }
    .main-slide-wrap .slide-controls .swiper-pagination-bullet{width: 6px;height:6px;}
    .main-slide-wrap .slide-controls button{width: 15px;height: 15px;}

    .hot-product{
        overflow:hidden
    }
    .hot-product .hot-slide-wrap .hot-slide-prev, .hot-product .hot-slide-wrap .hot-slide-next{
        width: 25px;
        height: 25px;
        transform: translate(-50%,0);
        top: 44px;
        background-size: 7px 11px;
    }
    .hot-product .hot-slide-wrap .hot-slide-next{
        display: none;
    }
    .hot-slide .swiper-slide{
        width: 150px;
    }
    .hot-slide{
        overflow: visible;
    }
    .hot-product{
        margin-top: 35px;
    }
    .hot-product h2{font-size:30px;margin-bottom: 20px;font-weight: 700;}
    /*.hot-product h2 span::after{content:none;}*/
    .hot-product h2 span::after{
        content:'';
        position: absolute;
        z-index: 1;
        background-color: #fde9e8;
        height: 25px;
        left:2px;
        right:0;
        bottom:0;
    }
   .quick-banner{
    overflow: hidden;
    margin-top: 35px;
   }
   .quick-banner ul{
    flex-wrap: wrap;
    justify-content: flex-start;
   }
   .quick-banner ul li{
    width: 30vw;
    height: 14vw;
    margin-bottom: 10px;
   }
   .quick-banner ul li+li{
    margin-left: calc((100% - 90vw) / 2);
   }
   .quick-banner ul li:nth-child(3n+1){
    margin-left: 0;
   }
   .quick-banner ul li a{
    font-size:11px;
    padding:0 13px;
    border-radius: 2.5vw;
   }

   .main-banner-wrap{
    margin-top: 28px;
   }
    .main-banner-wrap h2{
        margin:0 auto 10px 15px;
    }
   .main-banner-wrap .container{padding:0;}
   .main-banner-wrap .swiper-slide a{border-radius: 0;}
   .main-banner-wrap .banner-slide-prev, .main-banner-wrap .banner-slide-next{
    width: 18px;
    height: 18px;
   }
   .main-banner-wrap .banner-slide-prev{
    left:5px;
   }
   .main-banner-wrap .banner-slide-next{
    right:5px;
   }

   .product-cate-slide{
    overflow: visible;
   }
   .product-wrap .swiper-slide button{
    font-size: 11px;
    height: 26px;
    padding: 0 10px
   }
   .product-wrap .product-cate .cate-slide-prev,
   .product-wrap .product-cate .cate-slide-next{
    display: none;
   }
   .product-wrap{
    margin-top: 35px;
    padding:30px 0 45px;
    overflow: hidden;
   }
   .product-wrap h2{
    font-size: 18px;
    margin-bottom: 1em;
   }
}