/*# 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;
	display: inline-block;
	padding-bottom: 0.1rem;
	border-bottom: #FEAE76 0.02rem solid;
	position: relative;
	z-index: 3;
	color: #0F45AE;
  }
  .m_content_bl {
    width: 100%;
    height: 0.005rem;
    background-color: #eee;
    position: relative;
    top: -0.013rem;
    z-index: 0;
	margin-bottom: 0.2rem;
  }
  .m_mobile_box .m_main .m_content {
    background-color: #fff;
    border-radius: 5px;
    min-height: 1rem;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-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.570rem;
    height: 0.5rem;
  }

}

/*# sourceMappingURL=m_home_map.css.map */
