.seo-content {
    width: 100%;
    margin: 0 auto;
    /* height: 790px; */
    background-color: #fff;
    /* padding-top: 30px; */
    /* padding-left: 30px; */
    padding: 30px;
}
.seo-content .Hui-map{
    width: 1095px;
    height: 541px;
    margin: 30px auto 0 auto;
    display: block;
    position: relative;
}
.seo-content .Hui-map img{
    width: 1095px;
    height: 541px;
}
.seo-content .Hui-map .position-indicator {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #165dff;
    box-shadow: 0 0 7px 1px #c8c8c8;
    border-radius: 8px;
    opacity: 1;
    border: 1.6px solid #fff;
    transform: translate(-35%, -55%);
}
.seo-content .Hui-map .data-center-marker{
    position: absolute;
    width: 7px;
    height: 7px;
    background: #165dff;
    box-shadow: 0 0 7px 1px #c8c8c8;
    border-radius: 8px;
    opacity: 1;
    border: 1.6px solid #fff;
    transform: translate(-35%, -55%);
}

.seo-content .Hui-map .data-center-marker.selected{
    filter: brightness(0.5);
}