#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;
  }
  body {
    background: #f0f0f0;
    font-family: "PingFang SC";
  }
  .text-voerflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .app-box .contentBox {
    width: 100%;
  }
  .app-box .contentBox .con-title {
    width: 100%;
    box-sizing: border-box;
    padding: 14px;
  }
  .app-box .contentBox .con-title .text {
    width: 100%;
    color: #fff;
    font-size: 16px;
    height: 35px;
    background: #d9001b;
    line-height: 35px;
    text-align: center;
  }
  .app-box .contentBox .con-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    overflow: hidden;
  }
  .app-box .contentBox .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;
  }
  .app-box .contentBox .con-list .process-tab .tabs {
    width: 90%;
    display: flex;
    justify-content: space-between;
    overflow: auto;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
  }
  .app-box .contentBox .con-list .process-tab .tabs span {
    display: inline-block;
    font-size: 13px;
    color: #333;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
  }
  .app-box .contentBox .con-list .process-tab .tabs .active {
    font-size: 13px;
    font-weight: 600;
    color: #d9001b;
  }
  .app-box .contentBox .con-list .process-tab .tabs .active::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #d9001b;
    position: absolute;
    bottom: 1px;
    left: 0;
    overflow: hidden;
  }
  .app-box .contentBox .con-list .process-tab .nav-left,
  .app-box .contentBox .con-list .process-tab .nav-right {
    color: #d9001b;
    font-weight: bold;
  }
  .app-box .contentBox .con-list .policy-box {
    overflow: hidden;
  }
  .app-box .contentBox .con-list .policy-box .content-open {
    display: none;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
  }
  .app-box .contentBox .con-list .policy-box .content-open .notice-list {
    height: 100%;
    margin: 0 0.2rem;
  }
  .app-box .contentBox .con-list .policy-box .content-open .notice-list li {
    width: 100%;
    height: 25px;
  }
  .app-box .contentBox .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;
  }
  .app-box .contentBox .con-list .policy-box .content-open .notice-list li a .list-left {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .app-box .contentBox .con-list .policy-box .content-open .notice-list li a .list-left .item-left {
    width: 3px;
    height: 3px;
    background: #d9001b;
    border-radius: 50%;
    margin: 0 5px;
  }
  .app-box .contentBox .con-list .policy-box .content-open .notice-list li a .list-left .item-right {
    font-size: 12px;
    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;
  }
  .app-box .contentBox .con-list .policy-box .content-open .notice-list li a .time {
    margin-right: 5px;
  }
  .app-box .contentBox .con-list .policy-box .content-open.active {
    display: block;
  }
}
