@media screen and (min-width: 100px) and (max-width: 1024px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  .container .top-part {
    width: 100%;
  }
  .container .top-part .top-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110px;
    background: url(mobile_header_bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #333333;
  }
  .container .top-part .top-title .img1 {
    width: 50px;
    height: 51px;
  }
  .container .top-part .top-title .img2 {
    width: 117px;
    height: 28px;
  }
  .container .top-part .top-list {
    height: 115px;
    background-color: #41ac6e;
    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;
    background-color: #41ac6e;
    padding: 0 10px;
  }
  .container .top-part .top-list .top-item .active {
    font-weight: bold;
    padding: 5px;
    color: #299858 !important;
    background: #ffffff;
    border-radius: 1px;
  }
  .container .top-part .top-list .top-item .item1 {
    width: 66px;
    height: 30px;
    border-radius: 1px;
  }
  .container .top-part .top-list .top-item .item1 .nav-item {
    line-height: 30px;
    text-align: center;
  }
  .container .top-part .top-list .top-item .item1 .nav-item a {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #fff;
    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: 33.3%;
    text-align: center;
    height: 40%;
    line-height: 28px;
  }
  .container .top-part .top-list .top-item .item .nav-item a {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  .container .top-part .top-list .search-box {
    width: 100%;
    display: flex;
    padding: 0 10px;
  }
  .container .top-part .top-list .search-box .banner-search {
    width: 100%;
    height: 30px;
    background: #fff;
    border: 1px solid #ffffff;
  }
  .container .top-part .top-list .search-box .banner-search input {
    width: 98%;
    height: 100%;
    border: none;
    background: none;
  }
  .container .top-part .top-list .search-box .banner-search-btn {
    width: 42px;
    height: 32px;
    background: #b60001;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .top-part .top-list .search-box .banner-search-btn img {
    width: 11px;
    height: 10px;
  }
  .container .content-footer {
    height: 140px;
    padding: 10px;
    background: #2E8767;
  }
  .container .content-footer .bottom {
    border-bottom: 1px solid #eeeeee;
  }
  .container .content-footer .bottom .title {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
  }
  .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(mobile-bottom-logo.png) no-repeat;
    background-size: 100% 100%;
  }
  .container .content-footer .logo .logo-icon1 {
    width: 37px;
    height: 29px;
    margin: 0 10px;
    background: url(mobile-bottom-logo1.png) no-repeat;
    background-size: 100% 100%;
  }
  .container .content-footer .logo .logo-icon2 {
    width: 55px;
    height: 28px;
    background: url(mobile-bottom-logo2.png) no-repeat;
    background-size: 100% 100%;
  }
}