/*************资源统计 start**************/
body{ background:#f4f4f4;}
.statistics_banner{
    position:relative;
    width:100%;
    margin-bottom:0;
    overflow:hidden;
}
.statistics_banner img{
    width:100%;
    height: 150px;
}
.statistics_banner h4{
    position:absolute;
    right:10px;
    bottom:10px;
    color:#fff;
    font-size:14px;
}
/*表格 start*/
#total_table{
    margin:0 0 20px;
    text-align:center;
}
#total_table a{
    font-size:15px;
    padding-right:5px;
    text-decoration:underline;
}
.lei{
    color:#ff982a!important;
}
.juan{
    color:blue!important;
}
.keshi{
    color:#1cc15a!important;
}
#total_table p.last_a{
    float:left;
    margin-right:20px;
}
#total_table thead tr{
    background:#31c6ce!important;
    color:#fff;
}
#total_table[lay-even] tr:nth-child(even){
    background-color:#eff9ff;
}
.layui-form{ margin:0;}
/*表格 end*/

/*数据对齐*/
.layui-table td, .layui-table th{font-size:16px;}
.layui-table tr td{
    font-size:15px!important;
    text-align:center!important;
    color:#000;
}
.layui-table tbody tr:last-child td{
    text-align: center!important;
    font-weight:bold;
}
.layui-table tbody tr.add_line td{
    padding: 0px 15px 0px 5px;

}
.layui-table-view .layui-table td, .layui-table-view .layui-table th{
    padding:8px 0;
}
.layui-table-cell{ padding:0 10px;}
/****************资源统计 end*******************/