  .NyNav {
    padding: 0 var(--container);
  }

  /* NySection1 */
  .NySection1 {
    padding-top: 0;
  }

  .Box1 {
    display: flex;
    grid-gap: 30px;
  }

  .item1 {
    width: 100%;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid #E8EDF2;
    display: flex;
    align-items: center;
    grid-gap: 18px;
  }

  .item1 .img1 {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #00A6F4;
  }

  .item1 .img1 img {
    width: 18px;
  }

  .item1 span {
    width: calc(100% - 70px);
  }

  .item1 h1 {
    color: #99A1AF;
    font-size: 12px;
  }

  .item1 p {
    margin-top: 5px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
  }

  @media (max-width: 1600px) {}

  @media (max-width: 1440px) {
    .item1 {
      padding: 18px;
    }
  }

  @media (max-width: 1200px) {
    .Box1 {
      grid-gap: 10px;
    }

    .item1 {
      padding: 15px;
      grid-gap: 10px;
    }

    .item1 .img1 {
      border-radius: 8px;
      width: 40px;
      height: 40px;
    }

    .item1 .img1 img {
      width: 14px;
    }

    .item1 span {
      width: calc(100% - 50px);
    }

    .item1 p {
      font-size: 14px;
    }
  }

  @media (max-width: 900px) {
    .Box1 {
      flex-wrap: wrap;
    }

    .item1 {
      width: calc(50% - 5px);
    }

  }

  @media (max-width: 500px) {
    .item1 {
      width: 100%;
    }
  }

  @media (max-width: 400px) {}

  /* NySection2 */
  .NySection2 {
    background: linear-gradient(180deg, #F8FAFC 0%, #FFF 100%);
  }

  .Box2 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  form {
    padding: 30px;
    width: calc(100% - 500px);
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    border-radius: 24px;
    border: 1px solid #E8EDF2;
    background: #FFF;
    box-shadow: 0 8px 40px 0 rgba(0, 100, 200, 0.06);
  }


  form label {
    width: calc(50% - 10px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  form label h1 {
    color: #364153;
    font-size: 14px;
    width: 100%;
    margin-bottom: 8px;
  }

  form label h1 sup {
    color: #E85C0D;
  }

  form textarea,
  form input,
  form select {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    font-size: 14px;
    color: rgba(102, 102, 102);
    transition: border-color 0.2s ease;
  }

  form textarea:focus,
  form input:focus,
  form select:focus {
    border-color: #00A6F4;
  }

  form input,
  form select {
    height: 45px;
  }

  form textarea {
    height: 100px;
    padding-top: 15px;
  }

  form textarea::placeholder,
  form input::placeholder {
    font-size: 14px;
    color: rgba(102, 102, 102, 0.50);
  }

  form .label2 {
    width: 100%;
  }

  form .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
  }

  form .checkbox-item {
    cursor: pointer;
    width: auto;
  }

  form .checkbox-item input[type="checkbox"] {
    display: none;
  }

  form .checkbox-item span {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 20px;
    border: 2px solid #E5E7EB;
    font-size: 13px;
    color: #364153;
    background: #fff;
    transition: all 0.2s ease;
  }

  form .checkbox-item:has(input:checked) span {
    border-color: #00A6F4;
  }

  form .label2 #captchaImage {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 45px;
    width: 120px;
  }

  form .input4 {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    border-radius: 14px;
    background: var(--jianbian);
    color: #FFF;
    text-align: center;
    font-size: 16px;
  }

  form .input4 img {
    filter: brightness(0) invert(1);
  }

  form p {
    width: 100%;
    color: #99A1AF;
    text-align: center;
    font-size: 12px;
  }

  .rt2 {
    width: 420px;
    border-radius: 24px;
    border: 1px solid #E8EDF2;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
    padding: 28px;
  }

  .title2 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: flex;
    grid-gap: 8px;
  }

  .title2::before {
    content: "";
    display: block;
    width: 4px;
    border-radius: 20px;
    background: var(--jianbian);
  }

  .rt2 ul {
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 14px;
  }

  .rt2 ul li {
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    background: #F8FAFC;
    padding: 16px;
    display: none;
  }

  .rt2 ul li:nth-child(-n + 4) {
    display: block;
  }

  .rt2 ul li h1 {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .rt2 ul li .desc2 {
    color: #6A7282;
    font-size: 12px;
  }

  .rt2 ul li .desc2 * {
    display: contents;
  }


  .More2 {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    color: #00A6F4;
    font-size: 13px;
  }

  @media (max-width: 1440px) {
    form {
      width: calc(100% - 450px);
    }
  }

  @media (max-width: 1200px) {
    form {
      width: calc(100% - 400px);
    }

    form .checkbox-item span {
      padding: 6px 12px;
    }

    .rt2 {
      width: 370px;
    }
  }

  @media (max-width: 900px) {
    form {
      width: 100%;
      padding: 30px 20px;
    }

    .rt2 {
      margin-top: 30px;
      width: 100%;
    }
  }

  @media (max-width: 600px) {
    form label {
      width: 100%;
    }
  }

  /* NySection3 */
  .NySection3 {
    padding-top: 0;
    background: #fff;
  }

  /* 地图 */
  body {
    min-width: auto !important;
    min-height: auto !important;
  }

  .map {
    border-radius: 24px;
  }

  .map,
  .map .raw-html-embed {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #333333;
  }

  .map .my-map {
    width: 1920px;
    height: 960px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -960px;
    margin-top: -480px;
  }

  @media (max-width: 992px) {
    .map {
      height: 400px;
    }
  }
