.form{
	height: 708px;
}
.received{
	position: relative;
}
.received form{
	width: 424px;
	padding: 60px 43px 30px;
	position: absolute;
	right: 0;
	top: 100px;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 0 0 10px 0 #eee;
}
.received form h3{
	font-size: 30px;
	color: #7171FE;
	font-weight: normal;
	margin-bottom: 52px;
}
.form .input-area input{
	width: 100%;
	height: 44px;
	font-size: 20px;
	color: #8C8C8C;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 26px;
}
.form .input-area input.tell{
	background: url(../images/phone.png) no-repeat 98% 50%;
	background-size: 18px;
}
.form .input-area input.username{
	background: url(../images/user.png) no-repeat 98% 50%;
	background-size: 23px;
}
.select-area{
	position: relative;
}
.select-area select{
	width: 100%;
	height: 44px;
	font-size: 20px;
	color: #8C8C8C;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 26px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select-area:after{
    content: "";
    width: 21px;
    height: 10px;
    background: url(../images/down.png) no-repeat center;
    position: absolute;
    right: 2%;
    top: 17px;
    pointer-events: none;
}
.register input{
	width: 100%;
	height: 63px;
	background: #7171FE;
	color: #fff;
	border: none;
	box-shadow:0 0 10px 0 #7171FE;
	border-radius: 32px;
	font-size: 26px;
}
.receive-yzm {
	display: flex;
	border-bottom: 1px solid #C2C2C2;
	justify-content: space-between;
	height: 44px;
	/*position: relative;*/
	/* float: left; */
	/*top: 20px;*/
	/*left: 10px;*/
margin-bottom: 26px;
}
.receive-yzm .ipt {
border: 0;
background-color: rgba(0, 0, 0, 0);
width: 238px;
font-size: 20px;
line-height: 44px;
}
.receive-yzm.phone .hq_code{
	flex: 1;
	border-radius: 5px;
	background-color: #7171FE;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-style: normal;
}
.receive-yzm.phone .hq_code.active{
	background-color: #dddddd;
}

.input-yzm{
	display: flex;
	border-bottom: 1px solid #C2C2C2;
	justify-content: space-between;
	height: 44px;
	margin-bottom: 26px;
}
.input-yzm .ipt {
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	width: 238px;
	font-size: 20px;
	line-height: 44px;
	}
.input-yzm.phone .hq_code{
	flex: 1;
	border-radius: 5px;
	background-color: #7171FE;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-style: normal;
}
.input-yzm.phone .hq_code.active{
	background-color: #dddddd;
}

.input-yzm input.getYzm{
	width: 100px;
	height: 40px;
	font-size: 15px;
	background: #7171FE;
	color: white;
	border-radius: 20px;
	position: relative;
	box-shadow:0 0 10px 0 #7171FE;
	border: 0;
}
.input-yzm input.getYzm:active{
	width: 100px;
	height: 40px;
	background: #bcbcc2;
	color: white;
	border-radius: 20px;
	position: relative;
	box-shadow:0 0 10px 0 #d6d6e2;
	border: 0;
}
.yz{
    display: none;
    position: absolute;
    width: 350px;
    height: 80px;
	background: rgb(250, 250, 250);
	border-radius: 15px;
	box-shadow:0 0 10px 0 #a3a3a3;
    z-index: 100;
    margin: auto;
    overflow: hidden;
	top: 136px;
	left: 40px;
}
.vCode{
	position: relative;
	right: 10px;
}

.student_information{
	width: 424px;
	height: 400px;
	float: right;
	position: absolute;
	background: rgb(255, 255, 255);
	box-shadow:0 0 10px 0 #a3a3a3;
	border-radius: 15px;
	display: block;
	z-index: 300;
	right: 0px;
	top: 1px;
	display: none;
}
.student_information h3{
	position: relative;
	top: 45px;
	color: rgb(250, 128, 114) !important;
}
.input-name input{
	width: 90%;
	height: 44px;
	font-size: 20px;
	color: #8C8C8C;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 26px;
	position: relative;
	top: 30px;
}
.select-age select{
	width: 90%;
	height: 44px;
	font-size: 20px;
	color: #8C8C8C;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 26px;
	position: relative;
	top: 30px;
}
.student_information .update{
	width: 338px;
	height: 63px;
	font-size: 30px;
	background: rgb(250, 128, 114) !important;
	color: white;
	border-radius: 50px;
	position: relative;
	top: 50px;
	box-shadow:0 0 10px 0 rgb(250, 128, 114) !important;
	border: 0;
}