@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  body {
    min-width: auto;
  }
  .container .top-part {
    width: 100%;
    background-color: #fff;
  }
  .container .top-part .top-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .container .top-part .top-title .logo {
    width: 66px;
    height: 29px;
    margin-top: 13px;
  }
  .container .top-part .top-title .logo img {
    width: 100%;
  }
  .container .top-part .top-title .logo1 {
    margin: 10px 20px;
    height: 32px;
  }
  .container .top-part .top-title .logo1 img {
    width: 100%;
  }
  .container .top-part .top-list {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .container .top-part .top-list .top-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10px 5px;
  }
  .container .top-part .top-list .top-item .active {
    font-weight: bold;
    color: #4886dc !important;
  }
  .container .top-part .top-list .top-item .item1 {
    width: 66px;
    height: 54px;
    border-radius: 1px;
  }
  .container .top-part .top-list .top-item .item1 .nav-item {
    line-height: 54px;
    text-align: center;
  }
  .container .top-part .top-list .top-item .item1 .nav-item a {
    display: block;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
  .container .top-part .top-list .top-item .item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
  .container .top-part .top-list .top-item .item .nav-item {
    min-width: 50%;
    text-align: center;
    height: 40%;
    line-height: 28px;
  }
  .container .top-part .top-list .top-item .item .nav-item a {
    display: block;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
 .container .top-part .top-list .search-bg {
   width: 100%;
   height: 101px;
   background: url("http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3039/site/picture/1543/s2109280922412008853.png") no-repeat;
   background-size: 100% 100%;
 }
  .container .top-part .top-list .search-bg .search-box {
    display: flex;
    margin: 18px 12px 0;
  }
  .container .top-part .top-list .search-bg .search-box .banner-search {
    flex: 1;
    height: 30px;
    background: #fff;
    border: 1px solid #ffffff;
    border-radius: 2px 0 0 2px;
  }
  .container .top-part .top-list .search-bg .search-box .banner-search input {
    width: 98%;
    height: 100%;
    font-size: 14px;
    border: none;
    background: none;
  }
  .container .top-part .top-list .search-bg .search-box .banner-search input::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.8);
    font-size: 14px;
    text-align: center;
  }
  .container .top-part .top-list .search-bg .search-box .banner-search input::-moz-input-placeholder {
    color: rgba(40, 40, 40, 0.8);
    font-size: 14px;
    text-align: center;
  }
  .container .top-part .top-list .search-bg .search-box .banner-search input::-ms-input-placeholder {
    color: rgba(40, 40, 40, 0.8);
    font-size: 14px;
    text-align: center;
  }
  .container .top-part .top-list .search-bg .search-box .banner-search-btn {
    width: 42px;
    height: 32px;
    background: #fe8f00;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
  }
  .container .top-part .top-list .search-bg .search-box .banner-search-btn img {
    width: 11px;
    height: 10px;
  }
  .container .content-footer {
    padding: 10px;
    background: #4886dc;
  }
  .container .content-footer .bottom {
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
  }
  .container .content-footer .bottom .title {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-top: 2px;
  }
  .container .content-footer .bottom .title:last-child {
    margin-bottom: 8px;
  }
  .container .content-footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
  }
  .container .content-footer .logo .logo-icon {
    width: 23px;
    height: 26px;
    background: url("http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3039/site/picture/1543/s2109280922411235628.png") no-repeat;
    background-size: 100% 100%;
  }
  .container .content-footer .logo .logo-icon1 {
    width: 55px;
    height: 28px;
    margin-left: 10px;
    background: url("http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3039/site/picture/1543/s2109280922411692578.png") no-repeat;
    background-size: 100% 100%;
  }
}
