












































































































































































































































































































































































































































































































































































/* //去掉高德地图logo */
[data-v-50f95ff6].amap-logo{
    display: none;
}
/* 去掉高德的版本号 */
[data-v-50f95ff6].amap-copyright {
    opacity:0;
}
.marker-box[data-v-50f95ff6]{
    position: absolute;
    left: 24px;
    right: 24px;
    top: 24px;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.map[data-v-50f95ff6]{
    position: relative;
    overflow: hidden;
}
.container[data-v-50f95ff6]{
    width: 100%;
    height: 500px;
}
.map-handle[data-v-50f95ff6]{
    position: absolute;
    right: 10px;
    bottom: 10px;
    /* background: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1); */
}

