h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}

/* 优选商城 H5 登录注册 */
.auth-page {
  --auth-primary: #4660e5;
  --auth-primary-strong: #3148c6;
  --auth-navy: #17255a;
  --auth-bg: #eaf0fb;
  --auth-surface: #f7f9fd;
  --auth-card: #ffffff;
  --auth-text: #18213d;
  --auth-muted: #6c7692;
  --auth-line: #dce3f1;
  --auth-error: #c7394f;
  min-width: 320px;
  margin: 0;
  padding-top: 0 !important;
  color: var(--auth-text);
  background: var(--auth-bg);
  font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.auth-page *,
.auth-page *::before,
.auth-page *::after {
  box-sizing: border-box;
}
.auth-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}
.auth-shell::before,
.auth-shell::after {
  position: fixed;
  z-index: 0;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(70, 96, 229, 0.13);
  transform: rotate(28deg);
}
.auth-shell::before {
  width: 260px;
  height: 90px;
  top: 8%;
  left: calc(50% - 390px);
}
.auth-shell::after {
  width: 340px;
  height: 120px;
  right: calc(50% - 430px);
  bottom: 9%;
}
.auth-frame {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  background: var(--auth-surface);
}
.auth-branding {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  min-height: 178px;
  padding: calc(34px + env(safe-area-inset-top)) 24px 30px;
  color: #ffffff;
  background: var(--auth-navy);
}
.auth-branding::after {
  position: absolute;
  right: -52px;
  bottom: -64px;
  width: 188px;
  height: 188px;
  content: "";
  border: 38px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
}
.auth-company {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.auth-brand {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
.auth-tagline {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.6;
}
.auth-card {
  flex: 1 0 auto;
  margin: -10px 14px 0;
  padding: 26px 20px 24px;
  background: var(--auth-card);
  border: 1px solid rgba(31, 49, 105, 0.07);
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(25, 42, 98, 0.1);
}
.auth-card__heading {
  margin-bottom: 20px;
}
.auth-card__heading h2 {
  margin: 2px 0 6px;
  color: var(--auth-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
.auth-card__heading > p:last-child {
  margin: 0;
  color: var(--auth-muted);
  font-size: 13px;
  line-height: 1.6;
}
.auth-kicker {
  margin: 0;
  color: var(--auth-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 22px;
  border-bottom: 1px solid var(--auth-line);
}
.auth-tabs a {
  position: relative;
  min-height: 44px;
  padding: 11px 8px 12px;
  color: var(--auth-muted);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.auth-tabs a::after {
  position: absolute;
  right: 25%;
  bottom: -1px;
  left: 25%;
  height: 2px;
  content: "";
  background: transparent;
}
.auth-tabs a.active {
  color: var(--auth-primary);
}
.auth-tabs a.active::after {
  background: var(--auth-primary);
}
.auth-form .form-group {
  margin-bottom: 17px;
}
.auth-field > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 7px;
  color: var(--auth-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}
.auth-required {
  color: var(--auth-muted);
  font-size: 11px;
  font-weight: 400;
}
.auth-input-wrap {
  position: relative;
}
.auth-form .form-control {
  width: 100%;
  height: 50px;
  padding: 12px 14px;
  color: var(--auth-text);
  font-size: 15px;
  line-height: 24px;
  background: var(--auth-card);
  border: 1px solid var(--auth-line);
  border-radius: 10px;
  box-shadow: none;
  appearance: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.auth-form .form-control::placeholder {
  color: #a3abc0;
}
.auth-form .form-control:focus {
  background: var(--auth-card);
  border-color: var(--auth-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(70, 96, 229, 0.12);
}
.auth-input-wrap--password .form-control {
  padding-right: 62px;
}
.auth-captcha {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 10px;
  width: 100%;
}
.auth-form .auth-captcha .form-control {
  min-width: 0;
  border-radius: 10px;
}
.auth-captcha .input-group-btn {
  display: block;
  width: auto;
}
.auth-form .auth-captcha .btn-captcha {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 8px;
  color: var(--auth-primary);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  background: var(--auth-card);
  border: 1px solid var(--auth-primary);
  border-radius: 10px;
}
.auth-form .btn-captcha:hover,
.auth-form .btn-captcha:focus {
  color: #ffffff;
  background: var(--auth-primary);
  border-color: var(--auth-primary);
}
.auth-form .btn-captcha.disabled {
  color: var(--auth-muted);
  pointer-events: none;
  background: var(--auth-surface);
  border-color: var(--auth-line);
}
.password-toggle {
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 50px;
  height: 44px;
  padding: 0 10px;
  color: var(--auth-primary);
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  border: 0;
  border-radius: 8px;
}
.password-toggle:focus-visible,
.auth-text-button:focus-visible,
.auth-submit:focus-visible,
.auth-tabs a:focus-visible,
.auth-switch a:focus-visible {
  outline: 2px solid var(--auth-primary);
  outline-offset: 2px;
}
.auth-form .help-block,
.auth-form .msg-box {
  min-height: 0;
  margin: 5px 2px 0;
  color: var(--auth-error);
  font-size: 12px;
  line-height: 1.45;
}
.auth-form .has-error .form-control,
.auth-form .n-invalid .form-control {
  border-color: var(--auth-error);
}
.auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin: -2px 0 12px;
}
.auth-check {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  color: var(--auth-muted);
  font-size: 13px;
  font-weight: 400;
}
.auth-check input {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  accent-color: var(--auth-primary);
}
.auth-text-button {
  min-height: 44px;
  padding: 0 0 0 14px;
  color: var(--auth-primary);
  font-size: 13px;
  background: transparent;
  border: 0;
}
.auth-submit {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 3px 0 0;
  padding: 13px 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  background: var(--auth-primary);
  border: 1px solid var(--auth-primary);
  border-radius: 10px;
  box-shadow: 0 9px 20px rgba(70, 96, 229, 0.2);
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.auth-submit:hover,
.auth-submit:focus {
  color: #ffffff;
  background: var(--auth-primary-strong);
  border-color: var(--auth-primary-strong);
}
.auth-submit:active {
  transform: translateY(1px);
}
.auth-submit[disabled] {
  cursor: wait;
  opacity: 0.72;
}
.auth-submit__loading {
  display: none;
}
.auth-form.is-submitting .auth-submit__text {
  display: none;
}
.auth-form.is-submitting .auth-submit__loading {
  display: inline;
}
.auth-form.is-submitting .auth-submit__loading::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  vertical-align: -1px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: auth-spin 720ms linear infinite;
}
.auth-form-status {
  min-height: 0;
  color: var(--auth-error);
  font-size: 12px;
  line-height: 1.5;
}
.auth-form-status:not(:empty) {
  min-height: 20px;
  margin: -5px 0 8px;
}
.auth-switch {
  margin: 18px 0 0;
  color: var(--auth-muted);
  font-size: 13px;
  text-align: center;
}
.auth-switch a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: -12px -8px;
  padding: 12px 8px;
  color: var(--auth-primary);
  font-weight: 600;
  text-decoration: none;
}
.auth-optional-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 14px;
  padding-top: 4px;
  color: var(--auth-text);
  font-size: 13px;
  font-weight: 600;
}
.auth-optional-heading span:last-child {
  color: var(--auth-muted);
  font-size: 11px;
  font-weight: 400;
}
.auth-consent {
  margin: 2px 0 14px;
  color: var(--auth-muted);
  font-size: 11px;
  line-height: 1.65;
}
.auth-footer {
  flex: 0 0 auto;
  padding: 24px 20px calc(20px + env(safe-area-inset-bottom));
  color: var(--auth-muted);
  font-size: 10px;
  line-height: 1.7;
  text-align: center;
}
.auth-footer p {
  margin: 0;
}
@keyframes auth-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 600px) {
  .auth-shell {
    padding: 28px 0;
  }
  .auth-frame {
    min-height: calc(100vh - 56px);
    min-height: calc(100dvh - 56px);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(25, 42, 98, 0.18);
  }
  .auth-branding {
    padding-top: 36px;
    border-radius: 18px 18px 0 0;
  }
}
@media (max-width: 359px) {
  .auth-branding {
    padding-right: 20px;
    padding-left: 20px;
  }
  .auth-card {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (prefers-color-scheme: dark) {
  .auth-page {
    --auth-bg: #0d1328;
    --auth-surface: #111a32;
    --auth-card: #18213b;
    --auth-text: #f2f5ff;
    --auth-muted: #aab3cc;
    --auth-line: #34405e;
    --auth-error: #ff8da0;
    background: var(--auth-bg);
  }
  .auth-branding {
    background: #15204d;
  }
  .auth-card {
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
  }
  .auth-form .form-control::placeholder {
    color: #737e9a;
  }
}
@media (prefers-reduced-motion: reduce) {
  .auth-page *,
  .auth-page *::before,
  .auth-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=user.css.map */
