.box1{
    padding-top: 0.51rem;
    padding-bottom: 0.57rem;
}
table{
    border-collapse: collapse;
}
tbody>:nth-child(odd){
    background: #FAFAFA;
}
tr{
    height: 0.44rem;
    cursor: pointer;
}
.table_title{
    background: #F3F3F3 !important;
    height: 0.5rem !important;
}
.td1{
    width: 3.6rem;
    padding-left: 0.2rem;
}
.td2{
    width: 3.23rem;
}
.td3{
    width: 1.64rem;
}
.td4{
    width: 1.63rem;
}
.td5{
    width: 1.64rem;
}
.td6{
    width: 1.63rem;
}
.td7{
    width: 1.41rem;
    padding-right: 0.2rem;
}
.page{
    margin-top: 0.52rem !important;
}
@media only screen and (max-width: 768px) {
.table_title{
        display: table-row!important;
    }
    .box1 .main .td1{
        width: 14%!important;
    }
    .box1 .main .td2{
        width: 11%!important;
    }
    .box1 .main .td3{
        width: 14%!important;
    }
    .box1 .main .td4{
        width: 14%!important;
    }
    .box1 .main .td5{
        width: 10%!important;
    }
    .box1 .main .td6{
        width: 14%!important;
    }
    .box1 .main .td7{
        width: 14%!important;
    }
    .box1 .main tr{
            display: table-row!important;
            height: 1.44rem;
    }
    
}