#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: #f7f7f7;
    font-family: "PingFang SC";
    line-height: 220%;
  }
  a:hover {
    color: #333 !important;
  }
  a:active {
    color: #007aff !important;
  }
  .text-voerflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .center {
    padding: 9px;
  }
  .center .rs-btn {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #ffffff;
    background: #1084c2;
    text-align: center;
  }
  .center .rs-main {
    margin-top: 5px;
    background: #ffffff;
  }
  .center .rs-main .rs-title {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 0 15px;
    border-bottom: 1px solid #d2d2d2;
  }
  .center .rs-main .rs-content {
    padding: 10px;
  }
  .center .rs-main .rs-content .rs-cont-title {

    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1084c2;
    overflow: hidden;

  }
  .center .rs-main .rs-content .rs-date {
    text-align: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }
  .center .rs-main .rs-content .rs-flex {
    display: flex;
    justify-content: space-between;
  }
  .center .rs-main .rs-content .rs-flex span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }
  .center .rs-main .rs-content .rs-text {
    border-top: 1px solid #d2d2d2;
  }
  .center .rs-main .rs-content .rs-text p {
    text-align: left;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 200%;
  }

}
