/* /findpass 备用验证：恢复码 / 安全问题 */
.fp-label {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #5b6575;
}

.fp-alts {
  margin-top: 0.95rem;
  text-align: center;
}

.fp-alts-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  color: #2387f5;
  font-size: 0.8125rem;
  line-height: 1.4;
  cursor: pointer;
}

.fp-alts-link:hover,
.fp-alts-link:focus {
  text-decoration: underline;
}

.fp-alt-card {
  appearance: none;
  display: block;
  width: 100%;
  margin: 0 0 0.55rem;
  padding: 0.85rem 0.95rem;
  text-align: left;
  border: 1px solid rgba(26, 35, 50, 0.08);
  border-radius: 12px;
  background: #f3f5f8;
  color: inherit;
  cursor: pointer;
}

.fp-alt-card:last-child {
  margin-bottom: 0;
}

.fp-alt-card:hover,
.fp-alt-card:focus {
  background: #fff;
  border-color: rgba(35, 135, 245, 0.35);
}

.fp-alt-card:focus-visible {
  outline: 2px solid rgba(35, 135, 245, 0.45);
  outline-offset: 2px;
}

.fp-alt-card__title {
  display: block;
  font-size: 0.9375rem;
  font-weight: 650;
  color: #1a2332;
}

.fp-alt-card__desc {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #667085;
}

.fp-pane {
  margin-top: 0.15rem;
}

.fp-pane-hint {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #667085;
}

.fp-captcha {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fp-captcha img {
  height: 44px;
  min-width: 100px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  background: #f8f9fb;
  flex-shrink: 0;
}

.fp-sq-item .fp-label,
.fp-sq-item .tb-authmodal-label {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #5b6575;
}

.fp-input-locked {
  background: #f5f7fa;
  color: #3d4654;
  cursor: default;
}

.fp-captcha.is-needed {
  padding: 0.45rem;
  margin-left: -0.45rem;
  margin-right: -0.45rem;
  border-radius: 10px;
  background: rgba(35, 135, 245, 0.06);
  box-shadow: inset 0 0 0 1px rgba(35, 135, 245, 0.22);
}

.fp-ready-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: #e8f4ff;
  color: #2387f5;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.fp-picker[hidden] {
  display: none !important;
}

.fp-picker {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.fp-picker__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 24, 40, 0.45);
}

.fp-picker__sheet {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 0.5rem 1.15rem calc(1.1rem + env(safe-area-inset-bottom, 0px));
  border-radius: 16px 16px 0 0;
  background: #fff;
  box-shadow: 0 -8px 32px rgba(16, 24, 40, 0.12);
}

.fp-picker__handle {
  width: 36px;
  height: 4px;
  margin: 0.35rem auto 0.85rem;
  border-radius: 99px;
  background: #d8dee8;
}

.fp-picker__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a2332;
}

.fp-picker__desc {
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #667085;
}

.fp-picker .fp-alt-card {
  margin-bottom: 0.55rem;
}

.fp-picker__cancel {
  appearance: none;
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.7rem 0.5rem;
  border: 0;
  background: none;
  color: #667085;
  font-size: 0.875rem;
  cursor: pointer;
}

body.fp-picker-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .fp-picker {
    align-items: center;
    padding: 16px;
  }

  .fp-picker__sheet {
    border-radius: 16px;
    padding: 1.25rem 1.25rem 1rem;
    box-shadow: 0 16px 48px rgba(16, 24, 40, 0.18);
  }

  .fp-picker__handle {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .sign-container .sige-getpwd .sign-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
