#videoSitting_min{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  margin-top: -120px;
  width: 360px;
  height: 240px;
  border-radius: 20px;
  user-select: none;
  z-index: 1000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#videoSitting_min.full{
  width: 920px;
  height: 840px;
  top: 50%!important;
  left: 50%!important;
  margin-left: -460px;
  margin-top: -420px;
}
#header_bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  background: url('../img/agentLogo.png') no-repeat center center;
  background-size: cover;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#videoSitting_main{
 width: 100%;
 height: 100%;
 border-radius: 20px;
 background: rgba(0, 24, 55, 0.6);
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 -ms-border-radius: 20px;
 -o-border-radius: 20px;
 overflow: hidden;
}
/* 顶部banner */
.videoSitting-top{
  position: relative;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 24, 55, 0.2);
}
.videoSitting-top img{
  position: absolute;
  top: 11px;
  right: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#videoSitting_min.full .videoSitting-top{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

#videoSitting_min.full .videoSitting-top img{
  top: 10px;
  right: 24px;
  width: 20px;
  height: 20px;
}

/* 内容区 */
.videoSitting-content{
  width: 100%;
  height: calc(100% - 36px);
  overflow: hidden;
  color: #fff;
  font-size: 12px;
}
.videoSitting-content.noAnswer{
  position: relative;
}
#videoSitting_min.full .videoSitting-content{
  height: calc(100% - 40px);
}
.videoSitting-name{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.videoSitting-name img{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.videoSitting-name div{
  max-width: 190px;
}
.videoSitting-status{
  margin-top: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.videoSitting-btn{
  padding: 0 80px;
  position: relative;
  z-index: 1;
}

#videoSitting_min.full .videoSitting-btn{
  margin-top: 642px;
}
.videoSitting-btn.calling{
  padding: 0 49px;
}
.videoSitting-btn ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
#videoSitting_min.full .videoSitting-btn ul{
  justify-content: center!important;
}
.videoSitting-btn ul.passive{
  justify-content: space-between;
}
.videoSitting-btn ul li{
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
#videoSitting_min.full .videoSitting-btn ul li{
  margin-left: 80px;
}
#videoSitting_min.full .videoSitting-btn ul li:first-of-type{
  margin-left: 0;
}
.videoSitting-btn img{
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#videoSitting_min.full .videoSitting-btn img{
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

/* 辅视频窗口 */
#minVideoDom{
  position: absolute;
  top: 44px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#minVideoDom.noAnswer{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: inherit;
}
#videoSitting_min.full #minVideoDom{
  top: 56px;
  left: 40px;
  width: 180px;
  height: 180px;
}
/* 主视频窗口 */
#mainVideoDom{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}