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;
	background: #FFFFFF;
	padding: 20px 0 50px 0;
}
.content_header {
	height: 90px;
	padding: 0 40px;
}
.content_header_title {
	font-size: 36px;
	color: #333333;
	line-height: 90px;
	text-align: center;
}
.content-wrappper {
	background: url(../images/gfqh/simulationSearch/customer_request_result-bg.png) center top no-repeat;
}
.identity-info {
	margin: 30px 150px 10px 150px;
	color: #333333;
	font-size: 16px;
	height: 21px;
}
.spot {
	width: 6px;
	height: 6px;
	background: #999999;
	display: inline-block;
	border-radius: 50%;
	line-height: 21px;
	margin: 2px 6px;
}
.second-point {
	margin-left: 300px;
}
.result {
	text-align: center;
}
.result-row {
    margin: 0 auto;
    padding: 30px 42px 50px;
    display: inline-block;
    text-align: left;
}
.result-item {
	display: inline-block;
	width: 208px;
	padding: 0 10px;
	margin-top: 20px;
}
.item-header {
	height: 80px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
}
.success-item {
	background: url(../images/gfqh/simulationSearch/success-item-result-bg.png) no-repeat;
	background-size: 100% 100%;
}
.fail-item {
	background: url(../images/gfqh/simulationSearch/fail-item-result-bg.png) no-repeat;
	background-size: 100% 100%;
}
.result-item-content {
	text-align: center;
	height: 145px;
	border: 1px solid #B3B3B3;
	background: #FFFFFF;
}
.icon-wrapper {
	margin: 10px 0;
}
.result-text {
	margin: 5px 0;
	font-size: 16px;
	/* font-weight: lighter; */
}
.result-description {
	color: #2278E0;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
}
.fail-description {
	color: #C62424;
	font-size: 14px;
	margin: 10px 0;
	font-weight: bold;
}
.tab-style {
	margin: 30px 20px;
}
.tab-two-header {
	background: url(../images/gfqh/simulationSearch/fail-result-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 90px;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 90px;
	padding: 0px 0 0 80px;
}
.tab-two-content {
	text-align: center;
	padding: 100px 0;
	background-color: #FFFFFF;
	border-radius: 0px 0px 25px 25px;
	margin-bottom: 80px;
}
.re-register-button {
	width: 187px;
	height: 42px;
	line-height: 42px;
	display: block;
	text-align: center;
	margin: 30px auto 0;
	background: #2878ff;
	color: #FFFFFF;
	padding: 0;
}
.re-register-button:hover, .re-register-button:focus {
	background: #0D5CE1;
	color: #ffffff;
	outline: none;
}

.tab-three-header {
	background: url(../images/gfqh/simulationSearch/fail-result-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 90px;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 90px;
	padding: 0px 0 0 80px;
}
.tab-three-content {
	text-align: center;
	padding: 100px 0;
	background-color: #FFFFFF;
	border-radius: 0px 0px 25px 25px;
	margin-bottom: 80px;
}

.tab-four-header {
	background: url(../images/gfqh/simulationSearch/query-result-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 90px;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 90px;
	padding: 0px 0 0 80px;
}
.tab-four-content {
	text-align: center;
	padding: 60px 0;
	background-color: #FFFFFF;
	border-radius: 0px 0px 25px 25px;
	margin-bottom: 80px;
}
.tab-four-content form {
	width: 600px;
	margin: 0 auto;
}
div.form-group {
	margin-bottom: 30px;
}
.label-text {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}
.red {
    color: red;
    font-size: 18px;
}
input.form-control {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.verify-code-wrapper {
	position: relative;
}
.verify-code-btn {
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #3297FC;
	color: #FFFFFF;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 0;
}
.verify-code-btn:hover, .verify-code-btn:focus, .query-result-btn:hover {
	background: #2878ff;
	color: #ffffff;
	outline: none!important;
}
.query-result-btn {
	line-height: 50px;
	background: #3297FC;
	color: #FFFFFF;
	padding: 0;
	width: 100%;
}

.tab-one {
	display: none;
}
.tab-two {
	display: none;
}
.tab-three {
	display: none;
}
.tab-four {
	display: block;
}
#CZCE {
	display: none;
}
#DCE {
	display: none;
}
#SHFE {
	display: none;
}
#CFFEX {
	display: none;
}
#INE {
	display: none;
}

#GFEX {
	display: none;
}

@media (max-width: 1200px) and (min-width: 993px) {
	.second-point {
	    margin-left: 200px;
	}
	.result-item {
		margin-bottom: 30px;
	}
}
@media (max-width: 992px) {
	.identity-info {
	    margin: 30px 100px 10px 100px;
	}
	.second-point {
	    margin-left: 50px;
	}
	.result-item {
	    width: 33%;
		margin-bottom: 30px;
	}
}