@charset "UTF-8";
#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;
    font-size: 14px;
  }
  .clearfix:after {
    /*START 真正起到清除浮动的代码*/
    content: "";
    display: block;
    clear: both;
    /*END 真正起到清除浮动的代码*/
    height: 0;
  }
  body {
    background: #f7f7f7;
    font-family: "PingFang SC";
    zoom: 1;
  }
  .rs-content {
    padding: 10px;
  }
  .rs-content .swiper-container {
    width: 100%;
    height: 180px;
  }
  .rs-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;
  }
  .rs-content .rs-tpxw {
    width: 100%;
    height: 180px;
  }
  .rs-content .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #333333;
    opacity: 0.7;
    border-radius: 50;
    background: #fff;
  }
  .rs-content .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
  .rs-content .swiper-pag {
    width: 100%;
    height: 30px;
    left: 0;
    text-align: right;
    background-color: rgba(3, 3, 3, 0);
    bottom: 0;
    padding-top: 8px;
    box-sizing: border-box;
  }
  .rs-content .rs-sw-ez {
    position: absolute;
    left: 0;
    top: 87%;
    width: 62%;
    height: 30px;
    line-height: 28px;
    z-index: 11;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-left: 6px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .rs-content .zwdt-box {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
  }
  .rs-content .zwdt-box .zw-title {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .rs-content .zwdt-box .zw-title .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00a9dd;
  }
  .rs-content .zwdt-box .zw-title .more {
    font-size: 10px;
    color: #333;
  }
  .rs-content .zwdt-box .con-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    overflow: hidden;
  }
  .rs-content .zwdt-box .con-list .process-tab {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    padding-left: 4px;
  }
  .rs-content .zwdt-box .con-list .process-tab .tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: auto;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
  }
  .rs-content .zwdt-box .con-list .process-tab .tabs span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
  }
  .rs-content .zwdt-box .con-list .process-tab .tabs .active {
    font-size: 14px;
    font-weight: 600;
    color: #00a9dd;
  }
  .rs-content .zwdt-box .con-list .process-tab .tabs .active::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #00a9dd;
    position: absolute;
    bottom: 1px;
    left: 0;
    overflow: hidden;
  }
  .rs-content .zwdt-box .con-list .process-tab .nav-left,
  .rs-content .zwdt-box .con-list .process-tab .nav-right {
    color: #00a9dd;
    font-weight: bold;
  }
  .rs-content .zwdt-box .con-list .policy-box {
    overflow: hidden;
  }
  .rs-content .zwdt-box .con-list .policy-box .content-open {
    display: none;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
  }
  .rs-content .zwdt-box .con-list .policy-box .content-open .notice-list {
    height: 100%;
    overflow-y: auto;
    margin: 0 0.2rem;
  }
  .rs-content .zwdt-box .con-list .policy-box .content-open .notice-list li {
    width: 100%;
    height: 25px;
  }
  .rs-content .zwdt-box .con-list .policy-box .content-open .notice-list li a {
    width: 100%;
    height: 25px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rs-content .zwdt-box .con-list .policy-box .content-open .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .rs-content .zwdt-box .con-list .policy-box .content-open .notice-list li a .list-left .item-left {
    width: 3px;
    height: 3px;
    background: #00a9dd;
    border-radius: 50%;
    margin: 0 5px;
  }
  .rs-content .zwdt-box .con-list .policy-box .content-open .notice-list li a .list-left .item-right {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .rs-content .zwdt-box .con-list .policy-box .content-open .notice-list li a .time {
    margin-right: 5px;
  }
  .rs-content .zwdt-box .con-list .policy-box .content-open.active {
    display: block;
  }
  .rs-content .rs-main {
    padding: 10px 10px 0 10px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .rs-content .rs-main .rs-item {
    width: 49%;
    height: 50px;
    margin-bottom: 10px;
  }
  .rs-content .rs-main .rs-item a {
    display: block;
  }
  .rs-content .rs-main .rs-item a img {
    width: 100%;
    height: 100%;
  }
}
