@import './base.css';

/*start----头部----start*/
.header {
  /* height: 449px; */
  height: 106px;
  padding-bottom: 30px;
  border: 1px solid rgba(192, 220, 255, 0.41);
}

.header .filter {
  width: 1400px;
  padding-top: 50px;
}
.header .filter .btn-list{
  display: flex;
}
.header .filter .btn-list .btn{
  width: 126px;
  height: 44px;
  border-radius: 21.5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(230, 239, 243, 1);            
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
  color: #3C3C3C;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  user-select: none;
  cursor: pointer;
}
.header .filter .btn-list .btn.active{
  width: 126px;
  height: 44px;
  border-radius: 21.5px;
  background: linear-gradient(171.97deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
  color: #ffffff;
}


.content{
  display: flex;
  height: 100%;
}
.content .content-list{
  width: 450px;
  background-color: #ffffff;
}
.content .content-list .list-head{
  height: 40px;
  line-height: 40px;
  display: flex;
  background-color: #f0f0f0;
}
.content .content-list .list-head .head-btn{
  width: 100px;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.content .content-list .list-head .head-btn:hover{
  color: #0a61f2;
}
.content .content-list .list-head .head-btn.active{
  background-color: #ffffff;
  border-right: 1px solid rgba(192, 220, 255, 0.41);
  border-left: 1px solid rgba(192, 220, 255, 0.41);
  color: #0a61f2;
}
.content .content-list .list-head p{
  flex: 1;
  text-align: right;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 100;
}
.content .content-list .list-head p .num{
  font-size: 16px;
  font-weight: 700;
  color: #0a61f2;
  padding: 5px;
}
.content .content-list .list-card{
  height: calc(100% - 40px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px; 
}


.info-card,
.content .content-list .list-card .list-item{
  display: flex;
  flex-direction: row !important;
  height: 140px;
  padding: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(192, 220, 255, 0.41);
}

.info-card{
  min-width: 350px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 6px -3px 10px -3px #504b4b;
  /* margin-left: 100px; */
}
.content .content-list .list-card .list-item:hover{
  background-color: rgba(192, 220, 255, 0.41);
}

.info-card .img-box,
.content .content-list .list-card .list-item .img-box{
  width: 130px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 15px;
}

.info-card .text-box .title,
.content .content-list .list-card .list-item .text-box .title{
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-card .text-box .title:hover,
.content .content-list .list-card .list-item .text-box .title:hover{
  color: #0a61f2;
}

.info-card .text-box .position,
.content .content-list .list-card .list-item .text-box .position{
  font-size: 14px;
  font-weight: 100;
  /* color: rgba(102, 102, 102, 1); */
  padding-top: 6px;
  /* padding-bottom: 10px; */
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.info-card .text-box .position span,
.content .content-list .list-card .list-item .text-box .position span{
  display: inline-block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-card .text-box .position img,
.content .content-list .list-card .list-item .text-box .position img{
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.info-card .text-box .price,
.content .content-list .list-card .list-item .text-box .price{ 
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin-top: 5px;
}

.info-card .text-box .price .num,
.content .content-list .list-card .list-item .text-box .price .num{ 
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: rgba(26, 116, 247, 1);
  margin-right: 2px;
}


.content .content-list .list-card .show-more{
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.content .content-list .list-card .show-more:hover{
  color: #0a61f2;
}



.content .content-map{
  width: calc(100% - 450px);
  position: relative;
}
.content .content-map .filter-box{
  position: absolute;
  width: 800px;
  height: 50px;
  display: flex;
  z-index: 99999;
  align-items: center;
  top: 20px;
  left: calc(50% - 400px);
  padding-left: 10px;
  background-color: #fff;
  border: 1px solid rgba(192, 220, 255, 0.41);
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px rgba(192, 220, 255, 0.41);
}
.content .content-map .filter-box .filter-item{
  white-space: nowrap;
  width: 140px;
  margin-left: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.content .content-map .filter-box .filter-item:nth-of-type(n+2){
  width: 160px;
}
.content .content-map .filter-box .filter-item.back-list{
  border: 1px solid rgba(192, 220, 255, 0.41);
  width: 110px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.content .content-map .filter-box .filter-item.back-list:hover{
  color: #0a61f2;
}
.content .content-map .filter-box .filter-item input{
  width: 100px;
  padding-left: 5px;
  margin-left: 2px;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(192, 220, 255, 0.41);
  border-radius: 4px;
}
.content .content-map .filter-box .filter-item:nth-of-type(n+3) input{
  width: 120px;
}
.content .content-map .filter-box .filter-item img{
  width: 10px;
  height: 7px;
  position: relative;
  right: 20px;
  transition: all .2s;
}
.content .content-map .filter-box .filter-item.back-list img{
  width: 24px;
  height: 17px;
  margin-right: 5px;
  right: 0;
}
.content .content-map .filter-box .filter-item:hover img{
  transform: rotate(180deg);
}
.content .content-map .filter-box .filter-item.back-list:hover img{
  transform: none;
}
.content .content-map .filter-box .filter-item:hover .menu{
  display: block;
}
.content .content-map .filter-box .filter-item .menu{
  display: none;
  width: 140px;
  background-color: #fff;
  margin-left: 10px;
  border: 1px solid rgba(192, 220, 255, 0.41);
  border-radius: 5px;
  padding: 5px;
}
.content .content-map .filter-box .filter-item .menu li{
  user-select: none;
  cursor: pointer;
  padding: 0 10px;
  text-align: center;
  border-bottom: 1px solid rgba(192, 220, 255, 0.41);
}
.content .content-map .filter-box .filter-item .menu li.active{
  color: #0a61f2;
}
.content .content-map .filter-box .filter-item .menu li:hover{
  color: #0a61f2;
}
.content .content-map .filter-box .filter-item .menu .menu-item{
  position: relative;
}
.content .content-map .filter-box .filter-item .menu .menu-item:nth-last-of-type(1)>li{
  border-bottom: none;
}
.content .content-map .filter-box .filter-item .menu .menu-item:hover .menu-item-sec{
  display: block;
}
.content .content-map .filter-box .filter-item .menu .menu-item .menu-item-sec{
  display: none;
  position: absolute;
  top: 0;
  right: -120px;
  width: 120px;
  background-color: #fff;
  border: 1px solid rgba(192, 220, 255, 0.41);
  padding: 5px;
  max-height: 200px;
  overflow: auto;
}
.content .content-map .filter-box .filter-item .menu .menu-item .menu-item-sec li:nth-last-of-type(1){
  border-bottom: none;
}

.info{
  position: absolute;
  white-space: nowrap;
  margin-left: -40px;
}
.info:hover .info-title{
  display: none;
}
.info:hover .info-content{
  display: flex;
}
.info .info-title,
.info .info-content{
  background: rgba(25, 148, 214, 1);
  color: #ffffff;
  /* text-shadow: 0 1px 5px black; */
  padding: 0 5px;
  font-size: 13px;
  line-height: 30px;
  min-width: 80px;
  height: 30px;
  text-align: center;
border-radius: 5px;
}
.info .info-content{
  background: rgba(243, 85, 16, 1);
}
.info .info-title::after,
.info .info-content::after{
  content: " ";
  position: absolute;
  bottom: -9px;
  left: 35px;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-bottom-width: 0;
  border-color: rgba(25, 148, 214, 1) transparent transparent transparent;
}
.info .info-content::after{
  border-color: rgba(243, 85, 16, 1) transparent transparent transparent;
}

.info .info-content{
  display: none;
  padding: 0 2px;
}
.info .info-content span{
  display: inline-block;
  padding: 0 5px;
}
.info .info-content .name{
  /* background-color: rgba(243, 85, 16, 1); */
}
.info .info-content .price{
  background-color: #fff;
  color: #3C3C3C;
  height: 24px;
  line-height: 26px;
  margin-top: 2px;
}


.info-circle{
  width: 106px;
  height: 106px;
  background-color: #3399ff;
  font-size: 14px;
  text-shadow: 0 2px 3px black;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  display: flex;        /* 启用 Flexbox 布局 */
  flex-direction: column; /* 设置子元素垂直排列 */
  justify-content: center; /* 垂直居中对齐 */
  align-items: center;   /* 水平居中对齐 */
  border-radius: 50%;    /* 使容器成为圆形 */
  color: #fff;          /* 文字颜色 */
  padding: 10px;        /* 内边距，根据需要调整 */
  box-sizing: border-box; /* 确保内边距不会增加容器的总宽度和高度 */
}
.info-circle:hover{
  background-color: #ff6600;
}


/*滚动条样式*/
::-webkit-scrollbar {
  width: 4px;    
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);

}
html,body{
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* 确保Marker层级最高 */
.BMap_Marker {
  z-index: 100 !important;
}

/* 悬停时提高层级 */
.BMap_Marker:hover {
  z-index: 9999 !important;
}

/* 自定义Label样式调整 */
.info-circle, .info {
  z-index: 1000;
  pointer-events: auto !important;
}

/* 悬停状态 */
.BMap_Marker:hover .BMapLabel {
  z-index: 10000 !important;
}

/* 隐藏百度地图的定位图标 */
.BMap_noprint .BMap_marker.BMap_noprint {
  display: none !important;
}

/* 或者更具体的选择器 */
.BMap_stdMpCtrl .BMap_marker.BMap_noprint {
  display: none !important;
}

/* InfoWindow 样式 */
.BMap_bubble_pop {
  padding: 0 !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
  z-index: 999999 !important;
}

.BMap_bubble_title {
  display: none !important;
}

.BMap_bubble_content {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.BMap_pop div:nth-child(9) {
  display: none !important;
}

/* 确保 InfoWindow 容器在最上层 */
.BMap_pop {
  z-index: 999999 !important;
}

/* InfoWindow 内容样式 */
.img-box {
  width: 100%;
  height: 150px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-box {
  padding: 15px;
}

.text-box .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-box .title:hover {
  color: #0a61f2;
}

.text-box .price {
  font-size: 14px;
  color: #333;
  margin: 8px 0;
}

.text-box .price .num {
  font-size: 18px;
  font-weight: bold;
  color: #1a74f7;
}

.text-box .position {
  font-size: 13px;
  color: #666;
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.text-box .position img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.text-box .position span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-content {
  background: #FFF;
  padding: 15px 15px 15px 15px;
  width: 330px;
  min-height: 45px;
  border-radius: 5px;
  box-shadow: 0 0 25px #9f9f9f
}

.box-content .price {
  display: none;
  background: url('/static/home/default/image/gray.png');
  padding: 0 16px;
  min-width: 60px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  margin: -72px auto auto 10px;
  color: #fff;
  font-size: 12px
}

.box-content .img {
  position: relative;
  margin: auto;
  width: 300px;
  height: 187px
}

.box-content .img .bottomTips {
  position: absolute;
  right: 0;
  top: 163px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 13px;
  color: #FFF;
  background: #1abad9
}

.box-content .buildingName {
  width: 100%;
  margin: 10px auto;
  font-size: 14px;
  color: #000;
  margin: 0 0 10px 0
}

.box-content .buildingName span {
  display: block;
  width: 100%
}

.box-content .buildingName .fl {
  width: 80%;
  color: #555;
  font-size: 16px;
  padding: 0 0 4px 0
}

.box-content .buildingName .fr {
  color: #999;
  font-size: 14px
}

.box-content .house {
  margin: auto;
  position: relative
}

.box-content .box-footer {
  background: url(/static/home/default/image/arrow.png);
  width: 36px;
  height: 22px;
  position: absolute;
  bottom: -22px;
  left: 150px;
  *left: 167px
}

.box-content .house ul li {
  margin-bottom: 1px;
  border-top: solid 1px #e5e5e5
}

.box-content .house ul li img {
  width: 57px;
  height: 36px;
  margin-top: 10px
}

.box-content .house ul li .pic {
  width: 20%;
  text-align: right;
  position: relative
}

.box-content .house ul li .detail {
  line-height: 58px;
  width: 80%;
  font-size: 14px;
  color: #777;
  text-align: right
}

.box-content .house ul li .detail .area {
  width: 65px
}

.box-content .house ul li .detail .unitPrice {
  width: 110px
}

.box-content .house ul li .detail .unitPrice-area {
  width: 170px
}

.box-content .house ul li .detail .decoration {
  padding-left: 8px;
  text-align: center;width: 65px;
}

.box-content .house-more-box {
  background: #FFF;
  height: 40px;
  border-top: 1px solid #e5e5e5
}

.box-content .houseMore {
  display: block;
  float: right;
  padding: 10px 0;
  font-size: 14px;
  color: #777;
  *width: 90px
}

.box-content .houseMore:hover {
  text-decoration: underline
}

.box-content .house .house-rent-out1 {
  display: block;
  position: absolute;
  right: 0;
  top: 11px;
  width: 57px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  background: rgba(0,0,0,0.5)
}

.box-content .house .house-rent-out2 {
  display: block;
  position: absolute;
  right: 0;
  top: 11px;
  width: 57px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #666;
  background: #EEE
}
.infoBox>img{
  width: 16px;
  height: 16px;
}