@CHARSET "UTF-8";

body {
    overflow: hidden;
}

html,
body,
div,
span,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    width: 100vw;
    height: 100vh;
}

.rtc-wrapper {
    /*position: absolute;*/
    /* 浏览器模式 */
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*z-index: 99998;*/
}

.clear {
    clear: both;
    z-index: 99;
}

.popup-video-screen-div {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    font-family: 微软雅黑;
    background-color: black;
}
.video-screen-bg{
    background:url(../images/avatar.png) no-repeat 50px 50px;
    z-index: 9999;
}

.popup-video-screen-div-fullscreen {
    position: absolute;
    font-family: 微软雅黑;
    left: 0px;
    /*top: 0px !important;*/
    z-index: 999999;
    text-align: center;
    width: auto;
    height: calc(100% - 140px);
}

.rtc-wphone-video-screen {
    width: 100%;
    height: 100%;
}
.rtc-default-video-screen-inner{
    width: auto;
    height: auto;
    left: 783px;
    top: 172px;
    text-align: center;
    z-index:999;
}
.rtc-default-video-screen {
    width: auto;
    height: auto;
    left: 783px;
    top: 172px;
    text-align: center;
    z-index:999999;;
    position: absolute;
}


.main-video-change-fullscreen {
    width: auto;
    height: calc(100% - 67px);
}

.main-video-change {
    width: auto;
    height: 360px;
    z-index:9999999999999;
}

.main-video-box-fullscreen {
    width: auto;
    height: 100%;
    position: relative;
    background: #2A3036;
}

.main-video-box {
    /*width: 100%;*/
    height: 100%;
    text-align: center;
    float:left;
    background: #2A3036;
}
.risk-video {
    float: left;display: none;position: absolute;left: 400px;top:200px;z-index: 9;
}
.photoPrewDiv {
    z-index: 9999;
    text-align: center;
    background-size: cover !important;
    background-position: center center !important;
    height: calc(100% - 66px);
    width: 100%;
    position: absolute;
    margin-top: 30px;
}
.BgPrewDiv {
    z-index: 9999;
    text-align: center;
    background-size: cover !important;
    background-position: center center !important;
    height: calc(100% - 66px);
    width: 100%;
    position: absolute;
    margin-top: 30px;
}
.voiceBgPrewDiv{
    background: url(../images/voicebg.gif);
}
.holdBgPrewDiv{
    background: url(../images/holdbg.gif);
}

.controller{
    width: 100%;
    height: 36px;
    border: 0;
    z-index: 99999;
    background: rgba(66, 66, 66, 0.3);
}
.dadianForm {
    z-index: 99999;
    width: calc(100% - 3px);
    border: 1px solid #eee;
    position: absolute;
    background:#fff;
    display: none;
    font-family: Microsoft YaHei;
    text-align: center
}
.dadianForm .title {
    width: 70px;
    display:inline-block;
    vertical-align: top;
    text-align: right;
    color: #606266;
    height: 25px;
    line-height:25px;
}
.dadianForm .form-group{
    margin-bottom: 5px
}
.dadianForm .form-item{
    max-width: 300px;
    width: calc(100% - 75px);
    display:inline-block;
    text-align: left;
}
.dadianForm .form-item input {
    /*margin: 0 8px;*/
    text-align: center;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    /*border-radius: 4px;*/
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    outline: none;
    padding: 0;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.dadianForm .markTimeInput{
    width: 60%
}
.dadianForm .el-input-group__append, .el-input-group__prepend {
    padding: 0 4px;
}
.dadianForm .form-item select {
    width: 60%;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 25px;
    line-height: 25px;
    outline: none;
    padding: 0 15px;
}
.dadianForm .form-item textarea {
    width: 100%;
    font-family: Microsoft YaHei;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.dadianForm .form-group{
    margin: 5px
}
.dadianForm .iconkuaitui, .dadianForm .iconkuaijin {
    color: #606266;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}
.dadianForm .getVideoTimeBtn {
    color: var(--bg-color)
}
.dadianBtn{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px;
}
.dadianCancelBtn{
    background-color: #fff;
    color: #606266;
    border: 1px solid #dcdfe6;
}
.dadianSaveBtn{
    background: var(--bg-color);
    border-color: var(--bg-color);
    color: #fff;
}
.controller-more {
    width: 150px;
    height: 150px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 50px;
    background: rgba(66, 66, 66, 0.3);
    /*opacity: 0.45;*/
    border-radius: 5px;
    right: 10px;
    z-index: 99999;
}
.controller-inner-more {
    width: auto;
    overflow: hidden;
}

.controller-inner {
    /*height: 30px;*/
    width: auto;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.download-btn{
    width:50px;
    height:30px;
}
.closePic-btn{
    width:50px;
    height:30px;
}
.video-opt-btn{
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: #F2F3F5;
    border-radius: 50%;
    line-height: 34px;
}
.video-opt-btn:hover{
    background: #FFFFFF;
}
.video-opt-btn-head{
    width: 50px;
    height: 30px;
    cursor: pointer;
    color: #FCFCFC;
}
.video-opt-btn span{
    width: 12px;
    height: 16px;
    color: #4D4F50;
}
.video-opt-btn-r{
    width: 50px;
    height: 30px;
    cursor: pointer;
    color: #BDC6CF;
}
.icon09shipinchuang-kehuduanluzhi-guan{
    color:red;
}
.record-btn{
    float: left;
    width: 15px;
    height: 26px;
}
.record-btn-s{
    float: left;
    width: 15px;
    height: 26px;
}
.server-record-btn{
    float: left;
    width: 15px;
    height: 26px;
}
.server-record-btn-s{
    float: left;
    width: 15px;
    height: 26px;
}
.divided-record-btn{
    float: left;
    width: 15px;
    height: 26px;
}
.divided-record-btn-s{
    float: left;
    width: 15px;
    height: 26px;
}


.resetPlayers-btn{
    width:30px;
    height:30px;
    cursor: pointer;
    color: #BDC6CF;
}
.father-class {
    position: absolute;
    left: 20%;
    top: 10%;
    background-color: black;
}

.main-video-class {
    width: auto;
    height: 480px;
    z-index: 99;
    max-width: 1000px;
}

.small-video-class {
    width: auto;
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 100;

}

.small-video-change {
    width: auto;
    height: 160px;
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 100;
}

.left-video-class {
    width: 100px;
    height: 80px;
    position: absolute;
    right: 103px;
    bottom: 30px;
    z-index: 100;
}

.left-video-change {
    width: 200px;
    height: 160px;
    position: fixed;
    right: 203px;
    bottom: 30px;
    z-index: 100;
}

.controller-change {
    width: 100%;
    height: 30px;
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 100;
}

.head-time {
    float: left;
    width: 40%;
    height: 9px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.head-close{
    float: right;
    height: 11px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF3939;
    text-align: right;
    cursor: pointer;
}
.head-close span{
    margin-right: 10px;
    width: 24px;
    height: 11px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF3939;
}
.head-btns{
    float: left;
    width: 30%;
    height: 9px;
}
.video-head {
    width: 100%;
    height: 30px;
    z-index: 99999;
    /*top: 0px;*/
    /*position: absolute;*/
    padding-top: 7px;
    background: rgba(66, 66, 66, 0.3);
}

.wenzi {
    position: absolute;
    float: left;
    top: 100px;
    color: #f00;
    width: 220px;
    height: 30px;
    text-align: center;
    z-index: 1;
    display: none;
}
#mp4Player{
    /*width:50%;*/
    float: left;
}
.video-tips-div{
    position: absolute;
    bottom: 25%;
    width: 100%;
    height: 30px;
    opacity: 0.8;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}
.record-choose-div{
    width: 86px;
    height: 78px;
    position:absolute;
    bottom: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
}
.record-choose-item{
    height: 26px;
    width: 100%;
    line-height: 26px;
    cursor: pointer;
}
.record-choose-item:hover{
    background-color: #e4e7eb;
}
.record-choose-item:hover{
    background-color: #e4e7eb;
}
.brage-btn {
    /* position: absolute; */
    width: 70px;
    height: 30px;
    margin-left: 10px;
    background-color: #f9faff;
    border-radius: 5px;
    cursor: default;
    border: 1px solid #000000;
    margin-top: 3px;
    font-weight: bold;
}
.qipao{
    width: 300px;
    height: 40px;
    margin: 5px 0 20px 100px;
    background: #EEEEEE;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    border-radius: 10px;
}
.demo{
    width: 15px;
    height: 15px;
    background: #EEEEEE;
    transform: rotate(44deg);
    margin-bottom: 200px;
    float: right;
    margin-right: -300px;
}
.userlist-box{
    width: calc(100% - 3px);
    height: 30px;
    z-index: 99999;
    top: 0px;
    position: absolute;
    padding-top: 7px;
    background: rgba(66, 66, 66, 0.3);
}
.jiguangbi-on{
    color: darkorange !important;
}
