article {
  background: #fff;
}
article p,
article span,
article div {
  font-size: 0.24rem !important;
  color: #9FA0A5;
  line-height: 0.8rem;
  text-align: justify;
}
/*表格*/
article table,
article table td {
  border: solid 1px #000;
}
/*图片*/
article img {
  max-width: 100% !important;
  display: block;
}
/*视频*/
article video {
  max-width: 100% !important;
  height: auto;
  display: block;
}
/*浮动框架*/
article iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
#container {
  width: 8.66666667rem;
  margin: 0.13333333rem auto;
  height: 8.66666667rem;
  box-shadow: 0 0 0.13333333rem #eee;
  border-radius: 0.10666667rem;
  padding: 0.26666667rem;
  background: #fff;
}
.map-title {
  font-size: 0.26666667rem;
  font-weight: bold;
  padding: 0 0.4rem 0.26666667rem 0;
  overflow: hidden;
}
/*# sourceMappingURL=contact.css.map */