/* 表格 */
#tableBox{
    width: 100%;
    height: auto;
}
#tableBox table{
    width: 100%;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}
#tableBox table thead{
    height: 54px;
    background: rgba(245, 245, 245, 1);
    font-size: 15px;
    font-weight: bold !important;
    color: #333333;
}
#tableBox table tbody tr{
    height: 64px;
    font-size: 15px;
    color: #595959 !important;
}
#tableBox table tr td{
    height: 100%;
    text-align: center;
}
#tableBox table tr td button{
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}
#tableBox table tr .td_button_blue{
    color: rgba(10, 94, 246, 1) !important;
    border: 1px solid rgba(10, 94, 246, 1) !important;
}
#tableBox table tr .td_button_yellow{
    color: rgba(246, 151, 10, 1) !important;
    border: 1px solid rgba(246, 151, 10, 1) !important;
}
#tableBox table .td_border_right{
    border-right: 1px solid rgba(230, 230, 230, 1);
    box-sizing: border-box;
}
#tableBox table .table_first_td{
    width: 182px;
}
#tableBox table .table_second_td{
    width: 187px;
}
#tableBox table .table_three_td{
    width: 187px;
}
#tableBox table .table_four_td{
    width: 80px;
}
#tableBox table .table_five_td{
    width: 187px;
}
#tableBox table .table_six_td{
    width: 187px;
}
#tableBox table .table_seven_td{
    width: 187px;
}
#tableBox table .tr_bg_one{
    background: #fff;
}
#tableBox table .tr_bg_two{
    background: rgba(250, 250, 250, 1);
}
#tableBox table .table_op_a{
    padding-right: 16px;
}
#tableBox table .table_op_a_underline{
    text-decoration: underline !important;
}
/* 复选框 */
#tableBox table .table_input_checkbox{
    width: 16px;
    height: 16px;
}
   /* 分页样式 */
#tableBox table tfoot{
    height: 44px;
}
#tableBox table tfoot tr td{
    position: relative;
}
#tableBox table .table_paging_box{
    width: 100%;
    text-align: center;
    padding: 0 !important;
}
.table_paging_box button{
    min-width: 34px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border: 1px solid #BFBFBF;
    padding: 0 !important;
    vertical-align: middle;
}
.table_paging_box button.paging_button_active{
    background: #3862CF !important;
    color: #fff !important;
    border: 1px solid #3862CF !important;
}
.table_paging_box .table_paging_img{
    width: 18px;
    height: 18px;
}

