   .videoList {
        border: 0px;
        position: absolute;
        overflow: hidden;
        background-color: #000000;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
    }

    .videoDiv {
        overflow: hidden;
    }

    .videoScreen {
        position: absolute;
        z-index: 999;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background: url("../images/2.png") repeat center;
        background-size: 100% 100%;
    }

    .videoPlayBtn {
        cursor: pointer;
        z-index: 1010;
        position: absolute;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -32px; /* 高度的一半 */
        margin-left: -32px; /* 宽度的一半 */
        width: 64px; /* 要设定宽度 */
        height: 64px;
        background: no-repeat center center;
    }

    .video {
        border: 1px solid #333;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .videoList .selected {
        border: 1px solid #ff0000;
        top: 0px;
        left: 0px;
        right: 2px;
        bottom: 2px;
    }
        .video video {
            width: 100%;
            height: 100%;
        }

    .videoList .fill {
        object-fit: fill;
    }

    .videoList .cover {
        object-fit: contain;
    }

    .videoList .videoInfo {
        position: absolute;
        bottom: 0;
        left: 0;
        bottom: 20px;
        right: 0;
        height: auto;
        line-height: normal;
        padding: 10px;
        text-align: center;
        font-weight: 200;
        color: #ffffff;
        font-size: 14px;
        z-index: 1005;
        text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
        -webkit-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
        -moz-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
        *filter: Glow(color=#000, strength=1);
    }


    .videoList .errInfo {
        font-weight: 300;
        color: red;
        font-size: 18px;
    }



    .videoCtrlBottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 24px;
        padding: 2px;
        text-align: left;
        z-index: 1000;
        background: #0a369b;
        opacity: 0.8;
        font-weight: 200;
    }

    .videoScreen .carVideoName {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #ffffff;
        font-weight: 300;
        font-size: 18px;
        height: 24px;
        line-height: 24px;
        width: auto;
        z-index: 1001;
        text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
        -webkit-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
        -moz-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
        *filter: Glow(color=#000, strength=1);
    }

    .videoCtrlBottom .carVideoName2 {
        float: left;
        color: #ffffff;
        font-weight: 200;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        width: auto;
        z-index: 1001;
        text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
        -webkit-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
        -moz-text-shadow: #000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
        *filter: Glow(color=#000, strength=1);
    }

    .videoCtrlBottom .rightctr {
        float: right;
        margin-right: 10px;
    }

        .videoCtrlBottom .rightctr a {
            float: left;
            margin-right: 10px;
            height: 24px;
            line-height: 24px;
            color: #ffffff;
            font-weight: 200;
            font-size: 14px;
            text-decoration: none;
        }

            .videoCtrlBottom .rightctr a:hover {
                cursor: pointer;
                color: #ff6a00;
            }

    .videoScreen .playImg1 {
        background-image: url("../images/play_1.png");
    }

    .videoScreen .playImg2 {
        background-image: url("../images/play_2.png");
    }

    .videoScreen .pauseImg1 {
        background-image: url("../images/pause_1.png");
    }

    .videoScreen .pauseImg2 {
        background-image: url("../images/pause_2.png");
    }


/*播放代码*/
.clear:after { content: '.'; clear: both; display: block; height: 0; visibility: hidden; line-height: 0; }
.clear { zoom: 1;}
.fl {
    float: left;
}

.fr {
    float: right;
}

.loadEffect {
    width: 120px;
    height: 120px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    z-index: 999;
}

.loadEffect span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4282b7;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}
.loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
    left: 14px;
    top: 14px;
    -webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
    top: 14px;
    right:14px;
    -webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
    right: 14px;
    bottom:14px;
    -webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay:1.04s;
}

/*播放器样式控制*/
.canvasContainer{
    position: relative;
    background-color: white;
    /*border: 1px solid rgba(0, 0, 0, 0.9);*/
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
    z-index: 10;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background: url(/Public/gpsPlayer/images/2.png) repeat center;
    background-color: #333;
    
}

.sideBar {
    display: none;
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
}

.sideBar .cont{
    width: 100%;
}
.sideBar .cont .ct{
    display: flex;
    align-content: center;
}
.sideBar .bar_icon{
    width: 20px;
    padding-left: 5px;
}
.sideBar .icon_full{
    padding-right: 5px;
}
.sideBar label{
    font-size: 14px;
}
.sideBar .line{
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
}
.sideBar .timeTrack {
    width: 100%;
    height: 3px;
    line-height: 3px;
}

.sideBar .icon_play:hover {
    transform: scale(1.2);
}

.sideBar .icon_stop:hover {
    transform: scale(1.2);
}

.sideBar .icon_full:hover {
    transform: scale(1.3);
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: default;
    top: -5px;
    height: 5px;
    width: 5px;
    transform: translateY(-4px);
    background: none repeat scroll 0 0 #777;
    border-radius: 10px;
    -webkit-box-shadow: 0 -1px 1px black inset;
}

/*sssssssss*/
.sideBar_gps {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: 0;
}

.sideBar_gps .cph{
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
.sideBar_gps .oth{
    padding-right: 10px;
}

.sideBar_gps .oth .icon_mute,.sideBar_gps .oth .icon_cap{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}

.sideBar_gps .oth .icon_mute{
    display: none;
}
.sideBar_gps .oth .icon_cap{
    display: none;
}


/*右键菜单*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    /*box-sizing: border-box;*/
    list-style: none;
}


.contextmenu {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    z-index: 999999999;
    background: #000;
    color: #fff;
    padding: 10px;
    line-height: 25px;
    cursor: pointer;
}

.contextmenu li {
    border-left: 3px solid transparent;
    transition: ease 0.3s;
}

.contextmenu li:hover {
    /*background: #CE93D8;*/
    color: #999;
    border-left: 3px solid #9C27B0;
}

.contextmenu li a {
    display: block;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    transition: ease 0.3s;
}

.contextmenu li:hover a {
    color: #FF0000;
}

.videoList .act{
    /*border-right: none !important;
    border-bottom: none !important;*/
}
.videoList .act  canvas{
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    box-sizing: border-box;
    border: solid 1px #f00;
}