.content_centerBox {
	position: relative;
	background: #f8fbff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	padding: 0px 0 px 0;
	/* padding-bottom: 300px; */
	min-height: 500px;

}

.content_centerBox .card {
	position: absolute;
	top: -35px;
	left: 8%;
	right: 10%
}

.content_centerBox .cardTop {

	background: #ffffff;
	box-shadow: 0px 1px 0px 0px #e2e4ea;

	padding: 24px 0;


	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content_centerBox .cardTop .title {
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #111a34;
	line-height: 22px;

	margin-bottom: 25px;
}

.content_centerBox .cardTop .step {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_centerBox .cardTop .step .step_item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content_centerBox .cardTop .step .step_item .numBox {
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	border: 0.5px solid #979797;
	border-radius: 50%;
	margin: 0 12px;

	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #677283;
	line-height: 22px;

	display: flex;
	justify-content: center;
	align-items: center;

}

.content_centerBox .cardTop .step .step_item .active {
	background: #1676ff;
	color: #ffffff;

	border: none;
	/* color: rgba(0, 0, 0, 0.85); */
}

.content_centerBox .cardTop .step .step_item p {
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #677283;
	line-height: 22px;
}

.content_centerBox .cardTop .step .step_item .p_active {
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: left;
	color: rgba(0, 0, 0, 0.85);
	line-height: 22px;
}

.content_centerBox .cardTop .step .line {
	width: 70px;
	height: 1px;
	background: #c1c4cd;

	margin: 0 16px;
}



.content_centerBox .cardBot {
	background: #ffffff;
	border: 1px solid #f5f5f5;
	border-radius: 0px 0px 6px 6px;

	padding: 100px 0;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content_centerBox .cardBot .cardBot_Column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content_centerBox .cardBot .inputBox {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_centerBox .cardBot .inputBox input {
	padding: 15px 0 14px 14px;
	border: 1.26px solid #e2e4ea;
	border-radius: 4px;

	min-width: 300px;
}

.cardBot .cardBot_btn {
	margin-top: 30px;
	padding: 8px 31px;

	background: rgba(22, 118, 255, 1);
	border-radius: 4px;

	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
	opacity: 0.5;

	cursor: pointer;
}

.cardBot .cardBot_btnActive {
	opacity: 1;
}




.content_centerBox .cardBot .inputBox .captcha-container {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 85px;
	height: 40px;

	white-space: nowrap;
	/* height: 100vh; */
	/* background-color: #f0f0f0; */
}

.content_centerBox .cardBot .inputBox .captcha {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-family: Arial, sans-serif;
	color: #444;

	letter-spacing: 5px;
	font-style: italic;
	min-width: 100px;
	margin-left: 40px;
}

.content_centerBox .cardBot .inputBox .captcha>div {
	flex: 1;
	/* 利用flex让四个验证码并排 */
	text-align: center;
}

.content_centerBox .cardBot .inputBox .captcha>div::before {
	content: attr(data-text);
}

.content_centerBox .cardBot .inputBox .captcha>div::after {
	content: "";
	/* position: absolute;
	top: 0;
	width: 100%;
	height: 100%; */
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}


.cardBot_Column_upload {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: none;
}

.cardBot_Column_upload .uploadBtn {
	background: #1676ff;
	border-radius: 4px;
	padding: 22px 84px;

	font-size: 24px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	line-height: 33px;
}

.cardBot_Column_upload p {
	margin-top: 23px;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: center;
	color: #555555;
	line-height: 12px;
}


@media only screen and (max-width: 900px) {
	.content_centerBox {
		position: relative;
		background: #f8fbff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0px 0 200px 0;
		/* padding-bottom: 300px; */
		min-height: 500px;


		min-height: 0px;
		padding: 0px;
	}

	.content_centerBox .card {
		position: absolute;

		position: relative;
		top: 0;
	}

	.content_centerBox .cardTop {

		background: #ffffff;
		box-shadow: 0px 1px 0px 0px #e2e4ea;

		padding: 24px 0;


		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.content_centerBox .cardTop .title {
		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #111a34;
		line-height: 22px;

		margin-bottom: 25px;
	}

	.content_centerBox .cardTop .step {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.content_centerBox .cardTop .step .step_item {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.content_centerBox .cardTop .step .step_item .numBox {
		width: 24px;
		height: 24px;
		background: #FFFFFF;
		border: 0.5px solid #979797;
		border-radius: 50%;
		margin: 0 12px;

		font-size: 14px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		color: #677283;
		line-height: 22px;

		display: flex;
		justify-content: center;
		align-items: center;

		width: 16px;
		height: 16px;

		font-size: 12px;
		line-height: 16px;

	}

	.content_centerBox .cardTop .step .step_item .active {
		background: #1676ff;
		color: #ffffff;

		border: none;
		/* color: rgba(0, 0, 0, 0.85); */
	}

	.content_centerBox .cardTop .step .step_item p {
		font-size: 14px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: left;
		color: #677283;
		line-height: 22px;

		font-size: 12px;
		line-height: 16px;
	}

	.content_centerBox .cardTop .step .step_item .p_active {
		font-size: 14px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: left;
		color: rgba(0, 0, 0, 0.85);
		line-height: 22px;

		font-size: 12px;
		line-height: 16px;
	}

	.content_centerBox .cardTop .step .line {
		width: 70px;
		height: 1px;
		background: #c1c4cd;

		margin: 0 16px;

		width: 36px;
		margin: 0 12px;
	}



	.content_centerBox .cardBot {
		background: #ffffff;
		border: 1px solid #f5f5f5;
		border-radius: 0px 0px 6px 6px;

		padding: 100px 0;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.content_centerBox .cardBot .cardBot_Column {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.content_centerBox .cardBot .inputBox {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.content_centerBox .cardBot .inputBox input {
		padding: 15px 0 14px 14px;
		border: 1.26px solid #e2e4ea;
		border-radius: 4px;

		min-width: 300px;


		padding: 12px 0 10px 10px;
		min-width: 0px;
		font-size: 12px;
		line-height: 16px;
	}

	.cardBot .cardBot_btn {
		margin-top: 30px;
		padding: 8px 31px;

		background: rgba(22, 118, 255, 1);
		border-radius: 4px;

		font-size: 14px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #ffffff;
		line-height: 20px;
		opacity: 0.5;

		cursor: pointer;

		padding: 6px 21px;
		font-size: 12px;
		line-height: 16px;
	}

	.cardBot .cardBot_btnActive {
		opacity: 1;
	}




	.content_centerBox .cardBot .inputBox .captcha-container {
		display: flex;
		justify-content: center;
		align-items: center;

		width: 85px;
		height: 40px;

		white-space: nowrap;
		/* height: 100vh; */
		/* background-color: #f0f0f0; */
	}

	.content_centerBox .cardBot .inputBox .captcha {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		font-family: Arial, sans-serif;
		color: #444;

		letter-spacing: 5px;
		font-style: italic;
		min-width: 100px;
		margin-left: 40px;

		min-width: 80px;
		margin-left: 30px;
	}

	.content_centerBox .cardBot .inputBox .captcha>div {
		flex: 1;
		/* 利用flex让四个验证码并排 */
		text-align: center;
	}

	.content_centerBox .cardBot .inputBox .captcha>div::before {
		content: attr(data-text);
	}

	.content_centerBox .cardBot .inputBox .captcha>div::after {
		content: "";
		/* position: absolute;
		top: 0;
		width: 100%;
		height: 100%; */
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
	}


	.cardBot_Column_upload {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: none;
	}

	.cardBot_Column_upload .uploadBtn {
		background: #1676ff;
		border-radius: 4px;
		padding: 22px 84px;

		font-size: 24px;
		font-family: PingFang SC, PingFang SC-Medium;
		font-weight: 600;
		text-align: center;
		color: #ffffff;
		line-height: 33px;

		font-size: 14px;
		line-height: 16px;
		padding: 11px 44px;
	}

	.cardBot_Column_upload p {
		margin-top: 23px;
		font-size: 16px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: 400;
		text-align: center;
		color: #555555;
		line-height: 12px;


		font-size: 12px;
		line-height: 16px;
	}

}


.validate-result {
	background: #F2F2F2;
	padding-bottom: 250px;
	/* 1111 */
}

.validate-result .result-title {
	width: 100%;
	background: #fff;
	padding-top: 58px;
	height: 118px;
}

.validate-result .result-title p {
	margin: 0 auto;
	text-align: center;
	line-height: 72px;
	width: 280px;
	height: 80px;
	/* background: url(../../resource/imgs/validate/tbg.png) no-repeat center / contain; */
	background: url(../../img/validate_tbg.png) no-repeat center / contain;
	font-size: 18px;
	margin-top: 25px;
	font-weight: bold;
}

.validate-result .button {
	color: #ffffff;
	width: 155px;
	display: block;
	padding: 10px 30px;
	background: #1676ff;
	margin: 0 auto;
	border-radius: 4px;
}

.validate-result .success,
.validate-result .error {
	padding: 100px 0;
	padding-bottom: 30px;
}

.validate-result .success .valid-msg,
.validate-result .error .valid-msg {
	width: 100%;
	text-align: center;
	color: #4a90e2;
	line-height: 28px;
	font-size: 20px;
	font-family: '黑体';
}

.validate-result .success .valid-msg.successSign,
.validate-result .error .valid-msg.successSign {
	font-size: 26px;
	color: #39A480;
	margin-top: 20px;
}

.validate-result .v-list {
	width: 1200px;
	margin: 40px auto 0;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.validate-result li.head {
	width: 100%;
	font-size: 18px;
	border-top-width: 0;
	justify-content: center;
	padding: 18px 0;
	font-weight: bold;
}

.validate-result li.first {
	border-top-color: #9cc5f9;
}

.validate-result li {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	border-top: 1px solid #E1E8F0;
	display: flex;
	flex-flow: row nowrap;
}

.validate-result span {
	padding: 10px 28px;
	border-left: 1px solid #E1E8F0;
	word-break: break-all;
	flex: 1 1 auto;
}

.validate-result .w20 {
	width: 20%;
	text-indent: 4%;
	color: #A1A1A1;
	border-left-width: 0;
}

.validate-result .w30 {
	width: 30%;
	color: #A1A1A1;
}

.validate-result .w40 {
	width: 40%;
}

.validate-result .w50 {
	width: 50%;
}

.validate-result .w60 {
	width: 60%;
}

.validate-result .w80 {
	width: 80%;
}

.validate-result .text {
	color: #39A480;
}

.validate-result .list2 {
	margin-top: 18px;
	display: flex;
	flex-flow: row wrap;
}

.validate-result .val-left {
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 1px solid #E1E8F0;
}

.validate-result .val-left:last-child {
	margin: 0;
	border-bottom-width: 0;
}

.validate-result .val-right {
	display: none;
	width: 30%;
}