@charset "utf-8";
/* CSS Document */
html{
	width: 100%;
	height: 100%;
	background: url("../image/login-bg.jpg") no-repeat;
}
body{
	width: 100%;
	height: 100%;
	font-family:"微软雅黑";
	margin:0px;
	padding:0;
	border:0;
	background: url("../image/login-bg.jpg") no-repeat;
	background-size: 100%;
	position: relative;
	/*-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;*/
}
.loginbg{
	width: 400px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.login-top a{
	width: 100%;
	display: inline-block;
	font-size: 60px;
	color: #fff !important;
	text-align: center;
	cursor: pointer;
}
.login-div{
	width:400px;
	margin:20px auto 0 auto;
	overflow:hidden;
	background:#fff;
	border-radius: 4px;
}
input::-webkit-input-placeholder{
    color:#CCCCCC;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#CCCCCC;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#CCCCCC;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#CCCCCC;
}
.login-tit{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin: 30px 0;
}
.type-p{
	font-size:16px;
	margin:0px;
	line-height:35px;
	color: #999;
}
.type-p font{
	width:130px;
	display:inline-block;
	text-align:center;
	cursor:pointer;
}
.type-p font:hover{
	color: #08BF91;
}
.type-p .on{
	border-bottom:none;
	color:#08BF91;
}
.type-span{
	position: relative;
}
.type-span span{
	width: 40px;
	height: 4px;
	border-radius: 200px;
	background: #08BF91;
	position: absolute;
	left: 45px;
	top: 0;
}
.type-span span:nth-of-type(2){
	left: 178px;
	display: none;
}
.type-span span:nth-of-type(3){
	left: 312px;
	display: none;
}
.login-div .lo {
	padding: 0 0 20px 0;
}
.login-form {
	margin:20px auto 0 auto;
	width:338px;

}
.login-ul{
	position: absolute;
	border: solid 1px #E5E5E5;
	border-radius: 4px;
	width: 338px;
	top: 40px;
	background: #fff;
	padding: 12px 0;
	display: none;
	z-index: 99;
}
.login-ul li{
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}
.login-ul li:hover{
	cursor: pointer;
	color: #08BF91;
}
.toggle-div{
	display:none;
}
.toggle-div.active{
	display:block;
}
.text-snb{ 
	width:338px;
	height:40px;
	margin-bottom:20px;
	position: relative;
}
.school-ul{
	width:338px;
	max-height: 160px;
	overflow-y: auto;
	display:none;
	border:1px solid #E5E5E5;
	z-index:10000;
	background:#fff;
	position:absolute;
	top: 40px;
	left: 0;
	padding:0;
}
.school-ul li{
	font-size:14px;
	height:30px;
	line-height:30px;
	list-style:none;
	padding:0 5px;
	cursor:pointer;
}
.school-ul li:hover{
	background:#EEEEEE;
	color: #08BF91;
}
.uschool{
	background-position: 5px -72px !important;
}
.uname{
	background-position: 5px -111px !important;
}
.login-form .sub,#studentLogin,#bori_login{
	background:#08BF91;
	height:40px;
	line-height:40px;
	border:none;
	margin-bottom:15px;
	width:338px;
	color:#fff;
	font-size:18px;
	cursor:pointer;
	border-radius: 300px;
}
.login-form .text{
	width:338px;
	height: 40px;
	line-height:40px;
	border:1px solid #E5E5E5;
	border-radius: 4px;
	font-size:14px !important;
	padding-left:35px !important;
	color:#333;
	background: url(../image/login-user.png) no-repeat scroll left center;
	background-position: 5px 10px;
}
.login-us{
	background-position: 5px 8px !important;
}
#password{
	width:303px;
	/*color:#fff;*/
	border:none !important;
	background-image:none !important;
	height:100px;
	line-height:10px;
	position: absolute;
	top:-60px;
	left:35px;
}
.login-form .text:focus{
	border: 1px solid #08BF91;
}
.login-form .check{
	vertical-align:-2px;
}
.login-form .forget{
	float:right;
	color:#26aca3;
}
.login-bottom .free{
	float:left;
	color:#08BF91;
	text-align: center;
}
#error-p{
	font-size:12px;
	height:23px;
	color:#f00;
	margin:5px 0 5px 0;
}
.text-pass{
	width: 339px;
	margin: 8px auto;
	clear: both;
	overflow: hidden;
}
.text-checkbox{
	float: left;
}
#checkbox{
	display: none;
}
.checkbox-label{
	color: #999;
	margin-left: 5px;
	cursor: pointer;
}
.icon-checkbox{
	background: url('../image/icon-qbox-checked.png') no-repeat;
}
.radio-span{
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url('../image/icon-checkbox.png') no-repeat;
	background-size: 100% !important;
	cursor: pointer;
	vertical-align: middle;
}
input[type="checkbox"]:checked + .radio-span {
	background: url('../image/icon-qbox-checked.png') no-repeat;
}
.forget-psw a{
	color: #999;
	float: right;
	cursor: pointer;
}
.forget-psw a:hover{
	color: #08BF91;
}
.pass-box{
	border:1px solid #e5e5e5;
	overflow: hidden;
	border-radius:4px;
	background: url(../image/login-user.png) no-repeat scroll 5px -33px;
	z-index: 1;
}
.pass-img{
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(../../image/popup-close.png) no-repeat;
	background-position: 0 3px;
	background-size: 25px;
	right: 10px;
	top:5px;
	overflow: hidden;
	cursor: pointer;
	z-index: 999;
}
.schoolSelect{
	background: #EEE;
	color: #08BF91;
}
.pass-box:before{
	content: attr(data);
	display:inline-block;
	height:40px;
	line-height:40px;
	position: absolute;
	left:-2px;
	padding:0 3px 0 35px;
	z-index:9999;
}
.pass-box.focus-on{
	border:1px solid #08BF91;
}
.pass-box.focus-img:before{
	background: url(../image/login.gif) right center no-repeat;
}
/*去掉IE input 里的文本清除按钮*/
input::-ms-clear{
	display:none;
}
.login-bottom{
	padding: 0 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 99999;
}
.code-login{
	float:right;
	font-size:14px;
	text-align: center;
}
.codeLogin-box,.wx_codeLogin-box,.phone-box{
	width:400px;
	margin:20px auto 0 auto;
	overflow:hidden;
	background:#fff;
	border-radius: 4px;
	text-align: center;
	padding:0 0 20px;
	display: none;
}
.login-code{
	display: block;
	width:300px;
	height:300px;
	margin:10px auto 10px;
}
.scan-title{
	text-align: center;
	color:#08BF91;
	/* margin:30px 0 10px; */
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.back-pass-login{
	color:#999999;
}
.codeLogin-box .codeLogin-box{
	margin-bottom: 28px;
}
.but-getCode {
  margin-left: 16px;
  width: 155px;
  height: 42px;
  background: #08BF91;
    background-color: rgb(8, 191, 145);
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 42px;
  border: 0px;
}
.crm_flex ,.bori_flex{
	display:flex;
	align-items: center;
	margin: 24px 0 54px;
	justify-content: center;
}
.crm_phone,.bori_phone{
	width: 338px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	padding-left: 42px;
	background: url(../image/user_phone.png) 8px center no-repeat;
	/* margin-top: 24px; */
}
.crm_voil,.bori_voil{
	width: 168px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	padding-left: 42px;
	background: url(../image/user_passwor.png) 8px center no-repeat;
}
.pop_login{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0,0.5);
	z-index: 999;
	display: none;
}
.pop_content{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 400px;
	transform: translate(-50%,-50%);
	background-color: #fff;
	z-index: 999;
}
#code_content{
	margin: 0 auto;
	width: 400px;
	height: 370px;
	position: relative;
	z-index: 999;
	padding-top: 42px;
}
#code_content iframe{
	width: 400px;
}
.pop_p{
	width: 100%;
	overflow: hidden;
}
.wx_colsepop{
	float: right;
	margin-right: 10px;
	margin-bottom: 8px;
	cursor: pointer;
	margin-top: 10px;
}
.fixed_footer{
    background: #202734;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer_icon{
    position: absolute;
    z-index: 99;
    left: 48px;
    bottom: 12px;
}
.footer_icon.xs_block{
    left: 2px;
}
.fixed_footer .container{
	width: 1200px;
	margin: 0 auto;
    height: 100%;
	display: flex;
	justify-content: flex-start;
}
.fixed_end{
	position: absolute;
	right: 0;
	bottom: 0;
}
.new_user{
    font-family: Noto Sans SC;
    font-size: 26px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: left;
    color: #E8AE87;
	margin-left:230px;
}
.seven_user{
    font-family: Noto Sans SC;
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0em;
    color: #E8AE87;
	margin-left: 100px;
}
.out_div_footer{
    position: relative;
    width: 226px;
    height: 70px;
}
.out_div_footer  .float_alike{
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(../image/festival/deep_icon.png) 0 0 no-repeat;
}
.out_div_footer .float_left{
    top: -14px;
	left: -15px;
}
.now_register{
    position: absolute;
    width: 100%;
    height: 84px;
    bottom: 0;
    left: 0;
    border-radius: 0px 12px 0px 0px;
    background-color: #E8AE87;
    line-height: 80px;
    text-align: center;
    font-family: Noto Sans SC;
    font-size: 26px;
    font-weight: 400;
    color: #AD673F;

}
.now_register:hover{
    color: #AD673F;
    text-decoration: none;
}
.to_free{
    position: relative;
}
.nav_select{
   width: 100% !important;
   color: #333;
   text-align: center !important;
}
a:hover{
    text-decoration: none !important;
    color: #333;
}
.footer-link a{
    color: #666;
    font-size: 14px;
}
.footer-service{
    margin: 17px 0;
}
.footer-service ,.footer-service a{
    color: #666;
    font-size: 12px;
}
.footer-service a img{
    margin: 0 5px;
}
.footer-record,.footer-record a{
    color: #666;
    font-size: 12px;
}
.footer-link font{
    padding: 0 15px;
    color: #c4c4c4;
}
.free_course_content{
    background-color: #f5f5f5;
}
.select_bori{
	display: flex;
	align-items: center;
	width: 338px;
	margin: 20px auto 50px;
}
.select_bori span{
	font-size: 14px;
	margin-left: 10px;
}
#white_teahcer_select{
	width: calc(100% - 102px);
	height: 30px;
	margin-left: 20px;
	border: 1px solid #E5E5E5;
}
#white_teahcer_select option{
	height: 30px;
}
.select_bori.isNone{
	display: none !important;
}