  body {
    background: #F6FAFA;
  }

  .NyContactBigBox {
    background: #fff0;
  }

  /* box1 */
  .Box1 {
    width: 100%;
    padding: 0 var(--container);

  }

  .Box1 .title1 {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #0D0D0E;
    margin-bottom: 60px;
  }

  .itemBox1 {
    padding: 75px 30px;
    display: flex;
    align-items: flex-start;
    grid-gap: 120px;
    background: #FFFFFF;
  }

  .item1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 30px;
  }

  .item1 img {
    width: 48px;
    height: 48px;
  }


  .item1 h1 {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #171717;
  }

  .item1 p {
    font-size: 18px;
    text-align: center;
    color: #676767;
  }

  @media (max-width: 1440px) {
    .Box1 .title1 {
      font-size: 38px;
    }

    .itemBox1 {
      grid-gap: 30px;
    }
  }

  @media (max-width:1200px) {
    .Box1 .title1 {
      font-size: 28px;
      margin-bottom: 30px;
    }

    .itemBox1 {
      padding: 45px 15px;
    }

    .item1 h1 {
      font-size: 28px;
    }

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

  @media (max-width:720px) {
    .Box1 .title1 {
      font-size: 24px;
    }

    .itemBox1 {
      padding: 0 15px;
      grid-gap: 0;
    }

    .item1 {
      width: auto;
      padding: 30px 15px;
      grid-gap: 15px;
    }

    .item1 img {
      width: 30px;
      height: 30px;
    }

    .item1 h1 {
      font-size: 18px;
    }
  }

  @media (max-width:500px) {
    .itemBox1 {
      flex-wrap: wrap;
      grid-gap: 30px;
      padding: 30px 20px;
    }

    .item1 {
      width: 100%;
      padding: 0;
    }
  }

  /* box2 */
  .Box2 {
    width: 100%;
    padding: 120px var(--container);
    padding-top: 0;
  }

  @media (max-width:1200px) {
    .Box2 {
      padding: 90px var(--container);
    }
  }

  @media (max-width:720px) {
    .Box2 {
      padding: 60px var(--container);
    }
  }

  .Box2 .titile2 {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #0D0D0E;
  }

  @media (max-width: 1200px) {
    .Box2 .titile2 {
      font-size: 38px;
    }
  }

  @media (max-width: 720px) {
    .Box2 .titile2 {
      font-size: 28px;
    }
  }

  form {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 30px;
  }

  label {
    display: flex;
    flex-wrap: wrap;
  }

  label h1 {
    width: 100%;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 15px;
    color: #585858;
    display: none;
  }


  label input {
    width: 100%;
    height: 60px;
    background: #fff;
    padding-left: 15px;
  }

  label textarea {
    width: 100%;
    height: 100px;
    background: #fff;
    padding-top: 15px;
    padding-left: 15px;
  }

  .input1 {
    width: calc(50% - 15px);
  }

  .input2 {
    width: 100%;
  }

  .input3 {
    width: 50%;
  }

  .input3 input {
    width: calc(100% - 260px);
    margin-right: 30px;
  }

  .input3 img {
    width: 230px;
    height: 60px;
    background: #fff;
  }

  .input4 {
    position: relative;
    z-index: 2;
    width: 300px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: var(--color);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .input4::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #fff;
  }

  @media (max-width: 1200px) {
    form {
      grid-gap: 30px 0;
    }

    .input3 input {
      width: calc(100% - 150px);
      margin: 0;
    }

    .input3 img {
      width: 150px;
    }

    .input4 {
      width: 210px;
    }
  }

  @media (max-width:720px) {
    form {
      margin-top: 30px;
    }

    label h1 {
      font-size: 16px;
    }

    label input {
      height: 45px;
    }

    .input1 {
      width: 100%;
    }

    form {
      grid-gap: 15px 0;
    }

    label h1 {
      margin-bottom: 5px;
    }

    label textarea {
      height: 100px;
    }

    .input3 {
      width: 100%;
    }

    .input3 img {
      height: 45px;
    }

    .input4 {
      margin: 0 auto;
      width: 180px;
      height: 45px;
      font-size: 16px;
    }
  }

  /* 地图 */
  .Box3 {
    padding: 0 var(--container);
    padding-top: 45px;
    padding-bottom: 120px;
  }

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

  .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;
    }
  }