#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;
  }
  #app-wrap .rs-part {
    padding: 0px 10px 0px 10px;
  }
  #app-wrap .rs-part .swiper-container {
    width: 100%;
    height: 100%;
    height: 235px;
  }
  #app-wrap .rs-part .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #app-wrap .rs-part .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #app-wrap .rs-part .swiper-slide a img {
    width: 100%;
    height: 100%;
  }
  #app-wrap .rs-part .swiper-slide a .five-txt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
  #app-wrap .rs-part .swiper-slide a .five-txt div {
    width: 80%;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .rs-part .swiper-pagination-fraction,
  #app-wrap .rs-part .swiper-pagination-custom,
  #app-wrap .rs-part .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 0;
    left: 80%;
    width: 20% !important;
    bottom: 5px;
  }
  #app-wrap .rs-part .swiper-pagination-bullet {
    width: 8px;
    height: 6px;
    background: #fafaf8;
    border-radius: 0;
  }
  #app-wrap .rs-part .swiper-pagination-bullet-active {
    background: #d51414;
  }
  #app-wrap .rs-list-part {
    padding-top: 10px;
    position: relative;
  }
  #app-wrap .rs-list-part::after {
    content: "";
    position: absolute;
    top: 170px;
    right: 0;
    width: 113px;
    height: 189px;
    background: url(../images/mobile-d.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .rs-common-title {
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ae0c0e;
    height: 34px;
    line-height: 34px;
    margin: 0 10px;
    border-bottom: 1px solid #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #app-wrap .rs-common-title span:first-child {
    margin-left: 8px;
    width: 70%;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .rs-common-title span.more a {
    font-size: 12px !important;
    color: rgba(2, 2, 2, 0.8);
    font-weight: bold;
  }
  #app-wrap .rs-common-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 3px;
    height: 12px;
    background: #ae0c0e;
  }
div.rs-list-part div.newest-list div.play{margin:0 auto;}
  #app-wrap .tab-list {
    margin: 0 18px;
    padding: 10px 0;
  }
  #app-wrap .tab-list li {
    position: relative;
    width: 100%;
    padding-top: 5px;
  }
  #app-wrap .tab-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #030303;
  }
  #app-wrap .tab-list li a i {
    width: 3px;
    height: 3px;
    background: #8c1515;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 14px;
    z-index: 1;
  }
  #app-wrap .tab-list li a .txt {
    margin-left: 10px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .tab-list li a .time {
    color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
  }
  #app-wrap .tab-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #d2d2d2;
  }
  #app-wrap .video-part {
    width: 100%;
    height: 235px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #app-wrap .video-part img {
    width: 100%;
    height: 100%;
  }

  body {
    background: #fff;
    font-family: "PingFang SC";
    min-width: auto !important;
  }
}
