﻿/* ============================================
   企业微信扫码登录样式 - 新布局模式
   ============================================ */

/* 登录二维码基础样式 */
.login-qrcode {
    display: block;
}

/* 横幅内部显示容器 */
.banner-inner-show-new {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px 0px 0px 20px;
    backdrop-filter: blur(6px);
}

/* 背景样式 */
.inner-bg-1 {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    backdrop-filter: blur(6px);
}

/* 登录框包装器 */
.lzu-login>.main>.banner>.inner>.login-box-wrap {
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 594px;
    top: 22px;
}

/* 新布局模式下的企业微信扫码登录样式 */
.login-qrcode-wechat-new {
    padding: 0;
    box-sizing: border-box;
}

/* 登录表单容器 */
.login-qrcode-wechat-new .loginForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* 二维码容器 */
.login-qrcode-wechat-new .qrcode-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-qrcode-wechat-new .loginForm {
    position: relative;
    height: 600px;
}

/* 二维码默认容器 */
.login-qrcode-wechat-new .qrcode-container .qywxEwmBox-default {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 380px;
    overflow: hidden;
    border-radius: 16px;
    border: 4px solid rgba(255, 255, 255, 0.4);
}

/* 使用说明容器 */
.login-qrcode-wechat-new .qrcode-usage-info {
    width: 84%;
    padding: 20px 30px;
    position: absolute;
    margin-top: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    font-size: 14px;
    bottom: 30px;
}

/* 使用说明标题 */
.login-qrcode-wechat-new .qrcode-usage-title {
    text-align: left;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    position: relative;
}

.login-qrcode-wechat-new .qrcode-usage-title img{
    position: relative;
    top: 5px;
    margin-right: 8px;
}

/* 使用说明提示文字 */
.login-qrcode-wechat-new .qrcode-usage-tip {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

/* 使用说明链接 */
.login-qrcode-wechat-new .qrcode-usage-link {
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: #3153c7;
}

/* 使用说明链接 - 悬停状态 */
.login-qrcode-wechat-new .qrcode-usage-link:hover {
    text-decoration: underline;
}

/* Loading 遮罩层 */
.login-qrcode-wechat-new .wecom-loading-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 100;
    height: 594px;
}