@media screen and (min-width: 100px) and (max-width: 1200px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
    background-color: #efefef;
  }
  .disNone {
    display: none;
  }
  .disBlock {
    display: block;
  }
  #app-wrap .container {
    background-image: url(./bottom-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    width: 100%;
  }
  #app-wrap .container .content {
    background-color: #efefef;
    padding: 0 16px;
  }
  #app-wrap .container .content .content-item {
    padding: 20px 20px 0px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
  }
  #app-wrap .container .content .content-item .item-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
  }
  #app-wrap .container .content .content-item .item-title span {
    position: relative;
    cursor: pointer;
    height: 100%;
    line-height: 40px;
    text-align: left;
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    font-size: 18px;
    color: #0287e6;
    border-bottom: 4px solid #0287e6;
  }
  #app-wrap .container .content .content-item .item-title a {
    display: block;
    margin-left: 10px;
  }
  #app-wrap .container .content .content-item .item-title a .more {
    border-top: 12px solid #1658a0;
    border-bottom: 0 solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  #app-wrap .container .content .content-item .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #app-wrap .container .content .content-item .item-list li {
    width: 49%;
    height: 60px;
    background: #f8faff;
    margin-bottom: 10px;
  }
  #app-wrap .container .content .content-item .item-list li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #app-wrap .container .content .content-item .item-list li a img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  #app-wrap .container .content .content-item .item-list li a span {
    width: 55%;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: bold;
    color: #262626;
  }
  #app-wrap .container .content .content-item .item-list .playNone {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  #app-wrap .container .content .content-item .item-list .playNone img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: transform 1s;
  }
  #app-wrap .container .content .content-item .item-list .playNone span {
    line-height: 30px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #000;
  }
  #app-wrap .container .content .content-item .item-list2 li {
    height: 80px;
    background: url(ztzl-bg2.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  #app-wrap .container .content .content-item .item-list2 li a .text {
    font-size: 16px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 8px;
  }
  #app-wrap .container .content .content-item .item-list2 li a .detail {
    width: 95px;
    color: #595959;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  #app-wrap .container .content .content-item .item-list2 li a .detail .icon {
    margin-left: 10px;
  }
  #app-wrap .container .content .content-item .item-list2 li a .detail .icon .color1 {
    color: #d9d9d9;
    line-height: 12px;
    letter-spacing: -10px;
  }
  #app-wrap .container .content .content-item .item-list2 li a .detail .icon .color2 {
    color: #bfbfbf;
    line-height: 12px;
    letter-spacing: -10px;
  }
  #app-wrap .container .content .content-item .item-list2 li a .detail .icon .color3 {
    color: #8c8c8c;
    line-height: 12px;
    letter-spacing: -10px;
  }
  #app-wrap .container .content .content-item .item-list2 li:last-child {
    margin-bottom: 0;
  }
  #app-wrap .container .content .content-item .toMore {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  #app-wrap .container .content .content-item .toMore span {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #999999;
  }
  #app-wrap .container .content .content-item .toMore img {
    width: 15px;
    height: auto;
    margin-left: 5px;
  }
  #app-wrap .container .content .process {
    margin: 20px 0;
  }
    #app-wrap .header .banner{
    background-size: 100% !important;
  }
}