@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.file-show-page {
  width: 100vw;
  min-height: 100vh;
  background: #f7f7f7;
  -webkit-overflow-scrolling: touch;
}
.file-show-page .content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}
.file-show-page .content .content-title {
      font-size: 28px;
      font-weight: bold;
      color: #000;
      line-height: 50px;
      text-align: center;
}
.file-show-page .content.content-richtext {
      width: 1200px;
}
.file-show-page .content.content-richtext .content-inner {
        width: 100%;
}
.file-show-page .content.content-richtext .content-inner span {
          line-height: 32px;
}
.file-show-page .content.content-imglist {
      width: 1200px;
}
.file-show-page .content.content-imglist .content-inner {
        width: 100%;
        padding: 0px 30px 30px;
}
.file-show-page .content.content-imglist .content-inner .img-div {
          width: 100%;
}
.file-show-page .content.content-imglist .content-inner .img-div img {
            width: 100%;
}

