.popup-login {
    width: 19.3067rem;
    height: 22.9867rem;
    border-radius: .2667rem;
    opacity: 1;
    background: #FFFFFF;
}

.login-top {
    width: 100%;
    height: 4rem;
    padding: 1.0667rem .8rem .5333rem 1.7067rem;
    border-bottom: 1px solid rgba(173, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    position: relative;
}

.login-top > img {
    width: 7.8933rem;
    height: 2.4rem;
}

.login-top > a {
    display: inline-block;
    font-size: 2.0333rem;
    color: #AD0000;
    position: absolute;
    top: 0.3rem;
    right: 0.8rem;
}

.login-view {
    padding: 1.0667rem 1.76rem 0;
}

.login-view > input {
    width: 15.7925rem;
    height: 1.9467rem;
    border-radius: .2667rem;
    background: #FFFAFA;
    border: .0533rem solid #F9C2C2;
    font-size: .7467rem;
    color: #A5A5A5;
    padding-left: .8rem;
    margin-bottom: .9867rem;
}

.login-flex {
    display: flex;
    justify-content: space-between;
}

.login-flex > img {
    width: 4.9067rem;
    height: 1.92rem;
}

.login-view-code {
    width: 10.3467rem;
    height: 1.9467rem;
    border-radius: .2667rem;
    background: #FFFAFA;
    border: .0533rem solid #F9C2C2;
    font-size: .7467rem;
    color: #A5A5A5;
    padding-left: .8rem;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-size: .7467rem;
    color: #000000;
    margin: .96rem 0;
}

#agree-checkbox {
    width: .5867rem;
    height: .5867rem;
    margin-right: .3667rem;
    margin-top: .08rem;
}

.btn-login {
    display: inline-block;
    width: 15.7925rem;
    height: 1.9467rem;
    line-height: 1.9467rem;
    text-align: center;
    border-radius: .2667rem;
    background: #B61C22;
    margin-bottom: .4533rem;
    font-size: .96rem;
    color: #FFFFFF;
}

.btn-zc {
    display: inline-block;
    width: 15.7925rem;
    height: 1.9467rem;
    line-height: 1.9467rem;
    text-align: center;
    border-radius: .2667rem;
    border: .0533rem solid #B61C22;
    margin-bottom: .56rem;
    font-size: .96rem;
    color: #B61C22;
}

.login-bottom {
    text-align: right;
}

.login-bottom > a {
    display: inline-block;
    font-size: .7467rem;
    color: #B61C22;
}

/* user-menu popup */
.popup-user-menu {
    width: 19.3067rem;
    border-radius: .2667rem;
    opacity: 1;
    background: #FFFFFF;
    padding-bottom: 1rem;
}

.user-menu-view {
    padding: 1.2rem 1.76rem 0;
    text-align: center;
}

.user-menu-name {
    font-size: 1.0667rem;
    color: #333;
    margin-bottom: .3rem;
}

.user-menu-tip {
    font-size: .7467rem;
    color: #999;
    margin-bottom: 1rem;
}

.btn-logout {
    display: inline-block;
    width: 15.7925rem;
    height: 1.9467rem;
    line-height: 1.9467rem;
    text-align: center;
    border-radius: .2667rem;
    background: #B61C22;
    font-size: .96rem;
    color: #FFFFFF;
}
