#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 !important;
    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 .main {
    padding: 10px 8px;
  }
  #app-wrap .container .main .xingzheng-icon {
    margin-top: 10px;
  }
  #app-wrap .container .main .xingzheng-icon a {
    display: block;
    width: 100%;
    height: 66px;
  }
  #app-wrap .container .main .xingzheng-icon a img {
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .main .government-part {
    padding-top: 10px;
  }
  #app-wrap .container .main .government-part .government-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 8px 0;
  }
  #app-wrap .container .main .government-part .government-list li {
    width: 100%;
    height: 34px;
    background: url(mobile-gov-icon.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
  }
  #app-wrap .container .main .government-part .government-list li a {
    position: relative;
    display: block;
    height: 100%;
    line-height: 34px;
  }
  #app-wrap .container .main .government-part .government-list li a .txt {
    font-size: 14px;
    font-weight: bold;
    color: #5a412c;
    text-align: center;
  }
  #app-wrap .container .main .government-part .government-list li a .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4.5px;
    width: 7px;
    height: 9px;
    background: url(../images/mobile-arrow.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .main .government-part .government-list1 {
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
  }
  #app-wrap .container .main .government-part .government-list1 li {
    width: 49%;
    height: 34px;
    background: url(
https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/37571/im_pic_06_03.png) no-repeat;
    background-size: 110% 100%;
    background-position-x:-20px;
    margin-bottom: 10px;
    line-height: 34px;
    text-align: center;
  }
  #app-wrap .container .main .government-part .government-list1 li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #5a412c;
  }
  #app-wrap .container .main .government-part .government-list1 li:last-child {
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/37571/im_pic_07_03.png) no-repeat;
    background-size: 110% 100%;
    background-position-x:-20px;
  }
  #app-wrap .container .main .important-part .important-list {
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    background: #fffdf6;
    border: 1px solid #f2e8ca;
    border-radius: 2px;
    margin-top: 12px;
  }
  #app-wrap .container .main .important-part .important-list li {
    width: 33.3%;
    padding: 5px;
  }
  #app-wrap .container .main .important-part .important-list li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    height: 100%;
    padding-left: 12px;
    line-height: 30px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .main .important-part .important-list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 6px;
    width: 3px;
    height: 3px;
    background: #666460;
    border-radius: 50%;
  }
  #app-wrap .container .main .field-part .field-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 0;
  }
  #app-wrap .container .main .field-part .field-list li {
    width: 50%;
    padding-bottom: 10px;
  }
  #app-wrap .container .main .field-part .field-list li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .main .field-part .field-list li a span {
    color: #ae0c0e;
    margin-right: 10px;
  }
  #app-wrap .container .main .field-part .field-list li a:active {
    color: #ae0c0e;
  }
  #app-wrap .container .main .lunbo-part {
    border-top: 1px solid #d2d2d2;
  }
  #app-wrap .container .main .lunbo-part .swiper2-box {
    width: 100%;
    box-sizing: border-box;
    padding: 9px;
    background: #fff;
  }
  #app-wrap .container .main .lunbo-part .swiper2-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -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 .main .lunbo-part .swiper2-box .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .main .lunbo-part .swiper2-box .swiper-slide img {
    width: 100%;
    height: 68px;
  }
  #app-wrap .container .main .lunbo-part .swiper2-box .swiper-slide .text {
    font-size: 14px;
    margin-top: 10px;
  }
  #app-wrap .container .main .lunbo-part .swiper2-box .swiper-button-next,
  #app-wrap .container .main .lunbo-part .swiper2-box .swiper-button-prev {
    width: 18px;
    height: 18px;
    background: #f7f7f7;
    box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.2);
    border-radius: 9px;
    color: #448df1;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -9px;
  }
  #app-wrap .container .main .lunbo-part .swiper2-box .swiper-button-next {
    right: 6px;
  }
  #app-wrap .container .main .lunbo-part .swiper2-box .swiper-button-prev {
    left: 6px;
  }
  #app-wrap .container .main .respond-part .respond-content {
    display: flex;
    margin-top: 10px;
  }
  #app-wrap .container .main .respond-part .respond-content .respond-icon {
    width: 47px;
    height: 65px;
  }
  #app-wrap .container .main .respond-part .respond-content .respond-icon a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/mobile-huiying.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .main .respond-part .respond-content .respond-content-right {
    flex: 1;
    height: 65px;
    background: #fefaf4;
  }
  #app-wrap .container .main .respond-part .respond-content .respond-content-right .title1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #92806b;
    padding: 4px 8px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .main .respond-part .respond-content .respond-content-right .title2 {
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #app-wrap .container .main .fabu-part .fabu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0 10px;
  }
  #app-wrap .container .main .fabu-part .fabu-list li {
    width: 49%;
    margin-bottom: 10px;
    height: 36px;
    background: #fffdf6;
    border: 1px solid #f2e8ca;
    border-radius: 2px;
  }
  #app-wrap .container .main .fabu-part .fabu-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  #app-wrap .container .main .fabu-part .fabu-list li a .ic1 {
    width: 17px;
    height: 13px;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/37571/im_pic_10_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .main .fabu-part .fabu-list li a .ic2 {
    width: 17px;
    height: 13px;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/37571/im_pic_11_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .main .fabu-part .fabu-list li a .ic3 {
    width: 17px;
    height: 16px;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/37571/new_zfxxr.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .main .fabu-part .fabu-list li a .ic4 {
    width: 17px;
    height: 15px;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3095/site/images/37571/im_pic_12_03.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .main .fabu-part .fabu-list li a .txt {
    font-size: 14px;
    font-weight: bold;
    color: #5a412c;
    margin-left: 7px;
  }
  #app-wrap .container .main .fabu-part .pingyi-icon {
    padding: 5px 0;
  }
  #app-wrap .container .main .fabu-part .pingyi-icon a {
    display: block;
    width: 100%;
    height: 31px;
  }
  #app-wrap .container .main .fabu-part .pingyi-icon a img {
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .main .media-part .media-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0 10px;
  }
  #app-wrap .container .main .media-part .media-list li {
    width: 49%;
    margin-bottom: 10px;
    height: 66px;
  }
  #app-wrap .container .main .media-part .media-list li a {
    display: block;
  }
  #app-wrap .container .main .media-part .media-list li a img {
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .main .gove-part {
    margin-top: 10px;
  }
  #app-wrap .container .main .gove-part .gove-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
  }
  #app-wrap .container .main .gove-part .gove-list li {
    width: 48%;
    padding-top: 8px;
  }
  #app-wrap .container .main .gove-part .gove-list li a {
    display: block;
    width: 100%;
    height: 54px;
  }
  #app-wrap .container .main .gove-part .gove-list li a img {
    width: 100%;
    height: 100%;
  }
  #app-wrap .container .bt {
    border-top: 1px solid #e6e5e5;
  }
  #app-wrap .container .common-title {
    position: relative;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ae0c0e;
    height: 34px;
    line-height: 34px;
    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;
  }
  #app-wrap .container .common-title span.more {
    font-size: 14px;
    color: rgba(2, 2, 2, 0.8);
    font-weight: bold;
  }
  #app-wrap .container .common-title::after {
    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: 14px;
    font-weight: bold;
    color: #333;
    height: 34px;
    line-height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
  }
  #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: 14px;
    font-weight: bold;
  }
  #app-wrap .container .common-title1 span.more a {
    font-size: 14px;
    color: rgba(2, 2, 2, 0.8);
  }
  #app-wrap .container .common-title1 .zixun {
    display: block;
    margin-right: 14px;
  }
  #app-wrap .container .common-title1 .zixun a {
    display: flex;
    align-items: center;
  }
  #app-wrap .container .common-title1 .zixun a .zixun-icon {
    width: 13px;
    height: 10px;
    background: url(../images/mobile-zixun.png) no-repeat;
    background-size: 100% 100%;
  }
  #app-wrap .container .common-title1 .zixun a .txt {
    font-size: 10px;
    font-weight: bold;
    color: #92806b;
    margin-left: 5px;
  }
  #app-wrap .container .common-tab {
    height: 34px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #754523;
  }
  #app-wrap .container .common-tab .common-tab-left {
    display: flex;
    flex: 1;
  }
  #app-wrap .container .common-tab .common-tab-left span {
    display: inline-block;
    width: 25%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: rgba(2, 2, 2, 0.9);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #app-wrap .container .common-tab .common-tab-left .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);
    position: relative;
  }
  #app-wrap .container .common-tab .common-tab-left .active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  #app-wrap .container .common-tab .common-more a {
    display: block;
    font-size: 14px;
    color: #333;
  }
  #app-wrap .container .common-tab1 .common-tab-left span {
    width: 33.3%;
  }
  #app-wrap .container .common-tab2 .common-tab-left span:last-child {
    width: 50%;
  }
  #app-wrap .container .tab-list {
    margin: 0 14px;
    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;
  }
  #app-wrap .container .letter-title {
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
  }
  #app-wrap .container .letter-title div {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
  }
  #app-wrap .container .tab-list1 {
    padding: 0;
  }
  #app-wrap .container .tab-list1 li::after {
    width: 0;
    height: 0;
  }
  #app-wrap .container .tab-list1 i {
    display: none;
  }
  #app-wrap .container .tab-list1 .txt {
    margin-left: 0 !important;
  }
  .tab-content .tab-substance {
    display: none;
  }
  .tab-content .tab-substance:first-child {
    display: block;
  }
}
