.footer-common-nav{
    display: none;
}
.footer-logo-img{
    display: none;
}
body{
    background-color: white;
}
.content{
    font-size: 14px;
    position: relative;
    height: 480px;
    background-color: white;
    overflow: hidden;
}
.tab-chosed{
    border-bottom: 2px solid #f23030;
    padding: 12px 10px;
}
.login-tab{
    height: 44px;
    line-height: 44px;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
}
.login-way{
    display: inline-block;
    width: 50%;
    float: left;
}
.login-content{
    margin: 0 auto;
    padding: 0 20px 20px 20px ;
}
.login-content a{
    text-decoration: none;
    cursor: pointer;
}
.username{
    height: 48px;
    line-height: 48px;
    color:#000000;
    width: 100%;
    padding-left: 5px;
    border-bottom: 1px solid #d7d7d7;
}
.username p{
    width: 15%;
    display: inline-block;
}
.login-close{
    display: none;
    width: 20px;
    z-index: 20;
}
.login-eye{
    display: inline;
    float: right;
    margin-top: 15px;
    margin-right: 4px;
    width: 20px;
}
.login-lock{
    margin-top: -3px;
    width: 17px;
}
.login-phone{
    margin-top: -3px;
    width: 17px;
}
.username input{
    width: 70%;
    border: none;
    display: inline-block;
    line-height: normal;
}
.login-pwd{
    height: 48px;
    line-height: 48px;
    width: 100%;
    padding-left: 5px;
    border-bottom: 1px solid #d7d7d7;
}
.login-pwd p{
    width: 15%;
    display: inline-block;
}
.login-pwd input{
    height: 19px;
    border: none;
    width: 65%;
    display: inline-block;
    line-height: normal;
}
.tel-login{
    display: none;
}
.tel-login .tel p{
    width: 15%;
    display: inline-block;
}
.tel-login .login-code p{
    width: 1%;
    display: inline-block;
}
.tel-login .tel{
    height: 48px;
    line-height: 48px;
    width: 100%;
    padding-left: 5px;
    border-bottom: 1px solid #d7d7d7;
}
.tel-login .tel input{
    height: 2rem;
    border: none;
    width: 42%;
    display: inline-block;
    line-height: normal;
}
.tel-login .tel .getcode{
    float: right;
    margin-top: 13px;
    width: 85px;
    margin-right: 12px;
    height: 21px;
    line-height: 21px;
    color: #848689;
    padding-left: 15px;
    border-left: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 0px !important;
}
.tel-login .login-code{
    height: 48px;
    line-height: 48px;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}
.tel-login .login-code input{
    height: 21px;
    line-height: 21px;
    border: none;
    width: 88%;
    padding-left: 5px;
    display: inline-block;
}
.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;
}
.login-btn-once{
    height: 45px;
    line-height: 45px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #f23030;
    color: #f23030;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.forget-register{
    margin-top: 20px;
    height:20px;
    font-size: 12px;
    text-decoration: none;
}
.forget-register a{
    width:100px;
    height: 100%;
    line-height: 20px;
}

.forget-pwd{
    color: #333;
    float: left;
}
.forget-register a{
    text-decoration: none;
    cursor: pointer;
}
.tel-register{
    color: #333;
    float: right;
    text-align: right;
}
.icon-clock{
    background-repeat: no-repeat;
    background-size: 15px 50px;
    background-image: url(../img/lock.png);
}
.other-login{
    margin-top: 100px;
    border-top: 1px solid #d7d7d7;
}
.other-login h4{
    left: 50%;
    width: 100px;
    margin-top: -8px;
    font-size: 14px;
    text-align: center;
    color: #bfbfbf;
    background-color: white;
    position: absolute;
    transform: translateX(-50%);
}
.agreement-tips{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.agreement-tips a{
    text-decoration: none;
}
.other-login-img{
    width: 100%;
}
.login-qq{
    width: 22px;
    margin-left: 34%;
    margin-top: 50px;
    float: left;
}
.login-wx{
    margin-right: 45%;
    float: right;
    margin-top: 35px;
    width: 40px;
}
.filled{
    color: #fff;
    background-color: #f23030;
}
.login-btn:hover {
    font-size: 14px;
    color: #848689;
    text-decoration: none;
}
.tel-register:hover {
    width: 100px;
    height: 100%;
    line-height: 20px;
}
.filled:hover {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.forget-register a{
    text-decoration: none;
}
.forget-register a:hover{
    color:#333;
}
.agreement-tips a:hover{
    color:#337ab7;
}