.product_read_box {
    width: 100%;
    padding-top: calc(20px + 2rem);
    padding-bottom: calc(9px + 4rem);
}

.product_read {
    width: 100%;
}

.product_read_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_read_pic {
    width: 48.7805%;
    height: calc(200px + 15rem);
    border-radius: calc(5px + 0.5rem);
    display: flex;
    justify-content: center;
}

.product_read_pic img {
    height: 100%;
    object-fit: cover;
    border-radius: calc(5px + 0.5rem);
}

.product_read_right {
    width: 46.6829%;
}

.product_read_name {
    font-family: DM_Sans-medium;
    font-weight: 500;
    font-size: calc(6px + 1.5rem);
    color: #333333;
    line-height: calc(7px + 2rem);
}


.product_read_intro {
    font-family: DM_Sans-regular;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #999999;
    line-height: calc(10px + 1.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(8px + 0.5rem);
    margin-top: calc(5px + 1.5rem);
}

.product_read_intro strong {
    color: #666666;
}

.product_read_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(10px + 1rem);
    margin-top: calc(10px + 1.5rem);
}

.product_read_btn p {
    font-family: DM_Sans-regular;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 0.5rem);

}

.product_read_btn .tel {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #333333;
    line-height: calc(6px + 1rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.25rem);
}

.product_read_right .other {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1.5rem);
    margin-top: calc(3px + 5rem);
}

.other_product_pic {
    width: 100%;
    margin-top: calc(1px + 1rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(3px + 0.25rem);
}

.other_product_pic .pro_swiper {
    width: 100%;
}

.other_product_pic .pro_swiper .pro_pic {
    
    height: calc(6px + 5rem);
    cursor: pointer;
    border: calc(0px + 0.1rem) solid transparent;
    border-radius: calc(5px + 0.25rem);
}

.other_product_pic .pro_swiper .pro_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(5px + 0.25rem);
}

.other_product_pic .pro_swiper .pro_pic_act {
    border: calc(0px + 0.1rem) solid #333333;
    border-radius: calc(5px + 0.25rem);
}

.popular_pro {
    margin-top: calc(44px + 5rem);
}

.popular_pro .popular_pro_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popular_pro .popular_pro_title p {
    font-family: DM_Sans-medium;
    font-weight: 500;
    font-size: calc(6px + 1.5rem);
    color: #333333;
    line-height: calc(7px + 2rem);

}

.popular_pro_title_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(10px + 1rem);
}

.popular_pro_title_btn .popular_pro_title_prev {
    width: calc(8px + 2rem);
    height: calc(8px + 2rem);
    background: linear-gradient(270deg, rgba(239, 162, 139, 0.6) 0%, rgba(182, 120, 101, 0.6) 100%);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular_pro_title_btn .popular_pro_title_prev img {
    width: calc(3.5px + 0.5rem);
}

.popular_pro_title_btn .popular_pro_title_next {
    width: calc(8px + 2rem);
    height: calc(8px + 2rem);
    background: linear-gradient(270deg, #EFA28B 0%, #333333 100%);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular_pro_title_btn .popular_pro_title_next img {
    width: calc(3.5px + 0.5rem);
}

.popular_pro_list {
    width: 100%;
    margin-top: calc(9px + 3rem);
}

.popular_swiper {
    width: 100%;
}

.popular_item {
    width: 100%;
    background-color: #ffffff;
    padding: 0 calc(5px + 0.5rem);
}

.popular_item_pic {
    width: 100%;
    height: calc(98px + 10rem);
    margin-top: calc(5px + 0.5rem);
    overflow: hidden;
}

.popular_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.popular_item_name {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(3px + 1rem);
    text-align: center;
    padding: calc(10px + 1rem) 0;
}

.popular_item:hover img {
    transform: scale(1.1);
}

.product_read_2 {
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(8px + 1.5rem);
    margin-top: calc(10px + 1rem);
}

.product_read_2 strong {
    font-weight: bold;
    font-size: calc(4px + 1rem);
}

@media screen and (max-width: 1100px) {
    .product_read_main {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .product_read_pic {
        width: 100%;
    }

    .product_read_right {
        width: 100%;
    }

    .product_read_name {
        font-size: calc(14px + 1rem);
    }

    .product_read_intro {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .product_read_right .other {
        font-size: calc(12px + 1rem);
    }

    .popular_pro .popular_pro_title p {
        font-size: calc(12px + 1rem);
    }

    .popular_pro_title_btn .popular_pro_title_prev {
        width: calc(18px + 2rem);
        height: calc(18px + 2rem);

    }

    .popular_pro_title_btn .popular_pro_title_next {
        width: calc(18px + 2rem);
        height: calc(18px + 2rem);

    }

    .popular_pro_title_btn .popular_pro_title_prev img {
        width: calc(9.5px + 0.5rem);
    }

    .popular_pro_title_btn .popular_pro_title_next img {
        width: calc(9.5px + 0.5rem);
    }

    .popular_swiper .swiper-slide {
        width: 45.25% !important;
    }

    .popular_item_name {
        font-size: calc(10px + 1rem);
    }
}