/*登录页*/
.loginBigBg{
	height:100%;margin:0 auto;background: url(../images/loginBg.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.siteTitle{
	width:500px;
	float:left;
	/* margin-top: 40px; */
	/* margin-left: 30px; */
}
.siteTitle h1{
	float:left;color:#fff;font-size:14px;font-weight:normal;
}
.siteTitle h2{
	float:left;color:#fff;font-size:36px;font-weight:normal;
}
.loginBox{
	/* width:1440px; */
	/* height:1024px; */
	/* float: right; */
	/* margin-right: 240px; */
	margin: 0 auto;
	position: absolute;
	top: 40px;
	left: 30px;
}
.loginWraper{
	border-radius: 10px;
	width:360px;
	height: 520px;
	float: right;
	/* margin:125px 140px auto auto; */
	position: absolute;
	top: 50%;
	right: 15%;
	margin-top: -280px;
	padding: 25px 50px 0 60px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.15);
}
.loginWraper .logo{
	text-align: center;
	margin-bottom: 0%;
}
.loginType{
	width:100%;padding:0 87px;box-sizing: border-box;float:left
}
.loginType li{
	font-size: 18px;line-height: 30px;float: left;color: #585E66;cursor: pointer;
}
.loginType li.on{
	color: #4A90EF;border-bottom:3px #4A90EF solid;
}
.loginType li.loginTypeLine{
	width:1px;height:14px;margin:7px 20px 0 20px;border-right: 1px #ECECEC solid;
}
.inputBox{
	width: 100%;float:left
}
.inputBox .loginInput{
	width:100%;
	margin-top: 17px;
}
.inputBox .loginInput input{
	font-size:18px;height:55px;line-height:55px;background: #FFFFFF;border: 1px solid #D0D0D0;border-radius: 30px;outline: none;padding-left:49px;box-sizing: border-box;
}
.inputBox .loginInput .phone{
	background:url(../images/login_ico_phone.png) no-repeat 22px center;width:100%;
}
.inputBox .loginInput .psw{
	background:url(../images/login_ico_cipher.png) no-repeat 22px center;width:100%;
}
.inputBox .loginInput .code{
	background:url(../images/login_ico_code.png) no-repeat 22px center;width:200px;
}
.inputBox .guize{
	color: #585E66;
}
.inputBox .guize a{
	color: #4A90EF;
	line-height: 20px;
}
.inputBox .sumbitBtn{
	width:100%;
	height: 50px;
	line-height: 50px;
	text-align:center;
	background: #4A90EF;
	box-shadow: 0 2px 4px 0 #C6DBF9;
	border-radius: 30px;
	color: #fff;
	font-size: 20px;
	margin-top: 6px;
	cursor: pointer;
}
.inputBox .link{
	width:100%;margin-top: 15px;text-align: center;
}
.inputBox .link a{
	font-size: 16px;color: #585E66;
}
.inputBox .link span{
	height: 12px;border-right: 1px #ECECEC solid;margin: 0 10px;display: inline-block;
}
.codelink{
	font-size: 16px;color: #4A90EF;margin-left: 10px;
}
.error_tip{
	width:100%;
	text-align:center;
	font-size: 14px;
	color: #F65952;
	visibility: visible;
	height: 35px;
	line-height: 35px;
}
.inputBox input.getcode{
	margin-left:10px;margin-top:5px;height:60px;line-height:60px;background: #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 30px;
	text-align: center;color:#fff;border:none;outline: none;cursor: pointer;font-size: 16px;width:150px;padding: 0;
}
.inputBox input.getcode:disabled{
	color: #AEB5C4;color: #C5C5C5;;cursor: default;border:none;background: #F7F7F7;border-radius: 30px;box-shadow:none
}
/*忘记密码*/
.forgetBox{
	width:370px;margin:0 auto;
}
.forgetBox h1{
	width:100%;font-size: 24px;color: #585E66;text-align: center;margin-bottom: 40px;
}
.forgetBox .fline{
	width:100%;margin-bottom: 20px;
}
.forgetBox p{
	font-size: 12px;color: #F46867;margin-top: 5px;
}
.forgetBox .fline input{
	height:48px;line-height:48px;border: 1px solid #D0D0D0;border-radius: 24px;padding-left: 59px;box-sizing: border-box;font-size: 16px;color: #AEB5C4;
	outline: none;
}
.forgetBox .fline .name{
	background:url(../images/login_ico_user.png) no-repeat 22px center;width:100%;
}
.forgetBox .fline .phone{
	background:url(../images/login_ico_phone.png) no-repeat 22px center;width:100%;
}
.forgetBox .fline .psw{
	background:url(../images/login_ico_cipher.png) no-repeat 22px center;width:100%;
}
.forgetBox .fline .code{
	background:url(../images/login_ico_code.png) no-repeat 22px center;width:200px;
}
.forgetBox input.getcode{
	margin-left:10px;margin-top:5px;height:48px;line-height:48px;background: #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 24px;
	text-align: center;color:#fff;border:none;outline: none;cursor: pointer;font-size: 16px;width:130px;padding: 0;
}
.forgetBox input.getcode:disabled{
	color: #AEB5C4;color: #C5C5C5;;cursor: default;border:none;background: #F7F7F7;border-radius: 30px;box-shadow:none
}
.forgetBox .sumbitBtn{
	width:100%;height:48px;line-height:48px;text-align:center;background: #4A90EF;
	box-shadow: 0 2px 4px 0 #C6DBF9;border-radius: 24px;color: #fff;font-size: 20px;	cursor: pointer;
}
*{
	outline: none;
}
.fline .select2-container--default .select2-selection--single .select2-selection__rendered{
	width: 100%;height: 48px;line-height: 48px;padding: 0 20px; box-sizing: border-box;color: #AEB5C4;
}
.fline .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 13px;right: 20px;
}
.fline .select2-container{
	width:160px;
}
.copyrightLogin{
	width:100%;color:#3060c5;text-align:center;position: fixed;bottom:10px;
	font-size: 12px;
}