  .NyContactBigBox {
    padding: 0;
  }


  /* box1 */
  .box1 {
    overflow: hidden;
    background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/236/20240716134556_WicLIE3P.png) no-repeat center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: var(--container);
    padding-right: var(--container);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 40px;
  }

  .box1 .item1 {
    width: 100%;
    background: var(--color);
    position: relative;
    z-index: 2;
    padding: 0 15px;
    padding-top: 150px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .box1 .item1 h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
  }

  .box1 .item1 span {
    display: block;
    width: 20px;
    height: 4px;
    background: #fff;
    margin: 15px 0;
  }


  .box1 .item1 p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
  }


  .box1 .item1 img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }


  @media (max-width: 1200px) {
    .box1 {
      padding-top: 90px;
      padding-bottom: 90px;
    }

    .box1 .item1 {
      padding-top: 90px;
    }

    .box1 .item1 h1 {
      font-size: 24px;
    }

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

  @media (max-width: 720px) {
    .box1 {
      padding-top: 60px;
      padding-bottom: 60px;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 30px 40px;
    }

    .box1 .item1 {
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .box1 .item1 p {
      text-align: left;
    }
  }

  @media (max-width: 480px) {
    .box1 .item1 {
      padding: 20px;
    }
  }

  /* 地图 */
  .box2 {
    overflow: hidden;
    padding: 60px 0 140px;
  }

  body {
    min-width: auto !important;
    min-height: auto !important;
  }

  .map,
  .map,
  .raw-html-embed {
    width: 100%;
    height: 450px;
    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: 1200px) {
    .box2 {
      padding: 30px 0;
    }
  }

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


  /* 留言 */
  .message {
    overflow: hidden;
    background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/236/20240716142141_3aR7Vvgi.png) no-repeat center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: var(--container);
    padding-right: var(--container);
  }

  .message .NyTitle {
    margin-bottom: 75px;
    display: flex;
    align-items: center;
  }

  .message .NyTitle span {
    background: #fff;
  }

  .message .NyTitle h1 {
    color: #fff;
  }

  @media (max-width:1200px) {
    .message {
      padding-top: 90px;
      padding-bottom: 90px;
    }

    .message .NyTitle {
      margin-bottom: 45px;
    }
  }

  @media (max-width:720px) {
    .message {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .message .NyTitle {
      margin-bottom: 30px;
    }
  }

  form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  form input,
  form textarea {
    padding: 0 15px;
    background: #fff;
    border: 1px solid #BDBDBD;

  }

  form .input1 {
    width: calc(50% - 20px);
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    height: 60px;
  }

  form textarea {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px !important;
    height: 175px;
    padding: 10px 15px;
    outline: none;
  }

  .codeBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    grid-gap: 20px;
  }

  .codeBox .input3 {
    width: 300px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    height: 45px;
    padding: 0 15px;
  }

  .codeBox img {
    background: #fff;
    width: 120px;
    height: 45px;
    object-fit: cover;
  }

  .input4 {
    margin: 0 auto;
    margin-top: 30px;
    width: 220px;
    height: 63px;
    background: var(--color);
    color: #fff;
    border: 0px;
    font-size: 18px;
  }

  @media (max-width:1200px) {
    form .input1 {
      width: 48%;
      margin-bottom: 10px;
      height: 45px;
    }

    .input4 {
      width: 160px;
      height: 45px;
      font-size: 14px;
    }
  }

  @media (max-width:720px) {
    .codeBox .input3 {
      width: calc(100% - 140px);
    }

    .codeBox {
      width: 100%;
    }

    form .input1 {
      width: 100%;
    }

    form textarea {
      height: 100px;
    }
  }