.home-product-list {flex-wrap:nowrap;}
.home-product-list>li{margin:0}
.home-product-swiper .swiper-pagination {display:none;}
.home-product-swiper {position:relative;padding:0 40px;}
.home-product-btn>div {cursor:pointer;display:flex;align-items:center;justify-content:center;width:40px;height:40px;position:absolute;top:50%;margin-top:-20px;background:#f6f6f6;transition:.3s}
.home-product-btn>div.home-product-prev {left:0;}
.home-product-btn>div.home-product-next {right:0;}
.home-product-btn>div i {font-size:20px;}
.home-product-btn>div:hover {background:var(--color);color:#fff}
@media (max-width:768px){.home-product-swiper{padding:0;}
.home-product-swiper .swiper-container{padding:0 0 40px;}
.home-product-swiper .swiper-pagination {display:block;bottom:0}
.home-product-btn>div{display:none}
.home-product-swiper .swiper-pagination-bullet-active{background:var(--color)}
.home-product-list .home-product-item{margin-bottom:40px}}