﻿.home-product .product-list .swiper-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;}
.home-product .product-list .swiper-wrapper .swiper-slide{height:auto;width:19%;margin-bottom:20px;}
@media (max-width:1024px){.home-product .product-list .swiper-wrapper .swiper-slide{width:48%}}
@media (max-width:768px){.home-product .swiper .swiper-slide .info{padding:0 0 10px;margin-top:10px}
.home-product .swiper .swiper-slide .info .title{line-height:1.3;font-size:var(--fontsize16)}
.home-product .swiper .swiper-slide .info i{display:none}
.home-product .product-list .swiper-wrapper .swiper-slide{margin-bottom:10px}}
.home-product .swiper .swiper-slide .img a img{object-fit: contain;aspect-ratio: 1 / 1;}