

/* 头部logo */

.heard_student{
	padding-top: 3.2%;
	padding-bottom: 3.2%;
}

.student_form{
	width: 320px;
	margin: 0 auto;
	padding-top: 2%;
	padding-bottom:5%;
	display: block;
}
.student_form h3{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
.student_form_list{
	border: 1px solid #E4E4E4;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	margin-top: 15px;
	display: flex;
}
.student_form_list i{
	font-size: 18px;
	margin-right: 5px;
}
.student_form_list span{
	padding-left: 10px;
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 32px;
	display: block;
	width: 75px;
}
.student_form_list input{
	    height: 35px;
	    line-height: 35px;
	    background: transparent;
	border: 0;
	flex: 1;
}
.student_form_code{
	cursor: pointer;
	margin-top: 15px;
}
.student_form_other a:hover{
	color:  #0066CC;
}

.student_from_sumbit{
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #0099FF;
	border: 0;
	color: #fff;
}
.student_from_sumbit:hover{
	background-color: #0066CC;
}
.student_form_other{
	padding-top: 10px;
	padding-bottom: 10px;
}

.student_footer{
	padding-top: 100px;
	padding-bottom: 2%;
}
.student_footer h3{
	font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #D7D7D7;
	padding-bottom: 5px;
}
.student_change_success{
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -60px;
	border:1px solid #EDEDED;
	box-shadow: 0 0 8px #000;
	height: 120px;
	width:350px;
	background: #fff;
}
.student_change_success>div{
	margin-top: 30px;
}