/*-----登录背景图-------*/
.wrap{
	background: url(/image/notionalwindimg/notionalLoginBg.png) no-repeat;
	background-size: cover;
    background-attachment: fixed;
}
/*-----登录背景图-------*/
.loginContainer{
	/*min-height: 620px;*/
	position: relative;
}
/*---------密码登录--------*/
.logoLogin{
	position: fixed;
	display: block;
	width: 180px;
	left: 90px;
	top: 44px;
}
.logoLogin img{
	display: block;
	width: 100%;
}
.loginMain{
	position: absolute;
	left: 50%;
	margin-left: -30%;
	top: 50%;
	margin-top: -225px;
	width: 60%;
	min-width: 804px;
	height: 450px;
}
.mainLeft{
	width: 50%;
	height: 100%;
	float: left;
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
    background: url(/image/afterclassimg/login_left.png) no-repeat;
	background-size: cover;
}
.mainRight{
	position: relative;
	width: 50%;
	height: 100%;
	float: right;
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
    background: #fff;
	background: url(/image/afterclassimg/login_right.png) no-repeat #fff;
	background-position:right -2px bottom -2px;
	background-size: 75%;

}
.styleChoice{
	position: relative;
	padding: 12px 12px 0 0;
}
.styleIcon{
	margin-left: 5px;
	width: 24px;
	cursor: pointer;
}
.divSelect{
    width: 100px;
    height: 25px;
    float: right;
    overflow: hidden;
}
.pleaseChoose{
	float: left;
	width: 64px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	margin: 0;
	padding:0 7px 0 11px;
    border: 1px solid #e5e5e5;
}
.pleaseChoose i{
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
    color: #888;
}
.pleaseChoose span{
	float: right;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-top: -2px;
    color: #888;
}

.loginTit{
	position: relative;
	width: 70%;
	text-align: center;
	font-size: 24px;
	margin: 36px auto 34px auto;
    color: #333;
}
.loginTit01{
	margin: 20px auto 14px auto;
	padding-left: 40px;
}
.reminder{
	width: 70%;
	text-align: center;
	margin: -21px auto 20px auto;
	font-size: 12px;
	color: #999999;
}

.loginType{
	width: 75%;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
}
.loginType a{
	display: block;
	text-align: center;
    color: #888;
	border: 1px solid #e5e5e5;
}

.inputInform{
	width: 75%;
	margin: 0 auto;
}
.tabInput{
	display: none;
}
.inputInform p{
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

.inputInform .informIcon {
	font-size: 22px;
	margin-right: 16px;
    color: #888;
}
.inputInform .deleteIcon{
	position: absolute;
	display: none;
	font-size: 26px;
	cursor: pointer;
    color: #888;
}
.informP .deleteIcon{
	right: 0;
}
.informMsg .deleteIcon{
	right: 110px;
}
.inputInform p input{
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	line-height: 26px;
	margin-top: -8px;
    color: #525252;
	[;height:26px;line-height:normal;padding:0;]/*safari hack*/
}
.inputInform p input.loginIpt{
	width: 180px;
}
.inputInform p input.msg{
	width: 100px !important;
}
.inputInform .informIcon:after{
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 14px;
	left: 38px;
    top: 18px;
    background: #888;
}
.inputInform .errorTips{
	height:30px;
	line-height: 30px;
	font-size: 12px;
	border-bottom: none;
	visibility: hidden;
    color: #f16a6a;
}
.inputInform .showErrorTips{
	visibility:visible;
}
.inputInform p ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bbb;
}
.inputInform p :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}
.inputInform p ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #bbb;
}
.inputInform p :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #bbb;
}
.loginBtn{
	display: block;
	width: 100%;
	float: left;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 26px;
	font-size: 15px;
    background: #c69898;
	color: #fff;
}
.loginBtn:hover{
	background: #8d3232;
	color: #fff;
}
.forgetPwd{
	float: right;
	margin-top: 10px;
    color: #888 !important;
}
.forgetPwd:hover{
	color: #888;
}
.tabForgetPwd{
	margin-right: 15%;
}

.getVCode{
	position: absolute;
	right: 0;
	top: 20px;
	width: 100px;
	font-size: 12px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	background: #8d3232;
    color: #fff !important;
    box-shadow: 0 2px 2px rgb(141 50 50 / 50%);
    -webkit-box-shadow: 0 2px 2px rgb(141 50 50 / 50%);
    -moz-box-shadow: 0 2px 2px rgba(141,50,50,.5);
}
.keepRecord{
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #725C4A;
}
.keepRecord span:nth-of-type(1){
	margin-right: 20px;
}

/*----忘记密码----*/
.forgetPwdInform p{
	padding: 0;
}
.forgetPwdInform p label{
	position: relative;
	font-weight: normal;
	width: 74px;
	text-align: right;
	margin-right: 8px;
    color: #888;
}
.forgetPwdInform p label:after{
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 14px;
	right: 0;
    top: 18px;
    background: #888;
}
.forgetIpt{
	margin-top: 0 !important;
}

.loginTips {
	width:100%;
	height:48px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	position: absolute;
	bottom: -75px;
	line-height: 50px;
	padding: 0 25px;
	-webkit-box-shadow: rgba(20,17,57,0.13) 0px 0px 30px;
   -moz-box-shadow: rgba(20,17,57,0.13) 0px 0px 30px;
   box-shadow: rgba(20,17,57,0.13) 0px 0px 30px;
   cursor: pointer;
}

.loginTips a{
	color: #777777;
}

.loginTips .loginTips_L {
	overflow: hidden;
	position: relative;
	float: left;
}
.loginTips .loginTips_R{
	float: right;
}
.loginTips .loginTips_L span:nth-child(1) {
	color: #8D3232;
	font-weight: 700;
}
.loginTips .loginTips_L span:nth-child(2) {
	display: inline-block;
	width:3px;
	height:24px;
	background:rgba(151,151,151,1);
	margin-left:3px;
	position: absolute;
	top:12px;

}

.loginTips .loginTips_L span:nth-child(3) {
  padding-left: 24px;
  color:rgba(119,119,119,1);
}
/* 返回首页 */
.backhome{
	width:108px;
	height:30px;
	background: #fff;
	text-align: center;
	line-height: 30px;;
	border-radius:10px;
	box-shadow:0px 0px 6px 0px rgba(20,17,57,0.5);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(20,17,57,0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(20,17,57,0.5);
	position: absolute;
	right:0;
	top:-34%;
}
.backhome a{
	color: #333333;
}

/* 密码等级 */
.pass_set{
	float: left;
	clear: both;
	margin: 7px 0 7px 0;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    width: 156px;
    overflow: hidden;
}
.pass_set li{
	float: left;
    text-align: center;
    width: 50px;
    border-right: 2px solid #fff;
    background: #cccccc;
    color: #fff;
    list-style-type: none;
}
.password_tips{
	display: block;
	font-size: 12px;
	letter-spacing: -1px;
	color: #888888;
	padding: 0 !important;
	margin: 0 !important;
}
.password_tips img{
	width: 22px;
	display: inline-block;
    vertical-align: middle;
    margin: -1px -2px 0 -5px;
}
.clickloginType{
	border-bottom-color: #fff !important;
	color: #5576e6 !important;
}
.returnBtnL{
	position: absolute;
    width: 70px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    font-size: 14px;
    left: 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    top: -4px;
	color: #8ea1ed !important;
}
.inputInform p ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bbb;
}
.inputInform p :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}
.inputInform p ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #bbb;
}
.inputInform p :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #bbb;
}
.errorLine{
	border-bottom-color: #f16a6a !important;
}
.btnDisable{
	background: #c69898;
}
.btnAble{
	background: #8d3232;
}
.disableClass{
	background: #D4D4D4 !important;	
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
@media screen and (max-width: 1600px){
	.logoLogin{
		width: 160px;
	}
    .loginMain{
    	height: 424px;
    	margin-top: -212px;
    }
    .loginTit{
    	margin: 21px auto 42px auto;
	}
	.loginTit01{
		margin: 0 auto 8px auto;
	}
}

@media screen and (max-height: 650px){

	.backhome{
		top: -90px;
	}
	.loginTit01{
		margin: 20px auto 14px auto;
	}
}


/* 滑块验证 */
#box{
	float: left;
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	margin-top: 10px; 
	border: 1px solid #e4e7eb;
    background-color: #f7f9fa;
}
.bgColor{
	position: absolute;
	left:0;
	top:0;
	width:40px;
	height: 38px;
	/* border: 1px solid transparent; */
	border:1px solid #1991fa;
	background-color: #d1e9fe;
}
.txt{
	position: absolute;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.slider{
	position: absolute;
	left:0;
	top:0;
	width: 40px;
	height: 38px;
    background-color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
	-webkit-box-shadow: 0 0 3px rgb(0 0 0 / 30%);
	background: url(/image/blueimg/slider_reg.png) no-repeat #fff center center;
	background-size: 60%;
	text-align: center;
	cursor: pointer;
}
.slider:hover{
	background: url(/image/blueimg/slider_reg_hover.png) no-repeat #1991fa center center;
	background-size: 60%;
}
.slider.active{
	background: url(/image/blueimg/active_reg.png) no-repeat #52ccba center center;
	background-size: 60%;
}
.slider.error{
	background: url(/image/blueimg/slider_error.png) no-repeat #f57a7a center center;
	background-size: 60%;
}
