@CHARSET "UTF-8";

/* body {
    overflow: hidden;
} */

.wrapper {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    /* font-family: 微软雅黑; */
}

.clear {
    clear: both;
    z-index: 99;
}

/* .popup-video-screen-div {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    font-family: 微软雅黑;
    background-color: black;
}

.popup-video-screen-div-fullscreen {
    position: absolute;
    text-align: center;
    font-family: 微软雅黑;
    width: 100%;
    height: 100%;
} */


.father-class {
    position: absolute;
    left: calc(50vw - 320px);
    top: calc(50vh - 210px);
    width: 640px;
    height: 420px;
    background-color: black;
    z-index: 1000000;
}

.father-change {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100000000;
}

.father-min {
    position: absolute;
    right: 0;
    /* left: calc(50vw - 320px); */
    width: 640px;
    height: 30px;
    background-color: black;
    z-index: 100000000;
}
.main-video-class {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: calc(100% - 60px);
    /* object-fit: scale-down; */
    background-color: #000000;
}


.video-head {
    width: 100%;
    height: 30px;
    background-color: #000000;
    margin-bottom: -2px;
    position: absolute;
    top: 0px;
    z-index: 999;

}

.head-hide {
    float: right;
    background: url(../webrtc/img/hide.png) no-repeat center;
    width: 30px;
    height: 30px;
}

.head-hide:hover {
    background: url(../webrtc/img/hide_p.png) no-repeat center;
}

.head-close {
    float: right;
    background: url(../webrtc/img/close.png) no-repeat center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/* .head-close:hover {
    background: url(../webrtc/img/close_p.png) no-repeat center;
} */

.hide-video {
    width: 30px;
    height: 30px;
    float: right;
    margin: 5px;
    border-radius: 50%;
    background-size: 100%;
    background: red;
    z-index: 101;
}

.controller {
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 1;
    background-color: black;
    /* border: 0px solid #FFFFFF;
    border-radius: 0 0 5px 5px; */
}

.controller-btn {
    width: 30px;
    height: 30px;
    float: right;
    margin: 0 10px;
    cursor: pointer;
}

.controller-timer {
    width: 50px;
    height: 30px;
    padding-left: 15px;
    float: left;
    color: #fff;
    line-height: 30px;

}


.hangup-btn {
    /* position: absolute; */
    width: 50px;
    height: 30px;
    margin-left: 10px;
    background: url(../webrtc/img/hangup.png) no-repeat center center;
    border-radius: 0 0 5px 5px;
}

.hangup-btn-d {
    /* position: absolute; */
    width: 50px;
    height: 30px;
    margin-left: 10px;
    background: url(../webrtc/img/hangup_d.png) no-repeat center center;
    border-radius: 0 0 5px 5px;
}

.video-btn-s {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/video_p.png) no-repeat center center;
}

.video-btn {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/video.png) no-repeat center center;
}

.video-btn-d {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/video_d.png) no-repeat center center;
}

.hold-btn-s {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/retrieve.png) no-repeat center center;
}

.hold-btn {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/hold.png) no-repeat center center;
}

.hold-btn-d {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/hold_d.png) no-repeat center center;
}

.voice-btn-s {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/voice_p.png) no-repeat center center;
}

.voice-btn {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/voice.png) no-repeat center center;
}

.voice-btn-d {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/voice_d.png) no-repeat center center;
}


.speak-btn-s {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/speaker_p.png) no-repeat center center;
}

.speak-btn {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/speaker.png) no-repeat center center;
}

.speak-btn-d {
    /* position: absolute; */
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/speaker_d.png) no-repeat center center;
}


.fullscreen-btn {
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/fullscreen.png) no-repeat center center;
}

.smallscreen-btn {
    width: 30px;
    height: 30px;
    background: url(../webrtc/img/smallscreen.png) no-repeat center center;
}

.shareTool{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 200px;
    height: 30px;
    background: rgba(6,6,6,.5);
    z-index: 1000000;
    border-radius: 6px;
}
.shareTool .controller-timer{
    clear: both;
    width: 60px;
    padding-left: 0;
}
.share-hangup{
    background-color: #c8242f;
    color: #fff;
    width: 60px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}
.share-hangup:hover{
    background-color: #711a20;
}
.share-play{
    width: 30px;
    height: 100%;
    background: url(../img/webrtc/suspend.png) no-repeat center center;
    background-size: 18px;
    cursor: pointer;
}
.share-play-s{
    width: 30px;
    height: 100%;
    background: url(../img/webrtc/recovery.png) no-repeat center center;
    background-size: 18px;
}
