.logins{
	display: none;
}
.loginZhe {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99998;
	background-color: rgba(0, 0, 0, .5);
}

.loginBox {
	width: 1000px;
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}

.loginLogo {
	line-height: 0;
	margin-bottom: 40px;
}

.loginLogo * {
	display: inline-block;
	vertical-align: middle;
}

.loginLogo img {
	width: 410px;
}

.loginEdition {
	color: #4B45C9;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 14px;
}

.login {
	height: 585px;
	-webkit-box-shadow: 0 0 10px rgba(177, 175, 211, .2);
	-moz-box-shadow: 0 0 10px rgba(177, 175, 211, .2);
	box-shadow: 0 0 10px rgba(177, 175, 211, .2);
	background: #fff;
	position: relative;
	border-radius: 32px;
	padding: 50px 70px;
	background: url('../../images/DragSSO/login5-1.png');
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/login5-1.png', sizingMethod='scale');
}

.loginTitle {
	font-size: 24px;
	color: #3B3A3A;
	margin-bottom: 30px;
	text-align: center;
}

.loginTab {
	position: absolute;
	width: 46px;
	left: -46px;
	top: 65px;
}

.loginTab div {
	cursor: pointer;
	border-radius: 8px 0 0 8px;
	height: 46px;
	line-height: 0;
	text-align: center;
	background: #fff;
	margin-top: 5px;
	-webkit-box-shadow: 0 0 10px rgba(208, 206, 236, .2);
	-moz-box-shadow: 0 0 10px rgba(208, 206, 236, .2);
	box-shadow: 0 0 10px rgba(208, 206, 236, .2);
}

.loginTab div.active {
	background: #198BE3;
}

.loginTab img {
	height: 22px;
	margin-top: 12px;
}

.loginTab div.active .loginTabImg1,
.loginTabImg2 {
	display: none;
}

.loginTab div.active .loginTabImg2 {
	display: inline-block;
}

.loginCon {
	width: 310px;
}

.loginInputTxt {
	font-size: 14px;
	color: #707070;
	margin-bottom: 8px;
}

.loginInput {
	margin-bottom: 15px;
	position: relative;
}

.loginInput input {
	height: 40px;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 7px 10px 7px 10px;
}

.codeBox {
	position: relative;
}

#lr_verifycode_input {
    width: 170px;
}

.variCode {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 110px;
	line-height: 0;
}

.variCode img {
	width: 100%;
	height: 100%;
}

.loginBtn {
	overflow: hidden;
	margin-top: 25px;
}

.loginBtn input {
	height: 48px;
	cursor: pointer;
	width: 100%;
	background: #198BE3;
	border-radius: 24px;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	border: 1px solid #198BE3;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset !important;
}

.loginBtn2 {
	margin-top: 10px;
}

.loginBtn2 input {
	background: #fff;
	color: #198BE3;
}

.qrCodeBox {
	font-size: 14px;
	display: none;
}

#qrCode {
	margin: 70px auto 10px;
	width: 200px;
}

.loginFooter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #705EED;
	font-size: 14px;
	line-height: 30px;
	/*background: #E8E9FD;*/
	padding: 20px 0;
}

.tips {
	position: absolute;
	right: 42px;
	bottom: 20px;
	color: #6AB8FE;
	font-size: 13px;
}
.tips img{
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.wx{
	line-height: 0;
	margin-top: 30px;
	cursor: pointer;
}
.wx > *{
	display: inline-block;
	vertical-align: middle;
}
.wx img{
	width: 40px;
	margin-right: 10px;
}
.wx span{
	line-height: 24px;
	color: #65C15D;
}