body{
    font-size: 16px;
    color: #777;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    margin: 0 0 0.5rem;
}

#allmap {width: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";height: 100vh;max-height:100%}
.BMap_bubble_content {
    text-align: center;
}
p.zetitle {
    margin: 0;
    text-align: center;
}
.zea{
    text-align: center;
}
.zeimg{
        max-width: 200px;
        max-height: 200px;
        display: block !important;
        margin: auto;
    }
#allmap div div div div a img.zeimg{
        display: block !important;
    }
.tmap-zoom-control {
    cursor: pointer;
}
/*隐藏百度/腾讯地图水印*/
.anchorBL a,
div#allmap div div div div a img,.logo-text {
    display: none !important;
}