body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,img,header,footer,section{
			margin: 0;
			padding: 0;
			font-family: "Microsoft YaHei"!important;
		}
		*{
			font-family: Microsoft YaHei!important;
		}
		a {
			color: #000;
			text-decoration: none;
		}
		ul,ol {
			list-style: none;
		}
		b,strong,h1,h2,h3,h4,h5,h6 {
			font-weight: normal;
			font-size: 16px;
		}
		i,em {
			font-style: normal;
		}
		img,input {
			vertical-align: middle;
		}
		input {
			outline: none;
		}
		.fl {
			float: left;
		}
		.fr {
			float: right;
		}
		.clear-fix:after {
			content: "";
			display: block;
			clear: both;
		}
		.clear-fix {
			zoom: 1;
		}
		body{
			overflow-x:auto;
			min-width: 1220px;
			!important;
		}
.layui-table-box{
	overflow: auto;!important;
}
.layui-table-header{
	overflow: auto;!important;
}
body #wrap .layui-table-header{
	background: #3183c3;
	height: 50px;
	line-height: 50px;
}
body #wrap .layui-table-header tr{
	background: #3183c3;
	height: 50px;
	line-height: 50px;
}
body #wrap .layui-table-header tr span{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
body #wrap .layui-tab-brief>.layui-tab-title .layui-this{
	color:#3183c3
}
body #wrap .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 2px solid #F78118;
}