.maptalks-zoom-slider-box{
    background: #00f;
}
/* 鼠标位置控件 */
.maptalks-position {
    background: #051127;
    color: #FFFFFF;
    display: flex;
    padding: 5px;
}
.pos-ctrl-span {
    text-align: center;
    font-size: 16px;
    font-family: Consolas, serif;
    margin-right: 5px;
}
.pos-ctrl-copy, .pos-ctrl-reset {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.pos-img-copy, .pos-img-reset {
    width: 22px;
    height: 22px;
}
