a,
span {
  -webkit-tap-highlight-color: transparent;
}
.app-head{
  display: none;
}
.footer{
  display: none;
}
@media screen and (min-width: 100px) and (max-width: 1024px) {
  .top_out{
    display: none;
  }
  .app-head{
    display: block;
  }
  .container{
    max-width: 100%;
  }
  #pc-wrap .main4 .xd-list .ts-list{
    width: 41%;
  }
  .foot_out{
    display: none;
  }
  .footer{
    display: block;
  }
  #pc-wrap .main2 .container .daodu{
    line-height: 18px;
    text-align: left;
  }
  .flex-item{
    flex: auto;
  }
  .main2 .swiper-slide img{
    width: 100%;
    height: 100%;
  }
}


@media screen and (min-width: 100px) and (max-width: 1024px) {
  .app-head {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
  }
  .app-head .logo {
    display: inline;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
	background: none;
  }
  #searchForm{
    display: flex;
    width: 100%;
  }
  .banner-search {
   width: 100%;
  }
  .app-head .logo img {
    width: 100%;
    height: 45px;
  }
  .app-head .search {
    width: 100%;
    height: 30px;
    background: #F0F0F0;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  .app-head .search input {
    background: #F0F0F0;
    margin-left: 10px;
    height: 30px;
    border: none;
    outline: none;
  }
  .app-head .search .ss {
    width: 42px;
    height: 30px;
    background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2945/site/images/42063/bjq-ss.png) no-repeat center;
    background-size: 100% 100%;
  }
  .app-title {
    width: 100%;
    height: 50px;
    background: #D9001B;
  }
  .app-title .top-part {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
  }
  .app-title .top-part .top-list {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
  }
  .app-title .top-part .nav-item {
    width: 30%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .app-title .top-part .nav-item a {
    color: #fff;
    font-size: 16px;
  }
  .app-title .top-part .active {
    background: #F59A23;
  }
  .app-title .top-part .active a {
    color: #fff;
  }
  .footer {
    width: 100%;
    background: #F7F3F0;
    box-sizing: border-box;
    padding: 10px;
    border-top: 3px solid #D9001B;
  }
  .footer .foot-top {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 9px;
  }
  .footer .foot-top a {
    display: inline-block;
    width: 100%;
  }
  .footer .foot-top .foot-text {
    text-align: center;
    font-size: 10px !important;
    color: #333;
    line-height: 20px;
  }
  .footer .foot-bottom {
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .foot-bottom .dzjg {
    width: 25px;
    height: 30px;
  }
  .footer .foot-bottom .hz {
    width: 45px;
    height: 35px;
    margin: 0 10px;
  }
  .footer .foot-bottom .zfwz {
    width: 70px;
    height: 35px;
  }
}