/* 自定义登录弹窗样式 - 隐藏登录选项卡，只保留微信账号登录 */

/* 隐藏登录弹窗中的"登录"标题 */
#u_sign .sign .tab-content #tab-sign-in .box-body .title-h-left {
    display: none !important;
}

/* 隐藏登录弹窗中的注册链接 */
#u_sign .sign .tab-content #tab-sign-in .box-body a[href="#tab-sign-up"] {
    display: none !important;
}

/* 隐藏用户名密码登录表单 */
#u_sign .sign .tab-content #tab-sign-in form {
    display: none !important;
}

/* 隐藏免密登录相关内容 */
#u_sign .sign .tab-content .tab-content {
    display: none !important;
}

/* 确保微信账号登录部分正常显示 */
#u_sign .sign .tab-content #tab-sign-in .social-separator,
#u_sign .sign .tab-content #tab-sign-in .social_loginbar {
    display: block !important;
}

/* 调整微信账号登录的间距 */
#u_sign .sign .tab-content #tab-sign-in .social-separator {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

/* 隐藏扫码登录中的其他方式登录链接 */
#tab-qrcode-signin .box-body span.muted-3-color a[href="#tab-sign-in"] {
    display: none !important;
}

/* 调整扫码登录的提示文字 */
#tab-qrcode-signin .box-body span.muted-3-color {
    display: none !important;
}
