/* 地图基本样式 */
#map {
    height: 700px;
    position: relative;
  }
  @media (min-width: 992px) {
    #map {
      height: 550px;
      transition: all 0.8s;
    }
  }
  @media (min-width: 1024px) and (max-width: 1024px){
    #map {
      height: 500px;
      transition: all 0.8s;
  }
  }
  @media (max-width: 700px) {
    #map {
      height: 600px;
      transition: all 0.8s;
    }
  }

.show-photo-map{
    display: none;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
}
.show-photo-map-new {
    display: block !important;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
  }

.show-photo-map .Map_overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    top: 0;
}
.Map_overlay_showPhoto{
    width: 100%;
    height: 92%;
    background-color: rgba(0,0,0,.8);
    position:fixed;
    display: none;
    top: 0;
    z-index: 8;
}
.show-photo-map .Map_overlay .fa-spinner{
    color: white;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
}

/*切换按钮*/
.lbb4-switch{
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 66px;
    padding: 0 9px;
    border: 1px solid #d2d2d2;
    border-radius: 24px;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
}
.lbb4-switch.lbb4-onswitch {
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    border-color: #0066ee;
    background-color: #0066ee;
    padding: 0px 40px 0px 20px;
}
.lbb4-switch span {
    position: relative;
    display: inline-block;
    width: 25px;
    margin-left: 22px;
    padding: 0!important;
    text-align: center!important;
    color: #999;
    font-style: normal!important;
    font-size: 12px;
}
.lbb4-switch.lbb4-onswitch span {
    color: #fff;
    margin-left: -7px;
    -webkit-transition: margin-left .1s linear;
    transition: margin-left .1s linear;
}
.lbb4-switch i {
    position: absolute;
    left: 7px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #d2d2d2;
    -webkit-transition: left .1s linear;
    transition: left .1s linear;
}
.lbb4-switch.lbb4-onswitch i {
    background-color: #fff;
    left: 43px;
    -webkit-transition: left .1s linear;
    transition: left .1s linear;
}
.carousel-indicators li{
    background-color: #d1d1d1;
}
.carousel-indicators .active{
    background-color: #0066ee !important;
}
.over-hide-map {
    width: 100%;
    height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.over-hide-map .content-user{
    font-family: textFonts;
    font-weight: bold;
}

/* 隐藏模态框自带边款以及删除按钮 */
.gm-style-iw .gm-ui-hover-effect{
    display: none !important;
}
.gm-style-iw{
    padding: 0 !important;
}
.gm-style-iw .gm-style-iw-d{
   overflow: hidden !important;
}

.privacy-text{
    cursor: pointer;
}
.privacy-text:hover{
    color: #0066ee;
}
.privacy-title{
    display: none;
}

/* 修改模态框样式 */
.map_showInfo{
       width: 265px;
       overflow: hidden;
}
@media (max-width:992px){
    .map_showInfo{
        width: 175px;
    }
}
