*{ 
	word-wrap:break-word; 
	outline:none;
	box-sizing: border-box; 
}
html { width:100%; height:100%; background-image:url(../img/loginbg.jpg); background-repeat: no-repeat; background-size:100% 100%; }
body{ text-align:center;background-image:url(../img/loginbg.jpg); background-repeat: no-repeat; background-size:100% 100%;  }
body, td, input, textarea, select, button{ font:14px "微软雅黑", Microsoft YaHei; }
body, ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin:0; padding:0; }
ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:12px; }
a{ text-decoration:none; }
a img{ border:none; }
i{ font-style:normal; font-weight:normal; }

.container { 
	width:674px; 
	height:250px; 
	position:absolute; 
	top:30%; 
	left:50%;
	right: 0; 
	margin-left: -337px;
	overflow:hidden; 
}
.logo { float:left; width:200px; padding-top:92px;margin-top: 10px; background:url(../img/login_logo8.png) no-repeat center 30px; font-size:18px; color:#fff;text-align: right; padding-right: 20px;}
.loginbox { float:left; width:298px; padding-left:60px; background:url(../img/line.png) no-repeat 30px center; }
.loginbox ul { }
.loginbox li { width:300px; height:42px; margin-bottom:7px; background:url(../img/libg.png) no-repeat; }
.loginbox li i { display:block; float:left; width:46px; height:42px; line-height:42px; color:#fff; opacity:0.6; }
.loginbox li input { float:left; width:233px; padding:10px; line-height:20px; background:none; border:none; color:#fff; }
.loginbox p { padding-bottom:7px; text-align:right; }
.loginbox p a { color:#fff; opacity:0.6; } 
.loginbox .signin { display:block; width:298px; height:40px; color:#fff; background:#00cfbe; border-radius:5px; border:none;cursor: pointer;}
.copyright { position: absolute; width:100%; bottom:80px; left:0; right:0; font-family:Tahoma; font-size:12px;}
.copyright a,.copyright p{ color:#fff; }
.copyright p:last-of-type{
	margin-top: 8px;
}
.copyright p:last-of-type img{
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.loginbox .forgetAndEwm{
	margin-bottom: 7px;
	height: auto;
	overflow: hidden;
	line-height: 28px;
	width: 300px;
}
.loginbox .forgetAndEwm a:hover{
	opacity:0.5;
	filter:Alpha(opacity=50); /* IE8 and earlier */
}
.loginbox .forgetAndEwm a:first-of-type{
	float: left;
	color: #fff;
	font-size: 13px;
}
.loginbox .forgetAndEwm a.forget-password{
	float: left;
	color: #fff;
	font-size: 13px;
}
.loginbox .forgetAndEwm a:last-of-type{
	float: right;
}
.loginbox .forgetAndEwm a#showEWM{
	width: 30px;
	height: 30px;
	float: right;
}
.loginbox .forgetAndEwm a:last-of-type img{
	width: 30px;
	height: 30px;
}
.loginbox .forgetAndEwm a#showEWM img{
	width: 30px;
	height: 30px;
}
.loginbox .ewmDiv{
	text-align: center;
	color: #fff;
	background-color: rgba(255,255,255,.3);
	border-radius: 10px;
	display: none;
	padding: 10px 20px;
}
.loginbox .ewmDiv p{
	text-align: center;
}
.loginbox .ewmDiv img{
	display: block;
	width: 150px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
.loginbox .ewmDiv button{
	color: #fff;
	background-color: #009dde;
	padding: 3px 30px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}
.loginbox .ewmDiv button:hover{
	opacity:0.8;
	filter:Alpha(opacity=80); /* IE8 and earlier */
}
