#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

a,
span {
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  body {
    background: #f0f0f0;
    font-family: "PingFang SC";
  }
  .text-voerflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .app-box .content-box {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: url(./mobile-tab-bg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .app-box .content-box .wzdh {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #ffffff;
  }
  .app-box .content-box .wzdh a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .app-box .content-box .wzdh a .text {
    font-size: 13px;
    font-weight: 600;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #D9001B;
  }
  .app-box .content-box .special {
    margin-top: 10px;
  }
  .app-box .content-box .special .sp-top {
    display: flex;
    align-items: center;
  }
  .app-box .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: #D9001B;
  }
  .app-box .content-box .special .table-wrap {
    background: #fff;
    padding: 10px;
  }
  .app-box .content-box .special .table-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #cdc487;
    border-left: 1px solid #cdc487;
  }
  .app-box .content-box .special .table-wrap table th,
  .app-box .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-box .content-box .special .table-wrap table th a,
  .app-box .content-box .special .table-wrap table td a {
    display: inline-block;
    width: 100%;
    height: 31px;
  }
  .app-box .content-box .special .table-wrap table th .sp-item,
  .app-box .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;
  }
}
