.bankAccountVerification {
  padding-top: 6.4583vw; /* 124px @1920 */
  color: #231815;
  max-width: 56.25vw; /* 1080px @1920 */
  margin: 0 auto;
  margin-bottom: 10.2083vw; /* 196px @1920 */
}

.bankAccountVerification h1 {
  margin-bottom: 4.1667vw; /* 80px @1920 */
  color: #231815;
  font-size: 3.125vw; /* 60px @1920 */
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
  text-align: center;
}

#bankAccountForm {
  max-width: 41.6667vw; /* 800px @1920，表单部分最大宽度 */
  margin: 0 auto;
}

#bankAccountForm .form-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw; /* 24px @1920，配合 invalid-feedback(16px) 合计 40px */
}

#bankAccountForm .form-group {
  margin-bottom: 0; /* 用 gap 控制间距，覆盖 bootstrap 默认 */
}

#bankAccountForm .col-md-6 {
  flex: 0 0 100%; /* 覆盖 bootstrap flex-basis:50%，让输入框独占一行 */
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#bankAccountForm .form-submit {
  margin-top: 1.25vw; /* 24px @1920，配合 invalid-feedback(16px) 合计 40px */
}

.bankAccountVerification .customForm .form-control {
  width: 100%;
  font-size: 0.7292vw; /* 14px @1920 */
}

.bankAccountVerification #bankAccountForm .form-country .form-control {
  font-family: "Montserrat" !important;
  color: #231815;
  cursor: pointer; /* 下拉输入框可点击，显示抓手 */
}

.bankAccountVerification .customForm .btn-primary {
  background: #3a66fb;
  border: 0.0521vw solid #3a66fb;
  color: #fff;
  height: 2.0833vw; /* 40px @1920 */
  padding: 0 2.0833vw;
  font-size: 0.8333vw; /* 16px @1920 */
  font-family: "Montserrat-SemiBold" !important; /* 600 */
  font-weight: 600;
  line-height: 2.0833vw; /* 与高度一致，文字垂直居中 */
  transition: all 0.3s ease;
}

.bankAccountVerification .customForm .btn-primary.focus,
.bankAccountVerification .customForm .btn-primary:focus {
  background-color: #3a66fb;
  border-color: #3a66fb;
  color: #fff;
}

.bankAccountVerification .customForm .btn-primary:hover {
  background: #3556cd;
  border-color: #3556cd;
  color: #fff;
}

/* 成功弹窗 */
.bankAccountVerification .modal-dialog {
  max-width: 27.0833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: -webkit-fill-available;
}

.bankAccountVerification .modal-content {
  border-radius: 0.8333vw;
}

.bankAccountVerification .modal-header {
  border-bottom: none;
  padding: 1.25vw 1.25vw 0; /* 上/右 24px @1920 */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bankAccountVerification .modal-header .close {
  cursor: pointer;
}

.bankAccountVerification .modal-header .close .iconfont {
  font-size: 1.25vw; /* 24px @1920 */
}

.bankAccountVerification .modal-body {
  padding: 0.1042vw 3.6458vw 1.6667vw; /* 上 2px 左右 70px 下 32px @1920 */
  text-align: center;
  color: #231815;
}

.bankAccountVerification .modal-body .result-icon {
  width: 2.5vw; /* 48px @1920 */
  height: 2.5vw;
  display: inline-block;
}

.bankAccountVerification .modal-body h3 {
  margin: 0.8333vw 0 0.2083vw; /* 上 16px 下 4px @1920 */
  text-align: center;
  font-size: 1.25vw; /* 24px @1920 */
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important; /* 600 */
  line-height: 175%;
  text-transform: capitalize;
}

.bankAccountVerification .modal-body .result-success h3 {
  color: #22CD3C; /* 成功标题绿色 */
}

.bankAccountVerification .modal-body .result-fail h3 {
  color: #FB474A; /* 失败标题红色 */
}

.bankAccountVerification .modal-body p {
  text-align: center;
  font-family: "Montserrat-Medium" !important; /* 500 */
  font-size: 0.8333vw; /* 16px @1920 */
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.bankAccountVerification .modal-footer {
  border-top: none;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 2.6042vw; /* 50px @1920 */
}

.bankAccountVerification .modal-footer p {
  display: inline-flex;
  min-width: 7.7083vw; /* 148px @1920 */
  padding: 0.4167vw 2.0833vw; /* 8px 40px @1920 */
  justify-content: center;
  align-items: center;
  gap: 2.0833vw; /* 40px @1920 */
  border-radius: 1.25vw; /* 24px @1920 */
  border: 0.0521vw solid #231815; /* 1px @1920 */
  backdrop-filter: blur(15px);
  color: #231815;
  font-size: 0.8333vw; /* 16px @1920 */
  font-family: "Montserrat-SemiBold" !important; /* 600 */
  line-height: 150%;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bankAccountVerification .modal-footer p:hover {
  background: #3A66FB;
  border: 0.0521vw solid #3A66FB;
  color: #FFF;
}

.bankAccountVerification .customForm .btn-primary:not(:disabled):not(.disabled).active,
.bankAccountVerification .customForm .btn-primary:not(:disabled):not(.disabled):active,
.bankAccountVerification .customForm .show>.btn-primary.dropdown-toggle {
  background: #3a66fb;
  border: 0.0521vw solid #3a66fb;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .bankAccountVerification {
    padding: 23.4667vw 6.4vw; /* 88px 24px @375 */
    max-width: unset;
    margin-bottom: 0;
  }

  .bankAccountVerification h1 {
    font-size: 8.5333vw; /* 32px @375 */
    margin-bottom: 10.6667vw; /* 40px @375 */
  }

  .bankAccountVerification .customForm .form-control {
    font-size: 3.7333vw; /* 14px @375 */
  }

  .bankAccountVerification .form-country #arrow {
    font-size: 6.4vw;
    top: 3.2vw;
    right: 2.6667vw;
  }

  .bankAccountVerification #bankAccountForm .form-country .form-control {
    font-family: unset;
  }

  #bankAccountForm {
    max-width: unset;
  }

  #bankAccountForm .form-box {
    flex-direction: column;
    gap: 6.4vw; /* 24px @375，配合 invalid-feedback(16px) 合计 40px */
  }

  #bankAccountForm .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

  #bankAccountForm .form-submit {
    margin-top: 6.4vw; /* 24px @375，配合 invalid-feedback(16px) 合计 40px */
  }

  .bankAccountVerification .customForm .btn-primary {
    width: auto; /* 自适应内容宽度 */
    height: 10.6667vw; /* 40px @375 */
    padding: 0 10.6667vw; /* 左右 40px @375 */
    font-size: 4.2667vw; /* 16px @375 */
    line-height: 10.6667vw;
  }

  .bankAccountVerification .modal-content {
    border-radius: 4.2666vw; /* 16px @375，覆盖 PC 基准值 0.8333vw(仅3.1px) */
  }

  .bankAccountVerification .modal-header {
    padding: 6.4vw 6.4vw 0;
  }

  .bankAccountVerification .modal-header .close .iconfont {
    font-size: 6.4vw;
  }

  .bankAccountVerification .modal-body {
    padding: 0.5333vw 10.6667vw 8.5333vw; /* 上 2px 下 32px @375 */
  }

  .bankAccountVerification .modal-body .result-icon {
    display: block;
    width: 13.3333vw; /* 50px @375 */
    height: 13.3333vw;
    margin: 0 auto;
  }

  .bankAccountVerification .modal-body h3 {
    margin: 4.2667vw 0 1.0667vw; /* 上 16px 下 4px @375 */
    font-size: 6.4vw; /* 24px @375 */
  }

  .bankAccountVerification .modal-body p {
    font-size: 4.2667vw; /* 16px @375 */
  }

  .bankAccountVerification .modal-footer {
    padding: 0 10.6667vw 13.3333vw; /* 底部 50px @375 */
  }

  .bankAccountVerification .modal-footer p {
    min-width: 39.4667vw; /* 148px @375 */
    padding: 2.1333vw 10.6667vw; /* 8px 40px @375 */
    gap: 10.6667vw; /* 40px @375 */
    border-radius: 6.4vw; /* 24px @375 */
    border: 0.2667vw solid #231815; /* 1px @375 */
    font-size: 4.2667vw; /* 16px @375，覆盖 PC 基准值，避免移动端字号过小 */
  }

  .bankAccountVerification .modal-footer p:hover {
    border: 0.2667vw solid #3A66FB; /* 1px @375，覆盖 PC 基准值 0.0521vw(仅0.2px) */
  }
}
