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

.raw-html-embed {
  width: 100% !important;
  height: 600px !important;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}

.my-map {
  width: 1920px !important;
  height: 960px !important;
  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: 640px) and (min-width:0px) {
  .raw-html-embed {
    position: relative;
    height: 300px !important;
    overflow: hidden;
  }

  .my-map {
    height: 300px !important;
    margin-top: -150px !important;
  }
}

.box1 {
  background: #FFF;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
}

.box2 {
  width: 40%;
  padding: 60px 90px;
}

.box2 .item {
  padding: 45px 0;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}

.box2 .item.cur {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/172/20231019151735_KXUkU19z.png) no-repeat right;
  background-size: contain;
}

.box2 .item::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/172/20231019151735_3ZFBW7HO.png);
  background-size: 100%;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  opacity: 0;
}

.box2 .item.cur::after {
  opacity: 1;
}

.box2 .item:last-child {
  border: 0;
}

.box2 .item h1 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  margin: 0;
}

.box2 .item span {
  display: flex;
  align-items: flex-start;
}

.box2 .item span img {
  width: 32px;
  padding: 6px;
  margin-right: 30px;
}

.box2 .item span p {
  color: #7C7C7C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin: 0;
}






.box3 iframe {
  display: none;
  width: 100%;
  height: 100%;
}






.box3 {
  width: 60%;
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  .box2 {
    width: 50%;
  }

  .box3 {
    width: 50%;
  }
}

@media screen and (max-width: 992px) and (min-width:0px) {
  .box2 {
    width: 100%;
    padding: 0 30px;
  }

  .box3 {
    width: 100%;
    height: 30vh;
  }

  .box2 .item {
    padding: 15px 0;
  }

  .box2 .item h1 {
    font-size: 16px;
  }

  .box2 .item span img {
    width: 18px;
    padding: 0;
  }

  .box2 .item span p {
    font-size: 12px;
    line-height: 1.5;
  }
}
