table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  table th {
    font-weight: normal;
  }
  
  a:hover {
    color: inherit;
  }
  
  /*每个引擎的头部*/
  .item-engine-title .title-t {
    float: left;
  }
  
  .item-engine-title .title-t span {
    font-size: 18px;
  }
  
  /*两种按钮的样式*/
  /*白底不定宽度*/
  .btn-fff-auto {
    padding: 0 12px;
    border: 1px solid;
  }
  
  /*蓝底不定宽度*/
  .btn-blue-auto {
    padding: 0 12px;
  }
  
  /*弹框的公共样式*/
  .pop {
    z-index: 9999;
  }
  
  .pop .bottom-btns {
    padding: 16px 16px 25px;
  }
  
  /*&#49;&#56;&#56;&#20307;&#32946;页面的标题*/
  .page-more-com .cur-page-title {
    line-height: 22px;
    margin-bottom: 24px;
    padding: 0 17px 0 0;
  }
  
  .page-more-com .cur-page-title .title-icon {
    display: inline-block;
    width: 6px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
  }
  
  .page-more-com .cur-page-title .title-t {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    vertical-align: middle;
  }
  
  .page-more-com .cur-page-title .more {
    font-size: 14px;
    color: #999999;
    display: inline-block;
  }
  
  .page-more-com .cur-page-title .more .icon-up {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  /*&#49;&#56;&#56;&#20307;&#32946;页面的标题和tab切换*/
  .page-more-com .page-tabs-box {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 24px;
  }
  
  .page-more-com .page-tabs-box span {
    display: inline-block;
    padding-bottom: 6px;
    margin-right: 30px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 4px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  
  .page-more-com .page-tabs-box span:not(.current) {
    color: #666666;
  }
  
  .page-more-com .page-tabs-box span.current {
    border-bottom: 2px solid;
    font-weight: 500;
  }
  
  .footer-container {
    position: relative;
  }
  
  /* 详情页公用样式 */
  
  .page-turn {
    width: 100%;
    min-height: 50px;
    padding: 20px 33px 0;
    border-top: solid 1px #f2f2f2;
    box-sizing: border-box;
  }
  
  .page-turn a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
  }
  
  .page-turn a span {
    color: #333333;
  }
  
  .page-turn a.prev {
    display: inline-block;
    width: 100%;
  }
  
  .page-turn a.next {
    display: inline-block;
    width: 100%;
  }
  
  .page-turn.video-page {
    float: left;
    min-height: 52px;
    padding: 20px 24px;
    box-sizing: border-box;
  }
  
  
  /*字号设置 start*/
  .font-size-box {
    position: relative;
  }
  
  .font-size-box .btn-font-size {
    display: inline-block;
    width: 44px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
  }
  
  .font-size-box .btn-font-size:hover {
    color: #fff;
    border: none;
    line-height: 24px;
  }
  
  .font-size-box .set-font-size-pop {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 3;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(15, 42, 95, 0.16);
    border-radius: 4px;
    padding: 10px 16px;
    width: 249px;
    font-size: 0;
    letter-spacing: 0;
    box-sizing: border-box;
  }
  
  .font-size-box .set-font-size-pop .lab {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 28px;
    color: #666666;
    margin-right: 16px;
  }
  
  .font-size-box .set-font-size-pop .fz-type {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    line-height: 26px;
    padding: 0 7px;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    margin-right: 12px;
    cursor: pointer;
  }
  
  .font-size-box .set-font-size-pop .fz-type:last-child {
    margin-right: 0;
  }
  
  .app-set-fontSize-box {
    display: none;
  }
  
  /*小*/
  .fz-sm .fz-title {
    font-size: 17.5px !important;
    line-height: 1.5 !important;
  }
  
  .fz-sm .fz-time {
    font-size: 12.25px !important;
  }
  
  .fz-sm .richtext {
    zoom: 0.875;
    -moz-transform: scale(0.875);
    -moz-transform-origin: top left;
    width: calc(1136px / 0.875);
  }
  
  /*标准*/
  .fz-norm .fz-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }
  
  .fz-norm .fz-time {
    font-size: 14px !important;
  }
  
  .fz-norm .richtext {
    zoom: 1;
  }
  
  /*中*/
  .fz-md .fz-title {
    font-size: 22.5px !important;
    line-height: 1.5 !important;
  }
  
  .fz-md .fz-time {
    font-size: 15.75px !important;
  }
  
  .fz-md .richtext {
    zoom: 1.125;
    -moz-transform: scale(1.125);
    -moz-transform-origin: top left;
    width: calc(1136px / 1.125);
  }
  
  /*大*/
  .fz-lg .fz-title {
    font-size: 25px !important;
    line-height: 1.5 !important;
  }
  
  .fz-lg .fz-time {
    font-size: 17.5px !important;
  }
  
  .fz-lg .richtext{
    zoom: 1.25;
    -moz-transform: scale(1.25);
    -moz-transform-origin: top left;
    width: calc(1136px / 1.25);
  }
  
  /*字号设置 end*/
  
  /*layui 版本升级适配*/
  .layui-tree-spread>.layui-tree-entry .layui-tree-iconClick>.layui-tree-iconArrow:after{
    transform:none;
  }
  
  @media only screen and (min-width: 1px) and (max-width: 926px) {
    .list-null-data {
      margin: 16px 0;
    }
  
    .list-null-data img {
      width: 60px;
    }
  
    /*移动端字号设置 start*/
    /*设置弹框*/
    .app-set-fontSize-box {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 99;
    }
  
    .app-set-fontSize-box .pop-box {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      box-shadow: 0px 1px 0px #F2F2F2;
      border-radius: 0.5rem 0.5rem 0 0;
    }
  
    .app-set-fontSize-box .pop-box .pop-header {
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 1.25rem 0 0.9375rem;
      box-sizing: border-box;
      box-shadow: 0px 1px 0px #F2F2F2;
    }
  
    .app-set-fontSize-box .pop-box .icon-cancel {
      float: right;
      font-size: 0.8125rem;
      color: #333333;
      margin-top: 1.125rem;
    }
  
    .app-set-fontSize-box .pop-box .pop-content {
      padding: 2.5rem 1.5rem 3.875rem 1.625rem;
    }
  
    .app-set-fontSize-box .tip-box {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0.53125rem;
      color: #000000;
    }
  
    .app-set-fontSize-box .tip-box .tip:nth-of-type(1) {
      font-size: 0.875rem;
    }
  
    .app-set-fontSize-box .tip-box .tip:nth-of-type(2) {
      font-size: 1rem;
    }
  
    .app-set-fontSize-box .tip-box .tip:nth-of-type(3) {
      font-size: 1rem;
      position: relative;
      left: -4px;
    }
  
    .app-set-fontSize-box .tip-box .tip:nth-of-type(4) {
      font-size: 1.0625rem;
    }
  
    .irs-bar-edge {
      display: none !important;
    }
  
    .irs-bar {
      display: none !important;
    }
  
    .irs-slider {
      border: 0.25rem solid !important;
      box-sizing: border-box !important;
    }
  
    .fz-sm .richtext,
    .fz-norm .fz-title,
    .fz-md .richtext,
    .fz-lg .richtext{
      width: auto;
    }
  
    /*移动端字号设置 end*/
  }
  
  
  @media only screen and (min-width: 1px) and (max-width: 1080px) {
    .touchmachine .list-null-data {
      margin: 16px 0;
    }
    .touchmachine .list-null-data img {
      width: 60px;
    }
    .touchmachine .app-set-fontSize-box {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 99;
    }
    .touchmachine .app-set-fontSize-box .pop-box {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      box-shadow: 0px 1px 0px #F2F2F2;
      border-radius: 0.5rem 0.5rem 0 0;
    }
    .touchmachine .app-set-fontSize-box .pop-box .pop-header {
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 1.25rem 0 0.9375rem;
      box-sizing: border-box;
      box-shadow: 0px 1px 0px #F2F2F2;
    }
    .touchmachine .app-set-fontSize-box .pop-box .icon-cancel {
      float: right;
      font-size: 0.8125rem;
      color: #333333;
      margin-top: 1.125rem;
    }
    .touchmachine .app-set-fontSize-box .pop-box .pop-content {
      padding: 2.5rem 1.5rem 3.875rem 1.625rem;
    }
    .touchmachine .app-set-fontSize-box .tip-box {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0.53125rem;
      color: #000000;
    }
    .touchmachine .app-set-fontSize-box .tip-box .tip:nth-of-type(1) {
      font-size: 0.875rem;
    }
    .touchmachine .app-set-fontSize-box .tip-box .tip:nth-of-type(2) {
      font-size: 1rem;
    }
    .touchmachine .app-set-fontSize-box .tip-box .tip:nth-of-type(3) {
      font-size: 1rem;
      position: relative;
      left: -4px;
    }
    .touchmachine .app-set-fontSize-box .tip-box .tip:nth-of-type(4) {
      font-size: 1.0625rem;
    }
    .touchmachine .irs-bar-edge {
      display: none !important;
    }
    .touchmachine .irs-bar {
      display: none !important;
    }
    .touchmachine .irs-slider {
      border: 0.25rem solid !important;
      box-sizing: border-box !important;
    }
    .touchmachine .fz-sm .richtext,
    .touchmachine .fz-norm .fz-title,
    .touchmachine .fz-md .richtext,
    .touchmachine .fz-lg .richtext {
      width: auto;
    }
  }
  