/*----------------------bootstrap设置-------------------------*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #e9e9e987 !important;
}

.tableth_4{
    white-space: normal !important;
    width: 55px;
    margin: 0px auto;
    line-height: 17px !important;
}


#dataTable td {
    text-align: center;
}


.bootstrap-table .table.table-no-bordered > thead > tr > th {
    text-align: center;
}


.bootstrap-table .fixed-table-container {
    height: auto !important;
    padding-bottom: 0px !important;
}

.fixed-table-container thead th .th-inner{
    padding: 5px 8px;
}
#dataTable thead{
    display: table-header-group !important;
}