body{
    padding: 0;
    margin: 0;
}
.bread_crumbs{
    width: 80%;
    margin: auto;
    border-bottom: 1px solid #2B2B2BFF;
    padding: 10px 100px;
    margin-top: 20px;
}
.bread_crumbs_text{
    font-size: 24px;
    display: flex;
    align-items: center;
}
.bread_crumbs_text li{
    margin-right: 10px;
}
.bread_crumbs_text li:last-child {
    color: #CC0404FF;
}
.product_details{
    padding: 60px 0;

}
.product_details .content{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.product_details .content .details_image{
  width: 45%;
}
.product_details .content .details_image img{
    width: 100%;
    border: 1px solid #c8c8c8;
}

.product_details .content .details_text{
    width: 50%;

}
.product_details .content .details_text .title{
    font-size: 36px;
    text-align: left;
    margin-top: 50px;
}
.product_details .content .details_text .hr{
    width: 50%;
    border: 1px solid #a6a6a6;
}
.product_details .content .details_text .hrs{
    width: 6%;
    height: 7px;
    background-color: #CC0404FF;
    margin-top: -4px;
}
.product_details .content .details_text .text1{
    font-size: 26px;
    margin-top: 50px;
}
.product_details .content .details_text .text2{
    font-size: 18px;
}
.product_details .content .details_text .botton {
    display: flex;
    font-size: 20px;
    margin-top: 50px;
}
.product_details .content .details_text .botton .botton1{
    background-color: #CC0404FF;
    padding: 5px 10px;
    color: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product_details .content .details_text .botton .botton1 img{
    width: 20px;
    margin-right: 5px;
}
.product_details .content .details_text .botton .botton2{
    border: 1px solid #CC0404FF;
    padding: 5px 10px;
    color: #CC0404FF;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product_details .content .details_text .botton .botton2 img{
    width: 20px;
    margin-right: 5px;
}
.tedian_details{
    padding-top: 70px;
}
.t_title{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.t_title .title_text{
    font-size: 40px;
}
.t_title .title_hr{
    width: 20%;
    border: 1px solid  #a6a6a6;
    margin-top: 10px;
}
.t_title .title_hrs{
    width: 2%;
    height: 7px;
    background-color: #CC0404FF;
    margin-top: -4px;
}
.tedian_details .content{
    width: 80%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.tedian_details .content .item{
    width: 13%;
    background-color: #e8e8e8;
    padding: 30px 20px;
}
.tedian_details .content .item h1{
    font-size: 32px;
    font-family: 'Alibaba PuHuiTi', 'HarmonyOS Sans SC', 'Microsoft YaHei', sans-serif;
    font-weight: 800;
}
.tedian_details .content .item p{
    font-size: 20px;
    margin-top: 10px;
}
.canshu_details{
    padding-top: 70px;
}
.canshu_details .content{
    width: 60%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    margin-top: 50px;
    line-height: 60px;
}
.canshu_details .content .item{
    width: 45%;
    display: flex;
    align-items: center;
    padding-left:5%;
}
.canshu_details .content .item h1{
    color: #CC0404FF;
    font-size: 24px;
    font-family: 'Alibaba PuHuiTi', 'HarmonyOS Sans SC', 'Microsoft YaHei', sans-serif;
    font-weight: 800;
}
.canshu_details .content .item p{
    font-size: 22px;
}
.changjing_details{
    padding-top: 50px;
}
.changjing_details .content{
    width: 60%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.changjing_details .content .item{
    width: 49%;
    margin-bottom: 20px;
}

.shipai_details{
    padding: 50px 0;
}
.shipai_details .content{
    width: 70%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.shipai_details .content .item{
    width: 30%;
    margin-bottom: 20px;
}
@media (max-width:1024px){
    .product_details{
        padding: 20px 0;
    }
    .product_details .content{
        width: 90%;
    }
    .product_details .content .details_image{
        width: 100%;
    }
    .product_details .content .details_image img{
        width: 100%;
    }
    .product_details .content .details_text{
        width: 100%;
    }
    .product_details .content .details_text .title{
        font-size: 24px;
        margin-top: 20px;
    }
    .tedian_details{
        padding-top: 20px;
    }
    .t_title .title_text{
        font-size: 24px;
    }
    .t_title .title_hr{
        width: 60%;
    }
    .t_title .title_hrs{
        width: 8%;
    }
    .product_details .content .details_text .hrs{
        width: 10%;
    }
    .tedian_details .content{
        width: 90%;
    }
    .tedian_details .content .item{
        width: 100%;
        margin-top: 20px;
        padding: 20px 10px
    }
    .tedian_details .content .item h1{
        font-size: 24px;
    }
    .tedian_details .content .item p{
        font-size: 16px;
    }
    .canshu_details{
        padding-top: 20px;
    }
    .canshu_details .content{
        width: 90%;
        margin-top: 20px;
    }
    .canshu_details .content .item{
        width: 100%;
    }
    .changjing_details .content{
        width: 90%;
    }
    .changjing_details .content .item{
        width: 100%;
    }
    .shipai_details .content{
        width: 90%;
    }
    .shipai_details .content .item{
        width: 100%;
    }
    .product_details .content .details_text .botton{
        font-size: 18px;
    }
    .forms table{
        width: 100%;
    }
}
.forms{
    margin-top: 50px;
}
.forms table {               /* 给 table 加这个 class 即可 */
    width: 60%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: auto;
}

.forms table th,
.forms table td {
    border: 1px solid #ddd;
    padding: 9px 8px;
    text-align: center;
}

.forms table thead th {
    background: #f5f5f5;
    font-weight: 600;
}

.forms table tbody tr {
    height: 38px;
}

.forms table tbody tr:hover {
    background: #e8f4fd;
}















