#swiperProduct2 {width:100%;}
#swiperProduct2 .swiper-pagination {display:none}
.home-product .l-wrap .product .pro-list {flex-wrap:inherit;align-items:inherit;}
.home-product .l-wrap .product .pro-list .item {height:auto;display:flex;flex-direction:column;margin-bottom:0;}
.home-product .l-wrap .product .pro-list .item .img {padding-bottom:75%;display:block;}
.home-product .l-wrap .product .pro-list .item .img img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;}
.home-product .l-wrap .product .pro-list .item .text {flex:1;display:flex;flex-direction:column;align-items:flex-start;}
.home-product .l-wrap .product .pro-list .item .text .name {margin-bottom:5px;line-height:1.4;}
.home-product .l-wrap .product .pro-list .item .text .btn {margin-top:auto;}
.homecate-btn {display:flex;justify-content:center;margin-top:30px;}
.homecate-btn>div {font-weight:bold;width:56px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--color);color:#fff;border-radius:6px;margin:0 6%;}
.homecate-btn>div em {font-size:30px;}
.homecate-btn>div:hover {background:#222;}
