.good-list{display:flex;flex-wrap:wrap;gap:40px;margin-top:12px}.good-list .good-item{border:1px solid #dde2ee;border-radius:20px;cursor:pointer;flex:0 0 calc(25% - 30px);height:380px;padding:20px 0}.good-list .good-item .item-img-show{background-color:#dde2ee;background-position:50%;background-repeat:no-repeat;background-size:75% auto;height:208px;width:100%}.good-list .good-item .item-img-hide{left:0;opacity:0;position:absolute;top:0}.good-list .good-item .item-info{padding:16px}.good-list .good-item .item-info .item-name{font-size:18px}.good-list .good-item .item-info .item-desc{color:#747a7b;font-size:14px;margin-top:4px}.good-list .good-item .item-info .item-price{font-size:18px;font-weight:700;margin-top:4px}.category-group{border:1px solid #036;border-radius:30px;margin-top:16px;padding:24px 48px}.category-group .category-name{font-size:24px}.category-group .category-desc{font-size:16px;line-height:1.5;margin-top:10px}.category-group .category-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.category-group .category-list .category-item{cursor:pointer;flex:0 0 calc(25% - 9px)}.category-group .category-list .category-item .item-img-show{background-color:#dde2ee;background-position:50%;background-repeat:no-repeat;background-size:auto 75%;border-radius:24px;height:208px;width:100%}.category-group .category-list .category-item .item-img-hide{left:0;opacity:0;position:absolute;top:0}.category-group .category-list .category-item .item-info{align-items:center;display:flex;margin-top:12px}.category-group .category-list .category-item .item-info .item-name{flex:1;font-size:18px;margin-left:8px}.category-group .category-list .category-item .item-desc{color:#747a7b;font-size:14px;margin-top:4px}
