#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  body {
    background: #fff;
    font-family: "PingFang SC";
    min-width: auto !important;
  }
  #app-wrap .container .bt {
    border-top: 1px solid #e6e5e5;
  }
  #app-wrap .container .common-title {
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ae0c0e;
    height: 34px;
    line-height: 34px;
    margin: 0 8px;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
  }
  #app-wrap .container .common-title span:first-child {
    margin-left: 8px;
    width: 70%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .common-title span.more {
    font-size: 12px;
    color: rgba(2, 2, 2, 0.8);
    font-weight: bold;
  }
  #app-wrap .container .common-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 3px;
    height: 12px;
    background: #ae0c0e;
  }
  #app-wrap .container .news-content-title {
    margin: 0 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    color: #970507;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .content-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px  10px 10px;
    background: url(./mobile-tab-bg.png) no-repeat center;
    background-size: 100% 100%;
  }
  #app-wrap .container .content-box .wzdh {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin-top: 10px;
    background-color: #ffffff;
  }
  #app-wrap .container .content-box .wzdh a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .content-box .wzdh a .text {
    font-size: 13px;
    font-weight: 600;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #d51414;
  }
  #app-wrap .container .content-box .special {
    margin-top: 10px;
  }
  #app-wrap .container .content-box .special .sp-top {
    display: flex;
    align-items: center;
  }
  #app-wrap .container .content-box .special .sp-top .sp-top-left .sp-text {
    height: 22px;
    line-height: 22px;
    padding: 5px 15px;
    font-size: 13px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #ffffff;
    background-color: #d51414;
  }
  #app-wrap .container .content-box .special .table-wrap {
    background: #fff;
    padding: 10px;
  }
  #app-wrap .container .content-box .special .table-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #cdc487;
    border-left: 1px solid #cdc487;
  }
  #app-wrap .container .content-box .special .table-wrap table th,
  #app-wrap .container .content-box .special .table-wrap table td {
    border-top: 1px solid #cdc487;
    border-right: 1px solid #cdc487;
    vertical-align: top;
    word-break: break-all;
    background: #faf9f4;
  }
  #app-wrap .container .content-box .special .table-wrap table th a,
  #app-wrap .container .content-box .special .table-wrap table td a {
    display: inline-block;
    width: 100%;
    height: 31px;
  }
  #app-wrap .container .content-box .special .table-wrap table th .sp-item,
  #app-wrap .container .content-box .special .table-wrap table td .sp-item {
    line-height: 1.1;
    font-size: 13px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    width: 100%;
    height: 31px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
