body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
em,var,i{
	font-style: normal;
}
strong,h1,h2,h3,h4,h5,h6,var{
	font-weight: normal;
}
a{
	text-decoration: none;
}
input,textarea,select{
	outline: 0;
	-webkit-user-select: text;
}
li{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-family: "Microsoft YaHei" ;
	background: url("../../image-resources/logon/bg.jpg") repeat;
}
.clear {
	clear: both;
}

.login {
	width: 822px;
	height: 420px;
	margin: 100px auto 0;
}
.login-img {
	width: 314px;
	height: 420px;
	background: url("../../image-resources/logon/login-bg.png") no-repeat;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
.login-img img {
	margin: 70px 0 20px;
}
.login-img h1 {
	font-size: 22px;
	font-weight: normal;
}
.login-img ul {
	margin: 68px 0 0 42px;
}
.login-img ul li {
	background: url("../../image-resources/logon/ul-bg.png") no-repeat left center;
	padding: 6px 0 8px 26px;
	text-align: left;
	font-weight: lighter;
}
.login-input {
	width: 388px;
	height: 360px;
	background: #ffffff;
	float: left;
	border-radius: 0 2px 2px 0;
	padding: 60px 60px 0;
}
.login-input h1 {
	margin-bottom: 38px;
}
.login-input h1 a.login {
	font-size: 28px;
	color: #5cb85c;
	font-weight: lighter;
}
.login-input h1 a.register {
	color: #999999;
	font-size: 24px;
	font-weight: lighter;
}
.login-input div.account input,
.login-input div.password input {
	width: 100%;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	border: none;
	border-bottom: 2px solid #e8eaf1;
	margin-bottom: 16px;
	font-family: "Microsoft YaHei" ;
	color: #333333;
}
.login-input div.account,
.login-input div.password {
	position: relative;
}
.login-input div.account label,
.login-input div.password label {
	position: absolute;
	font-size: 18px;
	line-height: 44px;
	left: 0;
	top: 0;
	color: #999999;
}
.login-input div.account input:focus,
.login-input div.password input:focus {
	border-bottom: 2px solid #cdcfd7;
}
.login-input div.account input {
	background: url("../../image-resources/logon/account--icon.png") no-repeat right center;
}
.login-input div.password input {
	background: url("../../image-resources/logon/password--icon.png") no-repeat right center;
}
.login-input .remember {
	font-size: 14px;
	color: #605f64;
	margin-top: 6px;
}
.login-input .remember input {
	width: 18px;
	height: 18px;
	background: url("../../image-resources/logon/remember-icon.png") no-repeat;
	border: none;
	vertical-align: bottom;
}
.login-input .remember input.active {
	background: url("../../image-resources/logon/remember-icon1.png") no-repeat;
}
.login-input .remember input {
	margin-right: 6px;
}
.login-input button {
	color: #ffffff;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 4px;
	text-align: center;
	background: #5cb85c;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	font-family: "Microsoft YaHei" ;
	margin-top: 35px;
	cursor: pointer;
}
.login-input button:focus {
	border: none;
}