.footer-common-nav{
    display: none;
}
.footer-logo-img{
    display: none;
}

.content{
    font-size: 14px;
    position: relative;
    height: 480px;
    overflow: hidden;
    padding: 15px;
    background:inherit;
}

.username{
    height: 48px;
    line-height: 48px;
    width: 100%;
    padding-left: 5px;
    background-color: #fff;
}
.username p{
    width: 15%;
    display: inline-block;
}
.username input{
    height: 19px;
    width: 60%;
    border: none;
    margin-left: 72px;
    margin-top: 14px;
    display: inline-block;
}
.area-num{
    position: absolute;
    width: 62px;
    text-align: right;
}
.password{
    margin-top: 5px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    padding-left: 5px;
    background-color: #fff;
}
.password input{
    width: 60%;
    border: none;
    margin-left: 72px;
    margin-top: 14px;
    display: inline-block;
    line-height: normal;
}


.login-btn{
    height: 45px;
    line-height: 45px;
    background-color: #eee;
    border-radius: 2px;
    border: 0;
    color: #848689;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.filled{
    color: #fff;
    background-color: #f23030;
}
a:hover {
    font-size: 14px;
    color: #848689;
    text-decoration: none;
}
.filled:hover {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.login-close{
    display: none;
    width: 20px;
    z-index: 20;
}
.change-pwd-btn {
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    border: 0;
    display: block;
    text-align: center;
    margin-top: 30px;
}