.product_type_boxes{
    display: flex;
    margin-top: 15px;
    overflow: auto;
    overflow-x: scroll;
    height: 40px;
}
.product_type_box{
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    background-color: #1e78bc;
    color: #FFF;
    border-radius: 10px;
}
.product_boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_box{
    width: 49%;
    margin-bottom: 10px;
}
.product_tit{
    font-weight: bold;
    text-align: center;
    color: #444;
}
.tit{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.tit span{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.tit_d{
    width: 10px;
    height: 10px;
    background-color: #1e78bc;
    margin-right: 10px;
}
.p_buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p_button{
    width: 49%;
    padding: 5px 0;
    background-color: #1e78bc;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
}
.p_title{
    font-weight: bold;
    color: #333;
    font-size: 16px;
    /*text-align: center;*/
    margin-top: 10px;
}
.p_text{
    font-size: 13px;
    color: #666666;
    margin: 10px 0;
}
.product_top_parameter{
    margin-top: 10px;
}
.product_parameter{
    font-size: 14px;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 0;
}
.advantages{
    border: 1px dashed #666666;
    padding: 5px;
    /*margin-top: 10px;*/
}
.advantages div{
    font-size: 14px;
    color: rgb(51, 51, 51);
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.advantages div div{
    margin-bottom: 0;
}
.advantages span{
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1e78bc;
    color: #1e78bc;
    margin-right: 5px;
    font-size: 12px;
}
.parameter_table{
    overflow-x: scroll;
    white-space: nowrap;
}
.parameter_table table{
    width: 100%!important;
    border-collapse: collapse!important;
}
.parameter_table td, th {
    border: 1px solid black !important;
    text-align: center !important;
    padding: 6px 0 !important;
    overflow: hidden !important;
    word-break: break-all !important;
    word-wrap: break-word !important;
}
.product_content img{
    width: 100% !important;
}
