﻿.anchorBL {
  display: none;
}
.select1 {
  left: 0px;
  top: 48px;
  display: none;
  height: auto;
  overflow: auto;
  padding-left: 0px;
  z-index: 999;
  position: absolute;
  border: 1px solid #eee;
  width: 487px;
  background: #fff;
}
.select1 li {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px dashed #d7d7d7;
}
.select1 li:hover {
  color: #fff;
  background: #4284d9;
}
* {
  margin: 0;
  padding: 0;
}
input,
button {
  outline: none;
}
li {
  list-style: none;
}
em {
  font-style: normal;
}
.menu {
  position: absolute;
  right: 0px;
  line-height: 48px;
}
.MapBtn {
  background-color: #0079fe;
  border-color: #0079fe;
  color: #fff;
  padding: 8px 12px;
  letter-spacing: 1px;
  border-radius: 2px;
  outline: none !important;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  cursor: pointer;
}
.MapBtn:hover {
  background-color: #0093ef;
  border-color: #0093ef;
}
.ShouMap .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ShouMap .filtrate {
  width: 100%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
}
.ShouMap .filtrate .search-panel {
  width: 348px;
  position: absolute;
  left: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}
.ShouMap .filtrate .search-panel .dropdown-house-type {
  width: 100px;
  height: 46px;
  color: #333;
  line-height: 46px;
  padding: 0 15px 0 25px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.ShouMap .filtrate .search-panel .dropdown-house-type::after {
  position: absolute;
  content: '';
  right: 0;
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ccc;
}
.ShouMap .filtrate .search-panel .dropdown-house-type i {
  margin-left: 2px;
}
.ShouMap .filtrate .search-panel .search-bar {
  display: flex;
  align-items: center;
  padding: 0 5px 0 15px;
  flex: 1;
}
.ShouMap .filtrate .search-panel .search-bar .input {
  flex: 1;
  height: 30px;
  border-color: transparent;
  font-size: 12px;
}
.ShouMap .filtrate .search-panel .search-bar .input:hover {
  border-color: #ccc;
}
.ShouMap .filtrate .search-panel .search-bar .input::placeholder {
  color: #999;
}
.ShouMap .filtrate .search-panel .search-bar .layui-icon {
  margin-left: 10px;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}
.search-dropdown {
  min-width: 348px;
  left: 24px;
  top: 74px;
  display: none;
}
.search-dropdown > .layui-dropdown-menu {
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  overflow-x: hidden;
}
.ShouMap .filtrate-list {
  position: absolute;
  left: 381px;
  top: 24px;
  width: 406px;
  height: 47px;
  display: flex;
  align-items: center;
}
.ShouMap .filtrate-list li {
  text-align: center;
  padding: 0 25px;
  cursor: pointer;
}
.ShouMap .filtrate-list li > span {
  display: inline-block;
  line-height: 48px;
  font-size: 14px;
  color: #333;
}
.ShouMap .filtrate-detail {
  width: 406px;
  box-sizing: border-box;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 9999;
  background: #fff;
  font-size: 12px;
  padding: 0 20px;
  border-top: 1px solid #eee;
  display: none;
}
.ShouMap .filtrate-detail .example-box {
  padding: 20px 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.ShouMap .filtrate-detail .example-box .lyear-radio {
  width: 33%;
  margin: 10px 0 0;
  padding: 0;
  height: 30px;
}
.ShouMap .money {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ShouMap .money li {
  width: 33%;
  text-align: left;
  border-right: none;
  padding: 0;
  line-height: 30px;
  padding-left: 16px;
  box-sizing: border-box;
  position: relative;
}
.ShouMap .money li p {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ShouMap .money .checked {
  color: #0079fe;
}
.ShouMap .money .checked p::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #0079fe;
}
.ShouMap .scope {
  text-align: left;
  margin-top: 20px;
}
.ShouMap .scope input {
  width: 74px;
  height: 34px;
  margin: 0 5px;
  padding-left: 10px;
}
.ShouMap .filtrate-btn {
  float: right;
  margin: 20px 0;
}
.ShouMap .filtrate-btn a {
  float: left;
  margin-left: 30px;
  font-size: 14px;
  line-height: unset;
}
.ShouMap .sure {
  color: #0079fe;
}
.ShouMap .show .filtrate-detail {
  display: block !important;
}
.ShouMap .more-filtrate {
  text-align: left;
}
.ShouMap .more-filtrate em {
  height: 40px;
  line-height: 50px;
  width: 70px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.ShouMap .more-filtrate .money {
  width: unset;
  border-bottom: none;
  padding-top: 0;
}
.ShouMap .more-filtrate:nth-last-child(2) {
  border-bottom: 1px solid #eee;
}
.ShouMap .normalMark:hover {
  z-index: 999999 !important;
  background: #e4393c !important;
}
.ShouMap .circleMark:hover {
  z-index: 999999 !important;
  background: #e4393c !important;
}
.ShouMap .normalMark:hover .down {
  border-color: #e4393c transparent transparent transparent !important;
}
.ShouMap .normalMark.active {
  z-index: 999999 !important;
  background: #e4393c !important;
}
.ShouMap .normalMark:hover .normalMarkDetail {
  display: block !important;
}
.ShouMap .normalMarkDetail {
  display: none;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -700%;
  transform: translateX(-50%);
  width: 350px;
  padding: 20px;
}
.ShouMap .normalMarkDetail img {
  float: left;
  width: 136px;
  height: 100px;
}
.ShouMap .normalMarkDetail div {
  margin-left: 15px;
  float: left;
  color: #333;
}
.ShouMap .normalMarkDetail div p:nth-of-type(1) {
  margin-top: 20px;
}
.ShouMap .normalMarkDetail div p {
  font-size: 14px;
  line-height: 24px;
}
.ShouMap .searchs .last {
  color: #999;
  line-height: 35px;
  width: 425px;
}
.ShouMap .fr {
  float: right;
}
.ShouMap .last .ditu {
  margin-top: 6px;
  margin-left: 10px;
  border-radius: 2px;
  height: 34px;
  padding: 0 15px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.ShouMap .last .hvr-bob-i-3 {
  background: #33cabb;
  border: 1px solid #33cabb;
}
.ShouMap .last .ditu a {
  color: #fff;
  display: block;
  text-overflow: inherit;
  white-space: inherit;
  overflow: auto;
  text-decoration: none;
}
.ShouMap .last .hvr-bob-i-2 {
  background: #fa3534;
  border: 1px solid #fa3534;
}
.ShouMap .last .hvr-bob-i-1 {
  background: #ff9900;
  border: 1px solid #ff9900;
}
.QuYu,
.ShangQuan {
  position: absolute;
  background: #0079fe;
  color: #ffffff;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 14px;
  z-index: 1;
  box-sizing: border-box;
  user-select: none;
  padding: 5px 10px;
}
.QuYu p:nth-child(1),
.ShangQuan p:nth-child(1) {
  font-weight: bold;
  font-size: 14px;
}
.QuYu p:nth-child(2),
.ShangQuan p:nth-child(2) {
  color: #ddd;
}
.QuYu:hover,
.ShangQuan:hover {
  background-color: rgba(250, 87, 65, 0.9) !important;
}
.normalMark {
  position: absolute;
  background: #20222A;
  color: #ffffff;
  white-space: nowrap;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
}
.normalMark .LouPanName {
  /* padding: 4px 8px;
        background: #0079fe;*/
}
.normalMark .JunJiaShouStr {
  padding-left: 5px;
}
.normalMark .Count {
  background: #fff;
  color: #000;
  padding: 2px 4px;
  border-radius: 5px;
  margin-left: 5px;
}
.normalMark .down {
  width: 0px;
  height: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: #20222A transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
}
.house-list-tabs-btn {
  overflow: hidden;
}
.house-list-tabs-btn .tabs-sort {
  float: left;
  cursor: pointer;
}
.house-list-tabs-btn .tabs-sort:not(.house-list-tabs-btn .tabs-sort:nth-child(1)) {
  margin-left: 10px;
}
.house-list-tabs-btn .tabs-sort .iconfont {
  color: #999;
  font-size: 12px;
}
.IsGenJin {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  /* 子元素横向排列 */
  justify-content: center;
  /* 相对父元素水平居中 */
  align-items: center;
}
.IsGenJin .IsGenJinBox {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}
.IsGenJin .IsGenJinBox .TipIcon .iconfont {
  font-size: 50px;
}
.IsGenJin .IsGenJinBox .Tips {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.IsGenJin .IsGenJinBox .fr_btn {
  margin-top: 20px;
}
.IsGenJin .IsGenJinBox .fr_btn .btn {
  width: 100%;
  padding: 12px;
}
.ditu-header {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 9;
}
.ditu-header .header-item {
  width: 380px;
  height: 50px;
  line-height: 36px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
}
.ditu-header .header-item .MenuV2 ul {
  overflow: hidden;
}
.ditu-header .header-item .MenuV2 ul li {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.ditu-header .header-item .MenuV2 ul .active {
  color: #0079fe;
  cursor: initial;
}
.ditu-header .header-item .searchV2 {
  margin-left: 10px;
  width: 213px;
}
.ditu-header .header-item .searchV2 .iconfont {
  position: absolute;
  top: 6px;
  right: 43px;
  color: #ccc;
}
.active {
  background: #0079fe !important;
}
.normalMark.active .down {
  border-color: #0079fe transparent transparent transparent !important;
}
.searchV3 {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
.searchV3 .searchLouPan {
  float: left;
  width: 280px;
}
.searchV3 .search-item {
  float: left;
  margin-left: 50px;
}
.searchV3 .search-item ul {
  overflow: hidden;
  height: 32px;
  line-height: 32px;
}
.searchV3 .search-item ul li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.searchV3 .search-item ul li .iconfont {
  font-size: 12px;
}
.searchV3 .Menu-item {
  position: absolute;
  top: 9px;
  right: 20px;
}
.searchV3 .Menu-item ul {
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 4px;
  padding: 5px 10px;
}
.searchV3 .Menu-item ul li {
  float: left;
  cursor: pointer;
  width: 50px;
  text-align: center;
}
.ShouJiaHtml {
  position: absolute;
  top: 60px;
  background: #fff;
  width: 400px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  left: 340px;
  z-index: 9;
  padding: 10px;
  display: none;
}
.ShouJiaHtml .checkbox-inline,
.ShouJiaHtml .radio-inline {
  margin-top: 0;
  margin-left: 0px;
  width: 115px;
  margin-bottom: 10px;
}
.ShouJiaHtml .ShouJiainput {
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
  padding-top: 10px;
}
.ShouJiaHtml .ShouJiainput .ShouJiainput-l {
  float: left;
  width: 260px;
  display: flex;
}
.ShouJiaHtml .ShouJiainput .ShouJiainput-r {
  float: right;
  display: flex;
  height: 32px;
  line-height: 32px;
}
.ShouJiaHtml .ShouJiainput .ShouJiainput-r .quxiao {
  cursor: pointer;
  margin-right: 10px;
}
.ShouJiaHtml .ShouJiainput .ShouJiainput-r .queding {
  cursor: pointer;
}
.MianJiHtml {
  position: absolute;
  top: 60px;
  background: #fff;
  width: 400px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  left: 408px;
  z-index: 9;
  padding: 10px;
  display: none;
}
.MianJiHtml .checkbox-inline,
.MianJiHtml .radio-inline {
  margin-top: 0;
  margin-left: 0px;
  width: 115px;
  margin-bottom: 10px;
}
.MianJiHtml .ShouJiainput {
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
  padding-top: 10px;
}
.MianJiHtml .ShouJiainput .ShouJiainput-l {
  float: left;
  width: 260px;
  display: flex;
}
.MianJiHtml .ShouJiainput .ShouJiainput-r {
  float: right;
  display: flex;
  height: 32px;
  line-height: 32px;
}
.MianJiHtml .ShouJiainput .ShouJiainput-r .quxiao {
  cursor: pointer;
  margin-right: 10px;
}
.MianJiHtml .ShouJiainput .ShouJiainput-r .queding {
  cursor: pointer;
}
.HuXingHtml {
  position: absolute;
  top: 60px;
  background: #fff;
  width: 400px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  left: 482px;
  z-index: 9;
  padding: 10px;
  display: none;
}
.HuXingHtml .checkbox-inline,
.HuXingHtml .radio-inline {
  margin-top: 0;
  margin-left: 0px;
  width: 115px;
  margin-bottom: 10px;
}
.HuXingHtml .ShouJiainput {
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
  padding-top: 10px;
}
.HuXingHtml .ShouJiainput .ShouJiainput-l {
  float: left;
  width: 260px;
  display: flex;
}
.HuXingHtml .ShouJiainput .ShouJiainput-r {
  float: right;
  display: flex;
  height: 32px;
  line-height: 32px;
}
.HuXingHtml .ShouJiainput .ShouJiainput-r .quxiao {
  cursor: pointer;
  margin-right: 10px;
}
.HuXingHtml .ShouJiainput .ShouJiainput-r .queding {
  cursor: pointer;
}
.GengDuoHtml {
  position: absolute;
  top: 60px;
  background: #fff;
  width: 400px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  left: 560px;
  z-index: 9;
  padding: 10px;
  display: none;
}
.GengDuoHtml .GengDuo-item {
  padding-bottom: 5px;
}
.GengDuoHtml .checkbox-inline,
.GengDuoHtml .radio-inline {
  margin-top: 0;
  margin-left: 0px;
  width: 115px;
  margin-bottom: 10px;
}
.GengDuoHtml .ShouJiainput {
  border-top: 1px solid #f0f0f0;
  overflow: hidden;
  padding-top: 10px;
}
.GengDuoHtml .ShouJiainput .ShouJiainput-l {
  float: left;
  width: 260px;
  display: flex;
}
.GengDuoHtml .ShouJiainput .ShouJiainput-r {
  float: right;
  display: flex;
  height: 32px;
  line-height: 32px;
}
.GengDuoHtml .ShouJiainput .ShouJiainput-r .quxiao {
  cursor: pointer;
  margin-right: 10px;
}
.GengDuoHtml .ShouJiainput .ShouJiainput-r .queding {
  cursor: pointer;
}
.select_color {
  color: #0079fe !important;
}
.fangruan-tab-Menu {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.fangruan-tab-Menu ul {
  position: relative;
  left: 0;
  height: 32px;
  white-space: nowrap;
  font-size: 0;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-align: center;
}
.fangruan-tab-Menu ul li {
  display: inline-block;
  border: 1px solid #0079fe;
  color: #0079fe;
  font-size: 14px;
  transition: all 0.2s;
  line-height: 34px;
  position: relative;
  line-height: 30px;
  min-width: 50px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
  border-left: 0px solid #0079fe;
  border-right: 0px solid #0079fe;
  background: #fff;
}
.fangruan-tab-Menu ul li:nth-child(1) {
  border-radius: 5px 0px 0px 5px;
  border-left: 1px solid #0079fe;
}
.fangruan-tab-Menu ul li:nth-last-child(1) {
  border-radius: 0px 5px 5px 0px;
  border-right: 1px solid #0079fe;
}