html {
	width: 100%;
	height: 100%
}

body {
	width: 100%;
	height: 100%;
	font-family: "Î¢ÈíÑÅºÚ";
	position: relative;
	background: url(../../imgs/login/login_bg.png) top
}

body .left-bg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 659px;
	height: 567px;
	margin-top: -284px;
	background: url(../../imgs/login/login_left.png) no-repeat;
	opacity: 0.6
}

body .right-bg {
	position: absolute;
	right: 0;
	top: 50%;
	width: 661px;
	height: 567px;
	margin-top: -284px;
	background: url(../../imgs/login/login_right.png) no-repeat;
	opacity: 0.6
}

body .login-logo {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	width: 889px;
	height: 181px;
	top: 50px;
	background: url(../../imgs/login/login_logo.png) no-repeat
}

body .login-center {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -403px;
	margin-top: -330px;
	width: 806px;
	height: 602px;
	background: url(../../imgs/login/login_box.png) no-repeat
}

body .login-center .login-content {
	position: absolute;
	left: 57px;
	top: 237px;
	width: 704px;
	height: 308px
}

body .login-center .login-content .notice {
	float: left;
	width: 354px;
	height: 300px
}

body .login-center .login-content .notice .notice-title {
	margin-top: 30px;
	height: 30px;
	line-height: 30px
}

body .login-center .login-content .notice .notice-title .notice-icon {
	float: left;
	margin-top: 6px;
	margin-left: 30px;
	margin-right: 6px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../imgs/login/login_lb.png) no-repeat
}

body .login-center .login-content .notice .notice-title span {
	float: left;
	font-size: 24px;
	color: #fd9604
}

body .login-center .login-content .notice .notice-list {
	margin-top: 12px;
	padding: 0 40px
}

body .login-center .login-content .notice .notice-list .list-item {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #1f1f1f;
	cursor: pointer
}

body .login-center .login-content .notice .notice-list .list-item a {
	color: #1f1f1f;
	text-decoration: none
}

body .login-center .login-content .notice .notice-list .list-item a:hover
	{
	color: #309270;
	text-decoration: underline
}

body .login-center .login-content .notice .notice-list .list-item .rt-icon
	{
	float: left;
	width: 4px;
	height: 7px;
	margin-top: 10px;
	margin-right: 6px;
	background: url(../../imgs/login/login_list.png) no-repeat
}

body .login-center .login-content .login-input {
	float: left;
	width: 350px;
	height: 300px
}

body .login-center .login-content .login-input .login-label {
	margin-top: 30px;
	font-size: 24px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 40px
}

body .login-center .login-content .login-input .username {
	margin-left: 40px;
	width: 264px;
	height: 45px;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 15px
}

body .login-center .login-content .login-input .username .username-icon
	{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 18px;
	margin-right: 18px;
	background: url(../../imgs/login/login_user.png) no-repeat
}

body .login-center .login-content .login-input .username input[type=text]
	{
	float: left;
	border: 0 transparent;
	height: 20px;
	margin-top: 12px;
	width: 190px;
	font-size: 14px;
	outline: none
}

body .login-center .login-content .login-input .username input[type=text]:focus
	{
	border: 0 transparent
}

body .login-center .login-content .login-input .username input[type=text].focus
	{
	border: 0 transparent
}

body .login-center .login-content .login-input .password {
	margin-left: 40px;
	width: 264px;
	height: 45px;
	background-color: #fff;
	margin-top: 20px
}

body .login-center .login-content .login-input .password .password-icon
	{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 18px;
	margin-right: 18px;
	background: url(../../imgs/login/login_lock.png) no-repeat
}

body .login-center .login-content .login-input .password input[type=password]
	{
	float: left;
	border: 0 transparent;
	height: 20px;
	margin-top: 12px;
	width: 190px;
	font-size: 14px;
	outline: none
}

body .login-center .login-content .login-input .password input[type=password]:focus
	{
	border: 0 transparent
}

body .login-center .login-content .login-input .password input[type=password].focus
	{
	border: 0 transparent
}

body .login-center .login-content .login-input .login-btn {
	margin-top: 26px;
	margin-left: 40px;
	width: 264px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 22px;
	background: url(../../imgs/login/login_btnbg.png);
	text-align: center;
	cursor: pointer
}

body .login-center .login-content .login-input .login-btn:hover {
	background: url(../../imgs/login/login_btnbg_hover.png)
}