*
{
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
}

html
{
	height: 100vh;
}
body
{
	height: 100vh;
	background-color: #f7f7f7;
	display:flex;
	flex-direction:column;
}

.mianbaobg
{
	background: #E7F1FF;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.mianbao
{
	width: 1200px;
	margin: auto;
}

	.mianbao div:first-child
	{
		height: 40px;
		width: 20px;
		background: url(dqwz.png) center center no-repeat;
		margin-right: 15px;
	}

.top
{
	height: 220px;
	background: url(../image/banner.png) no-repeat 50%;
	background-size: auto;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	background-color: #1677ff;
}

.headerBanner
{
	width: 1200px;
	margin: auto;
	text-align: center;
}


.headerTitle
{
	color: #fff;
	font-size: 36px;
	padding-top: 60px;
	width: 100%;
}


.cutLine
{
	border-bottom: 1px solid #055ec3;
	padding-top: 10px;
}




/**主面板**/
.contain
{
	z-index: 99999;
	width: 1200px;
	margin: auto;
	font-family: 'Microsoft YaHei';
}

.content
{
	margin-top: -50px;
	padding-bottom: 10px;
	background-color: #ffffff;
	height:auto !important;
	height: 300px;
	position: relative;
	min-height: 610px;
}



/**表单相关**/
.formlab
{
	font-size: 16px;
}


/**页脚**/
.footContent
{
	font-size: 14px;
	color: #999999;
	text-align: center;
	padding: 30px 0px;
}





/***自定义控件样式**/

.querybtn
{
	height: 50px;
	line-height: 48px;
	border-radius: 3px;
	background-color: #C40311;
	border-color: #C40311;
	font-family: 'Microsoft YaHei';
	font-size: 19px;
	color: #ffffff;
	width: 100px;
}

.clearbtn
{
	height: 50px;
	line-height: 48px;
	border-radius: 3px;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
	font-family: 'Microsoft YaHei';
	font-size: 19px;
	color: #333333;
	width: 100px;
}


.inputTxt
{
	height: 45px;
	line-height: 43px;
	border: 1px solid #fafafa;
	background-color: #fafafa;
	font-size: 15px;
	padding: 0px 5px;
	border-radius: 3px;
	width: 280px;
}

.main input[type=text]:focus
{
	outline: none;
	border: 1px solid #fafafa;
	border-radius: 3px;
}

.title
{
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: bold;
}


.loader
{
	position: fixed;
	margin-top: -3rem;
	height: 6rem;
	line-height: 5.8rem;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 9009;
}



	.loader span
	{
		height: 5.5rem;
		display: inline-block;
		padding: 0 3rem;
		border-radius: 0.5rem;
		border: 1px solid transparent;
		color: #fff;
		background-color: #4D4D4D;
		border-color: #4D4D4D;
		font-size: 1.6rem;
	}
