.ol-attribution{
        display:none;
    }
    /*地图菜单工具条样式*/
    .tool-container
    {   position:absolute;
        display: block;
        top:100px;
        right:100px;
        z-index: 11;
        font-family: sans-serif
        font-style:normal;
        height:36px;
        float:left;
        background-color: rgb(128, 126, 126);
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0,0.2);
        margin-top: 75vh;
        margin-right: -11.38vw;
        border-radius: 25px;
        
    }
    .tool-container a
    {
        display: block;
        line-height:28px;
        width: 28px;
        height: 28px;
        float: left;
        margin:4px;
        color: #6c6c6c;
        text-decoration: none;
        box-sizing: border-box;/*border位于box内*/
    }
    .tool-container a:hover,.tool-container a.active
    {
        color: #428bca;
        text-decoration: none;
    }
    /*,.tool-container a:focus*/

    .tool-container a i
    {
        font-size: 18px;
        margin-left: 5px;
        color: #ffffff;
    }
    /*地图菜单隔离线*/
    .mapToolLine
    {
        float: left;
        width: 0px;
        height: 24px;
        margin-top: 5px;
        border-left: 1px solid rgba(225,225,225,0.4);
    }
    #selectedInfo{
        display: none;
        position: absolute;
        left: 54px;
        top: 403px;
        z-index: 101;
        width: 402px;
        height: 350px;
        background-color: rgba(17, 26, 41, 0.7490196078431373);
        color: #fff;
        box-shadow: 1px 2px 3px #666;
    }
    #selectedInfoTitle{
        height:40px;
        -webkit-border-radius:5px 5px 0 0 ;
        -moz-border-radius:5px 5px 0 0 ;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #ccc;
    }
    #selectedInfoContent{
        height: 305px;
        overflow-y: scroll;
    }
    #selectedInfoContent::-webkit-scrollbar {
    background: rgba(148, 148, 148, 0.47058823529411764);
}
    .selectedItem{
        padding: 5px 10px;
        cursor: pointer;
        font-size: 15px;
    }
    .selectedItem:hover{
        background-color: rgba(40, 42, 47, 0.6784313725490196);
    }
    .noSearchResult{
        padding: 5px 10px;
        font-size: 12px;
    }
/*#selectedInfoContent::-webkit-scrollbar {
    display: none;
}*/