body {
  background: #FFF;
}
article {
  width: 9.33333333rem;
  margin: 0 auto;
  padding: 0.26666667rem;
  position: relative;
}
article .article-header {
  padding: 0;
}
article .article-header h1 {
  font-size: 0.56rem;
  color: #333333;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.4rem;
}
article .article-header h2 {
  font-size: 0.4rem;
  color: #666666;
  text-align: center;
  line-height: 0.53333333rem;
  margin-top: 0.26666667rem;
}
article .article-header .remark {
  text-align: center;
  line-height: 1.2;
  border-bottom: solid 0.01333333rem #eee;
  margin: 0.53333333rem 0;
  padding: 0.26666667rem;
}
article .article-header span {
  font-size: 0.37333333rem;
  color: #999;
  margin-right: 0.2rem;
}
/*字体大小*/
.font-size img {
  width: 0.44rem;
  height: 0.44rem;
}
.font-size a {
  padding: 0.04rem;
  cursor: pointer;
}
/*详情*/
article .detail {
  padding: 0;
}
article .detail,
article .detail div,
article .detail p,
article .detail span {
  line-height: 1.5;
  font-size: 0.4rem;
  color: #333;
}
/*详情表格边框设置*/
article .detail table,
article .detail td {
  border: solid 0.01333333rem #000;
}
/*旧数据附件列表*/
article .attach-box {
  margin: 0.26666667rem 0;
}
article .attach-box .title-tip {
  font-size: 0.37333333rem;
}
article .attach-box .attach {
  display: flex;
  align-items: center;
  flex-direction: column;
}
article .attach-box .attach a {
  font-size: 0.37333333rem;
}
article .attach-box .attach img {
  width: 0.33333333rem;
  margin: 0!important;
  padding: 0 0.02666667rem 0 0;
}
/*详情图片大小设置*/
article .detail img {
  max-width: 100% !important;
  display: block;
  margin: 0.13333333rem auto;
}
/*视频*/
/*详情视频大小设置*/
article .detail video {
  max-width: 100% !important;
  display: block;
  margin: 0.13333333rem auto;
}
/*浮动框架*/
article .detail iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
/*分享*/
.article-share {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 9.46666667rem;
  z-index: 1;
  display: none;
}
.article-share li {
  width: 0.70666667rem;
  height: 0.70666667rem;
  /*border:solid 1/@rem #E7E7E7;*/
  box-shadow: 0 0 0.13333333rem #E7E7E7;
  border-radius: 0.66666667rem;
  position: relative;
  margin: 0 0 0.26666667rem 0;
  background: #FFF;
  cursor: pointer;
}
.article-share li:hover {
  background: #f8f8f8;
}
.article-share li .icon {
  height: 0.33333333rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wx-code {
  position: absolute;
  top: -0.6rem;
  left: -2.13333333rem;
  padding: 0.2rem;
  background: #FFFFFF;
  display: none;
  border: solid 0.01333333rem #eee;
  border-radius: 0.10666667rem;
  z-index: 1000;
}
#tmp {
  height: 0;
  width: 0;
  opacity: 0;
}
.qrCode-box {
  width: 2.66666667rem;
  margin: 0.66666667rem auto 0.4rem;
  display: none;
}
.qrCode-box .qr-head {
  font-size: 0.24rem;
  line-height: 0.6rem;
  text-align: center;
}
#qrCode {
  width: 2.13333333rem;
  height: 2.13333333rem;
  margin: 0 auto;
  border: solid 0.01333333rem #E7E7E7;
  border-radius: 0.10666667rem;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
#qrCode img {
  width: 1.73333333rem;
  height: 1.73333333rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*# sourceMappingURL=mobile.info-detail.css.map */