﻿.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;
}
/*.ShouMap .search {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #eee;
    display: flex;
}

.ShouMap .search input {
    float: left;
    line-height: 48px;
    font-size: 14px;
    border: none;
    width: 230px;
}

.ShouMap .search button {
    float: left;
    width: 30px;
    height: 48px;
    background: none;
    border: none;
    
    cursor: pointer;
}*/
.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: 506px;
  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 .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;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.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;
}
.normalMark.active .down {
  border-color: #e4393c transparent transparent transparent !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;
}
.left-house-list {
  width: 348px;
  left: 24px;
  top: 74px;
  display: none;
}
.left-house-list .flex-col {
  border-top: 1px solid #f5f5f6;
  display: flex;
  flex-direction: column;
}
.left-house-list .flex-col .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-house-list .flex-col > * {
  width: 100%;
}
.left-house-list .fr-loupan {
  padding: 16px 16px 0;
  font-size: 12px;
}
.left-house-list .fr-loupan .flex {
  margin-bottom: 5px;
}
.left-house-list .fr-loupan .name {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  color: #222;
}
.left-house-list .fr-loupan .name .layui-icon {
  color: #ccc;
}
.left-house-list .fr-loupan .name:hover {
  color: #0079fe;
}
.left-house-list .fr-loupan .refer {
  color: #222;
}
.left-house-list .fr-loupan .tag {
  color: #999;
}
.left-house-list .fr-loupan .average-price {
  color: #f95640;
}
.left-house-list .fr-sort {
  margin-top: 10px;
  padding: 0 16px;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.left-house-list .fr-sort .flex {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #222;
  cursor: pointer;
}
.left-house-list .fr-sort .flex.active {
  color: #0079fe;
}
.left-house-list .fr-sort .flex.active .layui-icon {
  color: #0079fe;
}
.left-house-list .fr-sort .flex .layui-icon {
  font-size: 12px;
  height: 10px;
  margin-left: 2px;
  color: #ccc;
}
.left-house-list .fr-sort .flex[data-sord=asc] .layui-icon {
  height: 14px;
  transform: rotate(180deg);
  height: 12px;
}
.left-house-list .list {
  flex: 1;
  height: 650px;
  max-height: 650px;
  overflow-x: hidden;
  overflow-y: auto;
}
.left-house-list .container {
  width: 100%;
  padding: 0;
}
.left-house-list .house-list-head {
  width: 100%;
  padding: 20px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.left-house-list .house-list-head h2 {
  font-size: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.left-house-list .house-list-head span {
  font-size: 12px;
  display: inline-block;
  color: #666;
  font-weight: normal;
}
.left-house-list .house-list-head p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}
.left-house-list .house-list-wrap-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-left: 20px;
}
.left-house-list .house-list-wrap-title em {
  color: #00a75b;
}
.left-house-list .house-list-tabs-btn {
  width: 100%;
  margin: 15px 0 0;
  padding-left: 20px;
}
.left-house-list .house-list-tabs-btn a {
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  margin-right: 20px;
  cursor: pointer;
}
.left-house-list .house-list-tabs-btn .tabs-active {
  color: #00a75b;
}
.left-house-list .tabs-item li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.left-house-list .tabs-item li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.left-house-list .tabs-item li img {
  margin-right: 15px;
}
.left-house-list .tabs-item li a {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.left-house-list .tabs-item li div strong {
  font-size: 18px;
  font-weight: bold;
  color: #df1e1e;
  margin-bottom: 10px;
  display: inline-block;
}
.left-house-list .tabs-item li div p {
  font-size: 12px;
  color: #333;
  line-height: 22px;
}
.left-house-list .tabs-item li div div {
  margin-top: 10px;
}
.left-house-list .tabs-item li div div span {
  float: left;
  font-size: 12px;
  line-height: 16px;
  padding: 0 2px;
  background: #e1f5f8;
  color: #39becd;
  margin-right: 5px;
}
.left-house-list .tabs-list {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.left-house-list .find-house {
  padding: 0 16px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.left-house-list .find-house .num {
  color: #0079fe;
}
.left-house-list .find-house i {
  padding: 0 10px;
  cursor: pointer;
}
.left-house-list .FenYe {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.left-house-list .FenYe .layui-box > a,
.left-house-list .FenYe .layui-box > span {
  padding: 0 10px;
}
/*.ShouMap .left-house-close {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
    background: #fff;
}

.ShouMap .left-house-close span {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 3px solid #555;
    left: 50%;
    top: 50%;
    border-left: none;
    border-bottom: none;
    transform: translate(-70%, -50%) rotate(45deg);
}*/
.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;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  white-space: nowrap;
  font-size: 14px;
  z-index: 1;
  text-align: center;
  line-height: 26px;
  padding-top: 4px;
  box-sizing: border-box;
  user-select: none;
}
.QuYu p:nth-child(1),
.ShangQuan p:nth-child(1) {
  margin-top: 10px;
}
.QuYu p:nth-child(2),
.ShangQuan p:nth-child(2) {
  color: #ddd;
  margin-top: -5px;
}
.QuYu:hover,
.ShangQuan:hover {
  background-color: rgba(250, 87, 65, 0.9) !important;
}
.normalMark {
  position: absolute;
  background: #0079fe;
  color: #ffffff;
  white-space: nowrap;
  font-size: 12px;
}
.normalMark .LouPanName {
  padding: 4px 8px;
  background: #0079fe;
}
.normalMark .Tao {
  padding: 4px 8px;
  background: #19be6b;
}
.normalMark .down {
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: #0079fe transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 19px;
}
.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 .LouPanName {
  background: #fa5741;
}
.fangruan-Home {
  padding-left: 15px;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 0px;
}
.lyear-checkbox,
.lyear-radio {
  display: block;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  padding-left: 24px;
  font-weight: 400;
  min-height: 30px;
  height: auto !important;
  line-height: 20px !important;
  width: 25%;
  text-align: left;
}
.GengDuoMap .example-box .lyear-checkbox,
.GengDuoMap .example-box .lyear-radio {
  width: 150px;
  float: left;
}
.tag-span {
  margin-right: 5px;
}