.goods_module{display:flex;flex-wrap:wrap;margin:0 auto;width:100%}.goods-grid{display:grid;gap:35px;grid-template-columns:repeat(4,1fr)}.goods_list{border:1px solid #ccc;position:relative}.goods_list:before{background-color:var(--co-main-color);bottom:-1px;content:"";height:2px;left:50%;position:absolute;transform:translate(-50%);width:5rem}.goods_img{overflow:hidden}.goods_img>img{transform:scale(1);transition:transform .3s}.goods-tle{color:#3d3d3d;font-size:1.076875rem;margin-bottom:1.25rem}.goods_link:hover img{transform:scale(1.1);transition:transform .3s}@media screen and (max-width:1284px){.goods-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:992px){.goods-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:765px){.goods-grid{gap:15px}.goods_list:before{width:3.5rem}.goods_link>p{font-size:.75rem}}
