.tableInf{line-height: initial;}
.tableInf .inbk{display: inline-block;}
.tableInf .head {
    background: #EDEEEF;
    color: #2C2D2E;font-size: 16px;
}
.tableInf table{
    width: 100%;
    table-layout: fixed;
    /* border-top: 1px solid #000;
    border-left: 1px solid #000; */
    border-collapse: collapse;
}
.tableInf table tr{width: 100%;}
.tableInf table tr td{
    padding: 10px 5px;
    border-bottom: 1px solid #DFE0E1;
    border-right: 1px solid #DFE0E1;
}
.tableInf .divBody{
    scrollbar-face-color:#4c6681;
	scrollbar-highlight-color:#1c47ba; 
	scrollbar-shadow-color:#8193a6; 
	scrollbar-3dlight-color:#8193a6; 
	scrollbar-arrow-color:#EDEEEF; 
	scrollbar-track-color:#EDEEEF; 
    scrollbar-darkshadow-color:#8193a6;
    color: #333333;font-size: 14px;background: #fff;
    height: 100%; overflow-x: hidden; overflow-y: true; 
}
.tableInf .divBody::-webkit-scrollbar-thumb{  
    background-color:#4c6681;  
    height: 50px;  
    outline-offset:-2px;  
    border-radius: 5px;
    -webkit-border-radius: 5px;  
    border: 2px solid #8193a6;  
}  
.tableInf .divBody::-webkit-scrollbar{  
    width: 12px;  
    height: 1px;
} 
.tableInf .divBody::-webkit-scrollbar-track-piece{   
    box-shadow: inset 0 0 6px #EDEEEF;
    -webkit-box-shadow: inset 0 0 6px #EDEEEF;
    background-color:#EDEEEF;  
    border-radius: 0;
    -webkit-border-radius: 0;
} 
.tableInf a{
    color: #50A4FA;
}
.tableInf .nodata{padding-top: 30px;}