.product{
    padding-top: 0.25rem;
    padding-bottom: 0.75rem;
}
.product .main {
    max-width: 15.62rem;
}

.product .index_title {
    padding-left: 0.05rem;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.72rem;
    color: #000000;
    text-align: left;
    margin: 0;
}

.product_swiper {
    margin-top: 0.7rem;
    position: relative !important;
}

.swiper-slide img {
    width: 1.64rem !important;
    /*height: 1.64rem !important;*/
    margin: 0 auto;
}

.dpn {
    display: none;
}

.swiper-slide p {
    width: 1.45rem;
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.35rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.37rem;
}

.swiper-slide:hover p {
    font-weight: 500;
    color: var(--c);
}

.swiper-slide:hover img {
    display: none;
}

.swiper-slide:hover .dpn {
    display: block;
}

.swiper-button-prev,
.swiper-button-next {
    width: 0.31rem !important;
    height: 0.63rem !important;
    color: #DDDDDD !important;
    font-size: 0.5rem !important;
    position: absolute !important;
    top: 35% !important;
    transform: translateY(-50%) !important;
    transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--c) !important;
}

.swiper-button-prev {
    left: -1rem !important;
}

.swiper-button-next {
    right: -1rem !important;
}

.product_body {
    width: 15rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.68rem 0.34rem;
    margin: 0 auto;
    margin-top: 0.88rem;
}

.product_box {
    width: 3.49rem;
    height: 3.6rem;
    background: #F0F0F0;
    border-radius: 0.3rem;
    overflow: hidden;
}

.product_box .scale_box {
    width: 100% !important;
    height: 2.37rem;
}

.product_box_p1 {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.35rem;
    text-align: center;
    margin-top: 0.19rem;
    margin-bottom: 0.08rem;
}

.product_box_p2 {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.18rem;
    color: #999999;
    line-height: 0.21rem;
    text-align: center;
}
.page{
    margin-top: 1.09rem !important;
}


@media only screen and (max-width:768px){
    .product{
        margin-top: 0.8rem;
    }
    .product_body{
            width: 7rem;
            justify-content:space-between;
    }
    .product_box{
            width: 3.3rem;
    }
}