#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 a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
  #app-wrap .container a:active {
    color: #b60001 !important;
  }
  #app-wrap .container .tab-content .rs-main {
    margin-top: 5px;
    background: #ffffff;
  }
  #app-wrap .container .tab-content .rs-main .rs-title {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: left;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
  }
  #app-wrap .container .tab-content .rs-main .rs-content {
    padding: 10px;
    box-sizing: border-box;
  }
  #app-wrap .container .tab-content .rs-main .rs-content .rs-cont-title {
    width: 70%;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #d51414;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #app-wrap .container .tab-content .rs-main .rs-content .rs-date {
    text-align: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
  }
  #app-wrap .container .tab-content .rs-main .rs-content .rs-flex {
    line-height: 30px;
    display: flex;
    justify-content: space-between;
  }
  #app-wrap .container .tab-content .rs-main .rs-content .rs-flex span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }
  #app-wrap .container .tab-content .rs-main .rs-content .rs-text {
    border-top: 1px solid #d2d2d2;
  }
  #app-wrap .container .tab-content .rs-main .rs-content .rs-text p {
    text-align: left;
    text-indent: 2em;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
  }
  .rs-text table{
    width:100%;
    table-layout: fixed;
  }
  .rs-text table div{
    width: 100% !important;
  }
  #xy table tbody tr td{
    width: 200px;
  }
  .rs-text img,.rs-text p img{
    max-width:100%;
    float:left;
  }
}
