.dialog-list {
  margin: 0;
  padding-left: 0.26rem;
  color: #f3dfb5;
  font-size: 0.18rem;
  line-height: 1.9;
}
.modal-root {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
}
.modal-root.is-active {
  pointer-events: auto;
}
.modal-mask {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.modal-root.is-active .modal-mask {
  opacity: 1;
  visibility: visible;
}
.modal {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal--bottom {
  top: auto;
  bottom: 0;
}
.modal--center {
  top: 50%;
}
.modal--center .modal-card--center {
  transform: translateY(-50%);
}
.modal--bottom.animate__animated {
  --animate-duration: 0.28s;
}
.modal--center.animate__animated {
  --animate-duration: 0.22s;
}
.modal-visual {
  position: relative;
  width: 100%;
}
.modal-card {
  position: relative;
  margin: 0 auto;
  padding: 0.4rem 0 0;
  border-radius: 0.4rem 0.4rem 0 0;
  background: linear-gradient(180deg, #fff 0%, #FFFADF);
  color: #513015;
}
.modal-card--center {
  width: calc(100% - 0.96rem);
  border-radius: 0.4rem;
}
.modal-card__title {
  margin: 0;
  color: #333;
  font-size: 0.36rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.3rem;
}
.hotspot--modal-close {
  position: absolute;
  top: 0.45rem;
  right: 0.3rem;
  z-index: 2;
  width: 0.3rem;
  height: 0.3rem;
}
.hotspot--modal-close::before,
.hotspot--modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #BFBEBE;
  transform-origin: center;
}
.hotspot--modal-close::before {
  transform: translateY(-50%) rotate(45deg);
}
.hotspot--modal-close::after {
  transform: translateY(-50%) rotate(-45deg);
}
.role-visual {
  padding: 0.46rem 0.48rem 1.2rem;
  border-radius: 0.4rem 0.4rem 0 0;
  background: linear-gradient(180deg, #fff 0%, #fff9dd 100%);
  box-shadow: 0 -0.06rem 0.18rem rgba(0, 0, 0, 0.12);
}
.role-visual .modal-card__header {
  margin-bottom: 0.5rem;
}
.role-visual .modal-card__title {
  margin-bottom: 0;
  color: #333;
  font-size: 0.36rem;
  font-weight: 500;
}
.role-visual .hotspot--modal-close {
  top: 0.34rem;
  right: 0.28rem;
  width: 0.32rem;
  height: 0.32rem;
}
.role-visual .hotspot--modal-close::before,
.role-visual .hotspot--modal-close::after {
  background: #c7c7c7;
}
.role-visual .field-label {
  display: none;
}
.role-visual .modal-form {
  gap: 0;
}
.role-visual .role-select-wrap {
  position: relative;
  padding-bottom: 0.4rem;
}
.role-visual .role-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.22rem;
  width: 0.26rem;
  height: 0.26rem;
  background: url("../images/figma-export/icon-arrow-down.png") 0 0 / 100% 100% no-repeat;
  transform: translateY(-50%);
  transition: transform 0.18s ease, opacity 0.18s ease;
  pointer-events: none;
  opacity: 0.7;
}
.role-visual .role-select-wrap:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0.9;
}
.role-visual.is-select2 .role-select-wrap::after {
  display: none;
}
.role-visual .modal-select--visual {
  height: 0.88rem;
  padding: 0 0.74rem 0 0.26rem;
  border: 0;
  border-radius: 0.1rem;
  background: #EAEAEA;
  color: #666;
  font-size: 0.3rem;
  line-height: 0.88rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.role-visual .modal-select--visual.has-value {
  color: #000;
}
.role-visual .modal-select--visual:disabled {
  opacity: 0.55;
}
.role-visual .modal-select--visual option {
  color: #000;
}
.role-visual .modal-select--visual option[value=""] {
  color: #666;
}
.role-visual .action-button--primary {
  height: 0.88rem;
  margin: 0.2rem auto 0;
  border-radius: 0.14rem;
  background: linear-gradient(180deg, #FCCF00 0%, #F0CD2B 100%);
  box-shadow: inset 0 0.01rem 0 rgba(255, 255, 255, 0.45), 0 0.02rem 0.06rem rgba(206, 155, 34, 0.12);
  color: #000;
  font-size: 0.32rem;
  font-weight: 400;
}
.role-visual.is-select2 .select2-container {
  width: 100% !important;
}
.role-visual.is-select2 .select2-container--default .select2-selection--single {
  height: 0.88rem;
  border: 0;
  border-radius: 0.14rem;
  background: #eee;
}
.role-visual.is-select2 .modal-select.is-error + .select2-container--default .select2-selection--single {
  background: rgba(255, 244, 244, 0.4);
}
.role-visual.is-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 0.88rem;
  padding: 0 0.3rem;
  color: #000;
  font-size: 0.3rem;
  line-height: 0.88rem;
  text-align: start;
}
.role-visual.is-select2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666;
}
.role-visual.is-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0;
  width: 0.6rem;
  height: 0.88rem;
}
.role-visual.is-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: -0.3rem;
  margin-top: -0.15rem;
  background: url("../images/figma-export/icon-arrow-down.png") 0 0 / 100% 100% no-repeat;
  transition: transform 0.18s ease, opacity 0.18s ease;
  opacity: 0.7;
}
.role-visual.is-select2 .select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  opacity: 0.9;
}
.role-visual.is-select2 .select2-dropdown {
  border: 0;
  border-radius: 0.14rem;
  overflow: hidden;
  box-shadow: 0 0.08rem 0.22rem rgba(0, 0, 0, 0.14);
  background: #fff;
  margin-top: 0.12rem;
}
.role-visual.is-select2 .select2-search--dropdown {
  display: block;
  padding: 0.16rem;
  background: #fff;
}
.role-visual.is-select2 .select2-search--dropdown .select2-search__field {
  height: 0.72rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.12rem;
  padding: 0 0.2rem;
  font-size: 0.26rem;
  color: #333;
}
.role-visual.is-select2 .select2-results {
  background: #fff;
}
.role-visual.is-select2 .select2-results__option {
  padding: 0.22rem 0;
  font-size: 0.28rem;
  color: #b7b7b7;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: transparent;
}
.role-visual.is-select2 .select2-results__option:last-child {
  border-bottom: 0;
}
.role-visual.is-select2 .select2-results__option[aria-selected="true"] {
  color: #111;
  font-weight: 700;
}
.role-visual.is-select2 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: #666;
}
.role-visual.is-select2 .select2-container--open {
  z-index: 9999;
}
#jsRoleModal .select2-container--open {
  z-index: 9999;
}
#jsRoleModal .select2-dropdown {
  border: 0;
  border-radius: 0.14rem;
  overflow: hidden;
  box-shadow: 0 0.08rem 0.22rem rgba(0, 0, 0, 0.14);
  background: #fff;
  margin-top: 0.12rem;
}
#jsRoleModal .select2-search--dropdown {
  display: block;
  padding: 0.16rem;
  background: #fff;
}
#jsRoleModal .select2-search--dropdown .select2-search__field {
  height: 0.72rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.12rem;
  padding: 0 0.2rem;
  font-size: 0.26rem;
  color: #333;
}
#jsRoleModal .select2-results {
  background: #fff;
}
#jsRoleModal .select2-results__option {
  padding: 0.28rem 0;
  font-size: 0.28rem;
  color: #666;
  text-align: center;
  border-bottom: 1px solid rgba(222, 222, 222, 0.5);
  background: transparent;
}
#jsRoleModal .select2-results__option:last-child {
  border-bottom: 0;
}
#jsRoleModal .select2-results__option[aria-selected="true"],
#jsRoleModal .select2-results__option--selected {
  color: #000;
  background: transparent !important;
}
#jsRoleModal .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: transparent !important;
  color: #000 !important;
}
.login-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.login-card {
  position: relative;
  width: 100%;
  min-height: 8.42rem;
  padding: 0.5rem 0.55rem 1.2rem;
  border-radius: 0.32rem 0.32rem 0 0;
  background: linear-gradient(to bottom, #fff 0%, #FFFADF 100%);
}
.login-card__head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 0.04rem;
}
.login-card__brand-visual {
  display: block;
  width: 4rem;
  height: auto;
  margin: 0 auto 0.6rem;
}
.login-card__brand {
  margin-bottom: 0.16rem;
  color: #ffcb16;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  letter-spacing: -0.03rem;
  text-shadow: 0.02rem 0.02rem 0 #000, -0.02rem 0.02rem 0 #000, 0.02rem -0.02rem 0 #000, -0.02rem -0.02rem 0 #000;
}
.login-card__brand span {
  display: inline-block;
  margin-left: 0.08rem;
  color: #161616;
  font-size: 0.34rem;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: none;
}
.login-card__title {
  margin: 0;
  color: #4f4032;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.login-card__sub {
  position: relative;
  margin: 0.14rem 0 0.3rem;
  color: #ab8e62;
  font-size: 0.2rem;
  line-height: 1;
  text-align: center;
}
.login-card__sub::before,
.login-card__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.08rem;
  height: 0.02rem;
  background: rgba(198, 178, 140, 0.95);
  transform: translateY(-50%);
}
.login-card__sub::before {
  left: 0.38rem;
}
.login-card__sub::after {
  right: 0.38rem;
}
.hotspot--login-close,
.hotspot--switch-password,
.hotspot--switch-sms {
  position: absolute;
  z-index: 3;
}
.hotspot--login-close {
  top: 0.4rem;
  right: 0.4rem;
  width: 0.3rem;
  height: 0.3rem;
}
.hotspot--login-close::before,
.hotspot--login-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3rem;
  height: 2px;
  border-radius: 2px;
  transform-origin: center;
}
.hotspot--login-close::before,
.hotspot--login-close::after {
  background: rgba(168, 160, 152, 0.98);
}
.hotspot--login-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hotspot--login-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.login-form__group,
.role-select-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.field-label {
  display: block;
  color: #999;
  font-size: 0.16rem;
}
.login-form {
  gap: 0;
}
.agreement {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  color: #666;
  font-size: 0.14rem;
}
.agreement input {
  width: 0.18rem;
  height: 0.18rem;
}
.agreement--login {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 0.24rem;
  line-height: 1.5;
}
.agreement--login a {
  color: #185EBA;
}
.agreement--login input {
  flex: 0 0 auto;
  width: 0.24rem;
  height: 0.24rem;
  margin-top: 0.03rem;
  margin-right: 0.15rem;
  border: 1px solid #989898;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  position: relative;
}
.agreement--login input:checked {
  border-color: #d9bc6a;
  background: radial-gradient(circle at center, #d9bc6a 0, #d9bc6a 38%, transparent 42%);
}
.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.24rem;
  height: 0.5rem;
  border-radius: 0.12rem;
  font-size: 0.18rem;
  font-weight: 600;
}
.action-button--primary {
  background: linear-gradient(180deg, #ffd800 0%, #f0c400 100%);
  color: #251100;
}
.action-button--ghost {
  border: 0.01rem solid rgba(64, 64, 64, 0.35);
  background: transparent;
  color: rgba(65, 65, 65, 0.68);
}
.action-button--small {
  min-width: 1.28rem;
  height: 0.6rem;
  border-radius: 0.12rem;
  font-size: 0.16rem;
}
.action-button--block {
  width: 100%;
}
.action-button--login {
  user-select: none;
  width: 100%;
  height: 0.88rem;
  margin: 0.6rem auto 0.32rem;
  padding-bottom: 0;
  border-radius: 0.14rem;
  background: linear-gradient(180deg, #FCCF00 0%, #F0CD2B 100%);
  box-shadow: inset 0 0.01rem 0 rgba(255, 255, 255, 0.45), 0 0.02rem 0.06rem rgba(206, 155, 34, 0.12);
  color: #000;
  font-size: 0.32rem;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: none;
}
.action-button--login span {
  transform: none;
}
.modal-input--visual,
.modal-select--visual {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.18rem;
  border: 0;
  border-radius: 0.12rem;
  background: #e3e3e3;
  color: #4e4e4e;
  font-size: 0.18rem;
}
.modal-input--login {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-size: 0.3rem;
  line-height: 0.92rem;
}
.modal-input--login::placeholder {
  color: #666;
}
.modal-input.is-error,
.modal-select.is-error {
  color: #7f3d3d;
}
.modal-input--login.is-error {
  background: rgba(255, 244, 244, 0.4);
}
.form-error {
  position: absolute;
  top: 0.96rem;
  left: 0;
  right: 0;
  padding-left: 0.14rem;
  color: #f56c6c;
  font-size: 0.24rem;
  line-height: 1.2;
  display: none;
}
.form-error.is-visible {
  display: block;
}
.login-form__group {
  position: relative;
  padding-bottom: 0.4rem;
}
.login-form__field {
  display: flex;
  align-items: center;
  height: 0.88rem;
  padding: 0 0.26rem;
  border-radius: 0.1rem;
  background: #EAEAEA;
}
.login-form__icon-img {
  flex: 0 0 auto;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  object-fit: contain;
}
.login-form__action,
.login-form__eye {
  flex: 0 0 auto;
  position: static;
  transform: none;
}
.login-form__action {
  padding: 0 0.2rem;
  margin-left: 0.14rem;
  color: #9D7C20;
  font-size: 0.28rem;
  font-weight: 400;
  text-align: center;
}
.login-form__action:disabled {
  color: #9E9E9E;
}
.modal-input--with-action {
  padding-right: 0.12rem;
}
.modal-input--with-eye {
  padding-right: 0.12rem;
}
.login-form__eye {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.56rem;
  height: 0.56rem;
  margin-left: 0.18rem;
}
.login-form__eye:active {
  transform: scale(1);
}
.login-form__eye-icon {
  display: block;
  width: 0.36rem;
  height: auto;
  object-fit: contain;
}
.login-switch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-switch__line {
  width: 1.72rem;
  height: 0.02rem;
  background: rgba(212, 202, 190, 0.95);
}
.login-switch__text {
  color: #9D7C20;
  font-size: 0.24rem;
  margin: 0 0.33rem;
}
.login-switch__button {
  display: block;
  margin: 0.1rem auto 0;
  color: #9D7C20;
  font-size: 0.28rem;
  font-weight: 500;
  text-align: center;
}
.confirm-visual.modal-card--center {
  padding: 0.7rem 0.7rem 0.6rem;
  background: linear-gradient(180deg, #fff 0%, #FFFADF 100%);
  border-radius: 0.4rem;
}
.confirm-visual__text {
  margin: 0;
  color: #333;
  font-size: 0.32rem;
  font-weight: 500;
  text-align: center;
  white-space: pre-line;
}
.confirm-visual__actions {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.7rem;
}
.confirm-visual__actions .action-button {
  flex: 1;
  height: 0.88rem;
  border-radius: 0.2rem;
  font-size: 0.32rem;
  font-weight: 400;
}
.confirm-visual__actions .action-button--ghost {
  border: 1px solid #9E9E9E;
  background: transparent;
  color: #9E9E9E;
}
.confirm-visual__actions .action-button--primary {
  background: linear-gradient(180deg, #FCCF00 0%, #F0CD2B 100%);
  color: #000;
}
.probability-table {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.probability-table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.16rem;
  padding: 0.16rem 0.18rem;
  border-radius: 0.16rem;
  background: rgba(126, 81, 37, 0.06);
  font-size: 0.18rem;
}
.toast-root {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  z-index: 120;
  width: calc(100% - 0.48rem);
  max-width: 4.4rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.toast {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  width: auto;
  min-height: 0.78rem;
  max-width: 100%;
  padding: 0.15rem 0.22rem;
  border: 0.01rem solid #ebeef5;
  border-radius: 0.08rem;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #606266;
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  opacity: 0;
  transform: translate3d(0, -0.16rem, 0);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.toast.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.toast.is-leaving {
  opacity: 0;
  transform: translate3d(0, -0.16rem, 0);
}
.toast__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: 0.24rem;
  border: 0.02rem solid currentColor;
  border-radius: 50%;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
}
.toast__content {
  flex: 0 1 auto;
  min-width: 0;
  color: #606266;
  word-break: break-word;
}
.toast--success {
  border-color: #e1f3d8;
  background: #f0f9eb;
  color: #67c23a;
}
.toast--success .toast__icon {
  color: #67c23a;
}
.toast--error {
  border-color: #fde2e2;
  background: #fef0f0;
  color: #f56c6c;
}
.toast--error .toast__icon {
  background: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1;
}
.toast--error .toast__content,
.toast--success .toast__content {
  color: #606266;
}
body.modal-open {
  overflow: hidden;
}
