.product_read_box{
    width: 100%;
    padding-top: calc(17px + 2rem);
    padding-bottom: calc(47px + 5rem);
}
.product_read{
    max-width: 1174px;
    width: 90%;
    margin: auto;
}
.product_read_main{
    display: flex;
    justify-content: flex-start;
   gap: calc(1px + 4rem);
}
.product_read_left{
    width: 51.1073%;
}
.product_read_left_pic{
    width: 100%;
    height: calc(200px + 20rem);
}
.product_read_left_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_read_right{
    flex: 1;
    padding-top: calc(20px + 3rem);
}
.product_read_right .p1{
font-family: Source Han Sans, Source Han Sans;
font-weight: 500;
font-size: calc(8px + 2rem);
color: #333333;
line-height: calc(10px + 3rem);
}
.product_read_right .p2{
font-family: Source Han Sans, Source Han Sans;
font-weight: 350;
font-size: calc(6px + 0.5rem);
color: #999999;
line-height: calc(2px + 1.5rem);
margin-top: calc(6px + 1rem);
}
.product_futu{
    width: 85%;
    margin-top: calc(3px + 1.5rem);
}
.futu_swiper{
    width: 100%;
}
.product_futu_item{
    width: 100%;
    height: calc(20px + 5rem);
    border: calc(0px + 0.1rem) solid #F2F4F5;
    cursor: pointer;
}
.product_futu_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_futu_item_act{
    border-color: #007BA3;
}

.product_detail{
    width: 100%;
height: calc(20px + 3rem);
background: #F6F9FE;
display: flex;
align-items: center;
padding-left: calc(10px + 1.5rem);
border-bottom: calc(0px + 0.1rem) #E6E6E6 solid;
margin-top: calc(19px + 2rem);
}

.product_detail p{
line-height: calc(10px + 1.5rem);
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #007BA3;
text-align: left;
border-left: calc(2px + 0.1rem) #007BA3 solid;
padding-left: calc(2px + 1rem);
}
.product_down{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 1rem);
    margin-top: calc(5px + 1.5rem);
}
.product_con{
    margin-top: calc(9px + 1.5rem);
}
.product_con img{
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .product_read_main{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .product_read_left{
        width: 100%;
    }
    .product_read_left_pic{
        height: auto;
    }
    .product_futu_item {
        height: calc(36px + 5rem);
    }
    .product_read_right .p1{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .product_read_right .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .product_detail p{
        font-size: calc(12px + 1rem);
    }
    
}