.content_block {
	width: 100%;
	height: 550px;
	/* height: 100%; */

	background-image: url(../img/reg_login.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	margin-top: -1px;
	content-visibility: auto;


}

.content_block .block {
	display: flex;
	/* flex-direction: row; */
	justify-content: space-between;
}

.content_block .block .block_right {
	margin-top: 100px;

}

.content_block .block .block_right .form_tab_list {
	width: 100%;
	height: 45px;
	background-color: #FFFFFF;
	display: none;

}

.content_block .block .block_right .form_tab_list ul {
	display: flex;
	flex-direction: row;
}

.content_block .block .block_right .form_tab_list ul li {
	width: 100%;
}

.content_block .block .block_right .form_tab_list ul li p {
	line-height: 45px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	font-family: "microsoft yahei";
}

.content_block .block .block_right .form_tab_list ul li:hover {
	border-bottom: 2px solid #11AEE8;
}

.content_block .block .block_right .form_tab_list ul li:hover p {
	color: #11AEE8;
}

.content_block .block .block_right .form_tab_list ul .form_tab_active {
	border-bottom: 2px solid #11AEE8;
	border-width: 20%;

}

.content_block .block .block_right .form_tab_list ul .form_tab_active p {
	color: #11AEE8;

}

.content_block .block .register_box {
	width: 380px;
	height: 100%;
	background-color: #FFFFFF;
}

.content_block .block .register_box .label {
	width: 90%;
	height: 35px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 1px solid #9f9f9f;
}

.content_block .block .register_box .label input {
	height: 80%;
	margin-top: 2px;
}

.content_block .block .register_box .label img {
	margin-top: 6px;
	margin-left: 21px;
	margin-right: 15px;
}

.content_block .block .register_box .label2 img {
	width: 15px;
	height: 18px;
}

.content_block .block .register_box .label3 img {
	width: 16px;
	height: 16px;
}

.content_block .block .register_box .label3 .input_box {
	display: flex;
	flex-direction: row;
}

.content_block .block .register_box .label3 .input_box input {
	width: 60%;
}

.content_block .block .register_box .label3 .input_box button {
	height: 50%;
	width: 80px;
	color: #11AEE8;
	background-color: transparent;
	font-size: 12px;
	font-weight: 500;
	font-family: "microsoft yahei";
	border-left: 1px solid #11AEE8;
	white-space: nowrap;
	margin-top: 9px;
}

.content_block .block .register_box .label4 img,
.content_block .block .register_box .label5 img {
	width: 15px;
	height: 16px;
}

.content_block .block .register_box .label6 img {
	width: 17px;
	height: 17px;
}

.content_block .block .register_box .label6 .show_campus_list li {
	display: flex;
	flex-direction: row;
}

.content_block .block .register_box .label6 .show_campus_list li p {
	font-size: 12px;
	font-weight: 500;
	font-family: "microsoft yahei";
	color: #aaaaaa;
	margin-top: 7px;
	white-space: nowrap;
}

.content_block .block .register_box .label6 .show_campus_list li img {
	width: 13px;
	height: 9px;
	margin-top: 12px;
	margin-left: 150%;
}

.content_block .block .register_box .label input::-webkit-input-placeholder {
	font-size: 12px;
	font-weight: 500;
	font-family: "microsoft yahei";
	color: #aaaaaa;

}

.content_block .block .register_box .label1 {
	width: 100%;
	height: 68px;
	border-bottom: 1px solid #EFEFEF;
}

.content_block .block .register_box .label1 p {
	line-height: 68px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 500;
	font-family: "microsoft yahei";
}

.content_block .block .register_box .label7 {
	display: flex;
	flex-direction: column;
	border: none;
	height: 100%;
}

.content_block .block .register_box .label7 .input_box {
	display: flex;
	flex-direction: row;
}

.content_block .block .register_box .label7 .input_box p {
	font-size: 12px;
	font-weight: 500;
	font-family: "microsoft yahei";
	color: #aaaaaa;
	margin-top: 5px;
	margin-left: 10px;
	white-space: nowrap;
}

.content_block .block .register_box .label7 .input_box a {
	font-size: 12px;
	font-weight: 500;
	font-family: "microsoft yahei";
	color: #005BA4;
	margin-top: 5px;
	white-space: nowrap;
}

.content_block .block .register_box .label7 button {
	width: 100%;
	height: 30px;
	background-color: #11AEE8;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	font-family: "microsoft yahei";
	margin-top: 20px;
	margin-bottom: 30px;
}

.content_block .block .block_right .form_content_list ul {
	display: none;
}

.content_block .block .block_right .form_content_list .form_content_show {
	display: block;
}



/* 图形验证码 */
.input-val {
	width: 74px;
	background: #ffffff;
	height: 2.8rem;
	padding: 0 2%;
	border-radius: 5px;
	border: none;
	font-size: 1.0625rem;
}

#canvas {
	width: 100px;
	height: 35px;
	float: right;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
}


.copyright {
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-left: 10%;
}
