article {
  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;
}
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;
}
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: 10px auto;
}
article .prism-player {
  max-width: 5.20833333rem !important;
  height: auto;
  display: block;
  margin: 10px auto;
}
article .prism-player .prism-big-play-btn {
  top: 50% !important;
  left: 50% !important;
  margin-top: -0.16666667rem;
  margin-left: -0.16666667rem;
}
/*浮动框架*/
article .detail iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
.bottom-block {
  padding: 0 0.15625rem 0 0.15625rem;
}
/* 上一篇、下一篇--开始- */
#divLink {
  line-height: 0.13020833rem;
  border-top: solid 0.00520833rem #f2f2f2;
  margin-top: 0.05208333rem;
  padding: 0.13020833rem;
}
#divLink a,
#divLink span {
  font-size: 0.08333333rem;
  color: #333;
}
#divLink a:hover {
  color: #ff9200;
}
.share {
  width: 0.49479167rem;
  height: 0.10416667rem;
  padding: 0.02604167rem;
  margin: 0 0 0 0.15625rem;
  display: flex;
  justify-content: start;
}
.share > li {
  margin: 0 0.05208333rem 0 0;
}
.share .header-icon {
  width: 0.11979167rem;
  height: 0.11979167rem;
  padding: 0.02604167rem;
  border: dotted 0.00520833rem #eee;
  border-radius: 0.015625rem;
}
.share .icon {
  width: 0.11979167rem;
  height: 0.11979167rem;
  padding: 0.02604167rem;
  border: dotted 0.00520833rem #ccc;
  border-radius: 0.015625rem;
}
.share .icon:hover {
  width: 0.11979167rem;
  height: 0.11979167rem;
  padding: 0.02604167rem;
  border: dotted 0.00520833rem #ff0000;
  border-radius: 0.015625rem;
}
.wx {
  position: relative;
}
.wx-code {
  position: absolute;
  top: 0.19791667rem;
  left: -0.28645833rem;
  padding: 0.05208333rem;
  background-color: #FFFFFF;
  display: none;
  border: solid 0.00520833rem #eee;
  border-radius: 0.04166667rem;
}
/*打印、复制*/
.shortcuts {
  display: flex;
  justify-content: start;
  padding: 0.02604167rem;
  margin: 0 0.15625rem 0 0;
}
.shortcuts img {
  width: 0.11979167rem;
  height: 0.11979167rem;
  padding: 0.02604167rem;
  border: dotted 0.00520833rem #ccc;
  border-radius: 0.015625rem;
  margin: 0 0.05208333rem 0 0;
}
.shortcuts img:hover {
  width: 0.11979167rem;
  height: 0.11979167rem;
  padding: 0.02604167rem;
  border: dotted 0.00520833rem #ff0000;
  border-radius: 0.015625rem;
  margin: 0 0.05208333rem 0 0;
}
.shortcuts textarea {
  height: 0;
  width: 0;
  opacity: 0;
}
/*# sourceMappingURL=detail.css.map */