.contact {
  padding-bottom: 10%
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.contact .page-title {
  padding: 1.5em 0;
}

.page-title {
  color: #333;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
}

.contact-map {
  align-items: stretch;
  display: flex;
  height: 1072px;
  position: relative;
  width: 100%;
}

.contact-map .map {
  height: 100%;
  width: 50%;
}

.contact-content {
  background-color: #fff;
  box-shadow: 0 3px 16px 7px rgb(0 0 0 / 8%);
  color: #666;
  font-size: 14px;
  padding: 5em 10em;
  width: 50%;
  z-index: 120;
}
/* .contact-en {
  background-color: #fff;
  box-shadow: 0 3px 16px 7px rgb(0 0 0 / 8%);
  color: #666;
  font-size: 14px;
  padding: 3em 5em;
  width: 50%;
  z-index: 120;
} */
.contact-content .item {
  margin-top: 3em
}

.contact-content .title {
  color: #333;
  font-size: 1.5em;
  font-weight: 500;
}

.contact-content .content {
  line-height: 1.8;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

.moup-editor-braft p {
  text-align: justify;
  margin: 0;
  min-height: 1em;
}

.contact-content .qrcode {
  margin-top: 2em;
  width: 140px;
}

.contact-content .qrcode img {
  height: auto;
  max-width: 100%;
}

.contact-content .qrcode span {
  display: block;
  white-space: nowrap;
  margin-left: 9px;
}

.more {
  position: relative;
  display: block;
  top: 32px;
  left: 436px;
}