  /* box1 */
  .NyContactBigBox {
    padding-bottom: 0;
  }

  .Box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .lt1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 60px;
    width: 450px;
  }

  .lt1 h1 {
    color: #161615;
    font-weight: 700;
    width: 100%;
    max-width: 260px;
  }

  .lt1 h1 b {
    color: var(--color);
  }

  .lt1 .content tbody {
    display: flex;
    flex-direction: column;
    grid-gap: 45px;
  }

  .lt1 .content tr {
    border: 0px;
    display: flex;
    grid-gap: 20px;
  }

  .lt1 .content tr td:first-child {
    min-width: 60px;
  }

  .rt1 {
    width: calc(100% - 540px);
    background: #F3F3F3;
    padding: 50px;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
  }

  .rt1 .titile {
    color: #000;
    font-family: MiSans2;
    font-size: 24px;
    font-weight: bold;
  }

















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


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

  label h1 {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    color: #364153;
  }

  label input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #E5E7EB;
    padding-left: 15px;
  }

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

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

  .input2 {
    width: 100%;
  }

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

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

  .input3 img {
    width: 140px;
    height: 50px;
    background: #fff;
  }

  .input4 {
    margin: auto;
    margin-bottom: 0;
    width: calc(50% - 15px);
    height: 50px;
    background: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: MiSans2;
    color: #FFFFFF;
  }

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

    .rt1 {
      padding: 30px;
    }

    .input1,
    .input3,
    .input4 {
      width: calc(50% - 5px);
    }

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

    .input3 img {
      width: 90px;
    }
  }

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

    .lt1 {
      width: 100%;
      grid-gap: 30px;
    }

    .lt1 .content tbody {
      grid-gap: 15px;
    }

    form {
      grid-gap: 30px 0;
    }


    .rt1 {
      width: 100%;
    }
  }

  @media (max-width: 800px) {
    .rt1 {
      width: 100%;
    }

    label h1 {
      font-size: 16px;
    }

    .input1 {
      width: 100%;
    }

    form {
      grid-gap: 15px 0;
    }


    label textarea {
      height: 100px;
    }

  }

  @media (max-width: 600px) {
    .rt1 {
      border-radius: 15px;
      padding: 30px 10px;
    }

    .input4,
    .input3 {
      width: 100%;
    }
  }

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

  .map {
    margin-top: 75px;
    position: relative;
  }

  .map a {
    position: absolute;
    z-index: 3;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    border: 1px solid #10559F;
    background: #FFF;
    width: 280px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
    font-size: 20px;
    grid-gap: 15px;
  }

  .map a:hover {
    color: #fff;
    background: var(--color);
  }

  .map a:hover img {
    filter: brightness(0) invert(1);
  }

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

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