.loginPop{
	display: none;
}

.loginPop.popShow{
	display: block;
}

.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 1000;
}

.loginPopIn{
	width:780px;
	height:460px;
	background:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px ;
	border-radius:4px ;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	margin-top: -230px;
	z-index: 1001;
	/*overflow: hidden;*/
}

.loginPopLeft{
	width: 390px;
	float: left;
}

.welFont{
	font-size:22px;
	font-weight:400;
	color: #555;
	margin: 56px 0  45px 50px;
}

.loginFmArea{
	width: 290px;
	margin: 0 auto;
}

.loginGrp{
	margin-top: 30px;
}

.loginTit{
	color: #555;
	font-size:15px;
	font-weight:400;
	margin-bottom: 4px;
}
.loginInp{
	width: 100%;
	height: 44px;
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	background-position: 260px center;
}

.acoutInp{
	background-image:  url(../images/acount-icon.png) ;
}

.loginInp input{
	font-size: 16px;
	width: 80%;
	height: 44px;
	outline: none;
	background: none;
	border: none;
	margin-left: 10px;
	display: block;
}

.pwdInp{
	background-image:  url(../images/pwd-icon.png) ;
}


.loginHintArea{
	height: 30px;
	margin-top: 14px;
	overflow: hidden;
}

.remIcon{
	width: 14px;
	height: 14px;
	background: url(../images/chose.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.remPwdLab{
	font-weight: normal;
	font-size: 13px;
	color: #555;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.remInp{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.remPwdLab input:checked+.remIcon{
	background-image: url(../images/chosed.png);
}

.forgetPwd{
	text-decoration: underline;
	color:#0354ec;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	margin-left: 128px;
}
.forgetPwd:hover{text-decoration: underline;}

.regLink{
	float: right;
}

.regLink,
.regLink:hover{
	color: #3366CC;
	font-size: 15px;
	text-decoration: underline;
}

.loginBtn{margin-top: 20px;}

.loginBtn input{
	font-size:18px;
	color: #fff;
	display: block;
	width:120px;
	height:40px;
	border: none;
	outline: none;
	background:-webkit-linear-gradient(90deg,#0053EB 0%,#0077FF 100%);
	background:-moz-linear-gradient(90deg,#0053EB 0%,#0077FF 100%);
	background:-ms-linear-gradient(90deg,#0053EB 0%,#0077FF 100%);
	background:-o-linear-gradient(90deg,#0053EB 0%,#0077FF 100%);
	background:linear-gradient(90deg,#0053EB 0%,#0077FF 100%);
	-webkit-border-radius:2px ;
	-moz-border-radius:2px ;
	border-radius:2px ;
	cursor: pointer;
}

.loginPopRight{
	width: 390px;
	height: 460px;
	background:url(../images/login-lib-img.png) no-repeat;	
	position: absolute;
	right: 0;
	top: 0;
}

.loginLogo{
	margin: 186px 0;
}

.loginPopRight{
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.closeLoginBtn{
	width: 34px;
	height: 34px;
	background: url(../images/close-login.png) no-repeat;
	position: absolute;
	right: -58px;
	top: 0;
}