.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}



.vjs-prev-button {
    cursor: pointer;
}

.vjs-next-button {
    cursor: pointer;
}

.video-js .vjs-current-time,

.video-js .vjs-time-divider,

.video-js .vjs-duration {
    display: block;
}

.video-js .vjs-current-time {

    padding-right: 5px;

}

.video-js .vjs-time-divider {

    padding-left: 0px;

    padding-right: 0px;

    width: 5px;

    min-width: 5px;

}

.video-js .vjs-duration {
    padding-left: 5px;
}

.vjs-paused .vjs-big-play-button {
    display: block;
}

.vjs-frame-playing .vjs-big-play-button {
    display: none;
}

.vjs-playing .vjs-big-play-button {

    display: none !important;
}

/*
    .vjs-seeking .vjs-big-play-button {
    display: none;
    }
    .vjs-waiting .vjs-big-play-button {
    display: none;
    }
    */
.vjs-core {
    /*  border: none; */
    margin-bottom: 40px !important;
    visibility: visible !important;
}

.vjs-core .vjs-control-bar {
    flex-wrap: wrap;
    opacity: 1 !important;
    visibility: visible !important;
    background-color:#06080D;
}

.vjs-scrubbing .vjs-big-play-button {
    display: none !important;
}

.vjs-control-bar .vjs-paused,
.vjs-control-bar .vjs-playing {
    color: #ffffff;
    width: 60px;
    background: none;
    flex: 0 0 60px;
}

.video-js .vjs-big-play-button {

    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: none;
        top: 50%;
            left: 50%;
            margin-top: -.75em;
            margin-left: -1.5em;
    background-color: #ffffff36;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
        display: none;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.26);
    transition: all 0s;
}

.vjs-core .core-fps-display {
    width: 100px;
    font-size: 14px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    background:none;
    flex: 0 0 100px;
    position: relative;
}

/*     .vjs-core .core-fps-display::after{
        content: "";
        flex-basis: 100%;
        height: 0;
    } */
.vjs-core .core-video {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
}

.core-ShowGe{
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vjs-prev-button{
    margin-left: 16px;
}

.vjs-next-button{
    margin-left: 16px;
}

.vjs-core .core-v-loop {
    background: url("/template/CoreAnimation/extend/img/video/服务循环管理.svg");
    background-size: 100%;
}



.vjs-core .core-v-prev {
    background: url("/template/CoreAnimation/extend/img/video/26J上一帧.svg");
    background-size: 100%;
}

.core-fps-showfps{
    display: none;
}

.vjs-core .core-v-next {
    background: url("/template/CoreAnimation/extend/img/video/27A下一帧.svg");
    background-size: 100%;
}



.vjs-core .core-v-jt {
    background: url("/template/CoreAnimation/extend/img/video/截图.svg");
    background-size: 100%;
}



.vjs-core .core-v-down {
    background: url("/template/CoreAnimation/extend/img/video/xzx.svg");
    background-size: 100%;
}


.vjs-core .core-v-loop-close {
    background: url("/template/CoreAnimation/extend/img/video/结束循环.svg");
    background-size: 100%;
}



.core-frame-control {
    position: relative;
    /*  width: 880px; */
    min-width: 878px;
    height: 30px;
    margin-bottom: 5px;
    cursor: ew-resize;
    z-index: 950;
    flex: 1 1 auto;
}

.core-progress-bar {
    position: relative;
    width: 100%;
    height: 100%;
}

.core-button {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #272C37;
    /*     cursor: pointer; */
}

.core-button:hover {
    background-color: #1EFF92;
}

.core-progress-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: ew-resize;
}

.core-progress-indicator::after {
    content: '';
    width: 2px;
    background: #1EFF92;
    position: absolute;
    right: 0;
    height: 10px;
    bottom: 0;
    z-index: 960;

}

.core-progress-indicator span {
    position: absolute;
    right: -8px;
    top: 3px;
    z-index: 999;
    color: #1EFF92;
}

.core-ShowGe {
    flex: auto;
}

.core-fps-showfps {
    padding-top: 5px;
    font-size: 14px;
}

.core-fps-showfps p {
    font-size: 10px;
}

.vjs-core .vjs-fullscreen-control:hover {
    color: #1EFF92;
}

.vjs-core .vjs-time-control {
    font-size: 14px;
    line-height: 2.5em;
}

.vjs-core .vjs-duration-display {
    font-size: 14px;
}

.vjs-core .vjs-control-bar button {
    height: 30px;
}

.vjs-playback-rate .vjs-menu {
    z-index: 961;
}

.core-ShowGeTwo {
    /*       width: 100%; */
    height: 0;
    flex: 0 0 100%;
}

.vjs-fullscreen .vjs-control-bar {
    bottom: 40px;
}

.video-js video:focus {
    outline: none;
    box-shadow: none;
}

.video-js .vjs-control-bar {
    height: 45px;
    background-color: #06080D;
}

.video-js .vjs-progress-control {
    flex: 0 0 100%;
    height: 10px;
    margin-bottom: 5px;
    padding: 0 52px;
}

.ybs-video-box .vjs-loading-spinner {
    visibility: hidden !important;
}

.core-progress-bar .core-button.drawn {
    background-color: red;
    /* 红色标记 */
}