@media screen and (min-width: 100px) and (max-width: 1200px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
    width: 100%;
  }
  #app-wrap .container-footer {
    height: auto !important;
  }
  #app-wrap .container-footer .bottom .title {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  #app-wrap .container-footer .logo .logo-icon2 {
    width: 70px !important;
    height: 34px !important;
  }
  .m_main {
    background-color: #fff;
    padding: 5px 0 15px 0;
    margin: 10px 0;
  }
  .m_logo {
    width: 96px;
    height: 40px;
    display: inline-block;
    background-image: url(./header-logo.png);
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .m_dwName {
    margin: 0 auto;
  }
  .m_dwName li {
    height: 40px;
    line-height: 40px;
  }
  .m_dwName li a {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
  }
  .m_dwName li a::before {
    content: " ";
    width: 8px;
    height: 8px;
    background-color: #1892ff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
  }
  .m_dwName li a:hover {
    background: #e7f0f3;
  }
}/*# sourceMappingURL=m_index.css.map */