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

.product_read {
    max-width: 1472px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    gap: calc(18px + 3rem);
}

.product_left {
    width: 55.0272%;
}

.product_left_pic {
    width: 100%;
    height: calc(150px + 20rem);
    background: #FFFFFF;
    box-shadow: 0px calc(2px + 0.1rem) calc(5px + 0.25rem) 0px rgba(0, 0, 0, 0.3);
    border-radius: calc(10px + 0.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_left_pic img {
    height:93.8272%;
}

.product_right .p1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: calc(4px + 1rem);
    color: #52B246;
    line-height: calc(5px + 1.5rem);
    margin-top: calc(3px + 3rem);
}

.product_right .p2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: calc(6px + 1.5rem);
    color: #333333;
    line-height: calc(12px + 2rem);
    margin-top: calc(1px + 0.25rem);
}

.product_right .p3 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(3px + 1.5rem);
    margin-top: calc(6px + 1.5rem);
}

.product_right .p4 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #999999;
    line-height: calc(3px + 1.5rem);
}

.futu {
    width: 100%;
    margin: auto;
    margin-top: calc(5px + 1.5rem);

}

.futu_swiper {
    width: 93%;
    overflow: visible !important;
}

.futu_pic {
    width: 100%;
    height: calc(54px + 5rem);
    background: #FFFFFF;
    box-shadow: 0px calc(2px + 0.1rem) calc(5px + 0.25rem) 0px rgba(0, 0, 0, 0.3);
    border-radius: calc(10px + 0.5rem);
    cursor: pointer;
}
.futu_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: calc(10px + 0.5rem);
}

.futu_pic_act{
    border: 1px solid #52B246;
}
@media screen and (max-width: 1100px){
    .product_read{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .product_left{
        width: 100%;
    }
    .futu_pic {
        height: calc(43px + 5rem);
    }
    .product_right .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .product_right .p2{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .product_right .p3{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .product_right .p4{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}