.store {
    gap: 30px;
}

.prd .list .swiper {
    margin: -20px;
    gap: 10px;
}
.prd .list .swiper-slide {
    width: calc(20% - 8px);
}





@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 1024px) {
    .prd .list .swiper-slide {
        width: calc(33.333% - 7px);
    }
}
@media screen and (max-width: 768px) {
    .prd .list .swiper-slide {
        width: calc(50% - 5px);
    }
}
@media screen and (max-width: 480px) {
    .prd .list .swiper-slide {
        width: 100%;
    }
    .prd .list .swiper-slide .box .thumb {
        padding-bottom: 65%;
    }
}
@media screen and (max-width: 380px) {
}