@charset "UTF-8";
/**
  房源位置即周边
  begin
 */
body{
  margin: 0px auto;padding: 0px;font:400 12px/12px '微软雅黑';
}
p,h1,h2,h3,h4,h5,h6,ul,li,ol,li,input,button{
  margin: 0px;
  padding: 0px;
  list-style: none;
  outline: none;
}
img{
  display: inline-block;
}
a{
  text-decoration: none;
}
*{
  box-sizing: border-box;
}
/* 清除浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

.m-map {
  position: relative;
}

.m-map .map-shadow {
  height: 170px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-radius: 4px;
}

.m-map #allmap {
  height: 170px;
  width: 100%;
}
.surroun-map-header {
  height: 2.2rem;
  line-height: 2.2rem;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid #e5e5e5; }
  .surroun-map-header a {
    width: 1.1rem;
    height: 1.1rem;
    left: 0.75rem;
    position: absolute;
    display: inline-block; }
    .surroun-map-header a img {
      width: 100%;
      height: 100%; }
  .surroun-map-header h4 {
    font-size: 0.85rem;
    font-weight: normal;
    text-align: center; }

.surroun-map-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 2.45rem;
  line-height: 2.45rem; }
  .surroun-map-footer ul {
    box-sizing: content-box;
    padding-left: 1.35rem;
    padding-right: 1.35rem; }
    .surroun-map-footer ul li:last-child {
      padding-right: 4px; }
    .surroun-map-footer ul li {
      float: left;
      padding-right: 2.5rem; }
      .surroun-map-footer ul li img {
        width: 1.1rem;
        height: 1.85rem;
        vertical-align: middle; }

/**
  房源位置即周边
  end
 */

/*# sourceMappingURL=near.css.map */
