﻿/*房软周边地图专用样式*/
.BaRuanMap .around {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(13, 3, 9, 0.2);
  border-radius: 2px;
  margin-top: 15px;
  line-height: 1;
  padding: 10px;
}
.BaRuanMap .around .content {
  width: 928px;
  margin: 0 auto;
  padding: 32px 0;
}
.BaRuanMap .around .content .title {
  font-size: 22px;
}
.BaRuanMap .detail-map {
  width: 948px;
  border: 1px solid #ddd;
  margin: 0 auto;
}
.BaRuanMap .detail-map .map-box .map-content {
  width: 671px;
}
.BaRuanMap .map-indicator {
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
}
.BaRuanMap .map_around_keyword_tab {
  background: #fff;
  display: flex;
}
.BaRuanMap .map_around_keyword_tab .fangruan-map-ico {
  margin: 8px auto 4px;
}
.BaRuanMap .map_around_keyword_tab .fangruan-map-title {
  font-size: 12px;
  color: #101d3799;
}
.BaRuanMap .map_around_keyword_tab a {
  float: left;
  display: block;
  /*padding:0 12px;*/
  text-align: center;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  flex: 1;
  height: 48px;
}
.BaRuanMap .map_around_keyword_tab .on {
  background: #000;
  color: #fff;
  position: relative;
  cursor: default;
  text-decoration: none;
}
.BaRuanMap .map_around_keyword_tab .on .fangruan-map-title {
  color: #fff;
}
.BaRuanMap .map_around_distance_tab {
  padding: 5px 0 5px 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.BaRuanMap .map_around_distance_tab a {
  text-decoration: none;
  width: 50px;
  text-align: center;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  color: #555;
  border-raiuds: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.BaRuanMap .map_around_distance_tab a:hover {
  text-decoration: none;
}
.BaRuanMap .map_around_distance_tab a.on {
  background-color: #000;
  color: #fff;
}
.BaRuanMap .map-content {
  width: 890px;
  height: 520px;
}
.BaRuanMap .map_popInfoWin_title {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.BaRuanMap .clear:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.BaRuanMap .env-list {
  padding: 0;
  width: 310px;
  height: 360px;
  overflow: auto;
  font-size: 12px;
  color: #333;
  font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
  background: #fff;
}
.BaRuanMap .env-list .noData {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.BaRuanMap .env-list .loading {
  background: url(../images/loading.gif) no-repeat left top;
  background-size: 30px 30px;
  margin: 50px auto;
  width: 82px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #aaa;
  padding-left: 36px;
}
.BaRuanMap .env-list h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 8px 8px 8px;
  margin-top: 20px;
}
.BaRuanMap .env-list h3:first-of-type {
  margin-top: 0;
}
.BaRuanMap .env-list dt {
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  cursor: pointer;
  margin-top: 1px;
}
.BaRuanMap .env-list dt.on {
  color: #FF9A1B;
  background-color: #f6f6f6;
}
.BaRuanMap .env-list dt.hover {
  background-color: #f6f6f6;
}
.BaRuanMap .env-list dt h4 {
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 34px;
  line-height: 34px;
}
.BaRuanMap .env-list dt h4 i {
  height: 24px;
  line-height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  margin-right: 3px;
  display: inline-block;
  letter-spacing: -1px;
  text-align: center;
}
.BaRuanMap .env-list dt.on h4 i {
  background: #FF9A1B;
}
.BaRuanMap dl,
.BaRuanMap dt,
.BaRuanMap dd,
.BaRuanMap ul,
.BaRuanMap ol,
.BaRuanMap li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.BaRuanMap h1,
.BaRuanMap h2,
.BaRuanMap h3,
.BaRuanMap h4,
.BaRuanMap h5,
.BaRuanMap h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
.BaRuanMap em,
.BaRuanMap i,
.BaRuanMap b,
.BaRuanMap strong {
  font-weight: 400;
  font-style: normal;
}
.BaRuanMap a {
  text-decoration: none;
  outline: none;
}
.BaRuanMap a:focus {
  outline: none;
}
.BaRuanMap .left {
  float: left;
}
.fangruan-map-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  line-height: 24px;
  border-radius: 2px;
  padding: 10px 14px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background-color: #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  font-weight: 900;
}
.fangruan-map-name:before {
  content: "";
  background: #000;
  position: absolute;
}
.fangruan-map-name:before {
  width: 18px;
  height: 12px;
  bottom: 1px;
  left: 40%;
  z-index: 2;
}
.fangruan-map-name:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  bottom: -24px;
  left: 50%;
  margin-left: -7px;
}
.arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -5px;
  left: 50%;
  background: #000;
  margin-left: -5px;
  display: inline-block;
  box-shadow: 0 0 6px 0 rgba(13, 4, 9, 0.2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: 3px;
}
.BaRuanMap .around .clear {
  position: relative;
}
.BaRuanMap .around .clear .fangruan-right-list {
  position: absolute;
  top: 50px;
  right: 20px;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}