html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	max-width: 680px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "MicrosoftYaHei", "WenQuanYi Micro Hei", sans-serif;
}
.login-bg {
	width: 100%;
	height: 100%;
	min-width: 500px;
	font-family: Microsoft YaHei;
	background-color: #eff0f4;
}
.login-bg .login-body {
	padding: 0 30px;
	width: 440px;
	height: 332px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(197,205,214,1);
	margin-top: -20%;
}
.login-bg .login-body .title {
	margin: 30px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #194D89;
}
.layui-input, .layui-btn {
	margin-bottom: 15px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #EFF0F4;
}
.login-bg .layui-input {
	color: #333;
	font-size: 16px;
	padding: 0 20px 0 60px;
}
.login-bg .layui-input::-webkit-input-placeholder {
color: #B3B3B3;
font-size: 16px;
}
.login-bg .user {
	background: url(../images/a0.png ) no-repeat;
	background-size: 24px;
	background-position: 20px 13px;
}
.login-bg .password {
	background: url(../images/a1.png) no-repeat;
	background-size: 24px;
	background-position: 20px 13px;
}
.login-bg .code {
	float: left;
	width: 295px;
	background: url(../images/a2.png) no-repeat;
	background-size: 24px;
	background-position: 20px 13px;
}
.login-bg .layui-btn {
	width: 100%;
	font-size: 18px;
	background: #086880;
}
.login-bg .catch-code {
	float: right;
	width: 130px;
}
.login-bg .code-again {
	background: #72B2FC;
}
.login-bg .login-body .forget {
	width: 100%;
}
.login-bg .login-body .forget-password .no-auto {
	float: left;
	padding-left: 28px;
	background: url( ../images/a3.png) no-repeat;
	background-size: 18px;
	color: #666666;
}
.login-bg .login-body .forget-password .auto-login {
	background: url(../images/a7.png) no-repeat;
	background-size: 18px;
}
.login-bg .login-body .forget-password .auto-login img {
	margin-right: 10px;
	width: 18px;
}
.login-bg .login-body .forget-password .find-password {
	float: right;
	color: #666666;
}
/*找回密码*/
.alert-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.alert-box .main {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}
.alert-box .main .floor {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
}
.login-bg .password-box {
	padding: 0 30px;
	width: 440px;
	height: 462px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(53,103,160,1);
}
.login-bg .password-box .title {
	padding: 22px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #194D89;
}
.login-bg .password-box .user + div a {
	position: absolute;
	right: 20px;
	top: 13px;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/6.png) no-repeat;
	background-size: 24px;
}
.login-bg .input-password {
	position: relative;
	width: 100%;
}
.login-bg .input-password .password {
	padding: 0 60px;
}
.login-bg .input-password .show-password {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 13px;
	right: 20px;
	background: url(../images/a6.png) no-repeat;
	background-size: 24px;
}
.login-bg .input-password .hide-password{
	background: url(../images/a4.png) no-repeat;
}
.login-bg .password-box .forget-password a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #086880;
}
/*底部*/
.login-bg .footer {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	position: fixed;
	bottom: 50px;
}
