footer{
	padding:80px 0;
	background:#f9f9f9;
}

/* 登录框 */
.login-form {
    padding: 0 70px 0 310px;
    width: 680px;
    height: 376px;
    background: #fff url('../images/login_bg.png?r={REVISION}') no-repeat left center;
}

.login-form h2{
    padding: 44px 0;
}

.regist-form {
    padding: 70px 0 50px;
    width: 550px;
}
.regist-field{
    padding:0 30px;
    max-height: calc(90vh - 120px);
    overflow: auto;
}