﻿.product-catelist .product-cateitem{width:32%;flex-direction: column;}
.product-catelist .product-cateitem .cate-img{width:100%;max-height:inherit;position:relative;height:0;padding-bottom:100%;}
.product-catelist .product-cateitem .cate-img img{max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:contain;}
.product-catelist .product-cateitem .cate-info .more{margin-top:0;}
@media (max-width:768px){.product-catelist .product-cateitem .cate-info .more{display:block;}}
@media (max-width:500px){.product-catelist .product-cateitem{width:100%;}
.product-catelist .product-cateitem .cate-info .more{padding-top:0;}}