.v39-recordbox{
    width: 340px;
    border-top: 3px solid #fc5659;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 0 0 2px 2px;
    background-color: #fff;
}
.recordboxHeader {
    background: #e8e8e8;
    border-bottom: 1px solid #d2d2d2;
    padding: 4px 20px;
}
.v39-recordbox .recordboxHeader {
  padding: 10px 20px;
  font-size: 14px;
}
.v39-recordbox .popbody {
    padding-top: 0px;
    padding-bottom: 25px;
    padding: 4px 27px 20px;
}
.v39-recordbox .primary{
    background: #fc5659;
    border-color: #fc5659;
    color: #fff;
}
.v39-recordbox .v3-btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
#delFlashVideo {
    position: relative;
    height: 100%;
    /* min-height: 168px; */
}

.canvasBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
/* ppt */
.canvasBoard{
    width: 100%;
    height: auto;
}
.canvasBoard .vhall_img_can{
    width: 100%;
    height: auto;
}
/* 白板 */
.canvasWhite{
    height: 100%;
}
.canvasWhite .vhall_img_can{
    height: 100%;
}
/* 语音播放 */
.audioBox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none
}
.audioBoxShow{
    display: block
}
.audioBoxNone{
    display: none
}
.audioBox img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.audioBox p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 40px;
    color: white;
}
.audioBox p img{
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.exchange .audioBox p img{
    width: 80px;
}
/* 语音播放显示结束 */
.icon-box {
    position:absolute;
    height:40px;
    line-height:40px;
    width:100%;
    background:rgba(0,0,0,0.4);
    bottom:0px;
    z-index:21;
}
.icon-box .icon_img{
    border:none;
    width:30px;
    height:30px;
    display:inline-block;
    background:red;
    margin:5px;
    float:left;
}
.icon-box div{
    display: inline-block;
    line-height:40px;
    color: white;
}
.icon-box .iconquanping{
    margin-right: 10px;
    font-size: 16px;
}
.del_icon{
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.exchange .del_icon{
    font-size: 18px;
}
.exchange .speedBox{
    width:40px;
}
.exchange .qualityBox{
    width:40px;
}
.del_player{
    margin: 0 6px;
}
.speed{
    display: inline-block;
    float: right;
    color: white;
    height: 100%;
    margin-right: 10px;
}
.volume-box{
    float: right; display: inline-block;
    margin-right: 10px;
    position: relative;
}
.volume-box:hover .ver-slider{
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    border-radius: 2px;
}
.volume_sliderBox{
    width: 30px;
    height: 90px;
    position: absolute;
    top: -87px;
    left: 50%;
    z-index: 21;
    transform: translate(-50%);
    background: rgba(0,0,0,0.4);
}
#volume_slider{
    width: 1px;
    height: 80px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%);
}
#volume_slider .ui-slider-handle{
    width: 8px;
    height: 8px ;
}
#volume_slider .ui-slider-range{
    background: #fc5659;
    width: 3px;
    left: -1px;
}
.volumeShow{
    position: absolute;
    color: white;
    background: rgba(0,0,0,0.8);
    transform: translateX(-50%);
    border-radius: 4px;
    left: 30px;
    line-height: 0;
}
#time_slider{
    width: 100%;
    position: absolute;
    left: 0;
    top: -3px;
    height: 3px;
    border: none;
    cursor: pointer;
}
#time_slider .ui-slider-handle{
    width: 9px;
    height: 9px ;
    top: -3px;
    cursor: grab;
    margin-left: 0;
}
.ui-slider-handle{
    width: 8px;
    height: 8px ;
    border: none !important;
    border-radius: 50% !important;
    background: #fc5659 !important;
    outline: none!important;
    margin-left: 0;
}
#time_slider .ui-slider-range{
    background: #fc5659;
    height: 5px;
    top: -1px;
    left: 0px;
    cursor: pointer;
}
#time_slider .timeShow{
    position: absolute;
    line-height: 20px;
    color: white;
    background: rgba(0,0,0,0.8);
    transform: translateX(-50%);
    border-radius: 4px;
    top: -28px;
}
#time_slider:hover{
    height: 7px;
    top: -5px
}
#time_slider:hover  .ui-slider-range{
    height: 9px
}
#time_slider:hover .ui-slider-handle{
    top: -3px;
    width: 12px;
    height:12px
}
.ui-state-active{
    border: none;
}
/* 画质 */
.qualityBox,.speedBox{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    line-height: 40px;
    position: relative;
}
.qualityArr{
    position: absolute;
    background: rgba(0,0,0,0.7);
    padding: 7px 4px;
    width: 40px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    z-index: 1;
    cursor: pointer;
}
.qualityArr li{
    line-height: 20px;
    display: block;cursor: pointer;
}
.qua_active{
    color: #fc5659;
}

.delLoadingBox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
    width: 100%;
    height: 100%;
    background: #333;
}
.delLoadingBox .delLoading{
    width: 40px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.delLoadingBox .onceAgainPlayer{
    text-align: center;
    color: white;
    border-radius: 4px;
    background: url(//cnstatic01.e.vhall.com/vhall-new-saas/static/img/small.1909b22.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.delLoadingBox .onceAgainPlayer span{
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ff3939;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.videoFail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(//cnstatic01.e.vhall.com/vhall-new-saas/static/img/small.1909b22.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 22;
}
.videoFail .transcoding{
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ff3939;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
}
.videoEnd{
    background: url(//cnstatic01.e.vhall.com/static/img/host_doc_shade.jpg) no-repeat;
    background-size: cover;
}
.videoEnd .end{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -50px;
}
.delTotal{
    display: none;
    z-index: 22;
    min-width: 150px;
    padding: 0 15px;
    height: 44px;
    background: rgba(0,0,0,0.7);
    border-radius: 100px;
    position: absolute;
    left: 50%;
    bottom: 48px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ececec;
    line-height: 44px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.delTotal span{
    color: #fc5659;
}
/* 文档 */
.doc_box{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    left: 0;
    top: 0;
    background: #444 url('//t-alistatic01.e.vhall.com/static/images/watch/book.png') no-repeat center;
}
/* .doc_box:hover .vhall_icon_arr{
    display: block;
} */
.exchange .doc_box:hover .vhall_icon_arr{
    display: none;
}
.vhall_icon_arr{
    position: absolute;
    z-index: 1;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 40px;
    padding: 0 10px;
    bottom: 20px;
    width: 170px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 20px;
    display: none;
}
.doc_content{
    width: 100%;
    height: 100%;
}
.doc_content img{
    display: block;
}
.vhall_icon_arr i{
    display:inline-block;
    font-size: 20px;
    color: white;
    line-height: 40px;
    vertical-align: text-top;
    width: 30px;
    text-align: center;
    position: relative;
}
.vhall_icon_arr i span{
    display: none;
    position: absolute;
    left: -11%;
    top: 33px;
    width: 40px;
    font-size: 12px;
    line-height: 20px;
    background: rgba(0,0,0,0.5);
    height: 20px;
    border-radius: 2px;
    color: #eee;
}
.vhall_icon_arr .toggerQuanbing{
    font-size: 16px;
}
.vhall_icon_arr i:hover span{
    display:block
}
.exchange .vhall_icon_arr .toggerQuanbing{
    display: none;
}
.flash-video .screen{
    position: fixed;
    z-index: 999;
}
.flash-wrap .screen{
    position: fixed;
    z-index: 999;
}
.exchange .doc_box{
    width: 294px;
    height: 168px;
    right: -294px;
    z-index: 9;
    left: auto;
}
.icon-box span{
    color: white
}
.delSwitchBox{
    position: absolute;
    right: 15px;
    top: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.7);
    z-index: 21;
    display: block;
}
.exchange .canvasWhite{
    height: 100%;
}
.exchange .vhall_icon_arr{
    display: none;
}
.delSwitchBox .delSwitch{
    position: absolute;
    left: 11px;
    top: 17px;
    width: 20px;
    height: 20px;
    color: white;
}
#delFlashVideo video{
    position: relative;
}
.delSwitch span{
    display: none;
    position: absolute;
    left: -12px;
    top: 16px;
    width: 40px;
    font-size: 12px;
    line-height: 20px;
    background: rgba(0,0,0,0.5);
    height: 20px;
    border-radius: 2px;
    color: #eee;
    text-align: center;
}
.delSwitch:hover span{
    display:block
}
/* 文档结束 */
.flash-video .video-box{
    overflow: hidden;
}
.marquee{
    line-height: 40px;
}
    #delFlashVideo{
        overflow: hidden;
    }
/* 更改toast展示改为icon */
    .replaceImgBox{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 23
     }
     .replaceImgBox img{ 
         position: absolute; 
         left:50%; 
         top:50%; 
         transform:translate(-36px, -36px); 
         width: 72px; 
         height: 72px;
         cursor: pointer;
     }