article {
  width: 100%;
  box-shadow: 0px 0px 0.05208333rem #eee;
  border-radius: 0.04166667rem;
  background: #fff;
  padding: 0.15625rem;
}
article .article-header {
  padding: 0.13020833rem;
}
article .article-header h1 {
  font-size: 0.125rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 0.20833333rem;
  margin-top: 0.15625rem;
}
article .article-header .remark {
  text-align: center;
  line-height: 0.15625rem;
  border-bottom: solid 0.00520833rem #eee;
  margin-top: 0.05208333rem;
  padding-bottom: 0.05208333rem;
}
article .article-header span {
  font-size: 0.07291667rem;
  color: #333333;
  margin-right: 0.078125rem;
}
/*详情*/
article .detail {
  padding: 0.13020833rem 0.625rem 0.13020833rem 0.625rem;
}
article .detail div,
article .detail p {
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
  text-align: justify;
}
/*表格*/
article .detail table,
article .detail td {
  border: solid 0.00520833rem #000;
}
/*图片*/
article .detail img {
  max-width: 5.20833333rem !important;
  display: block;
  margin: 0.05208333rem auto;
}
/*视频*/
article .detail video {
  max-width: 5.20833333rem !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
/*浮动框架*/
article .detail iframe {
  max-width: 6.25rem !important;
  display: block;
  margin: 0 auto;
}
/*地图*/
#container {
  width: 6.25rem;
  margin: 0.05208333rem auto;
  height: 2.60416667rem;
  box-shadow: 0 0 0.02604167rem #eee;
  padding: 0.05208333rem;
  margin-bottom: 0.10416667rem;
}
#container .title {
  padding: 0;
  margin: 0;
  line-height: 0.10416667rem;
  text-align: center;
  font-weight: 600;
}
#container p {
  padding: 0;
  margin: 0;
  line-height: 0.10416667rem;
}
.contact {
  width: 95%;
  margin: 0.05208333rem auto;
  line-height: 0.13020833rem;
  font-size: 0.07291667rem;
}
canvas {
  border-radius: 0.015625rem;
  box-shadow: 0 0 0.015625rem #ccc;
}
/*# sourceMappingURL=contact.css.map */