.sort-none .sort-icon {
    display: none !important;
}

/* 表头固定 */
.table-wrapper table thead tr.fixedTr {
    display: flex;padding-right: 19px;
}
.table-wrapper table tbody {
    display: inline-block;
    width: 100%;
    overflow-y: scroll;
    max-height: 500px;
}
.table-wrapper table tbody tr.fixedTr {
    display: flex;
}

/* 表头固定 */
.hj-table {
    width: auto;
}
.hj-table thead tr:last-child th {
    font-weight: bold;
}
.hj-table thead,.hj-table tbody {
    display:block;
    overflow-x: hidden;
    overflow-y:scroll;
}
.hj-table tbody{
    max-height:500px;
}
.hj-table thead tr,.hj-table tbody tr{
    display:table;
    width: 100%;
}

/* 表头固定2，某些统计页面表头有合并单元格情况 */
#fixedTable {
    width:100%;
    height:90%;
    padding-bottom: 2px;
    position:relative;
}
#table1 {
    width:100%;
    position:absolute;
    overflow-y:scroll;
}
#table1 th {
    font-weight: bold;
}
#table2 {
    width:100%;
    position:absolute;
    overflow-y:scroll;
    bottom:2px;
    top:0;
}
#table2 table {
    margin-top: 0;
}

/* 表头固定3 */
#three_fixedTable {
    width:100%;
    height:100%;
    padding-bottom: 2px;
    position:relative;
    overflow-x: auto;
}
#three_fixedTable table th,#three_fixedTable table td {
    text-align: center;
}
#three_table1 {
    width: 100%;
    position: absolute;
    z-index: 2;
    overflow-y: scroll;
    overflow-x: hidden;
}
#three_table1 table {
    margin: 0;
}
#three_table1 th {
    font-weight: bold;
}
#three_table2 {
    width:100%;
    position:absolute;
    z-index: 1;
    overflow-y:scroll;
    overflow-x: hidden;
    bottom:2px;
    top:0;
}
#three_table2 th {
    font-weight: bold;
}
#three_table2 table {
    margin: 0;
}

.w_1 {width: 1% !important;}
.w_2 {width: 2% !important;}
.w_3 {width: 3% !important;}
.w_4 {width: 4% !important;}
.w_5 {width: 5% !important;}
.w_6 {width: 6% !important;}
.w_7 {width: 7% !important;}
.w_8 {width: 8% !important;}
.w_9 {width: 9% !important;}
.w_10 {width: 10% !important;}
.w_12 {width: 12% !important;}
.w_13 {width: 13% !important;}
.w_15 {width: 15% !important;}
.w_17 {width: 17% !important;}
.w_18 {width: 18% !important;}
.w_20 {width: 20% !important;}
.w_25 {width: 25% !important;}
.w_30 {width: 30% !important;}
.w_35 {width: 35% !important;}
.w_40 {width: 40% !important;}
.w_45 {width: 45% !important;}
.w_50 {width: 50% !important;}
.w_55 {width: 55% !important;}
.w_60 {width: 60% !important;}
.w_65 {width: 65% !important;}
.w_70 {width: 70% !important;}
.w_75 {width: 75% !important;}
.w_80 {width: 80% !important;}
.w_85 {width: 85% !important;}
.w_90 {width: 90% !important;}
.w_95 {width: 95% !important;}
.w_100 {width: 100% !important;}