.hide {
    display: none;
}

#content {
    width: 100%;
    height: 100%;
    background: url(../../../img/modules/review/login/background.png) no-repeat center top;
    background-size: cover;
}

.login-box {
    width: 290px;
    height: 290px;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    right: 200px;
    top: 200px;
    padding: 20px 25px 0 25px;
}

/* 注册、邀请 */
.qrcode_container {
    position: fixed;
    right: 10px;
    top: calc(50% - 110.5px);
    width: 48px;
    background: #fff;
    box-shadow: 0 0 6px 2px rgb(9 10 11 / 28%);
    border-radius: 4px;
    z-index: 1005;
}

.qrcode_container, .qrcode_container .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrcode_container .item {
    position: relative;
    height: 65px;
    width: 100%;
    padding-top: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.qrcode_container .item:hover .title{
    color: #1E9FFF;
}

.qrcode_container .item img {
    height: 22px;
}

.qrcode_container .title {
    font-size: 12px;
    margin-top: 6px;
    width: 25px;
    color: #2b313f;
    text-align: center;
}

.qrcode_container .line {
    margin: 0 18px;
    width: 35px;
    height: 1px;
    background: #dfe2eb;
}

.qrcode_container .qrcode_box_main {
    display: none;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: -70px;
    right: 95px;
    width: 115px;
    background-color: #fff;
    text-align: center;
}

.qrcode_container .qrcode_box_main dd {
    margin-top: 10px;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 12px;
}

.qrcode_container .item:hover .qrcode_box_main {
    display: block;
}

.qrcode_container .item .qrcode_box_main img {
    width: 100px;
    height: 100px;
}

.login-box .login-tab {
    height: 30px;
    font-size: 18px;
    position: relative;
    padding: 10px 0;
    color: #666666;
}

.login-type {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.login-type-tip {
    position: absolute;
    top: 30px;
    right: 80px;
    display: block;
}

.login-type-tip .poptip {
    line-height: 16px;
    position: relative;
    z-index: 9999;
    background-color: #e6f9fc;
    border: 1px solid #00c1de;
    padding: 5px 10px;
}

.login-type-tip .poptip .poptip-arrow {
    position: absolute;
    z-index: 10;
    *zoom: 1;
    top: 8px;
    right: 0;
}

.login-type-tip .poptip .poptip-arrow em {
    top: 0;
    left: 1px;
    border-width: 6px 0 6px 6px;
    border-left-color: #00c1de;
}

.login-type-tip .poptip .poptip-arrow span {
    border-left-color: #e6f9fc;
    border-width: 6px 0 6px 6px;
}

.poptip .poptip-arrow em, .poptip .poptip-arrow span {
    position: absolute;
    *zoom: 1;
    width: 0;
    height: 0;
    border-color: hsla(0, 0%, 100%, 0);
    border-color: transparent \0;
    *border-color: transparent;
    _border-color: tomato;
    _-webkit-filter: chroma(color=tomato);
    _: chroma(color=tomato);
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0;
}

.login-type-tip .poptip-content {
    color: #00c1de;
    font-size: 12px;
    font-weight: 400;
}

.login-box .login-input-block {
    padding: 20px 0px 20px 0px;
    margin-top: 0px !important;
    border-top: none !important;
}

.login-box .login-input-block .input-captcha {
    width: 144px;
    float: left;
}

.login-box .login-input-block .btn-captcha {
    float: right;
    font-size: 12px;
    width: 100px;
}

.login-box .login-input-block .btn-captcha:disabled {
    background-color: #c2c2c2;
}

.login-box .layui-form-pane .layui-form-label {
    width: 40px;
    padding: 8px 10px;
    border-right: none;
    background-color: #fff;
    border-right: none;
}

.login-box .layui-form-pane .layui-input {
    border-left: none;
    padding-left: 0px;
}

.login-box .layui-form-pane .layui-input:focus {
    border-color: #e6e6e6 !important;
}

.login-box .layui-form-pane .layui-input-block {
    margin-left: 40px;
}

.login-box .login-btn {
    width: 100%;
}

.login-box .login-tips {
    position: absolute;
    top: 65px;
    font-size: 12px;
}

.login-box .login-tips.success-tips {
    color: #5FB878;
}

.login-box .login-tips.error-tips {
    color: #D64848;
}

.login-box .login-tips .layui-icon {
    font-size: 12px;
}

.layui-layer-loading .layui-layer-content {
    display: none;
}

.wechat-qrcode-block {
    width: 150px;
    height: 150px;
}

.login-wechat-block {
    text-align: center;
    padding: 10px !important;
}

.login-wechat-block .text-tips {
    line-height: 50px;
}

#qrcodeLoading {
    width: 150px;
    height: 150px;
    margin: auto;
    background-color: #fffffff0;
    position: absolute;
    left: 95px;
    z-index: 9999;
}

#qrcodeLoading img {
    padding-top: 60px;
}

#scanSuccess, #scanSuccessTips {
    display: none;
}

#scanSuccess {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 95px;
    z-index: 9999;
}

#scanSuccess div {
    position: absolute;
    top: 75px;
    left: 43px;
    font-size: 16px;
    font-weight: 600;
}

.login-back {
    float: right;
    padding: 15px 0;
}

.header {
    height: 50px;
    padding: 20px 0px 0px 50px;
    color: #fff;
    line-height: 30px;
}

.header .logo {
    width: 30px;
    height: 30px;
    padding: 0px 5px 10px 0px;
}

.header .title {
    font-size: 25px;
}

.footer {
    font-weight: normal;
    font-size: 12px;
    font-family: "微软雅黑", Arial;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    border-bottom: 1px solid;
}

.mobile-tips-wrap {
    display: none;
}

@media (max-width: 768px) and (min-width: 320px) {
    .login-content {
        display: none;
    }

    .header {
        padding: 20px 0px;
        text-align: center;
    }

    .footer span {
        display: block;
        padding: 2px;
    }

    .footer span.separator {
        display: none;
    }

    .mobile-tips-wrap {
        display: block;
        width: 70%;
        margin: 50px auto;
        background-color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 20px 5px 30px 5px;
    }

    .mobile-tips-wrap .link {
        float: right;
        padding: 0px 10px 20px 10px;
        font-size: 12px;
        color: #1f7efe;
    }

    .mobile-tips-wrap .tips {
        clear: both;
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .mobile-tips-wrap .tips.top {
        font-size: 12px;
        color: #888;
    }

    .mobile-tips-wrap img {
        width: 180px;
        padding: 20px;
    }

    .login-box {
        position: unset;
        right: unset;
        top: unset;
        margin: 100px auto auto;
    }

    .login-type, .login-type-tip {
        display: none;
    }

    .login-box .login-tips {
        top: 255px;
    }
}