/**
 * TMZL v1.0.0 (http://www.tmzl.com.cn/)
 * Copyright 2015-2018 TMZL Team
 
 */
table.dataTable.fixedHeader-floating {
	position: fixed !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	background-color: white;
}
@media print {
	table.dataTable.fixedHeader-floating {
		display: none;
	}
}
table.dataTable.fixedHeader-locked {
	position: absolute !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	background-color: white;
}
.fixedHeader {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	background-color: white;
}