/* 登录 / 注册 / 找回密码 — 玖云式左右分栏直角 UI */
:root {
  --nq-blue: #0052d9;
  --nq-blue-hover: #003eb3;
  --nq-blue-soft: #e8f0ff;
  --nq-text: #1f2329;
  --nq-muted: rgba(31, 35, 41, 0.55);
  --nq-border: rgba(31, 35, 41, 0.12);
  --nq-line: #e5e6eb;
  --nq-bg: #f2f3f5;
}

html.uc-auth-page {
  min-height: 100%;
  background: #0a0a0a !important;
}
body.uc-auth-page {
  min-height: 100vh;
  margin: 0;
  position: relative;
  background: #0a0a0a !important;
  background-image: none !important;
}

/* 底图：整图拉伸全铺视口 */
body.uc-auth-page .auth-page-bg {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  background: #0e1520 !important;
}
body.uc-auth-page .auth-page-bg__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scaleY(1.08);
  transform-origin: center center;
  filter: saturate(0.92) brightness(0.88);
}
body.uc-auth-page .auth-page-bg__img--m {
  display: none;
}
body.uc-auth-page .auth-page-bg::after {
  content: "";
  display: block !important;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(14, 21, 32, 0.15) 0%, rgba(14, 21, 32, 0.45) 70%, rgba(14, 21, 32, 0.62) 100%),
    linear-gradient(180deg, rgba(14, 21, 32, 0.2) 0%, transparent 30%, rgba(14, 21, 32, 0.35) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  body.uc-auth-page .auth-page-bg__img--pc {
    display: none;
  }
  body.uc-auth-page .auth-page-bg__img--m {
    display: block;
  }
}
body.uc-auth-page > *:not(.auth-page-bg):not(.auth-site-hd) {
  position: relative;
  z-index: 1;
}

/* 顶栏固定置顶，避免被 .nq-auth / 极验层挡住点击 */
body.uc-auth-page .auth-site-hd.jc_hd {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 100000 !important;
  pointer-events: auto !important;
  background: rgba(12, 14, 18, 0.55) !important;
  background-color: rgba(12, 14, 18, 0.55) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.uc-auth-page .auth-site-hd.jc_hd,
body.uc-auth-page .auth-site-hd.jc_hd * {
  pointer-events: auto !important;
}
body.uc-auth-page .nq-auth.nq-auth--jiuyun {
  z-index: 1 !important;
  pointer-events: auto !important;
}
body.uc-auth-page .auth-site-hd .jc_wrap {
  width: 100%;
  max-width: 1400px;
  box-shadow: none !important;
  background: transparent !important;
}
body.uc-auth-page .auth-site-hd .jc_hd_list_item,
body.uc-auth-page .auth-site-hd .jc_hd_console,
body.uc-auth-page .auth-site-hd .bo-lang-current,
body.uc-auth-page .auth-site-hd .bo-lang-trigger,
body.uc-auth-page .auth-site-hd .jc_login,
body.uc-auth-page .auth-site-hd .lang-tit {
  color: rgba(255, 255, 255, 0.92) !important;
}
body.uc-auth-page .auth-site-hd .jc_hd_list_item:hover,
body.uc-auth-page .auth-site-hd .jc_hd_console:hover,
body.uc-auth-page .auth-site-hd .jc_login:hover {
  color: #69b1ff !important;
}
body.uc-auth-page .auth-site-hd .jc_hd_logo a {
  color: #fff !important;
  text-indent: -9999px;
}
body.uc-auth-page .auth-site-hd .jc_hd_log_out .jc_login,
body.uc-auth-page .auth-site-hd .jc_hd_log_out .jc_reg,
body.uc-auth-page .auth-site-hd .bo-hd-search__trigger,
body.uc-auth-page .auth-site-hd .bo-hd-search__panel,
body.uc-auth-page .auth-site-hd .bo-hd-search__form {
  border-radius: 0 !important;
}
body.uc-auth-page .auth-site-hd .jc_hd_log_out .jc_login {
  color: rgba(255, 255, 255, 0.92) !important;
  background: transparent !important;
}
body.uc-auth-page .auth-site-hd .bo-hd-search__trigger {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #8c8c8c !important;
}
body.uc-auth-page .auth-site-ft.bo-ft {
  position: relative;
  z-index: 2;
  margin-top: 0;
  flex-shrink: 0;
}
body.uc-auth-page .auth-site-ft .bo-ft__top {
  display: block;
}
body.uc-auth-page .auth-site-ft .bo-ft__col {
  display: none !important;
}
body.uc-auth-page .auth-site-ft .bo-ft__qr-box {
  border-radius: 0 !important;
}
body.uc-auth-page .auth-site-ft .bo-ft__qrs--brand {
  margin-top: 16px;
  grid-column: auto;
}
body.uc-auth-page .auth-site-ft .bo-ft__meta--full {
  grid-column: 1 / -1;
}
body.uc-auth-page .auth-site-ft .bo-ft__lower {
  grid-template-columns: 1fr;
  border-top: 1px solid #e8ebf0;
  margin-top: 8px;
  padding-top: 20px;
}

body.uc-auth-page #toast-container.toast-top-center {
  top: 24px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  pointer-events: none;
  width: auto !important;
  max-width: calc(100vw - 24px) !important;
}
body.uc-auth-page #toast-container.toast-top-center > .toast,
body.uc-auth-page #toast-container.toast-top-center > div {
  width: auto !important;
  min-width: 220px;
  max-width: min(360px, calc(100vw - 24px)) !important;
  padding: 10px 16px 10px 12px !important;
  background-image: none !important;
  border-radius: 0 !important;
  pointer-events: auto;
}

/* 登录失败等：独立提示，不走 toastr，避免一直闪 */
.uc-auth-flash {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  max-width: min(360px, calc(100vw - 24px));
  padding: 10px 16px 10px 12px;
  border: 1px solid #e6ebf2;
  border-radius: 0;
  background: #fff;
  color: #1f2329;
  font-size: 13px;
  line-height: 1.45;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
  transform: translateX(-50%) translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.uc-auth-flash.is-in {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.uc-auth-flash.is-out {
  opacity: 0;
  transform: translateX(-50%) translateY(-8px);
}
.uc-auth-flash__ico {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f53f3f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M6.2 6.2l5.6 5.6M11.8 6.2l-5.6 5.6' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/18px no-repeat;
}
.uc-auth-flash__txt {
  flex: 1 1 auto;
  word-break: break-word;
}

.nq-auth.nq-auth--jiuyun {
  min-height: max(680px, calc(100vh - 70px));
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* 顶栏 fixed 后仍用 padding 留出导航高度 */
  padding: 96px 16px 72px;
  margin-top: 0;
  overflow: visible;
  background: transparent;
  box-sizing: border-box;
}

/* 登录页极验条：正常显示在表单内，用户点击后弹出验证 */
body.uc-auth-page .nq-auth-verify {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 8px 0 16px !important;
  opacity: 1 !important;
  overflow: visible !important;
  pointer-events: auto !important;
  left: auto !important;
  z-index: 5 !important;
}
body.uc-auth-page .nq-auth-verify .mf-geetest-scene,
body.uc-auth-page .nq-auth-verify .mf-geetest-inner,
body.uc-auth-page .nq-auth-verify .mf-geetest-mount {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 44px !important;
  opacity: 1 !important;
  overflow: visible !important;
  pointer-events: auto !important;
  clip: auto !important;
  left: auto !important;
}

.nq-auth.nq-auth--jiuyun::before,
.nq-auth.nq-auth--jiuyun::after {
  display: none !important;
  content: none !important;
}

.nq-auth--jiuyun > * {
  position: relative;
  z-index: 1;
}

/* ===== 双栏卡片：左侧介绍 + 右侧表单 ===== */
.nq-auth-shell {
  width: 100%;
  max-width: 405px;
  min-height: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  position: relative;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
}

.nq-auth-shell--split {
  width: 680px;
  max-width: 100%;
  background: transparent;
  border: none;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.22);
  overflow: hidden;
}

/* 左侧介绍：浅蓝品牌风（不用黑色） */
.nq-auth-side {
  display: none;
  position: relative;
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
  padding: 36px 28px 24px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  color: #0f2744;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(255, 255, 255, 0.35) 0%, transparent 55%),
    radial-gradient(90% 70% at 100% 100%, rgba(37, 99, 235, 0.14) 0%, transparent 50%),
    linear-gradient(165deg, #eaf3ff 0%, #d9e9ff 48%, #c8dcff 100%);
  overflow: hidden;
  margin: 0;
  border: none;
}
.nq-auth-shell--split .nq-auth-side {
  display: flex;
}
.nq-auth-side__glow {
  position: absolute;
  right: -48px;
  top: -36px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
.nq-auth-side__top {
  position: relative;
  z-index: 1;
}
.nq-auth-side__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #3b82f6;
}
.nq-auth-side__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #0f2744;
  letter-spacing: 0.01em;
}
.nq-auth-side__sub {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(15, 39, 68, 0.55);
}
.nq-auth-side__list {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.nq-auth-side__list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.nq-auth-side__ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(59, 130, 246, 0.18);
  color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}
.nq-auth-side__list strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #0f2744;
  line-height: 1.3;
}
.nq-auth-side__list em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 12px;
  color: rgba(15, 39, 68, 0.5);
  line-height: 1.4;
}
.nq-auth-side__copy {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  font-size: 12px;
  color: rgba(15, 39, 68, 0.42);
  line-height: 1.4;
}

.nq-auth--jiuyun .nq-auth-form {
  flex: 1 1 auto;
  width: min(400px, 92vw);
  max-width: 100%;
  height: auto;
  min-height: 0;
  background: #f0f4f8;
  border: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin: 0 auto;
  display: block;
}

.nq-auth-shell--split .nq-auth-form {
  width: 400px;
  min-width: 0;
  max-width: none;
  flex: 1 1 400px;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0 !important;
  border-left: 1px solid rgba(37, 99, 235, 0.1);
  background: #eef3f8;
}

.nq-auth--jiuyun .nq-auth-form-inner {
  display: block;
  height: auto;
  padding: 32px 28px 28px;
  box-sizing: border-box;
}

.nq-auth-heading,
.nq-auth-mode {
  display: none !important;
}

/* 角标：注册 / 登录 */
.nq-auth-ribbon {
  position: absolute;
  top: 0;
  right: 14px;
  width: 88px;
  height: 88px;
  overflow: hidden;
  z-index: 3;
  text-decoration: none !important;
}
.nq-auth-ribbon span {
  position: absolute;
  top: 18px;
  right: -28px;
  width: 120px;
  text-align: center;
  background: var(--nq-blue-soft);
  color: var(--nq-blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  transform: rotate(45deg);
}

.nq-auth--jiuyun .nq-auth-logo {
  display: none;
}

/* Tabs：账号登录 标题式 */
.nq-auth--jiuyun .nq-tabs-wrap {
  position: relative;
  padding-bottom: 2px;
  margin-bottom: 8px;
  padding-right: 36px;
  border-bottom: 1px solid var(--nq-line);
}
.nq-auth--jiuyun .nav-tabs {
  border-bottom: none;
  margin: 0;
  display: flex;
  gap: 28px;
}
.nq-auth--jiuyun .nav-tabs.nav-justified .nav-item {
  flex: 0 0 auto;
  width: auto !important;
}
.nq-auth--jiuyun .nav-tabs .nav-link {
  border: none !important;
  color: var(--nq-muted);
  font-weight: 700;
  font-size: 17px;
  padding: 4px 0 14px;
  background: transparent !important;
}
.nq-auth--jiuyun .nav-tabs .nav-link.active {
  color: var(--nq-text);
}
.nq-auth--jiuyun .nq-tab-indicator {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background: var(--nq-blue);
  transform: translateX(0);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), width 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
  z-index: 2;
}

.nq-auth--jiuyun .tab-content {
  padding-top: 20px;
  height: auto;
}

.nq-auth--jiuyun .tab-pane {
  height: auto;
}

.nq-auth--jiuyun .form-group {
  margin-bottom: 18px;
  text-align: left;
}
.nq-auth--jiuyun .form-group > label,
.nq-auth--jiuyun .d-flex > label {
  display: none;
}

.nq-auth--jiuyun .nq-input-icon,
.nq-auth--jiuyun .nq-input-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.nq-auth--jiuyun .nq-icon {
  display: none;
}
.nq-auth--jiuyun .form-control,
.nq-auth--jiuyun .nq-input-icon .form-control,
.nq-auth--jiuyun .nq-input-wrap .form-control {
  height: 42px !important;
  padding: 8px 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--nq-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px;
  color: var(--nq-text);
  line-height: 1.4;
}
.nq-auth--jiuyun .form-control:focus {
  border-bottom-color: var(--nq-blue) !important;
  background: transparent !important;
  box-shadow: none !important;
}
.nq-auth--jiuyun .form-control::placeholder {
  color: rgba(31, 35, 41, 0.38);
}

.nq-auth--jiuyun .input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-bottom: 1px solid var(--nq-line);
  gap: 0;
}
.nq-auth--jiuyun .input-group .form-control,
.nq-auth--jiuyun .input-group .nq-input-wrap .form-control {
  border-bottom: none !important;
}
.nq-auth--jiuyun .input-group:focus-within {
  border-bottom-color: var(--nq-blue);
}
.nq-auth--jiuyun .input-group-prepend {
  width: 90px;
  flex-shrink: 0;
}
.nq-auth--jiuyun .input-group-prepend select.form-control {
  width: 100% !important;
  height: 42px !important;
  padding: 8px 4px 8px 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  appearance: auto;
}
.nq-auth--jiuyun .input-group-append {
  height: 42px;
  display: flex;
  align-items: center;
}
.nq-auth--jiuyun .input-group-append .btn,
.nq-auth--jiuyun .input-group-append button.btn {
  height: 32px;
  line-height: 32px !important;
  padding: 0 12px;
  border-radius: 4px !important;
  font-size: 13px;
  white-space: nowrap;
}
.nq-auth--jiuyun .input-group-append .btn.btn-primary {
  background: var(--nq-blue) !important;
  border-color: var(--nq-blue) !important;
}
.nq-auth--jiuyun .input-group-append .btn.btn-primary:hover {
  background: var(--nq-blue-hover) !important;
  border-color: var(--nq-blue-hover) !important;
}
.nq-auth--jiuyun .input-group-append img {
  display: block;
  width: 112px;
  height: 40px !important;
  object-fit: fill;
  border: 1px solid var(--nq-line) !important;
  border-radius: 0 !important;
  background: #fff;
  cursor: pointer;
}

.nq-auth--jiuyun .nq-auth-verify {
  margin: 8px 0 16px;
}
.nq-auth--jiuyun .nq-auth-verify .form-group,
.nq-auth--jiuyun .nq-auth-verify .mf-geetest-scene {
  margin-bottom: 0 !important;
}
.nq-auth--jiuyun .nq-auth-verify .mf-geetest-scene.form-group.row > label,
.nq-auth--jiuyun .nq-auth-verify .mf-geetest-scene--stack > label,
.nq-auth--jiuyun .nq-auth-verify .form-group > label {
  display: none !important;
}
.nq-auth--jiuyun .nq-auth-verify .mf-geetest-scene.form-group.row {
  display: block !important;
  margin: 0 !important;
}
.nq-auth--jiuyun .nq-auth-verify .mf-geetest-scene.form-group.row > .mf-geetest-field-wrap {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.nq-auth--jiuyun .nq-auth-verify .mf-geetest-inner,
.nq-auth--jiuyun .nq-auth-verify .mf-geetest-mount {
  width: 100%;
  max-width: 100%;
  border-radius: 0 !important;
}

/* 主按钮：蓝色 + 右侧箭头 */
.nq-auth--jiuyun .btn-login {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 46px;
  padding: 0 18px !important;
  margin-top: 8px;
  background: var(--nq-blue) !important;
  border: 1px solid var(--nq-blue) !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  box-shadow: none !important;
}
.nq-auth--jiuyun .btn-login:hover {
  background: var(--nq-blue-hover) !important;
  border-color: var(--nq-blue-hover) !important;
}
.nq-auth--jiuyun .btn-login .nq-auth-btn-arrow {
  display: inline;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.95;
}
.nq-auth--jiuyun .btn-login.justify-content-center {
  justify-content: space-between !important;
}

.nq-auth--jiuyun .nq-auth-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 16px 0 0;
  font-size: 13px;
  color: rgba(31, 35, 41, 0.65);
}
.nq-auth--jiuyun .nq-auth-actions a {
  color: var(--nq-blue);
  text-decoration: none;
}
.nq-auth--jiuyun .nq-auth-actions a:hover {
  text-decoration: underline;
}
.nq-auth--jiuyun .nq-auth-actions__muted {
  color: rgba(31, 35, 41, 0.65);
}
.nq-auth--jiuyun .nq-auth-actions__sep {
  display: none;
}
.nq-auth--jiuyun .nq-auth-actions__switch {
  width: 100%;
  margin-bottom: 4px;
  font-size: 12px;
  color: rgba(31, 35, 41, 0.55);
}
.nq-auth--jiuyun .nq-auth-actions__switch a {
  color: rgba(31, 35, 41, 0.65);
}
.nq-auth--jiuyun .nq-auth-actions__switch a:hover {
  color: var(--nq-blue);
}

.nq-auth--jiuyun .nq-auth-agreement,
.nq-auth--jiuyun .form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(31, 35, 41, 0.58);
  text-align: left;
}
.nq-auth--jiuyun .nq-auth-agreement a,
.nq-auth--jiuyun .form-check a {
  color: var(--nq-blue);
}
.nq-auth--jiuyun .form-check-input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  border-radius: 2px !important;
}
.nq-auth--jiuyun .form-check-label {
  margin: 0;
}

.nq-auth--jiuyun .nq-auth-footer {
  display: none;
}

.nq-auth--jiuyun .btn,
.nq-auth--jiuyun .form-control,
.nq-auth--jiuyun .input-group > *,
.nq-auth--jiuyun .modal-content,
.nq-auth--jiuyun .custom-file-label {
  border-radius: 0 !important;
}
.nq-auth--jiuyun .btn-login,
.nq-auth--jiuyun .input-group-append .btn {
  border-radius: 6px !important;
}

@media (max-width: 760px) {
  .nq-auth.nq-auth--jiuyun {
    padding: 28px 14px 56px;
  }
  .nq-auth-shell--split {
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.2);
  }
  .nq-auth-shell--split .nq-auth-side {
    flex: none;
    width: 100%;
    max-width: none;
    padding: 28px 24px 22px;
  }
  .nq-auth-side__list {
    margin-top: 22px;
    gap: 14px;
  }
  .nq-auth-side__copy {
    margin-top: 18px;
  }
  .nq-auth-shell--split .nq-auth-form {
    flex: none;
    width: 100%;
    max-width: none;
    border-left: none;
    border-top: 1px solid rgba(37, 99, 235, 0.1);
  }
  .nq-auth--jiuyun .nq-auth-form {
    width: 100%;
    box-shadow: none;
  }
  .nq-auth--jiuyun .nq-auth-form-inner {
    padding: 28px 22px 24px;
  }
}

@media (max-width: 480px) {
  .nq-auth.nq-auth--jiuyun {
    padding: 20px 12px 48px;
  }
  .nq-auth-side__title {
    font-size: 20px;
  }
  .nq-auth--jiuyun .nq-auth-form {
    width: min(405px, 100%);
    min-height: 0;
  }
  .nq-auth--jiuyun .nq-auth-form-inner {
    padding: 24px 20px 22px;
  }
}
