.mainbox{margin-bottom: 0.4rem;}
.table_con{background-color: #fff;}
.table_tt{
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.65rem;
    color: #fff;
    background-color: #B02025;
}
.table_line{
    display: flex;
}
.table_line:nth-child(2n-1){background-color: #B0202508;}
.table_line .line_item{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 0.65rem;
    border-right: 1px solid #E2E2E2;
    font-size: 0.18rem;
   /* font-family: 'syh';*/
    color: #383838;
}
.table_line .line_item:nth-child(1){width: 14.56%;}
.table_line .line_item:nth-child(2){width: 24.92%;}
.table_line .line_item:nth-child(3){width: 13.48%;}
.table_line .line_item:nth-child(4){width: 22.89%;}
.table_line .line_item:nth-child(5){width: 28.14%;}
@media screen and (max-width: 767px){
    .mainbox{width:100%;overflow:scroll;}
    .mainbox>div{width:767px;}
}