.m-form-container {
	min-height: 958px;
}

.m-form-container,
.m-form {
height: 100%;
}

.m-form-container {
	position: relative;
	padding-top: 78px;
	padding-bottom: 78px;
}

.m-form-container .m-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.m-form {
	background: url(../img/bg.jpg) no-repeat center;
	background-size: cover;
}

.m-form-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #262626;
}

.m-form .content {
	margin-top: 100px;
	height: 700px;
	background-color: #fff;
	border-radius: 10px;
}

.m-form .title {
	height: 113px;
	line-height: 113px;
	font-size: 30px;
	color: #000;
	text-align: center;
}

.m-form .main {
	height: 575px;
}

.m-form .info {
	float: left;
	width: 759px;
	height: 90%;
	border-right: 1px solid #ccc;
}

.m-form .info img {
	display: block;
	float: right;
}

.m-form .form {
	float: left;
	width: 421px;
	height: 100%;
	padding-left: 50px;
	padding-top: 38px;
}

.m-form .form .formitm {
	margin-bottom: 10px;
}

.m-form .ipt {
	position: relative;
}

.m-form .ipt:before {
	content: "*";
	position: absolute;
	top: 22px;
	left: 11px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	color: #4869e4;
	font-size: 18px;
}

.m-form .u-ipt {
	width: 320px;
	height: 46px;
	padding-left: 30px;
	border: 1px solid #4869e4;
	font-size: 18px;
}

.m-form .n-empty .u-ipt,
.m-form .n-error .u-ipt {
	border-color: red;
}

.m-form .msg {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a5a5a5;
}

.m-form .form-footer {
	margin-top: 60px;
}

.m-form .submit {
	display: block;
	width: 230px;
	height: 54px;
	margin: 0 auto;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: #4869e4;
	border-radius: 6px;
	cursor: pointer;
}