.h1-title a:visited {
    color: #999;
}

#allmap {
    width: 100%;
    height: calc(100vh - 82px);
    overflow: hidden;
}

.fmap-control {
    position: relative;
    width: 100%;
}


.filter_box {
    position: relative;
    left: -50%;
}
.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: 32px;
}
.filter_box {
    width: 856px;
    background-color: #fff;
    padding: 10px 0;
    height: 100%;
    box-shadow: 1px 1px 4px #3c3939;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

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

}

.filter_box>div label {
    margin-right: 1px;
    margin-left: 7px;
}
.f_btn{
    float: right !important;
}
.f_btn,
.filter_box>div select {
    border: 1px solid #EDEDEC;
    height: 100%;
    width: 125px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.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(16, 159, 243, 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: 15px;
    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: 330px;
    background: white;
    left: 0;
    bottom: 27px;
    box-shadow: 6px -3px 10px -3px #504b4b;
    display: none;
    position: absolute; 
    padding: 15px;
    overflow: hidden;
}

.info_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.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;
    }
}