.beian {
    width: 100%;
    max-width: 540px;
    background: #fff;
    position: fixed;
    text-align: center;
    bottom: 0;
    padding: .5rem;
    color: #666;
}

.openbg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,.5);
    background-image: url(../images/open.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.stop_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    padding: 0 2rem;
}

    .stop_box i {
        font-size: 20rem;
        color: #ff0000;
        margin-top: 8rem;
    }

    .stop_box p {
        color: #7987a3;
        font-size: 1.4rem;
    }

.lg_box {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-image: url(/images/bg.jpg);
    z-index: 98;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    transition: all 0.2s;
}

#logo {
    width: 100%;
}

    #logo img {
        width: 15rem;
        display: block;
        margin: 8rem auto 4rem;
    }

.form {
    width: 100%;
    padding: 0 2rem;
}

    .form li {
        position: relative;
    }

    .form ul input {
        border: none;
        border-bottom: .1rem solid rgba(255, 255, 255, .4);
        border-radius: 0;
        background: none;
        color: #fff;
        -webkit-appearance: none;
        width: 100%;
        line-height: 4rem;
        padding: 0 1rem 0 3.5rem;
        font-size: 1.2rem;
    }

.jizhu_p {
    padding: 1.5rem 1rem;
    overflow: hidden;
    vertical-align: middle;
    font-size: 1.2rem;
}

.mm_login, .yzm_login {
    color: #fff;
}

.jizhu_p label {
    float: right;
    vertical-align: middle;
    color: #fff;
}

.loginbtn button {
    display: block;
    width: 100%;
    height: 4rem;
    background-color: #fff;
    border: none;
    border-radius: 2rem;
    font-size: 1.6rem;
}

#sellbtn {
    position: absolute;
    top: 0.5rem;
    right: 0;
    background: #fff;
    z-index: 1;
    height: 3rem;
    display: block;
    padding: 0 1rem;
    outline: none;
    color: #000;
    border: none;
    border-radius: 0.3rem;
}

    #sellbtn.active {
        color: #fff;
        background: #aaa;
    }

.form li .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    opacity: 0.5;
}

.lo_close {
    position: absolute;
    padding: 0.5rem 1rem;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 1.8rem;
}