/*
for：登录
date：2018-01
*/
/* CSS Document */
html,
body {
	height: 100%;
}
body {
	background-color: #f1f1f1;
}
#header,
#main,
#footer {
	min-width: 1320px;
	margin: 0 auto;
}
#header,
#footer {
	text-align: center;
	line-height: 1.72em;
}

/*
头部
*/
#header {
	font-size: 24px;
	color: #4488ec;
	letter-spacing: 3px;
	padding-top: 30px;
}

/*
主体
*/
#main {
	height: 466px;
	margin-top: 100px;
	background: url(../images/loginBg.jpg) no-repeat center center;
	display: table;
	position: relative;
}
.main {	
	position: absolute;
	top: 33px;
	left: 55%;
	width: 400px;
	height: 420px;
	background-color: #fff;
}
.main header {
	height: 72px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}
.main header h1 {
	font-size: 24px;
	color: #444;
	line-height: 72px;
	position: relative;
	bottom: 1px;
	display: inline-block;
	border-bottom: 3px solid #ccc9c9;
}
.main main {
	width: 75%;
	margin: 0 auto;
	margin-top: 32px;
	display: table;
}
.main main .layui-form-item {
	padding-top: 10px;
	position: relative;
}
#main main .layui-form-item label {
	position: absolute;
	top: 10px;
	left: 8%;
	z-index: 1;
	font-size: 16px;
	color: #888;
	line-height: 60px;
}
.main main .layui-input {
	height: 60px;
	font-size: 16px;		
	color: #4488ec;
	padding-left: 75px;
}
.main main .pwd {
	background: url(../images/loginPwd.jpg) no-repeat center right;
}
.main main .tip {
	font-size: 12px;
	color: #e44854;
	line-height: 1.5em;
}
.main main .button {
	margin-top: 25px;
}
.main main .button input {
	width: 100%;
	height: 60px;
	font-size: 24px;
	color: #fff;
	background-color: #4488ec;
	border-width: 0;
	border-radius: 4px;
}

/*
底部
*/
#footer {
	margin-top: 200px;
	font-size: 14px;
	color: #888;
	padding-bottom: 30px;
}