/*.video-js{
    width: 100%;
    height: 100%;
}*/
.video-js .vjs-progress-control:hover .vjs-progress-holder{
    font-size: 1em;
}
.video-js .vjs-progress-control:hover .vjs-play-progress:after{
    visibility: hidden;
}
.video-js .vjs-control:before{
    line-height: 36px;
}
.st-video-dotCon{
    position: absolute;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.st-video-div{
    width: 3px;
    height: 300%;
    background-color: #ececec;
    position: absolute;
    overflow: visible;
    z-index: 1;
}

.st-video-dot{
    width: 6px;
    height: 100%;
    background-color: #ececec;
    position: absolute;
    overflow: visible;
    z-index: 1;
}
.st-video-dot:hover{
    cursor: pointer;
}
.st-video-dotip{
    width: 150px;
    display: none;
    min-height: 25px;
    padding: 5px;
    background-color: #fff;
    line-height: 25px;
    overflow-y: hidden;
    letter-spacing: 1px;
    color: #3d3d3d;
    position: absolute;
    top: -50px;
    left: -75px;
    border-radius: 5px;
    z-index: 1;
    font-size: 12px;
    /*font-family: "Microsoft YaHei";*/
    font-family: "Times New Roman";
    
}
.st-video-dot:hover .st-video-dotip{
    display: block;
}
.video-js .vjs-big-play-button{
    height: 3em;
    top: 50%;
    left: 50%;
    margin-left: -1.5em;
    margin-top: -1.5em;
    border-radius: 1.5em;
    line-height: 3em;
    font-size: 3.5em;
}
.assess-li i{
    color: #1dd2af;
}
.sc-td-teamer1 label{
    font-weight: normal;
    font-size: 0;
}
.sc-td-teamer1 label span{
    font-size: 6px;
}