body{
    /*background-color: #f4f4f4;*/
}
.wrap{
    width: 1240px;
    margin: 0 auto;
    min-width: 1240px;
    max-width: 1240px;
}
.layui-laypage a, .layui-laypage span{
    background-color: transparent;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #0d70f5;
}
.layui-laypage a:hover{
    color: #0d70f5;
}

#laypage{
    text-align: center;
}
table{
    width: 100%;
}
table td {
    border: 1px solid #E8E9EC;
    padding: 0 15px;
    font-size: 15px;
    color: #666666;
}

.web_btn{
    font-size: 16px;
    background-color: #4f90e9;
    color: #FFFFFF;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
}
.table{
    table-layout:fixed;
    word-wrap:break-word;
}

.table.file_table tr:first-child {
    background: #F5F6F8;
    height: 46px;
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    text-align: center;
}
.table.file_table tr.hearderTable {
    background: #F5F6F8;
    height: 46px;
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    text-align: center;
}
table.file_table tr.hearderTable td{
    background: #F5F6F8;
}
.table.file_table tr th{
    background: #F5F6F8;
    border:1px solid #E8E9EC;
}
.table.file_table_1 tr:first-child td{
    background: #F5F6F8;
}
.table.file_table_1 tr td{
    background: #FFFFFF;
}
.table.file_table_1 td{
    border: 1px solid #E8E9EC;
    padding: 2px 15px;
    font-size: 15px;
    color: #666666;
}
.table tr td:nth-child(1), .table tr td:nth-child(3){
    height: 46px;
}
.fileBox{
    position: relative;
    cursor: pointer;
}
.upfileBtn {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#Span_licenseFile a {
    color: #1E9FFF !important;
}
