﻿.home-product .product-list .swiper-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;}
.home-product .product-list .swiper-slide{margin-bottom:20px;height:auto;width:24%;}
.home-product .product-list .swiper-slide:nth-child(n+9) .img a img{aspect-ratio:1/1;}
.home-product .swiper .swiper-slide .info{padding-bottom:15px}
@media (max-width:1024px){.home-product .product-list .swiper-slide{width:48%;margin-bottom:10px}}
@media (max-width:540px){.home-product .swiper .swiper-slide .info{margin-top:10px;padding:0 0 10px}
.home-product .swiper .swiper-slide .info .title{font-size:var(--fontsize16);line-height:1.4}
.home-product .swiper .swiper-slide .info i{display:none}}