.main{
	width: 1200px;
	height: 1900px;
	margin: 0 auto;
	margin-bottom: 60px;
	background-color: #e8e8e8;
}
.main-top{
	width: 100%;
	height: 486px;
	background-image: url(../img/background.png);
}
.main-top div{
	width: 770px;
	height: 85px;
	padding-top: 140px;
	margin: 0 auto;
}
.main-top img{
	float: left;
	width: 85px;
	height: 85px;
}
.main-top p{
	line-height: 85px;
	float: left;
	font-size: 50px;
	color: #FFFFFF;
	font-family: "Adobe 黑体 Std";
}
#myform{
	position: relative;
	top: -228px;
	width: 422px;
	height: 454px;
	border-radius: 20px;
	background-color:rgba(244,251,251,0.47);
	margin: 0 auto;
}
#myform div{
	position: relative;
	top: 30px;
	margin: 0 auto;
	width: 350px;
	height: 40px;
	margin-bottom: 22px;
	border: 1px #bfbfbf solid;
	border-radius: 5px;
}
#myform img{
	position: absolute;
	top: 10px;
	left: 15px;
	width: 19px;
	height: 19px;
}
#myform input{
	outline:none;
	border: none;
}
.theinput input{
	width: 300px;
	height: 40px;
	padding-left: 50px;
	border: none;
	border-radius: 5px;
}
#button{
	text-align: center;
	padding-left: 0;
	position: absolute;
	right: 0px;
	width: 114px;
	height: 40px;
	border-radius: 5px;
}
input[type=button]{
	background-color: #128bd6;
	border-radius: 5px;
	font-size: 15px;
	cursor: pointer;
	font-weight: 600;
}
.queryInfro{
	position: relative;
	top: -172px;
	width: 988px;
	height: 260px;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: 1px #cecece solid;
	margin: 0 auto;
}
.queryTit{
	padding-top: 20px;
	width: 890px;
	height: 70px;
	border-bottom: 4px #3784d1 solid;
	margin-top: 20px;
	margin: 0 auto;
}
.queryTit img{
	float: left;
	width: 70px;
	height: 70px;
}
.queryTit p{
	float: left;
	line-height: 70px;
	margin-left: 10px;
	color:#3784d1 ;
	font-size: 30px;
}
.querytext{
	width: 890px;
	height: 113px;
	padding-top: 45px;
	margin: 0 auto;
	color: #023F6C;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
}
.instructions{
	position: relative;
	top: -142px;
	width: 988px;
	height: 722px;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: 1px #cecece solid;
	margin: 0 auto;
}
.instruText{
	width: 890px;
	color: #808080;
	margin: 0 auto;
}
.instruText p{
	margin-top: 30px;
	line-height: 20px;
}