/*# sourceMappingURL=home_index.css.map */
html,
body {
  width: 100%;
  height: 100%;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* 轮播图 */
.swiper {
  z-index: 0 !important;
}
@media screen and (max-width: 750px) {
  .m_mobile_box {
    font-size: 0.13rem;
    color: #333;
    background: #F8F8F8;
  }
  .m_mobile_box .m_top_img {
    width: 100%;
    height: 0.73rem;
  }
  .m_mobile_box .m_main {
    padding: 0 0.15rem;
  }
  .m_mobile_box .m_main .m_nav {
    font-size: 0.13rem;
    color: #666;
    margin: 0.2rem 0;
  }
  .m_mobile_box .m_main .m_title {
    font-size: 0.17rem;
    font-weight: bold;
    color: #224397;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .m_mobile_box .m_main .m_content {
    background-color: #fff;
    border-radius: 5px;
    min-height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.2rem 0.15rem 0.3rem;
    margin-bottom: 0.2rem;
  }
  .m_mobile_box .m_main .m_content .m_img_item {
    width: 1.575rem;
    height: 0.5rem;
  }
}

/*# sourceMappingURL=m_home_map.css.map */
