.product_read_box{
    width: 100%;
    padding: calc(20px + 5rem) 0;
}
.product_read{
    max-width: 1400px;
    width: 85%;
    margin: auto;
}
.product_read_main{
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
gap: calc(10px + 3rem);
}
.product_read_pic{
    width: 45%;
    
}
.swiper_product_read_pic{
    width: 100%;
    border: 1px #dfdfdf solid;
}
.swiper_product_read_pic .swiper-slide{
    width: 100%;
    height: calc(180px + 20rem);

}
.swiper_product_read_pic .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_read_con .p1{
    font-size: calc(8px + 1rem);
    font-family: OPPOSans-B;
    color: #333333;
}

.product_read_con .p2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 0.5rem);
}
.product_read_con .p2 p{
    font-size: calc(6px + 0.5rem);
    font-family: OPPOSans-R;
    color: #333333;
}
.cc_newslist_read{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 0.5rem);
    margin-top: calc(10px + 2rem);

}
.lis1 a{
    font-size: calc(10px + 0.5rem);
    font-family: OPPOSans-R;
    color: #666666;
}

.lis2 a{
    font-size: calc(10px + 0.5rem);
    font-family: OPPOSans-R;
    color: #666666;
}