.pro_read_box {
    width: 100%;
    padding: calc(30px + 5rem) 0;
}

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

.pro_read_pic {
    width: calc(99px + 20rem);
    height: calc(128px + 20rem);
    background: url(../images/image/read_bg.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_read_pic img {
    width: calc(69px + 20rem);
    height: calc(69px + 20rem);
}

.pro_read_right {
    width: 60.9154%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(10px + 1.5rem);
}

.pro_read_title {
    font-family: PINGFANG;
    font-weight: 500;
    font-size: calc(2px + 1.5rem);
    color: #333333;
    padding-bottom: calc(9px + 1rem);
    border-bottom: 1px solid #E1E1E1;
}

.pro_read_canshu p {
    display: none;
}

.pro_read_canshu table {
    height: calc(3px + 5rem);
    width: 62%;
}

.pro_read_canshu table tr td {
    width: max-content;
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
}

.pro_read_canshu table tr:nth-child(n+4) {
    display: none;
}


.pro_read_btn {
    display: flex;
    justify-content: flex-start;
    gap: calc(10px + 2rem);
}

.pro_read_back {
    width: calc(48px + 5rem);
    height: calc(14px + 2rem);
    border: 1px solid #AAAAAA;
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #777777;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(3px + 0.25rem);

}

.pro_read_back img {
    width: calc(4px + 1rem);
    height: calc(9px + 0.5rem);
}

.pro_read_contact {
    width: calc(48px + 5rem);
    height: calc(14px + 2rem);
    background-color: #E5793B;
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(6px + 0.5rem);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(3px + 0.25rem);
}

.pro_read_contact img {
    width: calc(4px + 1rem);
    height: calc(9px + 0.5rem);
}

.pro_pic_more {
    max-width: 1420px;
    width: 85%;
    margin: auto;
    margin-top: calc(8px + 3rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(10px + 2rem);
}
.pro_pic_more img{
    width: calc(9px + 2rem);
    height: calc(9px + 2rem);
    cursor: pointer;
}
.pro_pic_swiper {
    width: calc(106px + 40rem);
    height: calc(72px + 10rem);
    overflow: hidden;
}

.pro_pic_swiper .swiper .swiper-slide {
    width: calc(72px + 10rem);
    height: calc(72px + 10rem);
}

.pro_pic_card {
    width: 100%;
    height: 100%;
    border: 1px solid #AAAAAA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_pic_card img {
    width: calc(60px + 10rem);
    height: calc(60px + 10rem);
   
}

.pro_detail_canshu {
    max-width: 1420px;
    width: 85%;
    margin: auto;
    margin-top: calc(50px + 5rem);
}

.pro_detail_canshu_title {
    width: 100%;
    line-height: calc(10px + 2rem);
    background: #E3E3E3;
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333330;
    text-align: center;
}

.pro_detail_canshu_content {
    margin-top: calc(2px + 2rem);
}

.pro_detail_canshu_content table tr td {
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;

}