/****************************升级记录 start*********************************/
.update_banner{
    width:100%;
    height:320px;
    background:url("../images/update_banner.jpg") no-repeat center;
    overflow:hidden;
}

.update,.resource{
    width:1200px;
    background:#fff;
    padding:10px 20px;
    border:1px solid #e8e8e8;
    margin:20px auto;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-breadcrumb{
    display:block;
    padding:5px 0 15px;
    border-bottom:1px solid #e8e8e8;
}
.update_table,.resource_box table{
    text-align:center;
}
.update thead tr{
    background-image: linear-gradient(to top, #e0c3fc 0%, #8ec5fc 100%);
}
.update th,.resource_box table th{
    color:#fff;
    font-weight:bold;
    padding:15px 0;
    text-align:center;
    border:0;
}
.layui-table[lay-even] tr:nth-child(even){
    background:#ebf1ff;
}
.layui-table tr a.col_orange{
    color:#ff791b;
}
.layui-table tr a.col_green{
    color:#3dd036;
}
.layui-table tr a.col_blue{
    color:blue;
}
.layui-table tr a.col_red{
    color:red;
}
.layui-table tr a{
    text-decoration:underline;
}
/****************************升级记录 end*********************************/

/****************************升级记录列表 start*********************************/
.layui-breadcrumb a:hover {
    color:#4a9ff5!important;
}
/****************************升级记录列表 end*********************************/

/****************************资源统计 start*********************************/
.resource_banner{
    width:100%;
    height:320px;
    background:url("../images/resource_banner.jpg") no-repeat center;
    overflow:hidden;
}
.resource_table1 thead tr{ background-image: linear-gradient(to bottom, #a1c4fd 0%, #9ad8f5 100%);}
.resource_table2 thead tr{ background-image: linear-gradient(to bottom, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);}
.resource_table3 thead tr{ background-image: linear-gradient(to top, #43cdab 0%, #8fd3f4 100%);}
.resource tbody tr:last-child{
    font-weight:bold;
}

.resource_btn{
    width:100%;
    padding:10px 0;
    overflow:hidden;
}
.resource_btn li{
    float:left;
    background:#a1c4fd;
    padding:0 20px;
    line-height:35px;
    color:#fff;
    font-weight:bold;
    margin-right:15px;
    cursor:pointer;
}
.resource_btn li.show_col{
    background:#ff8901;
}
/*.resource_box table{*/
    /*display:block;*/
/*}*/
/****************************资源统计 end*********************************/

