/* 
.raw-html-embed{
   width: 800px;
    height: 640px;
}

.my-map {
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -400px;
}*/
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;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .raw-html-embed .my-map {
    margin-top: -150px;
  }
}

/* 新加代码 */

.NyBox>img {
  position: relative;
  width: 100%;
  z-index: -1;
}

.Ny_text .h1 {
  color: #333;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.Ny_text p {
  font-size: 18px;
}

.map .mapClosed {
  position: fixed;
  right: 10vw;
  top: 150px;
}

.mapBox {
  margin-top: 45px;
  font-size: 12px;
  color: var(--color);
  width: 130px;
  height: 35px;
  border: 1px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

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

.map {
  display: none;
}

.openMap .map {
  display: block;
}

.openMap {
  position: relative;
}

.openMap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  z-index: 9;
}

@media screen and (max-width: 992px){
  .Ny_text {
      position: relative !important;
    }
}
