body{
    font-size: 16px;
    color: #777;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    margin: 0 0 0.5rem;
}
img{
    max-height: 100%;
} 
#allmap {width: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";height: 100vh;max-height:100%}


        .custom-content-marker {
            position: relative;
            width: 25px;
            height: 34px;
        }

        .custom-content-marker img {
            width: 100%;
            height: 100%;
        }

        .custom-content-marker .close-btn {
            position: absolute;
            top: -6px;
            right: -8px;
            width: 15px;
            height: 15px;
            font-size: 12px;
            background: #ccc;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            line-height: 15px;
            box-shadow: -1px 1px 1px rgba(10, 10, 10, .2);
        }

        .custom-content-marker .close-btn:hover{
            background: #666;
        }
#gdtext {
    position: absolute;
    width: 200px;
    background: rgba(255,255,255,0.80);
    border-radius: 5px;
    bottom: 34px;
    left: -92px;
    padding: 8px;
}
 .amap-copyright {
            display: none !important; // 版权信息不可见
        }
.tmap-zoom-control {
    cursor: pointer;
}