.home-product-list {flex-wrap:nowrap;margin:0;}
.home-product-list>li {padding:0;margin:0}
.home-category-swiper {padding:0 70px;position:relative;}
.home-category-swiper .swiper-pagination {display:none;}
.category-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;}
.category-btn>div.category-prev {left:0;}
.category-btn>div.category-next {right:0;}
.category-btn>div i {font-size:24px;}
.category-btn>div.category-prev i{transform:rotate(-90deg)}
.category-btn>div.category-next i{transform:rotate(90deg)}
.category-btn>div:hover {background:var(--color);color:#fff}
@media (max-width:768px){.home-category-swiper {padding:10px 0 0;}
.home-category-swiper .swiper-container{padding:0 0 40px;}
.home-category-swiper .swiper-pagination {display:block;bottom:0}
.category-btn>div{display:none}
.home-product-list .home-product-item{margin-bottom:40px}
.home-category-swiper .swiper-pagination-bullet-active{background:var(--color)}}