@charset "utf-8";
/* CSS public */
html, body, button, input, select, textarea, span, h1, h2, h3, li, font, d,a{
	font: 14px/1.5 "\u5fae\u8f6f\u96c5\u9ed1", "\5FAE\8F6F\96C5\9ED1", tahoma, arial, "\5b8b\4f53", sans-serif;	
}
.header_container{
	margin:0 auto;
	width:1040px;
	height:130px;
	text-align:left;
	line-height:130px;
	overflow:hidden;
	position:relative;}
	
.main_container{
	min-width:1040px;
	min-height:360px;
	overflow:hidden;
	box-sizing:border-box;
	top:30px;	
	position:relative;
	}
.login_container{
	margin:0 auto;
	width:1040px;
	height:360px;
	overflow:hidden;
	position:relative;	
	background-repeat:no-repeat;
	}
	
.login_compoment{
	box-sizing:border-box;
	height:260px;
	width:358px;
	background:#fff;
	border:4px solid #f4f4f4;
	position:absolute;
	right:20px;
	top:45px;
	padding:10px 10px;}
	
.login_compoment span.title{
	font-size:15px;
	letter-spacing:1px;
}

.login_input_layout{
	padding:0;
	margin:0;
	list-style-type:none;
	margin-top:20px;}
	
.login_input_layout li{
	width:100%;
	height:40px;
	line-height:40px;
	margin-top:10px;
	color:#666;
	box-sizing:border-box;
	padding:0 20px;
	position:relative;
	}
.login_input_layout li img{
	position:absolute;
	top:5px;
	left:155px;}
	
.login_input_layout li font{
	float:left;
	margin-top:5px;}	
.login_input_layout li input[type="text"],.login_input_layout li input[type="password"]{
	border:1px solid #dfdfdf;
	height:35px;
	width:220px;
	line-height:35px;
	box-sizing:border-box;
	padding:0 10px;
	float:left;
	}
	
.footer_container{
	width:1040px;
	min-height:50px;
	overflow:hidden;
	padding:15px 0;
	box-sizing:border-box;
	margin:20px auto;
	background-image:url(../images/wx_logo.jpg);
	background-repeat:no-repeat;
	background-position:right center;}
