#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: #f7f7f7;
    font-family: "PingFang SC";
    min-width: auto !important;
  }
  .container .mr8 {
    margin-right: 8px;
  }
  .container .news-part {
    padding: 0 8px;
    margin-top: 10px;
  }
  .container .news-part .swiper-container {
    width: 100%;
    height: 100%;
    height: 235px;
  }
  .container .news-part .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    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;
  }
  .container .news-part .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .container .news-part .swiper-slide a img {
    width: 100%;
    height: 100%;
  }
  .container .news-part .swiper-slide a .five-txt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(3, 3, 3, 0.6);
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .container .news-part .swiper-slide a .five-txt div {
    width: 65%;
    padding-left: 10px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .news-part .swiper-pagination-fraction,
  .container .news-part .swiper-pagination-custom,
  .container .news-part .swiper-container-horizontal > .swiper-pagination-bullets {
    right: 0;
    left: auto;
    width: 32% !important;
    bottom: 7px;
  }
  .container .news-part .swiper-pagination-bullet {
    width: 11%;
    height: 3px;
    background: white;
    border-radius: 0;
    color: #333;
    opacity: 1;
    text-align: center;
  }
  .container .news-part .swiper-pagination-bullet-active {
    background: #fe8f00;
    color: #fff;
  }
  .container .municipal-part,
  .container .county-part {
    margin: 10px 8px 0;
    background: #fff;
  }
  .container .municipal-part .tab-box,
  .container .county-part .tab-box {
    border-bottom: 1px solid #e6e5e5;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .container .municipal-part .tab-box .more,
  .container .county-part .tab-box .more {
    display: block;
    height: 35px;
    display: flex;
    align-items: center;
  }
  .container .municipal-part .tab,
  .container .county-part .tab {
    display: flex;
    flex: 1;
  }
  .container .municipal-part .tab span,
  .container .county-part .tab span {
    display: inline-block;
    width: 25%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    color: #020202;
    text-align: center;
  }
  .container .municipal-part .tab .active,
  .container .county-part .tab .active {
    background: #4886dc;
    color: #ffffff;
  }
  .container .county-part .tab span:first-child {
    width: 33.3%;
  }
  .container .public-directory {
    background: #fff;
    margin: 10px 8px;
  }
  .container .public-directory .part1 {
    display: flex;
    padding: 6px 4px 0;
  }
  .container .public-directory .part1 li {
    width: 25%;
    padding: 4px;
  }
  .container .public-directory .part1 li a {
    display: block;
    height: 35px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 1px;
  }
  .container .public-directory .part1 li a .img {
    width: 17px;
    height: 17px;
    display: flex;
    align-items: flex-start;
    margin: 0 5px;
  }
  .container .public-directory .part1 li a .img img {
    width: 100%;
  }
  .container .public-directory .part1 li a .txt {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .public-directory .part1 li .color1 {
    background: #8cb2f3;
  }
  .container .public-directory .part1 li .color2 {
    background: #e0736c;
  }
  .container .public-directory .part1 li .color3 {
    background: #e6b860;
  }
  .container .public-directory .part1 li .color4 {
    background: #97c16f;
  }
  .container .public-directory .part2 {
    display: flex;
    padding: 0 4px;
  }
  .container .public-directory .part2 li {
    width: 50%;
    padding: 4px;
  }
  .container .public-directory .part2 li a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background: #7397c9;
    border-radius: 1px;
  }
  .container .public-directory .mobile-line {
    margin: 5px 10px 8px;
  }
  .container .public-directory .mobile-line .line {
    width: 100%;
    height: 2px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3039/site/picture/1543/s2109281020142676489.png) no-repeat;
    background-size: 100% 100%;
  }
  .container .public-directory .part3 {
    background: #f0faff;
    display: flex;
    flex-wrap: wrap;
    margin: 0 8px;
  }
  .container .public-directory .part3 li {
    width: 25%;
    height: 36px;
    text-align: center;
  }
  .container .public-directory .part3 li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container .public-directory .part3 li a .txt {
    font-size: 13px;
    font-weight: 500;
    color: #4886dc;
    margin-left: 3px;
  }
  .container .public-directory .special-part {
    padding: 0 8px 0 5px;
  }
  .container .public-directory .special-part .part4 {
    display: flex;
    padding: 7px 4px 10px;
  }
  .container .public-directory .special-part .part4 li {
    width: 33.3%;
  }
  .container .public-directory .special-part .part4 li a {
    display: block;
    min-height: 32px;
  }
  .container .public-directory .special-part .part4 li a img {
    width: 100%;
  }
  .container .mobile-more {
    width: 12px;
    height: 8px;
    background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3039/site/picture/1543/s2109280956180572547.png) no-repeat;
    background-size: 100% 100%;
  }
  .container .common-tab {
    height: 30px;
    display: flex;
    margin: 0 8px;
  }
  .container .common-tab span {
    display: inline-block;
    width: 25%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #754523;
  }
  .container .common-tab .active {
    border: none;
    border-top: 1px solid #754523;
    border-left: 1px solid #dadadb;
    border-right: 1px solid #dadadb;
    font-weight: bold;
    color: rgba(174, 12, 14, 0.9);
  }
  .container .tab-content .tab-substance {
    display: none;
  }
  .container .tab-content .tab-substance:first-child {
    display: block;
  }
  .container .tab-list {
    margin: 0 18px;
    padding: 10px 0;
  }
  .container .tab-list li {
    position: relative;
    width: 100%;
    padding-top: 5px;
  }
  .container .tab-list li a {
    display: flex;
    font-size: 14px;
    color: #030303;
  }
  .container .tab-list li a i {
    width: 3px;
    height: 3px;
    background: #fe8f00;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 14px;
    z-index: 1;
  }
  .container .tab-list li a .txt {
    margin-left: 10px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .tab-list li a .time {
    color: #999;
    margin-left: auto;
  }
}

@media screen and (min-width: 100px) and (max-width: 320px) {
  .container .public-directory .part1 li {
    width: 22.2%;
  }
}
