*{
	font-family: '微软雅黑';
}
.login-header{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.login-header h1{
	width: 600px;
	height: 66px;
/*	background: url(../../images/logo_hnszsy.jpg) no-repeat;*/
	text-indent: -999em;
}
.login-main{
	padding: 130px 0;
	background: url(../../images/login/login-bg.jpg) no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.login-form{
	width: 330px;
	margin: 0 auto 110px;
	background: #fff;
	padding: 30px;
	border-radius: 6px;
    box-shadow: 0px 0px 15px 2px #999;
    -webkit-box-shadow: 0px 0px 15px 2px #999;
}
.login-form h3{
	text-align: center;
	font-size: 16px;
	color: #00BDC8;
	font-weight: bold;
}
.input-box{
	position: relative;
	margin-top: 20px;
}
.input-box img{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -11px;
}
.input-box input{
	width: 290px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #00BDC8;
	outline: none;
	border-radius: 20px;
	padding-left: 40px;
}
.form-notice{
	display: block;
	float: left;
	margin-top: 10px;
	color: #f40;
	display: none;
}
.form-notice.show{
	display: block;
}
.regist-btn{
	display: block;
	float: right;
	margin-top: 10px;
	color: #f40;
	cursor: pointer;
	margin-right: 20px;
}
.forget-password{
	display: block;
	float: right;
	margin-top: 10px;
	color: #00BDC8;
	cursor: pointer;
}
.login-btn{
	margin-top: 20px;
}
.login-btn input{
	font-size: 14px;
	width: 330px;
	height: 40px;
	background: #00BDC8;
	color: #fff;
	border-radius: 20px;
	border: none;
	outline: none;
	cursor: pointer;
}
.login-img img{
	width: 100%;
	margin-top: 10px;
}


.hint{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
}







