article {
  padding: 0.15625rem;
}
/*详情*/
article .detail {
  padding: 0.13020833rem;
}
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: 100% !important;
  height: auto;
  display: block;
  margin: 0 auto;
}
/*浮动框架*/
article .detail iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
/*地图*/
#container {
  width: 95%;
  margin: 10px auto;
  height: 500px;
  box-shadow: 0px 0px 5px #eee;
  padding: 10px;
  margin-bottom: 20px;
}
#container .title {
  padding: 0px;
  margin: 0px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
}
#container p {
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
.contact {
  width: 95%;
  margin: 10px auto;
  line-height: 25px;
  font-size: 14px;
}
canvas {
  border-radius: 3px;
  box-shadow: 0px 0px 3px #ccc;
}
