.bmdt-box{
    font-size: 16px;
    position: relative;
    min-width: 1200px;
    overflow-x: hidden;
    height: 900px;
    line-height: 25px;
}
.map{
    width: 120%;
    height: 1190px;
    margin-top: -290px;
}
.bmdt-box *{
    box-sizing: border-box;
    word-break: break-all;
}
.map-info-box{
    position: absolute;
    width: 362px;
    top: 80px;
    left: 13vw;
    z-index: 999;
}
.map-info-tab{
    line-height: 60px;
    padding: 0 25px;
    background-color: #1966d8;
    color: #ffffff;
    white-space: nowrap;
    overflow-x: auto;
}

.map-info-tab::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.3);
}
.map-info-tab span{
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}
.map-info-tab span:last-child{
    margin-right: 0;
}
.map-info-tab span.cur{
    font-weight: bold;
    font-size: 18px;
}
.map-info-tab span.cur:after{
    content: "";
    width: 38px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
}
.map-info{
    height: 490px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(25, 102, 216, 0.41);
    border: solid 1px #b1bece;
    padding: 20px;
}
.map-search{
    height: 43px;
    background-color: #ffffff;
    border-radius: 21px;
    border: solid 1px #b1bece;
}
.map-search input{
    width: 65%;
    padding-left: 25px;
    height: 100%;
    font-size: 18px;
    color: #1c59b4;
}
.map-search input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
    color: #58739c;
}
.map-search input:-moz-placeholder{    /* Firefox版本4-18 */
    color: #58739c;
}
.map-search input::-moz-placeholder{    /* Firefox版本19+ */
    color: #58739c;
}
.map-search input:-ms-input-placeholder{   /* IE浏览器 */
    color: #58739c;
}
.map-search button{
    float: right;
    width: 85px;
    line-height: 37px;
    background-color: #1966d8;
    border-radius: 18px;
    text-align: center;
    color: #ffffff;
    border: none;
    outline: none;
    font-size: 18px;
    margin: 2px 2px 0 0;
}
.map-adr-list{
    overflow-y: auto;
    max-height: 400px;
    margin: 10px 0;
}

.map-adr-list::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(0,0,0,0.3);
}
.map-adr-list li{
    color: #50637f;
}
.map-adr-list li .adr{
    line-height: 45px;
    cursor: pointer;
}
.map-adr-list li .desc{
    font-size: 14px;
    line-height: 20px;
    background-color: #edf4fd;
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #1c59b4;
    position: relative;
    display: none;
}
.map-adr-list li .desc:before{
    content: "";
    height: 0;
    width: 0;
    border:8px solid ;
    border-top-color: transparent;
    border-bottom-color: #edf4fd;
    border-left-color:transparent;
    border-right-color: transparent;
    position: absolute;
    top: -15px;
    left: 25px;
}
.map-adr-list li .desc p{
    margin: 5px 0;
}
.map-adr-list li img{
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
}
.map-adr-list li img.cur{
    display: none;
}
.map-adr-list li.cur .desc{
    display: block;
}
.map-adr-list li.cur .adr,.map-adr-list li:hover .adr{
    color: #1c59b4;
    font-weight: bold;
    font-size: 18px;
}
.map-adr-list li.cur img,.map-adr-list li:hover img{
    display: none;
}
.map-adr-list li.cur img.cur,.map-adr-list li:hover img.cur{
    display: inline-block;
}
/*单行省略*/
.ellipsis1{
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
}
.BMap_bubble_title{
    color: #1f5d83;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px!important;
    padding: 0 20px 0 10px;
}
.BMap_box{
    padding: 0 20px 10px 10px;
    font-size: 18px;
    color: #1f5d83;
}
.BMap_box p{
    padding-top: 7px;
}
.BMap_box p .lf{

}
.w-80{
    width: 80%;
}
.w-87{
    width: 87%;
}
@media screen and (min-width: 769px){
    /*滚动样式横向*/
    .map-info-tab::-webkit-scrollbar {
        height: 4px;
    }
    /* 滚动槽 */
    .map-info-tab::-webkit-scrollbar-track {
        -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
        border-radius:10px;
    }
    /* 滚动条滑块 */
    .map-info-tab::-webkit-scrollbar-thumb {
        border-radius:10px;
        background:rgba(0,0,0,0.1);
        -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
    }
    /*滚动样式竖向*/
    .map-adr-list::-webkit-scrollbar {
        width:4px;
    }
    /* 滚动槽 */
    .map-adr-list::-webkit-scrollbar-track {
        -webkit-box-shadow:inset006pxrgba(0,0,0,0.2);
        border-radius:10px;
    }
    /* 滚动条滑块 */
    .map-adr-list::-webkit-scrollbar-thumb {
        border-radius:10px;
        background:rgba(0,0,0,0.1);
        -webkit-box-shadow:inset006pxrgba(0,0,0,0.4);
    }
}
@media screen and (max-width: 768px){
    .bmdt-box{
        min-width: unset;
        font-size: .3rem;
        height: auto;
    }
    .map-info-box{
        position: relative;
        width: 7rem;
        margin: 0 auto;
        left: 0;
        top: .3rem;
    }
    .map-info{
        height: 7rem;
        padding: .3rem;
    }
    .map-search{
        height: .7rem;
        border-radius: .35rem;
        overflow: hidden;
    }
    .map-search input{
        font-size: .32rem;
        padding-left: .4rem;
    }
    .map-search button{
        line-height: .7rem;
        margin: 0;
        font-size: .32rem;
        width: 1.6rem;
        border-radius: .35rem 0 0 .35rem;
    }
    .map-adr-list li .adr{
        line-height: .7rem;
    }
    .map-adr-list li.cur .adr{
        font-size: .32rem;
    }
    .map-adr-list li .desc{
        font-size: .28rem;
        line-height: .4rem;
        padding: .1rem .3rem;
        margin-bottom: .15rem;
    }
    .map-adr-list{
        max-height: 5.3rem;
    }
    .map{
        height: 80vh;
        margin-top: 0;
        width: 100%;
    }
    .BMap_bubble_title{
        font-size: .36rem;
        line-height: .7rem!important;
        padding: 0;
    }
    .BMap_box{
        padding: 0;
        font-size: .32rem;
    }
    .w-87{
        width: 82%;
    }
    .w-80{
        width: 70%;
    }
}