/* CSS Document */
.hide {display: none;}
body {
	background: url("../images/login/body_bg.png") no-repeat center 15px;
}

/*底部版权*/
.bottom_copyRight {
	position: fixed;
	width: 100%;
	height: 20px;
	bottom: 20px;
	left: 0;
	font-size: 16px;
	color: #aaa;
	text-align: center;
}

/*登录页面基础框*/
.loginBox {
	position: absolute;
	width: 1200px; 
	height: 100%;
	left: 50%;
	top: 0;
	margin: 0 0 0 -600px;
}
.loginBox .side_pic {
	left: -40px;
	top: 50%;
	margin: -275px 0 0 0;
}
.loginBox .side_box {
	right: 0;
	position: absolute;
	width: 440px;
	min-height: 500px;
	top: 50%;
	margin: -252px 0 0 0;
}
.loginBox .side_box .login_content {
	padding: 60px 50px 30px 50px;
	border: solid 1px #f4f4f4;
	box-shadow: 0 0 6px #f4f4f4;
	-webkit-box-shadow: 0 0 6px #f4f4f4;
	-moz-box-shadow: 0 0 6px #f4f4f4;
	background: #fff;
}

/*登录表单部分样式*/
.loginBox .login_content .type_pic {
	right: 14px;
	top: 14px;
}
.loginBox .login_content .login_tab {
	line-height: 24px;
	color: #333;
	font-size: 18px;
}
.loginBox .login_content .login_tab .borderLine {
	font-size: 22px;
	color: #999daa;
	margin: 0 70px;
}
.loginBox .login_content .login_tab span.active {
	color: #005bac;
}

/*密码登录*/
.loginBox .account_login {
	padding: 20px 0 0 0;
}
.loginBox .account_login li {
	border: solid 1px #aaa;
	height: 50px;
	line-height: 50px;
	margin: 26px 0 0 0;
	padding: 0 0 0 55px;
}
.loginBox .account_login li .icon {
	left: 16px;
	top: 50%;
	margin: -11px 0 0 0;
}
.loginBox .account_login li .inputItem {
	background: none;
	font-size: 16px;
	color: #212121;
	height: 50px;
	max-width: 200px;
}
.loginBox .account_login li .pswToggle {
	width: 50px;
	height: 100%;
	background: url("../images/login/icon04.png") no-repeat center;
}
.loginBox .account_login li span.active {
	background: url("../images/login/icon05.png") no-repeat center;
}
.loginBox .account_login li.redBorder {
	border: solid 1px #ff5b5b;
}
.loginBox .account_login .btn_box {
	padding: 40px 0 30px 0;
}
.loginBox .account_login .btn_box .btnItem {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: url("../images/login/submit_bg.png") repeat-y center top;
}
.loginBox .account_login .btn_box .btnItem:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.loginBox .account_login .btn_box .disabled,
.loginBox .account_login .btn_box .disabled:hover {
	background: #ccc;
	opacity: 1;
	filter: alpha(opacity=100);
}
.loginBox .account_login .form_alert {
	text-indent: 24px;
	line-height: 30px;
	font-size: 14px;
	color: #ff5b5b;
	background: url("../images/login/icon11.png") no-repeat left center;
}
.loginBox .account_login .forget_psw {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.loginBox .account_login .forget_psw a {
	color: #333;
}
.loginBox .account_login .forget_psw a:hover {
	color: #2574ba;
}

/*短信登录*/
.loginBox .phone_login {
	padding: 20px 0 0 0;
}
.loginBox .phone_login li {
	border: solid 1px #aaa;
	height: 50px;
	line-height: 50px;
	margin: 26px 0 0 0;
	padding: 0 0 0 55px;
}
.loginBox .phone_login li .icon {
	left: 16px;
	top: 50%;
	margin: -11px 0 0 0;
}
.loginBox .phone_login li .inputItem {
	background: none;
	font-size: 16px;
	color: #212121;
	height: 50px;
	max-width: 160px;
}
.loginBox .phone_login li.redBorder {
	border: solid 1px #ff5b5b;
}
.loginBox .phone_login li .phoneNumber {
	height: 50px;
	cursor: pointer;
	position: relative;
	background: url("../images/login/icon08.png") no-repeat 45px center;
	min-width: 70px;
	font-size: 16px;
	color: #333333;
	margin: 0 20px 0 0;
	z-index: 100;
}
.loginBox .phone_login li .phoneNumber:before {
	content: " ";
	position: absolute;
	display: block;
	width: 1px;
	height: 16px;
	background: #aaaaaa;
	top: 50%;
	right: 0;
	margin: -8px 0 0 0;
}
.loginBox .phone_login li .phoneNumber .selectList {
	border: solid 1px #aaaaaa;
	background: #fff;
	width: 200px;
	max-height: 240px;
	overflow: auto;
	left: -20px;
	top: 90%;
}
.loginBox .phone_login li .phoneNumber .selectListItem {
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	border-bottom: solid 1px #aaa;
}
.loginBox .phone_login li .phoneNumber .selectListItem:last-child {
	border-bottom: none;
}
.loginBox .phone_login li .sendCodeBtn {
	height: 50px;
	background: none;
	margin: 0 10px 0 0;
	font-size: 16px;
	color: #333333;
}
.loginBox .phone_login li input.disabled {
	color: #aaa;
}
.loginBox .phone_login .form_alert {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #aaaaaa;
	margin: 10px 0;
}

.loginBox .phone_login .btn_box {
	padding: 30px 0 25px 0;
}
.loginBox .phone_login .btn_box .btnItem {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background: url("../images/login/submit_bg.png") repeat-y center top;
}
.loginBox .phone_login .btn_box .btnItem:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.loginBox .phone_login .btn_box .disabled,
.loginBox .phone_login .btn_box .disabled:hover {
	background: #ccc;
	opacity: 1;
	filter: alpha(opacity=100);
}
.loginBox .phone_login .agreenment {
	font-size: 14px;
	color: #aaaaaa;
}
.loginBox .phone_login .agreenment a {
	color: #005bac;
}

/*二维码登录*/
.loginBox .qrcode_login .title {
	font-size: 18px;
	color: #333;
}
.loginBox .qrcode_login .qrcode_box {
	width: 215px;
	height: 215px;
	overflow: hidden;
	margin: 45px auto 35px auto;
}
.loginBox .qrcode_login .qrcode_box img {
	width: 215px;
}
.loginBox .qrcode_login .qrcode_infor {
	font-size: 16px;
	color: #333;
}
.loginBox .qrcode_login .qrcode_infor img {
	margin: -2px 4px 0 0;
}
.loginBox .qrcode_login .qrcode_box .qrcode_late {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/login/filter.png");
}
.loginBox .qrcode_login .qrcode_box .qrcode_late .text {
	font-size: 24px;
	color: #333;
	padding: 64px 0 26px 0;
}
.loginBox .qrcode_login .qrcode_box .qrcode_late a {
	display: inline-block;
	height: 44px;
	width: 138px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	background: url("../images/login/qrcode_btn_bg.png") repeat-y center;
}

/*滑动解锁样式*/
.loginBox .slideRegister #slider {
	margin: 30px 0 -20px 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	border-radius: 2px;
	background-color: #f0f0f0;
	overflow: hidden;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	border: solid 1px #ccc;
}
.loginBox .slideRegister #slider_bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #005bac;
	z-index: 1;
}
.loginBox .slideRegister #label {
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	border-right: 1px solid #cccccc;
	background: #fff url( "../images/login/icon12.png") no-repeat center;
	z-index: 3;
	cursor: move;
	color: #ff9e77;
	font-size: 16px;
	font-weight: 900;
}

.loginBox .slideRegister #labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'Microsoft Yahei', serif;
  color: #787878;
  text-align: center;
  z-index: 2;
}
