/* 登录 */
.mark{
	display: none;
	z-index: 1000;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.login_win{
	display: none;
	padding: 30px 0 40px 0;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -240px;
	z-index: 1001;
	position: fixed;
	width: 400px;
	height: 480px;
	background: #fff;
}
.login_win>p:nth-child(1){
	text-align: center;
	width: 100%;
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.login_win_box{
	width: 85%;
	margin:0 auto 0 auto;
	height: 200px;
}
.login_win_box .login_item{
    padding: 20px 14px;
    box-sizing: border-box;
    color: #666666;
    font-size: 16px;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.2);
    align-items: center;
}
.login_win_box .login_item i{
	font-size: 30px;
	margin-left: 20px;
}
.login_win_box .login_item input{
	height: 40px;
	background: none;
	border: none;
	color: #666666;
	font-size: 16px;
	padding-left: 10px;
	width: 200px;
	vertical-align: text-bottom;
}
.regiter_box{
	margin-top: 15px;
	color: #666;
	height: 40px;
	font-size: 16px;
}
.regiter_box>span:nth-child(1){
	float: left;
}
.regiter_box>span:nth-child(2){
	float: right;
}
.regiter{
	color: #333333;
	cursor: pointer;
}
.regiter:hover{
	opacity: 0.8;
}
.forget{
	cursor: pointer;
}
.forget:hover{
	opacity: 0.8;
}
.login_btn{
	cursor: pointer;
	margin: 20px auto 0 auto;
	font-size: 16px;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #A00C00;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
}
.login_btn:hover{
	opacity: 0.8;
}
.toast{
	position: fixed;
	z-index: 1002;
	width: 305px;
	height: 200px;
	background: #fff;
	text-align: center;
	padding: 40px 55px;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	box-shadow: 1px 5px 8px 5px rgba(0,0,0,.3);
	display: none;
	margin-top: -130px;
	margin-left: -153px;
}
.toast>div{
	margin-bottom: 20px;
	font-size: 16px;
}
.toast_cont{
	font-weight: bold;
	color: #A00C00;
}
/* foot */
.footer{
	position: relative !important;
	width: 100%;
	height: 230px;
	display: flex;
	align-items: center;
	background: #D70000;
	box-sizing: border-box;
	color: #fff;
	justify-content: center;
	font-size: 16px;
}
.footer>div{
	width: 1200px;
}
.footer p{
	line-height: 30px;
}
.footer p:nth-child(1){
	font-weight: bold;
}
.getcode{
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	background: #BB0000;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
}
.getcode:hover{
	opacity: 0.8;
}
.phone{
	width: 135px !important;
}
.school_wraps{
	margin-left: 10px;
	height: 40px !important;
}
.schoolname{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #919191;
}
.schoolicon{
	/*width: 50px;*/
	height: 50px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
}
.schoolicon>img{
	/*width: 100%;*/
	height: 40px;
	/* background: #DDDDDD; 
	border-radius: inherit;*/
	margin-top: -2px;
}
.has_user{
	display: none;
}
.no_user{
	display: none;
}