html,body{
	background: url(../img/logo_2.png) no-repeat bottom #fff;
	height: 100%;
}
.logo_top{
	text-align: center;
}
.logo_top .logo_1{
	width: 4.333rem;
	height: 3.347rem;
	margin: 1.389rem 0;
}

.login{}
.login .login-formLise{
    display: inline-block;
    text-align: center;
    padding: 0 1.389rem;
    margin-bottom: 0.417rem;
}
.login .login-formLise .login-title{
	float: left;
    color: #30499f;
    font-size: 0.361rem;
    width: 1.472rem;
    text-align: right;
    display: inline-block;
    height: 0.972rem;
    line-height: 0.972rem;
}
.login .login-formLise .login_txt{
	float: left;
	width: 5.139rem;
	height: 0.972rem;
	margin-left: 0.278rem;
	border-bottom: 1px solid #bbc6ec;
}
.login .login-formLise .login_txt input{
	width: 90%;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.361rem;
    border: 0;
    color: #999999
}
.login .login_btn{
	text-align: center;
    margin: 0 1.389rem;
    height: 1.111rem;
    line-height: 1.111rem;
    font-size: 0.389rem;
    border-radius: 0.833rem;
    margin-top: 0.778rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e68be), color-stop(100%,#2f499d));
}
.login .login_btn a{
	width: 100%;
	display: inline-block;
	border-radius: 0.833rem;
	color: #fff;
}
