html, body {
    overflow: hidden;
    background: linear-gradient(-45deg, #448aff, #26ce9a);
}

@media screen and (max-width: 768px) {
    html, body {
        overflow: auto;
        min-height: 100%;
        background: #fff;
    }
}

.layui-fluid {
    padding: 0;
    display: flex;
}

    .layui-fluid .login-left {
        width: 500px;
        margin: 100px 60px 60px;
        color: #fff;
        text-align: center;
        line-height: 2;
        font-size: 15px;
    }

@media screen and (max-width: 768px) {
    .layui-fluid {
        display: block;
        min-height: 100vh;
    }

    .layui-fluid .login-left {
        display: none;
    }
}

.layui-fluid .login-left img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
}

.layui-fluid .login-right {
    flex: 1;
    height: 600px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(-90deg, #448aff, #26ce9a);
    box-shadow: -15px 0 25px #00000020;
}

    .layui-fluid .login-right .login-content {
        background: #fff;
        border-radius: 28px;
        height: 581px;
        width: 440px;
        margin-top: 10px;
    }

@media screen and (max-width: 768px) {
    .layui-fluid .login-right {
        min-height: 100vh;
        height: auto;
        padding: 20px 12px;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

    .layui-fluid .login-right .login-content {
        width: 100%;
        max-width: 440px;
        height: auto;
        min-height: 0;
        margin: 0 auto;
        padding-bottom: 24px;
        border-radius: 12px;
    }
}

.title {
    font-weight: bold;
    margin-top: 50px;
}

.wechat-shadow {
    margin: 50px auto 20px;
    box-shadow: 10px 10px 10px 10px #00000029;
    padding: 10px;
    width: 260px;
}

    .wechat-shadow #qrcode {
        width: 220px;
        height: 220px;
    }

    .wechat-shadow .wechat {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .wechat-shadow .icon-weixin1 {
        color: green;
    }

.tip {
    padding: 10px;
    border-radius: 5px;
}

.layui-tab-content {
    padding: 0;
}

.qrcode {
    width: 200px;
}

@media screen and (max-width: 768px) {
    .title {
        margin-top: 20px;
    }

    .wechat-shadow {
        width: min(100%, 280px);
        margin: 24px auto 16px;
        box-shadow: 0 8px 24px #0000001f;
    }

    .wechat-shadow #qrcode {
        width: min(220px, 76vw);
        height: min(220px, 76vw);
        margin: 12px auto;
    }

    .wechat-shadow #qrcode canvas,
    .wechat-shadow #qrcode img,
    .wechat-shadow #qrcode svg,
    .qrcode {
        max-width: 100%;
        height: auto;
    }

    .layui-input-group {
        margin: 0 12px !important;
    }
}
