@charset "utf-8";
	body {
	background:#E7F2FF
}
.login-header {
	height:90px;
	color:#bcbcbc;
	line-height:90px;
	padding:0 55px;
	background:#FFF
}
.login-header .logo {
	letter-spacing:2px;
	color: #fff;
	font-size:26px;
	font-size:30px
}
.login-header .logo b {
	font-size:42px;
	display:block;
	float:left;
	font-weight:600;
	margin-right:24px;
	color:#54A5F9;
	position:relative
}
.login-header img {
	width:auto;
	height:49px;
	margin-right:20px;
	vertical-align:sub;
	margin-top:13px
}
.login-header .selectLag {
	font-size:14px;
	color:#333
}
.login-header .selectLag select {
	border:solid 1px #999;
	border-radius:3px;
	height:28px;
	font-size:12px;
	margin:0 5px;
	padding:0 5px
}
.login-main {
	overflow: hidden;
	padding: 73px 0 0;
	width: 550px;
	right: 0;
	position: absolute;
}
.login-main .login-banner {
	width:495px;
	float:left;
	margin-top:-30px
}
.login-main .box-form {
	width:350px;
	padding: 48px 53px 40px;
	background: #dbeaff61;
	border-radius:5px;
	float:right;
	font-size:16px;
	color:#999;
	height: 344px;
	position: relative;
}
.login-main .box-form a {
	text-decoration:underline
}
.box-form.login .txt {
	border: 1px solid #dfdfdf;
	border-radius:4px;
	width:290px;
	height:50px;
	margin-bottom:10px;
	padding-left:58px;
	font-size:15px;
	background-color: #FFF !important;
}
.box-form.login .txt.user {
	background:url(../images/login_me.png) no-repeat 20px center
}
.box-form.login .txt.password {
	background:url(../images/login_key.png) no-repeat 20px center
}
.box-form.login .txt.business {
	background:url(../images/login_business.png) no-repeat 20px center
}
.box-form.login .txt.user:hover {
	background:url(../images/login_me_on.png) no-repeat 20px center
}
.box-form.login .txt.password:hover {
	background:url(../images/login_key_on.png) no-repeat 20px center
}
.box-form.login .txt.business:hover {
	background:url(../images/login_business_on.png) no-repeat 20px center
}
.box-form.login .txt input {
	border:none;
	height:50px;
	width:290px;
	background:0 0;
	line-height: 50px;
}
.box-form.login .btn,.box-form.register .btn {
	width:100%;
	height:48px;
	background:#54A5F9;
	color:#FFF;
	font-size:18px;
	color:#FFF;
	border:none;
	border-radius:4px;
	margin:10px 0 0
}
.box-form.login label {
	font-size: 13px;
	color: #666 !important;
}
.box-form.login label input {
	margin-right:5px;
	width:16px;
	height:16px
}
#errorText {
	min-height:25px;
	line-height:25px;
	margin-top:10px;
	color:red
}
.copyright {
	font-size:14px;
	padding:10px 0;
	background:#FFF;
	margin-top:50px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	color: #fff;
}


.login-main .box-form .changeBox{position:absolute;bottom: 24px;left: 0;right: 0;padding: 24px 38px 0;border-top: solid 1px #dde7f7;}
.login-main .box-form .changeBox a{font-size:20px;text-decoration:none;width:50%;text-align:center;display:inline-block;color: #2d2d2d;}
.login-main .box-form .changeBox a:after{content:"";position:absolute;left:50%;width: 1px;top: 26px;bottom: 0;background: #545454;display:block;}
.login-main .box-form .changeBox a:after:last-child{display:none}
.login-main .box-form .changeBox a.cur{color: #f60;font-weight: 700;}
.scan-box .tit{ font-size: 16px;color:#2d2d2d;background:url(../images/ico-scan.png) no-repeat left center;background-size:20px; padding-left:28px;}
.scan-box .code{position: relative;padding: 18px;background:#FFF;margin: 35px auto 12px;width: 162px;height: 162px;}
.scan-box .code img{width: 100%}
.scan-box .code .tips{position: absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);color:#FFF;text-align: center;padding-top: 57px;}
.scan-box .code .tips p{font-size: 16px;}
.scan-box .code .tips a{background:#54A5F9;color:#FFF;margin: 17px auto 0;text-decoration: none;width:100px;height:32px;display: inline-block;line-height: 32px;font-size: 13px;border-radius: 3px;}
.scan-box #errorText{text-align: center}