html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.warp2 {
  height: calc(100vh - 120px) !important;
  min-height: 600px;
  position: relative !important;
  display: flex !important;
}

.fmap-control {
  position: relative;
  width: 100%;
  min-height: 600px;
  height: 100%;
  display: flex;
}
.building-popup .popup-addr i, .building-popup .popup-area i{
   float: left;margin-top: 5px;
    margin-right: 5px;   
}
.fmap-list .item-addr i, .fmap-list .item-area i{
   margin-top: 3px;
    float: left;
    margin-right: 5px; 
}
.fmap-galery {
  width: 420px;
    padding: 0 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    background: #fff;
  border-right: 1px solid #e5e5e5;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 10;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fmap-hd2 {
 height: 42px;
    padding-top: 20px;
    line-height: 42px;
    padding-bottom: 20px;
}
/* chrome、edge、safari 滚动条 */
.fmap-list::-webkit-scrollbar {
  width: 6px; /* 纵向滚动条宽度 */
  height: 6px;/* 横向滚动条高度 */
}
/* 滚动条轨道 */
.fmap-list::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}
/* 滚动滑块 */
.fmap-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
/* hover滑块加深 */
.fmap-list::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* firefox 兼容 */
.fmap-list {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f5f5f5;
}


.fmap-list::-webkit-scrollbar {
  display: none;
}
.fmap-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


.fmap-list::-webkit-scrollbar-track {
  background: #2a2a2a;
}
.fmap-list::-webkit-scrollbar-thumb {
  background: #555;
}
.fmap-list {
  scrollbar-color: #555 #2a2a2a;
}

.fmap-count {
  font-size: 14px;
  color: #666;
  margin: 0;
  display: inline-block;
  line-height: 32px;
}

.fmap-count strong {
  color: #ff6600;
  font-size: 18px;
  margin: 0 4px;
}

.spanlist {
  background: #fafafa;
    float: right;
    border-radius: 20px;
}

.spanlist span {
      display: inline-block;
    width: 108px;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    float: left;
}

.spanlist span.cur {
  background: #CDEDFC;
}

.spanlist .price::after {
  content: '↕';
  margin-left: 4px;
  font-size: 11px;
  color: inherit;
}

.spanlist .price.asc::after {
  content: '↑';
}

.spanlist .price.desc::after {
  content: '↓';
}

.fmap-list {
  flex: 1;
  overflow-y: auto;
  padding: 10px 0;
}

.fmap-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fmap-list li {
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
  overflow: hidden;
}

.fmap-list li:hover {
  background: #f5faff;
}

.fmap-list li.active {
  background: #e6f7ff;
  border-left: 3px solid #1890ff;
}

.fmap-list .item-img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 6px;
}

.fmap-list .item-img img {
    border-radius: 15px;
  width: 120px;
  height: 100px;
  object-fit: cover;
}

.fmap-list .item-info {
  overflow: hidden;
}

.fmap-list .item-title {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
}

.fmap-list .item-title .title-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.fmap-list .item-price {
  font-size: 12px;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.4;
}

.fmap-list .item-price .price-num {
  color: #ff4d4f;
  font-size: 18px;
  font-weight: bold;
  margin-right: 2px;
}

.fmap-list .item-price .price-unit {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}

.fmap-list .item-addr,
.fmap-list .item-area {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



.item-link-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.item-link-icon::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

.loc-icon {
  display: inline-block;
  width: 12px;
  height: 14px;
  position: relative;
  margin-right: 4px;
  vertical-align: middle;
}

.loc-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 2px solid #1890ff;
  border-radius: 50%;
}

.loc-icon::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #1890ff;
}

.area-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231890ff' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 2h2v2h-2V5zm0 4h2v2h-2V9zm0 4h2v2h-2v-2zM9 5h2v2H9V5zm0 4h2v2H9V9zm0 4h2v2H9v-2z'/%3E%3C/svg%3E");
}

#allmap {
  width: calc(100% - 460px) !important;
  height: 100% !important;
  min-height: 600px;
  position: absolute !important;
  left: 460px !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 1;
}

.flex-1 {
  position: relative !important;
  height: 100% !important;
  flex: 1 !important;
}

.filter_box_abs {
  position: absolute !important;
  top: 20px !important;
  left: 460px !important;
  right: 20px !important;
  z-index: 100;
  display: block;
}

.searchlista {
  margin-bottom: 0;
  float: right;
}

.filter_box {
  display: flex;
  gap: 0;
  background: none;
  border-radius: 0;
  padding: 10px 0 0 0;
  margin-right: 0;
  clear: both;
  position: absolute;
    top: 80px;
    z-index: 9999999;
    left: 20%;
    height: 50px;
}

.inp-search {
  position: relative;
  width: 470px;
  height: 52px;
  margin: 0;
  padding: 0;
}

.inp-search .txt_search {
  position: relative;
  width: 470px;
  height: 52px;
  display: inline-block;
}

.inp-search .txt_search input {
  width: 450px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 65px;
  background: #fff;
  border: none;
  outline: none;
  text-indent: 20px;
  box-sizing: content-box;
}

.inp-search .s1 {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 95px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 20px;
  background: #2bbcfe;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: normal;
}

.k--select {
  flex: none;
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(104, 126, 148, 0.9);
  border-radius: 20px;
  padding: 0 10px 0 20px;
  height: 50px;
  min-width: 202px;
  box-sizing: border-box;
}

.filter_box > .k--select + .k--select {
  margin-left: 15px;
}

.k--select label {
  color: #fff;
  font-size: 14px;
  margin-right: 1px;
  white-space: nowrap;
  font-weight: normal;
  padding: 0;
  border-right: none;
  line-height: 21px;
}

.k-dropdown {
  display: flex;
  position: relative;
  flex: 1;
  cursor: pointer;
  height: 100%;
  padding: 0 5px;
  align-items: center;
}

.k-dropdown > p {
  margin: 0;
  padding: 0 15px 0 5px;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  color: #bec4cc;
  cursor: pointer;
  position: relative;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 21px;
  width: 100%;
  text-align: right;
}

.k-dropdown > p img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  transition: transform 0.3s;
}

.k--select:hover .k-dropdown > p img {
  transform: translateY(-50%) rotate(180deg);
}

.k--menu {
  position: absolute;
  top: 50px;
  left: 50px;
  background: #fff;
  border-radius: 20px;
  margin-top: 0;
  padding: 5px;
  padding-top: 10px;
  list-style: none;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.43);
  display: none;
  z-index: 1000;
  width: 145px;
  text-align: center;
  font-size: 16px;
}

.k--select:hover .k--menu {
  display: block;
}

.k--menu li {
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  line-height: 28px;
  border-bottom: 1px solid #eee;
}

.k--menu li:last-child {
  border-bottom: 0;
}

.k--menu li:hover {
  color: #ff6600;
  background: none;
}

.k--menu li.cur {
  color: #ff6600;
  font-weight: bold;
  background: none;
}

.k--menu-item {
  position: relative;
}

.k--menu-item:hover .k--menu-s,
.k--menu-item .k--menu-s:hover {
  display: block;
}

.k--menu-s {
  background: #fff;
  position: absolute;
  top: 0;
  left: 145px;
  min-width: 145px;
  list-style: none;
  margin: 0;
  padding: 5px;
  text-align: center;
  border-radius: 0;
  box-shadow: 0px 0px 1px rgba(0,0,0,1);
  display: none;
  z-index: 1001;
  max-height: 190px;
  overflow-y: auto;
}

.k--menu-s::-webkit-scrollbar {
  width: 4px;
}

.k--menu-s::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0,0,0,0.2);
}

.k--menu-s::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1);
}

.k--menu-s li {
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  border-bottom: 1px solid #eee;
}

.k--menu-s li:last-child {
  border-bottom: 0;
}

.k--menu-s li:hover {
  color: #ff6600;
  background: none;
}

.k--menu-s li.cur {
  color: #ff6600;
  font-weight: bold;
  background: none;
}

.infinite-loading-container {
  text-align: center;
  padding: 15px 0;
}

#readMore {
  text-align: center;
  color: #1890ff;
  font-size: 13px;
  padding: 15px;
  cursor: pointer;
}

#readMore:hover {
  text-decoration: underline;
}

.custom-cluster-icon {
  background: transparent !important;
  border: none !important;
}

.cluster-marker {
  background-color: rgba(16, 159, 243, 0.84);
  border-radius: 50%;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0,0,0,0.5);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #fff;
  transition: background-color 0.2s ease;
  box-sizing: content-box;
  white-space: nowrap;
}

.cluster-marker:hover {
  background-color: rgba(243, 85, 16, 0.84);
}

.cluster-marker .cluster-text {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}

.cluster-marker .cluster-count-inline {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  display: block;
  font-style: normal;
}

.building-marker {
  background: rgba(25, 148, 214, 1);
  color: #fff;
  text-shadow: 0 1px 5px rgba(0,0,0,0.5);
  padding: 5px 2px 9px 5px;
  border-radius: 0;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
  font-weight: normal;
  min-width: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
}

.building-marker:hover,
.building-marker.active {
  background: rgba(243, 85, 16, 0.84);
}

.building-marker::after {
  content: ' ';
  position: absolute;
  bottom: -19px;
  left: 35px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(25, 148, 214, 0.7) transparent transparent transparent;
}

.building-marker:hover::after,
.building-marker.active::after {
  border-color: rgba(243, 85, 16, 0.84) transparent transparent transparent;
}

.building-popup {
  width: 430px;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  padding: 14px;
  box-sizing: border-box;
}

.building-popup .popup-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.building-popup .popup-left {
  flex: none;
}

.building-popup .popup-img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 25px;
  display: block;
}

.building-popup .popup-right {
  flex: 1;
  margin-left: 15px;
  min-width: 0;
}

.building-popup .popup-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.building-popup .popup-price {
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.4;
}

.building-popup .popup-price-num {
  color: #ff4d4f;
  font-size: 19px;
  font-weight: bold;
  margin-right: 2px;
}

.building-popup .popup-price-unit {
  color: #333;
}

.building-popup .popup-addr,
.building-popup .popup-area {
  font-size: 16px;
  color: #999;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.building-popup .popup-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.building-popup .popup-icon-loc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231890ff' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
}

.building-popup .popup-icon-area {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231890ff' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 2h2v2h-2V5zm0 4h2v2h-2V9zm0 4h2v2h-2v-2zM9 5h2v2H9V5zm0 4h2v2H9V9zm0 4h2v2H9v-2z'/%3E%3C/svg%3E");
}
.leaflet-container a.leaflet-popup-close-button{top:10px!important;right:15px!important;}
.leaflet-popup-content-wrapper {
  border-radius: 22px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  border: 1px solid #e5e5e5;
  padding: 0;
  overflow: hidden;
}

.leaflet-popup-content {
  margin: 0 !important;
  width: auto !important;
}

.leaflet-popup-tip {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.leaflet-control-zoom {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border: 1px solid #e5e5e5;
}

.leaflet-control-zoom a {
  background: #fff;
  color: #333;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}

.leaflet-control-zoom a:hover {
  background: #f5f5f5;
}

.leaflet-control-zoom a:first-child {
  border-radius: 3px 3px 0 0;
}

.leaflet-control-zoom a:last-child {
  border-radius: 0 0 3px 3px;
  border-bottom: none;
}