body{
    background-color: rgb(255,255,255);
}
.login-logo{
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}
.login-nav-item{
    width: 120px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: rgb(125,129,140);
    padding: 5px 10px;
}
.login-nav-item:first-child{
    display: inline-block;
    border-right: 1px solid rgb(125,129,140);
    padding-right: 15px;
}
.login-nav{
    display: block;
    margin-top: 50px;
    text-align: center;
}
.login-nav-item.active{
    color: #18181B;
}
.login-input-body{
    padding: 15px 25px;
    margin-top: 15px;
}
.login-input-item-code{
    flex-flow: row;
}
.login-input-item input{
    border: 0;
    background-color: rgb(244,244,246);
    color: rgb(183,183,183);
    font-size: 14px;
    border-radius: 8px;
}
.login-input-item-code input{
    width: 55%;
    display: inline-block;
    background-color: rgb(215,215,215);
    color: #fff;
}
.login-input-item-code-btn{
    width: 40%;
    float: right;
    display: inline-block;
    height: 40px;
    background-color: #18181B;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 8px;
}
.login-add-btn{
    /* background: url(/static/h5/images/login/login-add-btn.png) no-repeat; */
    background-color: #18181B;
    border-radius: 30px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    height: 45px;
    width: 200px;
    border: 0;
    color: #fff;
}
.login-fixed-bottom{
    position: relative;
    /*bottom: 15px;*/
    left: 10%; top:30px;
    /*transform: translateX(-50%);*/
    width: 100%;
    padding: 5px 20px;
    font-size: 12px;
    flex-flow: row;
    display: flex;
}
.login-fixed-bottom-check{
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.login-fixed-bottom .login-fixed-bottom-p1{
    display: inline-block;
    vertical-align: middle;
}
.login-fixed-bottom-p1 span{
    color: rgb(76,125,226);
}
.login-pwd-text{
    font-size: 14px;
    margin-top: 0;
    color: #8f8f94;
    margin-bottom: 10px;
}
.login-pwd-text span:nth-child(2),.login-pwd-text a:nth-child(2){
    float: right;
    text-decoration: none;
    color: #8f8f94;
}
.login-input-item-password input{
    background-color: rgb(215,215,215);
    color: #fff;
}
.login-input-body-tit{
    margin-bottom: 5px;
    margin-top: 10px;
}