.contact{
  position: relative
}

.contact #map{
  height: 948px
}

.contact .w1500{
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  /* pointer-events: none */
}

.contact .container{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #005598;
  padding: 60px;
  color: #fff;
  pointer-events: auto;
  max-width: 420px
}

.contact .container .title .en{
  font-size: 25px;
  font-family: LevenimMT
}

.contact .container .title .cn{
  font-size: 30px
}

.contact .container .content{
  font-size: 14px;
  line-height: 45px;
  margin-top: 30px
}

@media (max-width:768px) {
  .contact #map{
    height: 400px
  }

  .contact .container[data-v-41f8cafc], .contact .w1500{
    position: static;
    height: auto
  }

  .contact .container{
    padding-left: 20px;
    padding-right: 20px
  }
}
