/* colorBar */
.map-colorbar{
    position: absolute;
    right: 40px;
    top:calc(50vh - 160px);
    cursor: default;
    white-space: nowrap;
    border-radius: 10px;
    /* display: flex; */
}
.map-colorbar .lbl {
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    height: 20px;
    line-height: 20px;
    color: transparent;
    text-align: right;
    overflow: hidden;
    position: relative;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    font-family: 'Helvetica Neue';
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(0 0 0);
    margin-bottom: 10px;
    margin-right: 20px;
}
.map-colorbar .lbl .text {
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-family: 'LatoWebSemibold'!important;
}
.map-colorbar .lbl .togradient {
    width: 50px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.map-colorbar .kps {
    height: 20px;
    right: calc(-100% + 28px);
    font-size: 12px;
    width: 8px;
}
.map-colorbar .kp {
    width: 8px;
    display: block;
}
.bar-text {
    position: absolute;
    display: flex;
    min-width: 60px;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    left: -65px;
    bottom: -4px;
    font-family: 'LatoWebSemibold', 'Microsoft YaHei';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0 0 0);
}
.playSpeed {
    position: absolute;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    left: -50px;
    top: -14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.playSpeed-item {
    padding: 0 5px;
}
.playSpeed-item:hover {
    background-color: rgb(255,255,255,0.1);
}
.acbar .play-speed-item.popover {
    background-color: transparent;
}
.acbar .play-speed-item .popover-content {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #fff;
}
.acbar .play-speed-item.popover.top>.arrow:after {
    border-top-color: rgba(0, 0, 0, 0.5);
}
.acbar .play-speed-item .popover-content {
    width: 44px;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
}
.acbar .play-speed-item .popover-content .text {
    width: 100%;
    padding: 5px 0;
    cursor: pointer;
}
.acbar .play-speed-item .popover-content .text:hover {
    background-color: rgb(255,255,255,0.1);
}