*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
a{
	text-decoration:none;
}
p.just{
	text-align:justify;
	text-justify:inter-word;
}
em{
	font-style: normal;
}
ul,ol,li,dl,dd,dt{
	margin:0;
	padding:0;
}
ul,ol,li{
	list-style:none;
}
body{
	width:100%;
	font-family: "Microsoft Yahei","Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	font-size:12px;
	min-width:1200px;
}
input::-ms-clear, ::-ms-reveal{display: none;}
.clearfix:after{
	display:block;
	clear:both;
	content: "";
	visibility:hidden;
	height:0;
}
.clearfix{
	zoom:1;
}
.container{
	position: relative;
	width:100%;
}
.container img{
	width:100%;
}
.center{
	position: absolute;
	width:286px;
	height:374px;
	top:0px;
	left:-143px;
	margin-left:50%;
}
.center-top span{
	display:block;
	float:left;
}
.center-top span:first-child{
	width:350px;
	height:54px;
	text-align:center;
}
.center-top span:last-child{
	font-size:30px;
	line-height:40px;
	font-weight:700;
	text-shadow:2px 3px 2px #000;
	color:#ffffff;
	margin-left:-32px;
}
.login-content{
	position: relative;
	margin-top:44px;
	height:258px;
	background:rgba(255,255,255,0.60);
	border-radius:3px;
	margin-top: 15px;
}
.login-content p{
	font-size:16px;
	padding-top: 18px;
	text-align: center;
	color:rgba(0,0,0,0.60);
}
.login-content input.text{
	display: block;
	width:206px;
	height:36px;
	margin:0 auto;
	padding-left:10px;
	border:1px solid #d8dcdd;
}
.login-content input.name{
	margin-top:30px !important;
}
.login-content input.pwd{
	margin-top:12px !important;
}
.login-content span{
	display:block;
	width:206px;
	height:32px;
	line-height:32px;
	border-radius:4px;
	text-align:center;
	border:none;
	font-size:12px;
	color:#feffff;
	cursor:pointer;
	margin-left:40px;
	margin-top:24px;
}
.tips{
	position:absolute;
	width:100%;
	color:red;
	top:45px;
	text-align: center;
}
.noclick{
	background:url(../img/button.png) no-repeat;
}
.click{
	background:url(../img/button-click.png) no-repeat;
	opacity:0.6;
}
.footer div{
	width:400px;
	text-align:center;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#a8a9aa;
	margin:0 auto;
	margin-top:20px;
}

.footer div img{
	margin-bottom: -5px;
}