.BMapLib-timeline {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 66;
    display: flex;
    align-items: center;
    height: 70px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 12px;
    box-shadow: 1px 1px 3px 1px #cbcbcb;
}

.BMapLib-timeline-play {
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
    cursor: pointer;
}

.BMapLib-timeline-main {
    /* width: 500px; */
    position: relative;
    overflow: hidden;
}

.BMapLib-timeline-main ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    /* height: 40px; */
}

.BMapLib-timeline-main ul li {
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.BMapLib-timeline-main ul li span {
    user-select: none;
}

.BMapLib-timeline-progress {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 10px;
}

.BMapLib-time-item {
    height: 10px;
    margin-top: 10px;
    background-color: #C1C3C6;
    box-sizing: content-box;
}

.BMapLib-time-start {
    border-radius: 5px 0 0 5px;
}

.BMapLib-time-end {
    border-radius: 0 5px 5px 0;
}

.BMapLib-time-divider {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 1px;
    height: 19px;
    background-color: #fff;
}