/*
*LZH  2018-8-15
*/
body{
	margin:0;
	padding:0;
	background:#33343e;

}
*{
	margin:0;
	padding:0;
	font-family:Microsoft Yahei;
}
.main{
	height:100%;

}
.main_1{
	height:100%;
	background:#3c3e48;
}

.bg_login{
	position:absolute;
	z-index:99;

}

.login{
	position:absolute;
	z-index:9999;
	background:#fff;
	top:10%;
	left: 50%;
	width:30%;
	margin-left: -252px;
	height:70%;
	max-height: 584px;
	min-height: 584px;
	max-width: 504px;
	background: url("./logn_bg.png") no-repeat;
	background-size: 100% 100%;
}
.title{
	color: #ffffff;
	font-size: 34px;
	display:block;
	text-align:center;
	line-height: 50px;
	margin-top:10%;
	font-weight: 600;
}

.login>form>div{

	padding: 18%  18%;
}
.login>form>div>span{
	display:block;
	max-width: 326px;
	width:100%;
	height: 50px;
	margin-top: 20px;
	background:#f7f7f7;
}
.login>form>div>span>span{
	height: 50px;
	width:50px;
	display:block;
	float:left;
}

.login>form>div>span:first-child>span{
	background:url(./images/username.png) no-repeat 100% 100%;
}
.login>form>div>span:first-child+span>span{
	background:url(./images/passwd.png) no-repeat 100% 100%;
}
.login>form>div>span>input[type=text]{
	border:0;
	height: 48px;
	width: 81%;
	max-width:300px;
	float:right;
	font-size:18px;
	color:#444444;
	background: #f7f7f7;
	padding-left: 10px;
}
.login>form>div>span>input[type=password]{
	border:0;
	height: 48px;
	width: 81%;
	max-width:300px;
	float:right;
	font-size:18px;
	color: #444444;
	background: #f7f7f7;
	padding-left: 10px;
}
.submit{
	display:block;
	height: 50px;
	width:100%;
	max-width: 326px;
	background: linear-gradient(138deg, #FFB60A 0%, #F66A05 100%);
	border-radius: 2px;
	border:0;
	font-size: 16px;
	color:#fff;
	margin-top:10%;
}
.submit:hover{
	background:#F66A05;
	cursor:pointer;
}
footer{
	position:fixed;
	z-index:9998;
	bottom:50px;
	text-align:center;
	width:100%;
	color:#fff;

}
.footer{
	position:fixed;
	z-index:9999;
	bottom:50px;
	text-align:center;
	width:100%;
	color:#fff;
}
.wxlogin{
	padding-top:15px;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.wxlogin>img{
	width:50px;
}

@media screen and (max-width: 450px) {

	.login {
		width: 100%;
		right: 0;
	}
	.footer{
		display:none;
	}

}