main .section.top_head {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 44rem;
  padding: 4.375rem 3.125rem 0;
  background: url(../imgs/dunBradstreetData/top_bg.png) no-repeat center 20%;
  background-size: cover;

  .slide-inner {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .top_intro {
    display: flex;
    flex-direction: column;
    gap: .9375rem;
    margin-left: 0;
    letter-spacing: .1875rem;
    line-height: 2;
    font-size: 1.25rem;
    color: white;
    transform: translateY(-15px);
    em {
      font-size: 2rem;
      font-style: normal;
      margin-top: .375rem;
      display: inline-block;
    }
    strong {
      font-size: 2.45rem;
      font-weight: 700;
    }
    .btn-dark {
      margin-top: 1.25rem;
      &:active {
        background-color: #367c96 !important;
      }
    }
  }
  form {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    background: white;
    padding: 1.55rem;
    border-radius: 8px;
    box-shadow: 0 0 1.0625rem .0625rem #52525229;
    width: 24rem;
    transform: translateY(-18px);
    flex-shrink: 0;
    
    > * {
      margin-bottom: .625rem !important;
    }
    
    h2 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: .625rem;
      text-align: left;
      color: #252E46;
    }
  }
  label {
    padding: 0;
    display: flex;
    align-items: center;
    a {
      color: #FF5B1A;
    }
    input[type="checkbox"] {
      width: 14px !important;
      height: 14px !important;
      margin: 0 !important;
      margin-right: 10px !important;
      padding: 0 !important;
      flex-shrink: 0;
      border: 1px solid #ccc !important;
      accent-color: #4297B5;
    }
  }
  form input {
    background: #F7F9FC;
    margin: 0;
    &:focus-visible, &:focus {
      border: 1px solid #d4d4d4;
      outline: 0;
    }
    &::placeholder {
      color: #999999;
      font-size: .875rem;
    }
  }
  form span.policy {
    font-size: .875rem;
    display: inline-flex;
    align-items: center;
    .btn {
      color: #4297B5 !important;
      font-weight: normal;
      padding: 0;
      line-height: 1;
      vertical-align: baseline;
    }
  }
  form input, form > button {
    padding: .625rem;
    border: 1px solid #ccc;
    border-radius: .1875rem;
    margin: 0;
  }
  form > button {
    background-color: #4297B5;
    color: white;
    cursor: pointer;
    border: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  form > button:hover {
    background-color: #367c96;
  }
  
  // 验证码输入框组合样式
  .input-group {
    display: flex;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: .625rem !important;

    input {
      margin: 0;
      flex: 1;
    }

    .get-mobile-code {
      background: #4297B5;
      color: #fff;
      border: none;
      border-radius: .1875rem;
      padding: 0 1rem;
      font-size: 0.875rem;
      cursor: pointer;
      white-space: nowrap;
      margin: 0;
      
      &:hover {
        background-color: #367c96;
      }
    }
  }
}

.section.DB_ad_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: appear linear;
  margin-top: 3rem;
  animation-timeline: view();
  animation-range: entry 0% cover 0%;
  h2 {
    color: #074E68;
    font-weight: 600;
    strong {
      color: #4297B5;
    }
  }
  p {
    margin: 1.875rem 0;
    text-align: center;
    font-size: 1.375rem;
    letter-spacing: .1875rem;
    line-height: 2;
  }
  img {
    width: 63.1875rem;
  }
}

.section.DB_ad_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.25rem 0;
  width: 100%;
  background: #F7F8FA;
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 0%;
  .db_list {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: center;
    align-items: center;
    .db_item {
      background: white;
      border-radius: .9375rem;
      padding: .625rem 1.25rem;
      box-shadow: 0 0 1.0625rem .0625rem #52525229;
      width: 45%;
      display: flex;
      align-items: center;
      margin-top: 3.875rem;
      &:nth-of-type(odd) {
        margin-right: 3.875rem;
      }
      .db_desc {
        display: flex;
        flex-direction: column;
        gap: .375rem;
        .num {
          font-size: .875rem;
        }
        .line {
          width: 20%;
          height: .1875rem;
          background: #D9EAF0;
          margin: .3125rem 0;
        }
        .num, .desc, .info {
          color: #074E68;
          strong {
            color: #4096B4;
            font-size: 2rem;
            font-weight: 700;
            margin-right: .3125rem;
          }
        }
        .desc {
          font-weight: 700;
          font-size: 1.25rem;
        }
      }
      img {
        width: 11.5625rem;
        height: 11.5625rem;
        object-fit: contain;
      }
    }
  }
}

// 图形验证码弹窗确定按钮颜色
#captchaCodeModal .confirm-captcha-btn {
  background-color: #FF5B1A !important;
  &:hover {
    background-color: #e75116 !important;
  }
}