/* 登录 */
.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{
	margin-left: 20px;
}
.foot_box div{
	float:left;
	margin-left: 10px;
}
.footer_t{
	width: 1px;
	height: 40px;
	/*background: #FFFFFF;*/
}
.footer .footer_name p{
	font-family: Source Han Sans CN;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 4px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.footer .footer_logo img{
	width: 150px;
	padding-top: 5px;
}
.footer .footer_name span{
	font-family: Source Han Sans CN;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.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: 52px;
	/* background: #DDDDDD; 
	border-radius: inherit;
	margin-top: -8px;*/
}
.has_user{
	display: none;
}
.no_user{
	display: none;
}
.top_item2{
	position: relative;
}
.top_item2:hover .szfl{
	display: block;
	height:44px;
}
.szfl{
	position: absolute;
	top:44px;
	overflow: hidden;
	width: 100%;
	height:0px;
	transition:height .4s;
	 background-color: #D91919;
	 z-index: 99;
}
.szfl a{
	display: block;
	height:44px;
	line-height: 44px;
	color: #fff;
}
.szfl a:hover{
	background-color: #E05157;
}
.top_item4{
	position: relative;
}
.top_item4:hover .szflz{
	display: block;
	height:88px;
}
.szflz{
	position: absolute;
	top:44px;
	overflow: hidden;
	width: 100%;
	height:0px;
	transition:height .4s;
	 background-color: #D91919;
	 z-index: 99;
}
.szflz a{
	display: block;
	height:44px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
}
.szflz a:hover{
	background-color: #E05157;
}

.top_item5{
	position: relative;
}
.top_item5:hover .szflzz{
	display: block;
	height:50px;
}
.top_item6{
	position: relative;
}
.top_item6:hover .szflzz{
	display: block;
	height:50px;
}
.szflzz{
	position: absolute;
	top:44px;
	overflow: hidden;
	width: 100%;
	height:0px;
	transition:height .4s;
	 background-color: #D91919;
	 z-index: 99;
}
.szflzz a{
	display: block;
	height:44px;
	line-height: 44px;
	color: #fff;
}
.szflzz a:hover{
	background-color: #E05157;
}