#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 .lunbo {
    width: 100%;
    height: 235px;
  }
  #app-wrap .container .tab-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #app-wrap .container .tab-content .swiper-slide a img {
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .tab-content .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 .container .tab-content .swiper-slide a .five-txt div {
    width: 70%;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
  }
  #app-wrap .container .tab-content .swiper-pagination-bullet {
    width: 8px;
    height: 6px;
    border-radius: 0;
    opacity: 1;
    background: #fff;
  }
  #app-wrap .container .tab-content .swiper-pagination-bullet-active {
    background: #b60001;
  }
  #app-wrap .container .tab-content .swiper-pagination-fraction,
  #app-wrap .container .tab-content .swiper-pagination-custom,
  #app-wrap .container .tab-content .swiper-container-horizontal > .swiper-pagination-bullets {
    left: 130px;
    bottom: 4px;
  }
  #app-wrap .container .tab-content .rs-item .rs-title {
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ae0c0e;
    height: 34px;
    line-height: 34px;
    margin: 0 8px;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
  }
  #app-wrap .container .tab-content .rs-item .rs-title span:first-child {
    margin-left: 8px;
    width: 70%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .tab-content .rs-item .rs-title span.more {
    font-size: 12px;
    color: rgba(2, 2, 2, 0.8);
    font-weight: bold;
  }
  #app-wrap .container .tab-content .rs-item .rs-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 3px;
    height: 12px;
    background: #ae0c0e;
  }
  #app-wrap .container .tab-content .rs-item .tab-list {
    margin: 0 18px;
    padding: 10px 0;
  }
  #app-wrap .container .tab-content .rs-item .tab-list li {
    position: relative;
    width: 100%;
    padding-top: 5px;
  }
  #app-wrap .container .tab-content .rs-item .tab-list li a {
    display: flex;
    font-size: 14px;
    color: #030303;
  }
  #app-wrap .container .tab-content .rs-item .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 .container .tab-content .rs-item .tab-list li a .txt {
    margin-left: 10px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .tab-content .rs-item .tab-list li a .time {
    color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
  }
  #app-wrap .container .tab-content .rs-item .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 .container .tab-content .rs-item .picture {
    height: 43px;
  }
  #app-wrap .container .tab-content .rs-item .picture a {
    display: flex;
    justify-content: center;
  }
  #app-wrap .container .tab-content .rs-item .picture a img {
    height: 43px;
  }
  #app-wrap .container .tab-content .rs-item .rs-nav {
    padding: 10px 10px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #app-wrap .container .tab-content .rs-item .rs-nav .rs-nav-item {
    width: 49%;
    height: 32px;
    background: url(./mobile-lybz-bg.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 10px;
  }
  #app-wrap .container .tab-content .rs-item .rs-nav .rs-nav-item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #030303;
  }
}
