﻿.product-cateitem{display:flex;flex-direction: column;}
.product-cateitem .cate-info{position: initial;display:block;width:100%;flex:1;}
.product-cateitem .cate-img{width:100%;}
@media (max-width:768px){.product-cateitem{width:49%;}
.product-cateitem .cate-img{height:auto;aspect-ratio:1/1}}