

#videoContent ,#canvasContent{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

#popWinContniner {
    position: absolute;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    left: 0px;
    top:0px;
    width: 1024px;
    height: 768px; 
    transform-origin: top left;
}

.popWin-tool {
    float: left;
    margin-top: 10px;
}

video::cue {
    font-size: 1rem;
}

#toolsContnet {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    bottom: 0px;
    left: 0px;
    height: 60px;
    background-image: url("../images/BG1.png");
    background-size: contain;
    transform-origin: bottom left;
}

body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background-color: black;
    margin: 0px;
    overflow: hidden;
}



.toolBtns {
 
    margin-bottom: 5px;
    height: 45px;
    width: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px 7px 5px 1px;
}



#close{
    margin: 5px 20px 5px 1px;
} 


#automatic {
    width: 150px;
    height: 45px;
}



.contorlBtnsContent {
    display: flex;
}

#runTime {
    background-image: url("../images/videoBar_left.png"); 
    background-size: contain;
    font-size: 25px;
    line-height: 51px;
    color: white;
    width: 143px;
    text-align: center;
    
}
#totalTime {
    background-image: url("../images/videoBar_right.png");   
    background-size: contain;
    font-size: 25px;
    line-height: 51px;
    color: white;
    width: 145px;
    text-align: center;   
    background-repeat: no-repeat;
}

#videoBarBG {
    background-image: url("../images/videoBar_middle.png");
    flex-grow: 1;
}

.videoBar {
    display: flex;
    margin: 5px 10px 5px 40px;
}

.videoProgressBar {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    position: relative;
    top: 13px;
    border-radius: 5px;
    background:#ffffff;
    outline: none;
 

}
.videoProgressBar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 50px;

    background: url('../images/bar.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.videoProgressBar::-moz-range-thumb {
    width: 24px;
    height: 46px;

    background: url('../images/bar.png');
    background-size: contain;
    cursor: pointer;
  }


.videoBar img{
    height: 45px;
}


#volume_bar {
    position: relative;
    bottom: 146px;
    width: 47px;
    height: 200px;
    background-image: url("../images/volumeSelect-bg.png");
    background-size: contain;
    z-index: 25;
    margin-left: 20px;
    display: none;
}

.disable {
    pointer-events: none;
}


#volume {
    z-index: 50;
    margin-left: 20px;
}
.volume_select {
    position: relative;
    width: 35px;
    height: 15px;
    left: 4px;
    top: 23px;
}
.speed_control {
    position: relative;
    width: 140px;
    height: 280px;
    bottom: 280px;
    left: -40px;
    border: white  solid 1px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url("../images/sound_speed.png");
    background-repeat: no-repeat;
    background-size: contain;

}
.speed_control_option {
    width: 90%;
    height: 45px;
}
.selected::before {
    content: url("../images/selected.png");
    transform: scale(.4);
    width: 36px;
    height: 30px;
    position: absolute;
    background-size: 36px 30px;
}


#role_play_dialog {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

#role_play_dialog_background {
    width: 90%;
 
    margin: auto;
}


#roleListContent{
    width: 100%;
}
#roleImgContent{
    
    width: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%,-50%);
}

.role_play_list {
    width: 66%;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-51%,-55%);
}
.role_play_list img {
    width: 21%;
    padding: 0 1% 0 3%;
    cursor: pointer;
}
#role_play_confirm {
    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#okBtn{
    width: 9%;
    position: absolute;
    right: 11%;
    bottom: 10%;
}



.tooltipimg{
    position: relative;
    top:-50px;
    left:-33px;

}


.hide {
    -webkit-filter: brightness(50%);
    pointer-events: none;
}