.header{
	font-size: 0;
	color: #3969E2;
	line-height: 90px;
	font-family: 'pingfang-black';
}
.header .logo{
	width: auto;
	max-height: 52px;
	margin-right: 14px;
}
.header span{
	font-size: 30px;
    vertical-align: middle;
}
.header,.container .content,.footer{
	width: 1200px;
	margin: 0 auto;
}
.container{
	padding-top: 90px;
	height: 600px;
	background-image: url(../img/loginBg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:1920px 600px;
}
.loginContent{
	width: 500px;
	height: 420px;
	background: #fff;
	float: right;
}
.login-title{
	width: 100%;
	height: 114px;
	line-height: 114px;
	text-align: center;
	position: relative;
	font-size: 18px;
	color: #666;
}
.login-title .welcome{
	color: #3969E2;
	font-size: 24px;
}
.login-title .select-way{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/login-way01.png) no-repeat right 6px top 6px / 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.login-title .logo{
	width: auto;
	max-height: 52px;
	margin-right: 14px;
}
.select-way.change{
	background-image: url(../img/login-way02.png);
}
.accountLogin{
	width: 350px;
	margin: 0 auto;
}
.intDiv{
	width: 100%;
	height: 42px;
	border: 1px solid #EBEBEC;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
}
.intDiv input{
	border: none;
	outline: none;
	width: 100%;
	height: 41px;
	box-sizing: border-box;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 58px;
	padding-right: 38px;
}
.intDiv span img{
	margin: 10px 20px 0 20px;
	position: relative;
	z-index: 2;
}
.intDiv img.codeImg{
	width: 84px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.intDiv span.del{
	width: 22px;
	height: 22px;
	display: none;
	background-image: url(../img/login-del.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	/*background: url(../img/login-del.png) no-repeat center / 14px;*/
	position: absolute;
	right: 9px;
	top: 10px;
	cursor: pointer;
}
.intDiv.passwD input{
	padding-right: 98px;
}
.passwD{
	margin-bottom: 4px;
}
.passwD{
	margin-bottom: 4px;
}
.tips{
	width: 100%;
	height: 30px;
	border: 1px solid #FEBFBA;
	padding-left: 34px;
	color: #666;
	font-size: 13px;
	background-image: url(../img/login-error.png);
	background-repeat: no-repeat;
	background-position: left 9px top 7px;
	background-size:16px 14px;
	line-height: 28px;
	margin-bottom: 12px;
	visibility: hidden;
	background-color: #fef2f2;
}
.show{
	visibility: visible;
}
.loginBtn{
	width: 350px;
	height: 42px;
	background: #4777e7;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	letter-spacing: 8px;
}
.codeLogin img{
	width: 180px;
	height: 180px;
	margin: 20px auto 0;
	display: block;
}
.forgetPassw{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	text-align: center;
	padding-top: 25px;
}
.forgetPassw span{
	cursor: pointer;
}
.footer {
    display: block;
    text-align: center;
    line-height: 78px;
    color: #555;
    font-size: 14px;
}