#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;
  }
  a {
    text-decoration: none;
    outline: none;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
  }
  a:hover {
    text-decoration: none;
  }
  a:focus,
  input:focus {
    outline: 0 none;
  }
  a:active {
    outline: 0;
    color: #666;
  }
  #app-wrap .container .bt {
    border-top: 1px solid #e6e5e5;
  }
  #app-wrap .container .pb15 {
    padding-bottom: 15px;
  }
  #app-wrap .container .common-title {
    position: relative;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ae0c0e;
    height: 34px;
    line-height: 34px;
    margin: 0 8px;
    padding: 0;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
  }
  #app-wrap .container .common-title span:first-child {
    margin-left: 8px;
    width: 70%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }
  #app-wrap .container .common-title span.more {
    font-size: 12px;
    font-weight: bold;
  }
  #app-wrap .container .common-title span.more a {
    font-size: 12px;
    color: rgba(2, 2, 2, 0.8);
  }
  #app-wrap .container .common-title span.more a:active {
    color: #666;
  }
  #app-wrap .container .common-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 3px;
    height: 12px;
    background: #ae0c0e;
  }
  #app-wrap .container .common-title1 {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin: 0 8px;
    padding: 0;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  #app-wrap .container .common-title1 span:first-child {
    margin-left: 8px;
    width: 70%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }
  #app-wrap .container .common-title1 span.more {
    font-size: 12px;
    font-weight: bold;
  }
  #app-wrap .container .common-title1 span.more a {
    font-size: 12px;
    color: rgba(2, 2, 2, 0.8);
  }
  #app-wrap .container .common-title1 span.more a:active {
    color: #666;
  }
  #app-wrap .container .newest-part {
    position: relative;
  }
  #app-wrap .container .complaint-part {
    margin: 0 8px;
    padding-top: 10px;
  }
  #app-wrap .container .complaint-part .complaint-list {
    padding: 15px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #app-wrap .container .complaint-part .complaint-list li {
    width: 33.3%;
    text-align: center;
    padding-bottom: 15px;
  }
  #app-wrap .container .complaint-part .complaint-list li a {
    display: block;
  }
  #app-wrap .container .complaint-part .complaint-list li a .img-icon {
    width: 59px;
    height: 59px;
    margin: 0 auto;
  }
  #app-wrap .container .complaint-part .complaint-list li a .img-icon img {
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .complaint-part .complaint-list li a .txt {
    font-weight: 400;
    color: #272829;
    font-size: 12px;
    padding-top: 8px;
  }
  #app-wrap .container .zonghe-part .zonghe-list {
    display: flex;
    padding: 10px 20px;
    margin: 0 8px;
  }
  #app-wrap .container .zonghe-part .zonghe-list li {
    width: 50%;
    height: 32px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/28925/mobile-zonghe.png);
    background-size: 100% 100%;
    margin-left: 14px;
  }
  #app-wrap .container .zonghe-part .zonghe-list li a {
    display: block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #563636;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .zonghe-part .zonghe-list li:first-child {
    margin-left: 0;
  }

  }
  #app-wrap .container .zonghe-part .zonghe-list .active a {
    color: #563636;
  }
  #app-wrap .container .tab-list {
    margin: 0 18px;
    padding: 10px 0 0;
  }
  #app-wrap .container .tab-list li {
    position: relative;
    width: 100%;
    padding-top: 5px;
  }
  #app-wrap .container .tab-list li a {
    display: flex;
    font-size: 14px;
    color: #030303;
  }
  #app-wrap .container .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-list li a .txt {
    margin-left: 10px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .tab-list li a .time {
    color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
  }
  #app-wrap .container .tab-list li a:active {
    color: #ae0c0e;
  }
  #app-wrap .container .tab-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #d2d2d2;
  }
}
