*{
    padding: 0;
    margin: 0;
}
body,html {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑";
}
#allMap {
    height: 100%;
    width: 100%;
}
/*隐藏地图控件*/
/*.anchorBL, .BMap_cpyCtrl {
    display: none;
}*/
/*地图聚合样式*/
.bubble p {
    width: 80px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.bubble .name {
    margin-top: 20px;
}
.ZLQbubble{
    text-align: center;
    padding: 0px 5px;
}
.ZLQbubble span{
    height: 22px; //高度
    line-height: 22px;
    color: #fff;
    font-size: 14px;
}
.ZLQbubble .count{
    font-weight: bold;
}
.drawing , .exit{
    position: absolute;
    top: 10px;
    left: 1300px;
    background: #46ACFF;
    border: 0px;
    color: white;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 15px;
    outline:none;
}
.exit{
    left: 1410px;
}
.hide {display: none;}
#queryBox {
    z-index: 999;
    width: auto;
    min-width: 22rem;
    padding: .75rem 1.25rem;
    margin-left: 1.25rem;
    position: fixed;
    top: 1rem;
    background-color: rgba(265, 265, 265, 0.9);
    border-radius: .25rem;
    font-size: 14px;
    color: #666;
    box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.3);
}
#queryBox input {height: 30px;width: 150px;padding-left: 8px;border: 1px solid #aaa;border-radius: 5px;}
#queryBox button {
    height: 30px;
    background: #5679ea;
    border: 0;
    padding: 0 10px 0 10px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}