.marking {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: none;
}

.loginPage {
    width: 7rem;
    position: fixed;
    top: 50%;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .2rem;
    z-index: 999;
}

.login-information {
    padding: .2rem;
}

.login-btn {
    display: flex;
    height: 1rem;
}

.login-btn li {
    flex: 1;
    text-align: center;
    font-size: 0.9375rem;
    cursor: pointer;
    list-style: none;
}

.login-btn li span {
    color: #666;
    padding: .3px 0;
    cursor: pointer;
    font-size: .34rem;
}

.login-btn li.on span {
    border-bottom: 2px solid #20bc22;
    color: #20bc22;
}

.login-input {
    margin-top: 0.2rem;
    height: 1rem;
    display: flex;
    border: .01rem solid #d9dde1;
    overflow: hidden;
}

.login-input input {
    height: 100%;
    width: 90%;
    font-size: .26rem;
    color: #7d7d7d;
    padding-left: 30px;
    text-indent: 3px;
    background: #20bc22;
}

.user-name input {
    background: url(/static/index/images/input_iphone.png) no-repeat 10px center;
    background-size: 14px 18px;
}

.user-password input {
    background: url(/static/index/images/input_password.png) no-repeat 10px center;
    background-size: 14px 16px;
}

.user-code input {
    background: url(/static/index/images/input_code.png) no-repeat 10px center;
    background-size: 14px 18px;
}

.hp-btn-half {
    font-size: .3rem;
    color: #20bc22;
    cursor: pointer;
    height: 100%;
    line-height: .2rem;
    cursor: pointer;
    width: 4.35rem;
    text-align: center;
}

.login-bottom {
    margin-top: 0.625rem;
    height: auto;
}

.duiaWrap-btn {
    line-height: .8rem;
    text-align: center;
    display: block;
    background: #44b336;
    color: #fff;
    height: .8rem;
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
    font-size: .32rem;
}

.error-remindbox {
    width: 100%;
    height: .2rem;
    margin-top: 0.625rem;
}

.error-remind {
    padding-left: .2rem;
    color: #ff2525;
    font-size: .2rem;
    line-height: .2rem;
    display: none;
    position: absolute;
}

.other-wrapper {
    display: flex;
}

.other-wrapper>a {
    flex: 1;
    font-size: .2rem;
    color: #7d7d7d;
    height: .2rem;
    line-height: .2rem;
    margin-top: .2rem;
}

.other-wrapper>a:hover {
    color: #20bc22;
}

.verify_div {
    height: 100%;
    border: 1px solid #d9dde1;
    box-sizing: border-box;
    width: 2.5rem;
}

.closeBtn {
    font-size: .3rem;
    width: .4rem;
    height: .4rem;
    background: #eee;
    border-radius: 50%;
    border: .01rem solid #ccc;
    position: absolute;
    top: .2rem;
    right: .2rem;
    text-align: center;
    line-height: .4rem;
}


/* 番鱼 */

.fanyu {
    width: 100%;
    margin-top: -1px;
}