﻿.product-catelist .product-cateitem{width:32%;margin:0 2% 30px 0;display:flex;flex-direction:column}
.product-catelist .product-cateitem:nth-child(4n){margin-right:2%;}
.product-catelist .product-cateitem:nth-child(3n){margin-right:0;}
.product-catelist .product-cateitem .cate-img{max-height:inherit;flex:1;}
.product-catelist .product-cateitem .cate-img img{object-fit:contain}
@media (max-width:1024px){.product-catelist .product-cateitem{width:48%;margin:0 4% 20px 0!important;}
.product-catelist .product-cateitem:nth-child(3n){margin-right:4%!important;}
.product-catelist .product-cateitem:nth-child(2n){margin-right:0!important;}}
.product-catelist .product-cateitem .cate-title{justify-content: center;}