*, p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: .625rem; /* Chrome Safari */
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
body {
  overflow: auto !important;
  padding-right: 0 !important;
  overflow-x: hidden !important;
}
a {
  text-decoration: none;
}
header {
  height: 4.375rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
  background: #fff;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
  .navBar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  img {
    width: 6.25rem;
  }
  .nav {
    display: flex;
    align-items: center;
    min-height: 3.125rem;
    padding: 0 1.875rem;
  }
  .nav-link {
    color: #333333;
    font-size: 1rem;
    padding: 0;
  }
  .nav-item {
    display: flex;
    align-items: center;
    margin-right: 1.55rem;
    &:last-of-type {
      margin-right: 0;
    }
    i {
      color: #FF5B1A;
      margin-right: .625rem;
    }
  }
  .navBar_hide {
    display: none;
    margin-left: 1.25rem;
  }
}
.nav-item.tel {
  border: 1px solid #FF5B1A;
  border-radius: 1.25rem;
  padding: .3125rem .625rem;
}
.nav-item.btns {
  button {
    background: #FF5B1A;
    color: white;
    border-radius: 1.25rem;
    &:nth-of-type(1) {
      margin-right: 0.85rem;
    }
    &:active, &:focus-visible {
      color: white !important;
      border: 1px solid #f27900;
      background: #ea5317;
      border-color: #f27900 !important;
      background-color: #ea5317 !important;
    }
  }
}
header .nav-link:hover::after {
  content: "";
  background-color: #FF5B1A;
  height: .1875rem;
  width: 80%;
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  animation: fadeIn .6s;
}
header .active, header .active:active, header .nav-link:hover, header .active:focus {
  position: relative;
  color: #FF5B1A;
  transition: all .5s;
}
main {
  // padding-top: 4.375rem;
  section {
    // padding: 3.125rem;
  }
  .section {
    width: 80%;
    margin: 0 auto;
  }
  .section h2 {
    text-align: center;
    color: #230102;
  }
  .section.top_head {
    // padding-top: 0;
    padding-top: 4.375rem;
    // background-size: 100% 100%;
    form {
      input {
        margin: 0;
      }
      > * {
        margin-bottom: .625rem !important;
      }
      .input-group {
        flex-wrap: nowrap;
        input {
          flex: 1;
        }
        .CheckCode {
          cursor: pointer;
          padding: .325rem;
          background: #f7f9fc;
          border-right: 1px solid #ccc;
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          border-top-right-radius: .1875rem;
          border-bottom-right-radius: .1875rem;
        }
        .get-code{
            cursor: pointer;
            padding: 0.325rem;
            background: #f7f9fc;
            border: 1px solid #ccc;
            border-top-right-radius: 0.1875rem;
            border-bottom-right-radius: 0.1875rem;
             color: #FF7D3F;
        }
      }
      > button {
        margin: 0 !important;
      }
    }
  }
}
/* 显示活动的 section */
.active-section {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    width: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    width: 80%;
    visibility: visible;
  }
}
.contactUS {
  padding: 0;
  height: 36.25rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0.5rem;
  background: url('../imgs/home/图层 6@2x.png') no-repeat;
  background-size: cover;
  background-position: center;
  background-position-y: -0.1875rem;
  .contactUS_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 2.8125rem;
    border-radius: .9375rem;
    background: white;
    .contactUS_info {
      margin-right: 3rem;
    }
  }
  .input-group {
    .CheckCode {
      cursor: pointer;
      padding: .325rem;
      background: #eeeeee;
    }
  }
}
.contactUS h2 {
  text-align: center;
  color: #333333;
  text-align: left;
}
.contactUS h3 {
  text-align: center;
  color: #333333;
  font-size: 1.125rem;
  text-align: left;
}
.contactUS form {
  display: flex;
  flex-direction: column;
  width: 25rem;
  > * {
    margin-bottom: .625rem;
  }
  > button {
    margin-bottom: 0;
  }
  .input-group {
    display: flex;
    align-items: stretch;
    .get-mobile-code {
      background: #FF5B1A;
      color: #fff;
      border: none;
      border-radius: 0.1875rem;
      padding: 0 1rem;
      font-size: 0.875rem;
      cursor: pointer;
      white-space: nowrap;
      margin-left: 0.5rem;
      &:hover {
        opacity: 0.9;
      }
    }
  }
  label {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: .625rem;
    input[type="checkbox"] {
      width: 14px;
      height: 14px;
      margin: 0;
      margin-right: 10px;
      padding: 0;
      flex-shrink: 0;
      border: 1px solid #ccc;
      accent-color: #FF5B1A;
    }
  }
  span.policy {
    font-size: .875rem;
    display: inline-flex;
    align-items: center;
    .btn {
      color: #FF5B1A !important;
      font-weight: normal;
      padding: 0;
      line-height: 1;
      vertical-align: baseline;
    }
  }
}
.btn-dark, .btn-dark:hover {
  color: white;
  background: #FF5B1A;
  border: 0;
}
.btn-dark {
  width: 10.125rem;
  font-size: 1.3rem;
  font-weight: 600;
}
.btn-dark:active {
  background-color: #FF5B1A !important;
}
.bottom_submit_btn {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
}
.btn-outline-primary {
  color: #FF5B1A;
  border: 0;
  border-left: 1px solid #cccccc;
  background: #eeeeee;
  &:hover, &:active, &:focus-visible {
    color: #d5710d !important;
    border: 0;
    border-left: 1px solid #cccccc;
    background: #eeeeee;
    border-color: #cccccc !important;
    background-color: #eeeeee !important;
  }
}
.contactUS i {
  color: #FF5B1A;
}
.contactUS_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  > * {
    margin-bottom: .375rem;
  }
  span {
    text-wrap: nowrap;
    &:last-of-type {
      margin-bottom: 0;
    }
  }
}
.contactUS_info img {
  width: 14.5rem;
  height: 14.5rem;
  margin: 0 1.875rem;
  border-radius: 6.25rem;
}
.form-control {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.form-control:focus, .form-control:focus-visible {
  outline: 0;
  background-color: #eeeeee;
  border-color: #eeeeee;
  box-shadow: 0 0 0 .125rem #0d6efd40;
}
footer p {
  margin: .625rem 0;
  display: flex;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  color: #656565;
  > button {
    color: #003f9b !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    padding: 0 !important;
  }
  > * {
    margin-bottom: .625rem;
  }
  > span:last-of-type {
    margin-bottom: 0;
  }
}
// .hide {
//   display: none;
// }
.fix_tool {
  padding: 0.65rem 0;
  position: fixed;
  z-index: 999;
  right: .1875rem;
  top: 20vh;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: .9375rem;
  box-shadow: 0px 0px 8px 2px rgba(218, 218, 218, 0.4);
  .item {
    text-align: center;
    cursor: pointer;
    display: flex;
    padding: 0 0.525rem;
    flex-direction: column;
    transition: all .4s;
    color: #40465cd0;
    margin-bottom: .525rem;
    &:last-of-type {
      margin-bottom: 0;
    }
    &:hover {
      color: #FF5B1A;
      span {
        color: #FF5B1A;
      }
    }
    i {
      font-size: 1.8rem;
    }
    span {
      color: #40465cd0;
    }
  }
}
@keyframes appear {
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.875rem;
  height: 2.875rem;
  border: .225rem solid #FF5B1A;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  animation: circle infinite 0.75s linear;
}
.loading_hide {
  display: none;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  --bs-modal-width: 900px
}
.modal .modal-content {
  border-radius: .9375rem;
  overflow: hidden;
  .submitBtn {
    padding: 0.525rem;
    border-radius: .1875rem;
    background-color: #FF5B1A;
    color: white;
    cursor: pointer;
    border: 0;
  }
  .submitBtn:hover {
    background-color: #e75116;
  }
  .btn-close {
    position: absolute;
    right: 1.25rem;
    top: 0.45rem;
    font-size: 1.2rem;
  }
}
.modal.liuzi {
  .modal-dialog {
    max-width: 860px;
  }
  .modal-content {
    border-radius: 16px;
    overflow: hidden;
    .btn-close {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 10;
    }
  }
  .popup-content {
    display: flex;
    align-items: stretch;
    min-height: 100%;
    padding: 40px;
  }
  // 左侧区域
  .popup-left {
    width: 420px;
    background: #fff;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .popup-logo {
    height: 36px;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
    align-self: flex-start;
  }
  .popup-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup-title {
    font-size: 18px;
    color: #252E46;
    font-weight: 500;
    margin-right: 8px;
  }
  .popup-years {
    height: 60px;
  }
  .popup-main-img {
    width: 100%;
    max-width: 380px;
    margin: 10px 0 20px;
    display: block;
  }
  .popup-features {
    list-style: none;
    padding: 0;
    margin: 0;
    li {
      display: flex;
      align-items: center;
      font-size: 18px;
      color: #333;
      margin-bottom: 5px;
      img {
        width: 18px;
        height: 18px;
        margin-right: 8px;
      }
      span.highlight {
        color: #FF5B1A;
        font-weight: bold;
      }
      span.sub-text {
        color: #919191;
        font-size: 14px;
      }
    }
  }
  // 右侧区域
  .popup-right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .popup-form-title {
    font-size: 26px;
    color: #252E46;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    white-space: nowrap;
  }
  .popup-form-group {
    margin-bottom: 20px;
  }
  .popup-form-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    display: block;
    span {
      color: #FF5B1A;
    }
  }
  .popup-form-input {
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s;
    &:focus {
      border-color: #FF5B1A;
    }
  }
  .popup-code-row {
    display: flex;
    gap: 10px;
    .popup-form-input {
      flex: 1;
    }
  }
  .popup-code-img {
    height: 38px;
    width: 120px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
  }
  .popup-get-code {
    height: 38px;
    padding: 0 15px;
    background: #FF5B1A;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    &:hover {
      background: #e65c00;
    }
  }
  .popup-privacy {
    display: flex;
    align-items: center;
    margin: 15px 0 20px;
    font-size: 13px;
    color: #666;
    letter-spacing: 1px;
    line-height: 14px;
    input[type="checkbox"] {
      width: 14px;
      height: 14px;
      margin: 0 6px 0 0;
      cursor: pointer;
      flex-shrink: 0;
      accent-color: #FF5B1A;
    }
    label {
      cursor: pointer;
      line-height: 1;
    }
    a {
      color: #FF5B1A;
      text-decoration: none;
    }
  }
  .popup-submit {
    width: 100%;
    height: 50px;
    background: #FF5B1A;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
    &:hover {
      background: #e65c00;
    }
  }
}
// 弹窗手机端适配
@media screen and (max-width: 768px) {
  .modal.liuzi {
    .modal-dialog {
      max-width: 90%;
      margin: 0 auto;
    }
    .popup-content {
      padding: 30px 25px;
    }
    .popup-left {
      display: none;
    }
    .popup-right {
      width: 100%;
    }
    .popup-form-title {
      font-size: 20px;
      margin-bottom: 20px;
    }
    .popup-form-group {
      margin-bottom: 15px;
    }
    .popup-form-input {
      height: 42px;
    }
    .popup-code-img {
      height: 42px;
      width: 100px;
    }
    .popup-submit {
      height: 46px;
      font-size: 16px;
    }
  }
}
.modal.success .modal-content {
  .success_wrap {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: space-around;
    .success_info {
      display: flex;
      flex-direction: column;
      > * {
        margin-bottom: .625rem;
      }
      strong {
        font-size: 1.5rem;
        color: #FF5B1A;
      }
      span {
        color: #212529;
        font-size: 1.125rem;
        line-height: 1.6;
        letter-spacing: .125rem;
      }
      > button {
        color: white;
        background: #FF5B1A;
        border: 0;
        padding: .625rem 0;
        border-radius: .625rem;
        width: 50%;
        margin-bottom: 0;
      }
    }
    .qr-code-img{
      height: 12.43rem;
      width: 12.43rem;
    }
  }
}
.modal.policy .modal-content {
  max-height: 70vh;
  overflow-y: auto;
  .btn-close {
    z-index: 3;
  }
  > img {
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .WordSection1 {
    overflow-y: auto;
    position: relative;
    z-index: 2;
    margin: 3.125rem 0 1.25rem;
    margin-left: 1.25rem;
  }
}
.modal.mobileCode .modal-content {
  border-radius: .9375rem;
  width: 80%;
  overflow: hidden;
  .form{
    padding:1.355rem;
      .input-group {
     padding: 1.355rem 0;
    margin: auto;
        flex-wrap: nowrap;
        input {
          flex: 1;
            border: 1px solid #d4d4d4;
            background: #F7F9FC;
            padding: 0.625rem;
            border-radius: 0.1875rem;
            &:focus-visible, &:focus {
              border: 1px solid #d4d4d4;
              outline: 0;
            }
            &::placeholder {
              color: #999999;
              font-size: .875rem;
            }
        }
        .get-mobile-code{
            cursor: pointer;
            padding: 0.325rem;
            width: 6.125rem;
            background: #f7f9fc;
            border: 1px solid #ccc;
            border-top-right-radius: 0.1875rem;
            border-bottom-right-radius: 0.1875rem;
             color: #FF7D3F;
        }
      }
      .confirm-form-btn{
        width: 100%;
         padding: 0.435rem 0;
         margin: 0 auto;
        background-color: #FF5B1A;
        color: white;
        cursor: pointer;
        border: 0;
      }
       .title{
        font-weight: bold;
       }
  }
 
}
#mobileCodeModal{
     --bs-modal-zindex: 1055;
}
#liuziModal{
 --bs-modal-zindex: 1051;
}
// 图形验证码弹窗样式
.modal.captchaCode .modal-content {
  border-radius: .9375rem;
  width: 80%;
  overflow: hidden;
  .form{
    padding:1.355rem;
      .input-group.captcha-group {
        padding: 1.355rem 0;
        margin: auto;
        flex-wrap: nowrap;
        input {
          flex: 1;
          border: 1px solid #d4d4d4;
          background: #F7F9FC;
          padding: 0.625rem;
          border-radius: 0.1875rem;
          &:focus-visible, &:focus {
            border: 1px solid #d4d4d4;
            outline: 0;
          }
          &::placeholder {
            color: #999999;
            font-size: .875rem;
          }
        }
        .captcha-img {
          cursor: pointer;
          width: 7rem;
          height: auto;
          border: 1px solid #ccc;
          border-top-right-radius: 0.1875rem;
          border-bottom-right-radius: 0.1875rem;
        }
      }
      .confirm-captcha-btn{
        width: 100%;
        padding: 0.435rem 0;
        margin: 0 auto;
        background-color: #FF5B1A;
        color: white;
        cursor: pointer;
        border: 0;
        border-radius: 0.1875rem;
      }
      .title{
        font-weight: bold;
      }
  }
}
#captchaCodeModal{
     --bs-modal-zindex: 1056;
}