.map_style {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_style-box, .map_style-box > div {
    width: 100%;
    max-width: 1320px;
    height: 400px;
    max-height: 400px;
}

@media screen and (max-width: 750px) {
    .map_style-box, .map_style-box > div {
        width: 100%;
        height: 400px;
        max-height: 400px;
    }
}

.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

.dot {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 50;
}

.dot:hover {
    z-index: 100;
}