@media screen and (min-width: 100px) and (max-width: 1024px) {
  #app-wrap {
    font-size: 14px;
  }
  #app-wrap .app-header {
    background: url(mobile-title-bg.png) no-repeat center;
    background-size: 100% 100%;
  }
  #app-wrap .app-header .rs-htitle {
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #app-wrap .app-header .rs-htitle img {
    height: 53px;
  }
  #app-wrap .app-header .rs-search {
    height: 49px;
    background: #00a9dd;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #app-wrap .app-header .rs-search .rs-ipt {
    width: 82%;
    height: 28px;
    border: none;
    outline: none;
    text-align: center;
  }
  #app-wrap .app-header .rs-search .rs-ss-mg {
    height: 30px;
    margin: 0;
    padding: 0;
  }
  #app-wrap .rs-footer {
    background: #00a9dd;
    padding: 10px;
  }
  #app-wrap .rs-footer .rs-ftext {
    text-align: center;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #ffffff;
  }
  #app-wrap .rs-footer .rs-fimg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
  }
  #app-wrap .rs-footer .rs-fimg img {
    height: 35px;
    margin-left: 20px;
    margin: 0;
  }
}
