.content_block {
	width: 100%;
	height: 550px;
	background-image: url(../img/reg_login.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	margin-top: -1px;


}

.content_block .block {
	display: flex;
	/* flex-direction: row; */
	justify-content: space-between;
}

.content_block .block .block_right {
	margin-top: 50px;
}

.content_block .block .register_box {
	width: 380px;
	height: 480px;
	background-color: #FFFFFF;
	border-radius: 10px;
	/* margin-top: 22%;
	margin-left: 25%; */
}

.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 .label6 .campus_content_list {
	display: none;
}

.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 input {
	width: 20px;
	height: 20px;
}

.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;
}


.copyright {
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-left: 10%;
}
