.Ny_text>h1 {
  color: #333;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 45px;
}

.content {
  background: #fff;
  height: 700px;
  padding: 50px;
  position: relative;
}

.content h1 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}

.content p img {
  width: 160px;
  margin-top: 15px;
}

.box1 {
  position: absolute;
  width: 400px;
  height: 500px;
  z-index: 2;
  margin: 50px 30px;
  background: #fff;
  padding: 50px 45px;
}

.box1::after {
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/198/20231208100416_pVtasQmP.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  transform: rotateZ(180deg);
}

.box1::before {
  content: "";
  display: block;
  width: 30px;
  height: 19px;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/198/20231208100416_pVtasQmP.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}

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

.map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #f0f2f6;
}

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

input.input1 {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0;
  height: 50px;
  padding: 0 15px;
}

textarea.input {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0 !important;
  height: 100px;
  padding: 10px 15px;
}

input.input {
  width: 200px;
  border: 1px solid #ccc;
  margin: 0;
  height: 50px;
  padding: 0 15px;
}

input.input4 {
  width: 130px;
  height: 35px;
  background: #ddd;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) and (min-width:0px) {
  .box1 {
    position: absolute;
    width: 350px;
    height: 500px;
    z-index: 2;
    margin: 50px 30px;
    background: #fff;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 992px) and (min-width:0px) {
  .content {
    height: auto;
    padding: 0;
  }

  .box1 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 30px;
    height: auto;
  }

  .map {
    height: 400px;
    background: #333333;
  }
}@media screen and (max-width: 992px) and (min-width:0px){
  
}
