* {
	margin: 0;
	padding: 0;
}

.main {
	height: 830px;
	background: url('../image/imag1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.title {
	font-size: 35px;
	letter-spacing: 2px;
	color: #006bab;
	font-weight: bold;
	font-family: "Source Han Sans CN";
	text-align: center;
	padding-top: 130px;
}

.form {
	width: 568px;
	height: 330px;
	border-radius: 20px;
	background-color: rgba(0, 107, 171, 0.72);
	border: 1px solid #ffffff;
	margin-top: 40px;
}

.form-item {
	margin-top: 60px;
	margin-left: 40px;
}

.form-item1 {
	margin-top: 36px;
}

.label {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 19px;
	color: #ffffff;
	font-weight: bold;
	font-family: "Source Han Sans CN";
}

.input {
	width: 470px;
	height: 50px;
	border-radius: 25px;
	background-color: #ffffff;
	border: none;
	font-size: 16px;

}

.mt2 {
	margin-top: 20px;
}

.input1 {
	padding-left: 18px;
}

.btn {
	margin-top: 30px;
	border: none;
	width: 240px;
	height: 50px;
	border-radius: 35px;
	background-color: #1e6792;
	font-size: 18px;
	color: #fff;
}

.footer {
	height: ;
}

.footer {
	height: 123px;
	color: #fff;
	background-color: #006bab;
	font-size: 14px;
}