
.file_table thead tr th{
    font-size: 14px;
    border-bottom: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;   
    padding: 10px;
    text-align: center;
}
.tbContent tr{
    border-bottom: 1px solid #c2c2c2;
    height: 36px;
    line-height: 36px;
    padding: 6px;
}
.file_main_wapper{
    width:100%;
    margin:30px auto;
}
.tbContent tr td{
    padding: 10px;
    /* min-width:150px; */
    text-align: center;
}
.tbContent tr td:nth-child(3),.tbContent tr td:nth-child(4){
    /* text-align: left; */
}

.wang_code{
    cursor: pointer;
}
.wang_code input{
    /* text-align: center; */
    cursor: pointer;
    width:50px;
    margin: 0 5px;
    border: none;
    
}
.tbContent tr td .copy_btn{
    color: #1f80d3;
}
.file_table{
    /* margin: 50px auto; */
}
#pages{
    margin: 50px auto;
}
.file_table{
  width: 1200px;
}
.update_time,.file_size{
    display: block;
    margin:5px 0;
}
.more_message{
    border: 1px solid #CECECE;
    font-size: 12px;
    display:none;
    position: absolute;
    z-index: 999;
    /* top: 1%; */
    background: #F6F7F7;

}
.more_message span{
    display: block;
}