body {
	background: #F6F8FD;
}
header {
	height: 270px;
}
.banner {
	background: url(../images/gfqh/articleBanner/common_banner_1.png);
}
.request-header {
	margin-top: 20px;
	background-color: #FFFFFF;
	min-height: 260px;
	
}
.request-header-wrapper {
	background: url(../images/gfqh/customerRequest/request_hedder_bg.png) center no-repeat;
	min-height: 260px;
	padding: 20px;
}
.notice-text {
	font-weight: 300;
	color: #333333;
	font-size: 36px;
	text-align: center;
}
.notice-content {
	font-weight: 400;
	color: #4D4D4D;
	line-height: 36px;
	font-size: 18px;
}
.notice-content p {
	text-indent: 2em;
	font-weight: 400;
}

.request-content {
	margin: 30px 0 50px;
	background: #FFFFFF;
	min-height: 300px;
}
.content_header {
	height: 90px;
	padding: 0 40px;
	border-bottom: 1px solid #D6D6D6;
}
.content_header_title {
	display: inline-block;
	font-size: 32px;
	line-height: 90px;
	float: left;
}
.download-box {
	display: inline-block;
	margin-left: 40px;
	padding-top: 25px;
}
.download-btn{
	width: 150px;
	height: 42px;
	background: #2E92FF;
	text-align: center;
	color: #FFFFFF;
	border: none;
}
button:focus {
	outline: none;
}
#form {
	padding: 40px 0px;
}
.form-row {
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.red {
	color: red;
	font-size: 18px;
}
.label-text {
	font-size: 16px;
	color: #808080;	
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
}
.hor-line {
	height: 1px;
	background: #D6D6D6;
	margin-top: 15px;
	margin-bottom: 35px;
}
.idcode-wrapper {
	padding-top: 5px;
}
.ehong-code-val-tip {
	display: none;
}
.btn-wrapper {
	text-align: center;
}
.btn-submit {
	width: 150px;
	height: 42px;
	line-height: 42px;
	background: #4885FF;
	color: #ffffff;
	display: inline-block;
	border-radius:4px;
	font-size: 18px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 30px;
}
.btn-submit:hover {
	color: #FFFFFF;
}

.authorization-wrapper {
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background: #FFFFFF;
	padding: 30px 50px;
	display: none;
}
.authorization-title {
	/* margin-bottom: 30px; */
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	line-height: 36px;
	text-align: center;
}
.authorization-content {
	font-weight: 300;
	color: #000000;
	line-height: 40px;
	font-size: 16px;
}
.authorization-content  p{
	text-indent: 2em;
	margin: 0;
}
.authorization-tips {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 48px;
	margin-top: 0px;
	text-align: center;
}
.authorization-btn-wrapper {
	text-align: center;
}
.confirm-btn {
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #4885FF;
	border-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	outline: none;
	margin-top: 30px;
	margin-bottom: 1vh;
	display: inline-block;
	cursor: pointer;
	padding:0;
}
.confirm-btn:focus,.confirm-btn:hover {
	outline: none;
	color: #FFFFFF;
}
.msgNotShow {
	display: none;
}
.code-img{
	width: 100px;
	height: 33px;
	line-height: 30px;
	background: #3297FC;
	color: #FFFFFF;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 0;
}