.save_body .student_login, .save_body .teacher_login {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
}

.save_body .teacher_login {
	margin-left: 40px;
}

.body_nav {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 3px;
}

.body_nav_active {
	background: #FFFFFF;
}

.save_body .forget_password {
	float: right;
	margin-top: 16px;
	color: #999999;
	font-size: 14px;
	margin-bottom: 40px;
}

.save_body .third_party {
	text-align: center;
}

.save_body .third_party_text {
	color: #999999;
	font-size: 14px;
}

.save_body .hird_party_img {
	margin: 0 auto;
	margin-top: 26px;
}

.save_body .hird_party_wechat {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(/images/icon_weixin.png) no-repeat center center;
	cursor: pointer;
}

.save_body .hird_party_wechat:hover {
	background: url(/images/icon_weixin_tab.png) no-repeat center center;
}

.save_body .hird_party_qq {
	display: inline-block;
	margin-left: 52px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(/images/icon_qq.png) no-repeat center center;
	cursor: pointer;
}

.save_body .hird_party_qq:hover {
	background: url(/images/icon_qq_tab.png) no-repeat center center;
}