.product_read_main_box {
    width: 100%;
    background: #F8F8F880;
    padding-top: calc(20px + 5rem);
    padding-bottom: calc(97px + 5rem);
}

.product_read_main {
    max-width: 1480px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_read_pic {
    width: 44.5945%;
    height: calc(60px + 30rem);
    background: #FFFFFF;
    box-shadow: 0px 0px calc(0px + 0.05rem) 0px rgba(94, 118, 140, 0.5);
    border-radius: calc(5px + 0.25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.product_read_pic img {
    width: calc(25px + 23rem);
    height: calc(25px + 23rem);
    object-fit: contain;
}
.shuiyin{
       width: max-width;
    text-align: center;
    font-size: calc(18px + 2rem); 
    color: #66666650;
   height: max-content;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
   transform: rotate(-30deg);
}

.product_read_right {
    width: 48.6486%;
}

.pro_read_name {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(6px + 1.5rem);
    color: #006B98;
    border-bottom: 1px #E5E5E5 solid;
    padding-bottom: calc(5px + 1rem);
}

.pro_read_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 0.5rem);
    margin-top: calc(6px + 1rem);
}

.pro_read_text p {
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: 1;
}

.pro_read_pic_list {
    display: flex;
    justify-content: flex-start;
    gap: calc(4px + 0.5rem);
    margin-top: calc(10px + 1.5rem);
}

.pro_read_pic_item {
    width: calc(30px + 5rem);
    height: calc(30px + 5rem);
    background: #FFFFFF;
    border-radius: calc(2px + 0.1rem);
    border: 1px solid #DCDCDC;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pro_read_pic_item_act {
    border: 1px solid #006B98;
}

.pro_read_pic_item img {
    width: calc(12px + 5rem);
    height: calc(12px + 5rem);
    object-fit: contain;
}

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

.pro_read_btn {
    width: calc(100px + 5rem);
    height: calc(20px + 2rem);
    border-radius: calc(10px + 1rem);
    border: 1px solid #B8B8B8;
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #555555;

}

.pro_read_btn:nth-of-type(1) {
    background-color: #006B98;
    border: none;
    color: #ffffff;
}

.pro_read_btn img {
    width: calc(1px + 1rem);
}

.pro_read_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(3px + 0.5rem);
}

.comfig_box {
    width: 100%;
}

.comfig {
    max-width: 1480px;
    width: 85%;
    margin: auto;
}

.comfig_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(6px + 0.5rem);
    margin-top: calc(11px + 4rem);
}

.comfig_title .line1 {
    width: calc(30px + 2rem);
    height: 1px;
    background-color: #D8D8D8;
}

.comfig_title p {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(10px + 1rem);
    color: #333333;
}

.comfig_title .line2 {
    flex: 1;
    height: 1px;
    background-color: #D8D8D8;
}

.comfig_card_box {
    margin-top: calc(9px + 3rem);
    display: flex;
    justify-content: space-between;
}

.comfig_item {
    width: 31.8918%;
    background: #FBFBFB;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(19px + 2rem);
    padding-bottom: calc(10px + 1rem);
}

.comfig_item p {
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #333333;
    margin-top: calc(18px + 3rem);
    
}

.comfig_pic {
    width: calc(50px + 15rem);
    height: calc(10px + 22rem);
}

.comfig_pic img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1100px){
    .product_read_main{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }
    .product_read_pic{
        width: 100%;
        height: calc(60px + 43rem);
    }
    .product_read_pic img {
        width: calc(25px + 50rem);
    }
    .product_read_right{
        width: 100%;
    }
    .pro_read_name{
        font-size: calc(16px + 1rem);
    }
    .pro_read_text p{
        font-size: calc(10px + 1rem);
    }
    .pro_read_pic_item {
        width: calc(30px + 14rem);
        height: calc(30px + 14rem);
    }
    .pro_read_pic_item img {
        width: calc(12px + 13rem);
    }
    .pro_read_btn{
        font-size: calc(10px + 1rem);
    }
    .pro_read_btn img {
        width: calc(10px + 1rem);
    }
    .comfig_title p{
        font-size: calc(16px + 1rem);
    }
    .comfig_card_box{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }
    .comfig_item{
        width: 100%;
       
    }
    .comfig_item p{
        font-size: calc(12px + 1rem);
    }
    .comfig_pic {
        width: calc(50px + 45rem);
    }
}