@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
	height: 100% !important
}

.w1000 {
	width: 1000px;
	margin: 0 auto
}

.fl {
	float: left
}

.fr {
	float: right
}

.text-center {
	text-align: center
}

.oh {
	overflow: hidden
}

#login {
	min-width: 960px;
	height: 100%
}

.container {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: url('../images/loginbg.png') no-repeat center;
	background-color: #EFF6FE
}

.header {
	height: 70px;
	border-bottom: 1px solid #e6e6e6;
	background-color: rgba(255, 255, 255, 0.65);
	flex-shrink: 0
}

.header .logo {
	position: absolute;
	left: 50%;
	width: 320px;
	margin-top: 20px;
	margin-left: -500px;
	height: 34px;
	background: url('../images/n-logo.png') no-repeat left center
}

.header .logo.jingshi {
	height: 44px;
	background: url('../images/logo/jingshi_top.png') no-repeat left center;
}

/*.header .logo:before{content:'';position:absolute;left:133px;top:2px;width:1px;height:21px;background-color:#e6e6e6}*/
/*.header .logo:after {
	content: '欢迎登录';
	font-family: Arial, 'Microsoft Yahei';
	font-size: 18px;
	line-height: 28px;
	margin-left: 240px;
	cursor: pointer;
	color: #4a4a4a;
	display: inline-block;
	margin-top: 4px;
}*/

.loginBox {
	margin: 40px auto;
	width: 960px;
	max-height: 600px;
	min-height: 550px;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	overflow: hidden
}

.loginBox .leftPicture {
	float: left;
	width: 400px;
	height: 550px;
	background: url('../images/loginPicture.jpg') no-repeat
}

.login {
	float: left;
	left: 400px;
	width: 560px;
	height: 550px;
	padding: 32px 100px;
	background-color: #fff;
	box-sizing: border-box
}

.login .title {
	font: 20px/80px Arial, 'Microsoft Yahei';
	font-weight: 500;
	color: #495067
}

.login .content {
	position: relative
}

.login .content .box {
	position: relative;
	height: 48px;
	width: 100%;
	padding: 0 0 0px 48px;
	margin-bottom: 28px;
	border: 1px solid #E3E8F0;
	border-radius: 25px;
	font: 14px/20px Arial, 'Microsoft Yahei';
	box-sizing: border-box
}

.login .content .box:after {
	content: '';
	position: absolute;
	z-index: 3;
	top: 13px;
	left: 5px;
	width: 30px;
	height: 20px;
	border-right: 1px solid #e4e4e4;
	background: url('../images/iconfont-mima-02.png') center no-repeat
}

.login .content .box.pwd:after {
	background: url('../images/iconfont-mima-01.png') center no-repeat
}

.login .content .box input[type=text], .login .content .box input[type=password] {
	width: 90%;
	height: 46px;
	border: 0px;
	outline: none;
	padding: 0;
	line-height: 46px;
	float: none;
	font-size: 14px;
	overflow: hidden;
	box-sizing: border-box
}

.login .content .box input::-webkit-input-placeholder {
	color: #BAC0D1
}

.login .content .box input {
	box-shadow: inset 0 0 0 1000px white !important
}

.login .content .captcha {
	position: relative;
	padding-right: 120px;
	margin-bottom: 24px
}

.login .content .captcha .sms {
	padding: 0 16px 0 48px;
	margin-bottom: 0px;
	width: 100%
}

.login .content .captcha .sms:after {
	content: '';
	position: absolute;
	z-index: 3;
	top: 12px;
	left: 5px;
	width: 30px;
	height: 20px;
	border-right: 1px solid #e4e4e4;
	background: url('../images/iconfont-sms.png') center no-repeat
}

.login .content .captcha .smsButton {
	width: 40%;
	height: 44px;
	margin: 0;
	padding: 0
}

.login .content .captcha .smsTime {
	float: right;
	width: 40%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #999;
	background-color: #DDDDDD;
	cursor: not-allowed
}

.login .content .captcha .small {
	padding: 0 16px 0 48px;
	margin-bottom: 0px;
	width: 100%
}

.login .content .captcha .small:after {
	content: '';
	position: absolute;
	z-index: 3;
	top: 13px;
	left: 5px;
	width: 30px;
	height: 20px;
	border-right: 1px solid #e4e4e4;
	background: url('../images/iconfont-mima-03.png') center no-repeat
}

.login .content .captcha img {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 40px;
	border: 1px solid #f8f8f8;
	cursor: pointer;
	overflow: hidden
}

.login .content .errorInfo {
	position: absolute;
	top: -22px;
	left: 36px;
	padding: 0 10px 0 24px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #e63333;
	background: #feefef;
	border: 1px solid #feefef;
	box-sizing: border-box
}

.login .content .errorInfo:before {
	content: '';
	position: absolute;
	background-color: #e63333;
	top: 3px;
	left: 6px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	font-size: 25px;
	line-height: 16px
}

.login .content .errorInfo:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	border: 1px solid white;
	width: 6px
}

.login .content .errorInfo .loading {
	font-size: 13px;
	line-height: 17px;
	color: #ff7901
}

.login .content .remember {
	overflow: hidden;
	position: relative;
	font: 14px/20px Arial, 'Microsoft Yahei';
	color: #666
}

.login .content .remember .checkbox {
	float: left
}

.login .content .remember .checkbox label {
	position: relative;
	display: inline-block;
	padding-left: 26px;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer
}

.login .content .remember .checkbox .item {
	position: relative;
	display: inline-block;
	padding-left: 20px
}

.login .content .remember .checkbox .item .number {
	position: absolute;
	left: 0;
	top: 0
}

.login .content .remember a {
	float: right;
	text-decoration: none;
	color: #666
}

.login .content .button {
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin: 24px 0 0 0;
	text-align: center
}

.login .content .button a {
	display: block;
	height: 48px;
	line-height: 48px;
	width: 100%;
	background: #1565D8;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border-radius: 25px
}

.footer {
	z-index: 9000;
	width: 100%;
	height: 60px !important;
	padding: 24px 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	min-width: 1050px;
	font-size: 14px;
	color: #667790;
	box-sizing: border-box
}

.footer .record {
	color: #667790;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer
}

.footer .record:hover {
	opacity: .5
}

.footer .record.style {
	position: relative;
	padding-left: 20px
}

.footer .record.style::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 4px;
	background: url(../images/record.png) no-repeat;
	width: 20px;
	height: 20px
}

.checkbox input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	opacity: 0
}

.checkbox input[type=checkbox]:checked + i {
	border-color: #009cd7
}

.checkbox input[type=checkbox]:checked + i:before {
	content: '\e627';
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 8px;
	height: 8px;
	margin-left: -6px;
	margin-top: -10px;
	font: 12px/20px iconfont;
	font-weight: bold;
	color: #009cd7
}

.checkbox i {
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	font-size: 14px
}

@media screen and (max-height: 700px) {
	.footer {
		display: none
	}
}
