@charset "UTF-8";
#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

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

@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
    font-size: 14px;
  }
  a:active {
    color: #00a9dd;
  }
  .clearfix:after {
    /*START 真正起到清除浮动的代码*/
    content: "";
    display: block;
    clear: both;
    /*END 真正起到清除浮动的代码*/
    height: 0;
  }
  body {
    background: #f7f7f7;
    font-family: "PingFang SC";
    zoom: 1;
  }
  .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%;
  }
  .content-box .wzdh {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin-top: 10px;
    background-color: #ffffff;
  }
  .content-box .wzdh a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .content-box .wzdh a .text {
    font-size: 13px;
    font-weight: 600;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #00a9dd;
  }
  .content-box .special {
    margin-top: 10px;
  }
  .content-box .special .sp-top {
    display: flex;
    align-items: center;
  }
  .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: #00a9dd;
  }
  .content-box .special .table-wrap {
    background: #fff;
    padding: 10px;
  }
  .content-box .special .table-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #cdc487;
    border-left: 1px solid #cdc487;
  }
  .content-box .special .table-wrap table th,
  .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;
  }
  .content-box .special .table-wrap table th a,
  .content-box .special .table-wrap table td a {
    display: inline-block;
    width: 100%;
    height: 31px;
  }
  .content-box .special .table-wrap table th .sp-item,
  .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;
  }
}
