#login-content {
	position: relative;
}

.login-content {
	width: 1200px;
	margin: 0 auto;
}

.login-box {
	width: 1200px;
	height: 640px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}

.login-box-div {
	position: relative;
	width: 280px;
	height: 420px;
	background: #fff;
	border-radius: 8px;
	float: right;
	margin-top: 70px;
	padding: 30px;
}

.login-box-div h1 {
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #333;
	line-height: 46px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.account,
.password {
	width: 276px;
	height: 40px;
	background: #e8f0fe;
	border: 1px solid #d9d9d9;
	margin: 0 auto;
	border-radius: 4px;
	margin-bottom: 20px;
	display: flex;
}

.account label {
	display: block;
	background: url(/src/img/login/user.png) no-repeat center;
	width: 40px;
	height: 42px;
}

.password label {
	display: block;
	background: url(/src/img/login/lock.png) no-repeat center;
	width: 40px;
	height: 42px;
}

#account,
#password {
	border: none;
	outline: none;
	background: #e8f0fe;
	width: 226px;
}

.login-tab {
	text-align: center;
	margin-bottom: 20px;
}

.login-tab span {
	display: inline-block;
	padding: 16px;
	cursor: pointer;
}

.tab-check {
	border-bottom: 2px solid #ffa74f;
	color: #ffa74f;
}

.login-btn {
	width: 276px;
	height: 42px;
	background: #ffa74f;
	text-align: center;
	cursor: pointer;
	line-height: 42px;
	color: #fff;
	margin: 30px auto 10px;
	border-radius: 4px;
}

.others {
	width: 276px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

 #remember{height: 14px; width: 14px; display: block; float: left; margin-top: 4px;}
 #rem_label{display: block;float: left; margin-left: 5px; font-size:14px}

#forget,
#regist {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffa74f;
	cursor: pointer;
}

.note {
	text-align: center;
	height: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffa74f;
	line-height: 30px;
}

#login-foot {
	font-size: 14px;
	line-height: 30px;
	color: #999;
	text-align: center;
	margin-top: 60px;
}

#login-foot p {
	color: #666;
}

.icp {
	color: #a6a6a6;
	font-size: 14px;
	margin-left: 16px;
}

.an {
	margin-left: 35px;
	padding-left: 30px;
	background: url(/src/img/bei.png) no-repeat;
	color: #a6a6a6;
}
