.fillterTableZW{display: block;width: 100%;height: 0;}
.fillterTableBox{padding: 50px 0;background: #fff;}
.layui-layer .fillterTableBox{padding: 0;}
.fillterTableBox table{border-collapse: collapse;width: 100%;font-size: 12px;line-height: 1.2;margin: 0;}
.fillterTableBox table td{border: 1px solid #dbe1e4;padding: 10px;min-width: 100px;}
.fillterTableBox thead td{background: #eef1f2;color: #0078f0;padding: 10px;text-align: center;font-weight: bold;}
.tableBtns .tbtn{display: flex;align-items: center;text-decoration: underline;color: #0078f0;font-size: 14px;}
.tableBtns .tbtn+.tbtn{margin-top: 8px;}
.tableBtns .tbtn img{display: block;width: 15px;margin-right: 5px;}
.checkList{overflow-y: auto;max-height: 120px;}
.checkList::-webkit-scrollbar {width : 5px; height: 3px;}
.checkList::-webkit-scrollbar-thumb {border-radius: 10px;box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: #666;}
.checkList::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 10px;background: #eee;}
.checkItem{line-height: 24px;padding-left: 20px;position: relative;cursor: pointer;transition: .3s;}
/* .checkItem:hover{opacity: .7;} */
.checkItem:after {position: absolute;content: "";width: 12px;height: 12px;background: #eeeeee;border: 1px solid #dbe1e4;left: 0;top: 5px;}
.checkItem.active:after {background: url(../images/k0.png) no-repeat center;background-size: 100%;}

.sortBar td{background: #eef1f2;padding-top: 5px!important;padding-bottom: 5px!important;}
.sortBar .sortBox{display: flex;align-items: center;justify-content: center;}
.sortBar .sortBox.left{justify-content: flex-start;}
.sortBar .sort{display:block;width: 12px;height: 12px;background-size: 100%;cursor: pointer;transition: .3s;}
.sortBar .sort.down{background-image: url(../images/iconDown1.png);}
.sortBar .sort.down.active{background-image: url(../images/iconDown2.png);}
.sortBar .sort.up{background-image: url(../images/iconUp1.png);}
.sortBar .sort.up.active{background-image: url(../images/iconUp2.png);}
.sortBar .sort:hover{opacity: .7;}

.fillterTableBox .content td{font-size: 14px;color: #575a69;text-align: center;}
.fillterTableBox .content td.left{text-align: left;}

.tableSilderBox{display: flex;padding-left: 10px;}
.tableSilderBox .layui-slider-vertical{margin: 0!important;}
.tableSilderBox .desc{padding-left: 10px;width:65px;display: flex;flex-direction: column;justify-content: space-between;}

@media screen and (max-width:1199px){
	.fillterTableBox {overflow-x: auto;}
	
}