body{
	width:100%;
	margin:0px auto;
	font-family:"Microsoft YaHei UI Light", "微软雅黑";

	}
.i_logo{
	width:100%;
	padding-top:3%;
	height:auto;
	text-align:center;
	clear:both;
	}
.name{
	width:100%;
	height:50px;
	text-align:center;
	font-size:38px;
	color:#1986b0;
	margin-top: 15px;
	}
#text{
	width:350px;
	margin:3% auto 0 auto;
	}
#text input{
	width:295px !important;
	height:50px !important;
	border:1px solid #eeeeee;
	border-radius:5px;
	margin-bottom:25px;
	padding-left:55px;
	font-size:18px !important;
	color:#666 !important;
	line-height:50px !important;
	}

#user{
	position:absolute;
	height:52px;
	width:55px;
	background:url(../img/user.png) no-repeat 11px 2px !important;
	}
#lock{
	background:url(../img/lock.png) no-repeat 12px center !important;
	}
#button{
	width:350px !important;
	background-color:#405690;
	color:#FFF !important;
	font-size:24px !important;
	cursor:pointer;
	padding:0px !important;
	font-family:"Microsoft YaHei UI", "微软雅黑";
	margin-top:20px;
	border:none !important;
	}
#button:hover{
	background-color:#179fd4;
	}
.bg{
	width:100%;
	background-image:url(../img/login_bg.png);
	height:62%;
	max-height:632px;
	position: absolute;
	bottom:0px;
	z-index:-1;
	}
.cop{
	width:100%;
	text-align:center;
	color:#000;
	height:30px;
	font-size:14px;
	position:absolute;
	bottom:1%;
	}
.cop2{
	width:100%;
	text-align:center;
	color:#000;
	height:30px;
	font-size:14px;
	position:absolute;
	bottom:5%;
}