/*
*LZH  2018-8-15
*/
body{
	margin:0;
	padding:0;
    background:#e8f2fc;

}
*{
	margin:0;
	padding:0;
	font-family:Microsoft Yahei;
}
.main{
	height:100%;

}
.main_1{
	height:100%;
	background:#e8f2fc;
}

.bg_login{
	position:absolute;
	z-index:99;

}

.login{
	position:absolute;
	z-index:9999;
	background:#fff;
	top:10%;
	right:20%;
	width:30%;
	height:70%;
	max-height:500px;
	min-height:450px;
	max-width:435px;
	-webkit-box-shadow:0 0 40px -5px #9ccdeb;
	-moz-box-shadow:0 0 40px -5px #9ccdeb;
	box-shadow:0 0 40px -5px #9ccdeb;


}
.title{
	color:#3c9bed;
	font-size:25px;
	display:block;
	text-align:center;
	line-height:50px;
	margin-top:10%;
}

.login>form>div{

	padding:5%  8%;

}
.login>form>div>span{
	display:block;
	border:1px solid #d2d2d2;
	max-width:365px;
	width:100%;
	height:55px;
	margin-top:30px;
	background:#fff;

}
.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:50px;
	width:73%;
	max-width:300px;
	float:right;
	padding-left:10px;
	font-size:18px;
	color:#b5b5b5;
}
.login>form>div>span>input[type=password]{
	border:0;
	height:50px;
	width:73%;
	max-width:300px;
	float:right;
	padding-left:10px;
	font-size:18px;
	color:#b5b5b5;
}
.submit{
	display:block;
	height:55px;
	width:100%;
	max-width:365px;
	background:#3c9bed;
	border:0;
	font-size:22px;
	color:#fff;
	margin-top:10%;

}
.submit:hover{
	background:#64b0f1;
	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;
    }

}