#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

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

@media screen and (min-width: 6.25rem) and (max-width: 64rem) {
  #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 .rs-content {
    padding: 8px;
  }
  .app-box .rs-content .rs-main {
    padding: 8px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .app-box .rs-content .rs-main .rs-title {
    width: 100%;
    background: url(./mobile-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  .app-box .rs-content .rs-main .rs-stitle {
    width: 100%;
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 0;
    border-bottom: 2px solid #1492ff;
    font-weight: bold;
    color: #1492ff;
    margin-top: 10px;
  }
  .app-box .rs-content .rs-main .rs-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .app-box .rs-content .rs-main .rs-item .rs-sitem {
    width: 33%;
    margin-top: 10px;
  }
  .app-box .rs-content .rs-main .rs-item .rs-sitem a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .app-box .rs-content .rs-main .rs-item .rs-sitem a img {
    height: 30px;
  }
  .app-box .rs-content .rs-main .rs-item .rs-sitem a span {
    font-size: 14px;
  }
}
