.product-list .product-item-wrapper{margin-bottom:24px}.product-list .product-item-wrapper .product-item{width:100%;height:100%}.product-list .product-item-wrapper .product-item .image-box{width:100%;aspect-ratio:1 / 1;overflow:hidden}.product-list .product-item-wrapper .product-item .image-box img{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.product-list .product-item-wrapper .product-item .image-box img:hover{transform:scale(1.1)}.product-list .product-item-wrapper .product-item .text-wrapper{margin-top:12px;padding:12px;background:#efefef;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.product-list .product-item-wrapper .product-item .text-wrapper .title{width:calc(100% - 50px);margin-bottom:0}.product-list .product-item-wrapper .product-item .iconfont-box{color:#888}.product-list .product-item-wrapper .product-item .iconfont-box .iconfont{font-size:20px}.product-list .product-item-wrapper .product-item:hover .text-wrapper{background:var(--primary-color);color:#fff}.product-list .product-item-wrapper .product-item:hover .text-wrapper .iconfont-box{color:#fff}@media screen and (max-width:768px){.product-list .product-item-wrapper{margin-bottom:16px}.product-list .product-item-wrapper .product-item .image-box{border-radius:8px}.product-list .product-item-wrapper .product-item .text-wrapper{margin-top:8px;padding:12px;border-radius:8px}.product-list .product-item-wrapper .product-item .text-wrapper .title{font-size:16px;width:100%}.product-list .product-item-wrapper .product-item .text-wrapper .iconfont-box{display:none}.product-list .product-item-wrapper .product-item .text-wrapper .iconfont-box .iconfont{font-size:16px}}