.header-image {
	width: 100%;
}


/*左侧公共导航栏样式开始*/

.navList {
	border: 1px solid #e0e0e0;
	width: 20%;
	float: left;
	text-align: center;
	margin-right: 31px;
}

.nav-left {
	background-color: #fff;
	border-left: 5px solid #d42b32;
	border-bottom: 1px solid #e0e0e0;
}

.item {
	height: 65px;
	font: 18px/65px "microsoft yahei";
	background: #fff;
	color: #333333;
	cursor: pointer;
}

.active {
	color: #fff;
	background-color: #d42b32;
}

.QR-code {
	width: 100%;
	padding: 20px 0;
}

.QR-code>img {
	width: 50%;
	margin: 0 auto;
}

.maincontent {
	overflow: hidden;
}

.red {
	color: #d42b32;
}

.iconfont {
	font: 28px/1em 'iconfont';
	float: left;
}

.msgTitle {
	float: left;
	padding: 0 20px 0 10px;
	font: 22px/1em "microsoft yahei";
}

.msgContent {
	overflow: hidden;
	font: 18px/1.5em "microsoft yahei";
}

.form {
	padding: 40px 20px;
	margin-bottom: 100px;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	font-family: "Microsoft YaHei" ! important;
	color: #333;
}

.form>p {
	margin-bottom: 25px;
	font: 16px/44px "microsoft yahei";
}

.form label {
	display: inline-block;
	text-align: justify;
	width: 75px;
}

.input,
.msg {
	margin-left: 20px;
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: calc(100% - 150px);
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}

.input {
	height: 42px;
}

.msg {
	height: 100px;
	resize: none;
}

.lvMsg,
.lvMsg+span {
	vertical-align: top;
}

.verifyBox {
	position: relative;
}

p.one-one {
	width: 50%;
	float: left;
	margin-bottom: 25px;
}

p.one-two {
	width: 50%;
	float: left;
	margin-bottom: 25px;
}

.xinghao {
	color: red;
}

.header-image>img {
	width: 100%;
	min-height: 150px;
	max-height: 345px;
}

.code {
	position: absolute;
	width: 100px;
	height: 42px;
	right: 50px;
	bottom: 0;
	background: #cccccc;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.btnGroup {
	text-align: center;
	padding: 10px 0 0;
}

.btn {
	width: 100px;
	height: 40px;
	text-align: center;
	font: 16px/40px "microsoft yahei";
	color: #ffffff;
	background: #d42b32;
	border: none;
	border-radius: 6px;
}

#sumbmitBtn {
	margin-right: 30px;
}

.content {
	padding: 0 15%;
}



/* ie8 */
@media screen\0 {
	.code{
		right: 300px;
		height: 38px;
		width: 150px;
	}
}
@media screen and (max-width: 1600px) {
	.content {
		padding: 0 12%;
	}
}

@media screen and (max-width: 1500px) {
	.content {
		padding: 0 10%;
	}
}

@media screen and (max-width: 1300px) {
	.content {
		padding: 0 8%;
	}
}

@media screen and (max-width: 1230) {
	.content {
		padding: 0 5%;
	}
}

@media screen and (max-width: 992px) {
	.content {
		padding: 0 2%;
	}
}

@media screen and (max-width: 768px) {
	.content {
		padding: 0;
	}
	.navList {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	p.one-one,
	p.one-two {
		float: none;
		width: 100%;
	}
	.form {
		padding: 2rem 1rem;
		border: 0;
	}
	.code {
		right: 45px;
	}
}

@media screen and (max-width: 384px) {
	.input,
	.msg {
		width: -webkit-calc(100% - 110px);
		width: -moz-calc(100% - 110px);
		width: calc(100% - 110px);
	}
	.code {
		right: 5px;
	}
	.form {
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {
	.input,
	.msg {
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.form {
		font-size: 12px;
	}
	.form label {
		width: 60px;
	}
	.form>p {
		font: 12px/22px "microsoft yahei";
	}
}