
.d-flex{
  display: flex;
}
.justify-content-between{
  justify-content: space-between;
}
.flex-1{
  flex: 1;
}

.h1-title a:visited {
  color: #999;
}
.lpmore{margin-left:5px;margin-bottom: -2px;}

#allmap {
  width: 100%;
  height: calc(100vh - 82px);
  overflow: hidden;
}
#allmap .BMapLabel{
  display: none !important;
}
#allmap.show_subway_marker .BMapLabel{
  display: inline !important;
}
#allmap.show_legend2 .legend-3,
#allmap.show_legend2 .legend-31,
#allmap.show_legend1 .legend-3,
#allmap.show_legend1 .legend-31{
  display: none !important;
}
#allmap .legend-3{
  display: none ;
}
#allmap.show_legend3 .legend-3{
  display: block;
}

/* #allmap .legend-2,
#allmap .legend-1
{
  opacity: 0 !important;
} */

path {
       stroke: red;
       stroke-opacity: 0.8;
    }
#allmap .legend-2,
#allmap .legend-1
{
  display: none ;
  /* opacity: 0 !important; */
}

#allmap.show_legend2 .legend-2,
#allmap.show_legend1 .legend-1
{
  /* opacity: 1 !important; */
  display: block;
}
.qblist{overflow: hidden;width:85%;}
.fmap-control {
  position: relative;
  width: 100%;
}
.w-100{color: #BEC4CC;text-align: right;
  width: 100%
}
.white-s-nowrap{
  white-space: nowrap;
}
.searchlista {position:relative;width:470px;}
.searchlista .s1 {
  position: absolute;
  right: 5px;
  top: 6px;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 95px;
 
  text-align: center;
  font-family: 微软雅黑;
  color: #fff;
  font-size: 20px;
  
  color: #fff;
  background: #2BBCFC;
  border-radius: 20px;
  cursor: pointer;
  vertical-align: top;
}

.filter_box {
  position: relative;
  left: -50%;
  top:20px;
}

.filter_box > div{
  margin-left: 15px;
  width: 205px;
  padding-right: 10px;
  height: 50px;
  color: #fff;
  border-radius: 20px;
  background: rgba(104,126,148,0.9);
}

.filter_box > div:first-child{
  margin-left: 15px;
  
}

.filter_box,
.f_btn {
  display: flex;
  justify-content: space-between;
}

.f_btn {
  cursor: pointer;
  margin-right: 15px;
}

.f_btn:hover {
  border: 1px rgba(67, 189, 247, 0.5) solid;
  transition: all cubic-bezier(0, 0.87, 1, 1) 0.21s;
  -webkit-transition: all cubic-bezier(0, 0.87, 1, 1) 0.21s;
  -moz-transition: all cubic-bezier(0, 0.87, 1, 1) 0.21s;
  -ms-transition: all cubic-bezier(0, 0.87, 1, 1) 0.21s;
  -o-transition: all cubic-bezier(0, 0.87, 1, 1) 0.21s;
}
.filter_box_abs{
  position: absolute;
  top: 20px;
  left: 50%;
  height: 50px;
}
.filter_box {
  width: 856px;

  padding: 10px 0;
  height: 100%;
 
}

.filter_box>div {
  height: 50px;
 position: relative;
  display: flex;
  
  align-items: center;
  justify-content: center;
  float: left;

}

.filter_box>div label {
  width: 36px;
  margin-right: 1px;
  margin-left: 20px;
}
.f_btn{
  float: right !important;
}
.filter_box>div select{width:140px!important;line-height: 30px;}
.filter_box>div select option {
border:0px;
line-height: 30px;
}
.f_btn,
.filter_box>div select, 
.filter_box .k-dropdown {
 cursor: pointer;
  height: 100%;    
  display: flex;
  width: 125px;
  padding-right: 10px;
  align-items: center;
  color: #000000;
  border:0px;
  background: none;
  text-align: right;
}
.k--select{
  width: 125px;
}
.filter_box .k-dropdown {
  padding: 0 5px;
}
.k--select .k--menu{
  position: absolute;
  top: 50px;
  font-size: 16px;
  left: 50px;
  background: white;
  padding: 5px;
  padding-top: 10px;
  width: 150px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #0000006e;
  display: none;
}
.k--select:hover .k--menu{
  display: block;
}
.filter_box .k--menu li:hover,
.filter_box .k--menu li.cur{
  color: #f60;
}
.filter_box .k--menu-item{
  position: relative;
}

.filter_box .k--menu-item:hover .k--menu-s,
.filter_box .k--menu-s:hover{
  display: block;
}
.filter_box .k--menu-s{
  position: absolute;
  top: 0%;
  left: 145px;
  background: white;
  padding: 5px;
  text-align: center;
  width: max-content;
  width: 145px;
  max-height:300px;
  display: none;

  box-shadow: 0px 0px 1px #000000;
  
  overflow-y: auto;
}
#xiala li{width:310px!important}
#xiala{width:350px!important;top:50px!important}
.filter_box .k-dropdown ul li{
  line-height: 28px;
  padding: 0 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.k-dropdown ul li:last-child{border-bottom:0px;}

.k-dropdown img{
  width: 10px;
   margin-top: 10px;  
   height: 7px;
  transition: 0.3s      
}
/* .k-dropdown:hover div{
  text-align: center;
  height: 40px;           
  transition: 0.5s
} */
.k-dropdown:hover img{
  transform: rotate(180deg);
  transition: 0.3s
}

.f_btn img {
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.f_btn p {
  margin-right: 10px;
  float: right;
}

.legend-1,
.legend-2 {
  position: absolute;
  background-color: rgba(43, 42, 174, 0.84);
  color: white;
  text-shadow: 0 2px 3px black;
  box-sizing: content-box;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.legend-1 {
  height: 80px;
  width: 80px;
  font-size: 14px;

}

.legend-2 {
  height: 70px;
  width: 70px;
  font-size: 12px;
}

.bmap_box {
  /* width: 170px; */
  position: absolute;
}

.legend-3, .legend-31 {
  background: rgba(25, 148, 214, 1);
  color: white;
  text-shadow: 0 1px 5px black;
  height: 35px;
  padding: 5px 2px 9px 5px;
  font-size: 13px;
  min-width: 70px;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.legend-31{
  display: none;
  text-shadow: unset;
}
.legend-31 span{
  margin-left: 10px;
  padding-left: 10px;
  background: white;
  color: black;
  padding: 5px;
 
}
.legend-3:hover, 
.legend-31:hover,
.legend-3.active {
  background:rgba(243, 85, 16, 0.84);
  z-index: '9999';
}

.legend-3::after,
.legend-31::after  {
  content: " ";
  position: absolute;
  bottom: -19px;
  /* At the bottom of the tooltip */
  left: 35px;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(25, 148, 214, 0.7) transparent transparent transparent;
}
.legend-3:hover::after,
.legend-3.active::after,
.legend-31:hover::after,
.legend-31.active::after {
  border-color: rgba(243, 85, 16, 0.84) transparent transparent transparent;
}
.info_box {
  width: 440px;
  padding: 20px;
  height: 160px;
  background: white;
  left: 0;
  border-radius: 20px;
  bottom: 27px;
  box-shadow: 6px -3px 10px -3px #504b4b;
  display: none;
  position: absolute; 
  overflow: hidden;
}
.info_box .dtu_info h2{    float: left;
  height: 35px;
  width: 100%;
  line-height: 35px;font-size:22px;}
 .info_box .dtu_info span{    float: left;
  height: 30px;
  width: 100%;
  line-height: 30px;font-size:16px;color:#666666;margin-bottom:5px;} 
  
     .info_box .dtu_info span strong{font-size:22px;color:#FF534F;}
.info_box .dtu_info p{    float: left;
  height: 25px;
  width: 100%;    overflow: hidden;
  line-height: 25px;font-size:16px;color:#000;} 

  
  
  
.info_box .dtu_info{width:260px;height:120px;float:left;margin-left: 20px;}
.info_box .dtu_xq{width:120px;height:120px;float:left;}
.info_box img {
  width: 100%;
  height: 120px;
  border-radius: 20px;
  object-fit: cover;
}

.info_box .dtu_info .dt_tb{    width: 14px;
  height: 18px;
  margin-top: 4px;
  float: left;
  margin-right: 5px;}
.info_box .dtu_info .dt_tb1{    width: 14px;
  height: 14px;
  margin-top: 6px;
  float: left;
  margin-right: 5px;}  

.info_houseList{
  margin-top: 7px;
}
.info_houseList a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  border-bottom: 1px solid #f7e8e8;
}
.info_houseList a:last-child{
  border-bottom: unset;
}
.info_houseList img{
  width: 100px;
  height: 70px;
}
.info_houseList .more_houseList{
  justify-content: center;
  padding-top: 10px;
}
#id_search_result{
  position: fixed;
  top: 70px;
  right: 0;
  width: 0;
  height: calc(100% - 100px);
  padding: 0;
  border: 1px solid #CCC;
  border-right: 0;
  border-top: 0;
  background: #FFF;
  z-index: 103;
  overflow: auto;
  transition:0.3s;
  -webkit-transition:0.3s;
  -moz-transition:0.3s;
  -ms-transition:0.3s;
  -o-transition:0.3s;
}
#id_search_result.active{
  width: 350px;
  padding: 20px;
}
#id_search_result >div{
  display:flex;
  justify-content:space-between;
}
#id_search_result >div{
  display:flex;
  justify-content:space-between;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #f1ecec;
}
#id_search_result img{
  height:100px;
  cursor:pointer;
  width: 165px;
  object-fit: cover;
}
/* #id_search_result a{
  font-size: 17px;
} */
#id_search_result .serch_re_text{
  flex:1;
  padding-left: 10px;
  font-size: 17px;
}
@media screen and (max-width: 1180px){
  .fmap-control {
      position: relative;
      width: 1180px;
  }
}
.fmap-galery{
  width: 420px;
  padding: 0 20px;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}
.fmap-hd2 {
  height: 42px;
  padding-top:20px;
  line-height: 42px;
  padding-bottom: 20px;
}
.spanlist{background: #fafafa;float:left; border-radius: 20px;}
.fmap-hd2 span {
  display: inline-block;
  width: 108px;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  float: left;
}


      .fmap-list::-webkit-scrollbar,.filter_box .k--menu-s::-webkit-scrollbar {
          width: 4px;    
          /*height: 4px;*/
      }
      .fmap-list::-webkit-scrollbar-thumb,.filter_box .k--menu-s::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
          background: rgba(0,0,0,0.2);
      }
      .fmap-list::-webkit-scrollbar-track,.filter_box .k--menu-s::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
          border-radius: 0;
          background: rgba(0,0,0,0.1);

      }

.fmap-hd2 span.cur {
  background: #CDEDFC;
 
}
.fmap-hd2 span.price{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fmap-hd2 span.price img{
  width: 18px;
  transform: scaleY(1);
  transition: 0.3s;
}
.fmap-hd2 span.price.desc img{
  transform: scaleY(-1);
  transition: 0.3s;
}


.fmap-count{
  float: left;
  padding-right: 15px;
}
.fmap-count strong{
  color:#2b2aae;
}
.fmap-list {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 40px;
}
.fmap-list .mapFind-list-img {
  width: 120px;
  height: 120px;
  display: inline-block;
  overflow-y: hidden;
  /* padding: 0px 8px; */
  margin-right: 10px;
}
.fmap-list .mapFind-list-img img {
   width: 120px;
  height: 100px;
  border-radius: 15px;
  object-fit: cover;
}
.fmap-list > ul > li{
  padding: 15px 10px;
  border-bottom: 1px #eee solid;
}
.fmap-list > ul > li:hover{
  background-color: #eee;
}
.mapFind-list-box h2 a{
  color: #333;
}
.mapFind-list-box h2:hover a{
  color: #155BF5;
}
.mapFind-list-box .p1 span{
  font-size: 16px;color: #000;
}
.mapFind-list-box .p1 {
  color: #FE5D56;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 1px;
} 
.fmap-list .mapFind-list-box ul {
  font-size: 14px;
}
.fmap-list .mapFind-list-box ul li {
  border-top: 0;
  margin-bottom: 0;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mapFind-list-box ul li em {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: -4px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.mapFind-list-box ul li em.em1 {
  background-image: url(../../img/nd_4.png);
}
.mapFind-list-box ul li em.em2 {
  background-image: url(../../img/nd_6.png);
}
.mapFind-list-box ul li em.em3 {
  background-image: url(../../img/ema7.png);
}
/* loading */
@keyframes loading-rotating {
0%{
  transform: rotate(0);
}
100%{
  transform: rotate(360deg);
}
}

.infinite-loading-container [class^=loading-] {
  display: inline-block;
  margin: 5px 0;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  border-radius: 50%;
}
.loading-spiral {
  border: 2px solid #ff650a!important;
  border-right-color: rgba(0,0,0,0)!important;
  -webkit-animation: loading-rotating linear .85s infinite;
  animation: loading-rotating linear .85s infinite;
}

.infinite-loading-container[data-v-644ea9c9] [class^=loading-] {
  display: inline-block;
  margin: 5px 0;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  border-radius: 50%;
}
.infinite-loading-container[data-v-644ea9c9] {
  clear: both;
  text-align: center;
}
.k--map-icon-subway{
  background: url(../../img/icon_subway.png) no-repeat center;
  width: 50px;
  height: 50px;
  display: inline-block;
}