.stage {
  position: absolute;
  left: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition-property: left, opacity;
  transition-duration: .5s;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #FAFAFA;
  background-color: #080f14;
}
.stage-background-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stage.fullscreen {
  left: 0;
}
@media (max-width: 799px) {
  .stage {
    left: 0;
    top: 0;
    right: 0;
    height: 272px;
    bottom: auto;
    transition-property: opacity;
  }
  .stage.fullscreen {
    display: block;
    height: auto;
    bottom: 0;
  }
}
.toolbar {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  word-spacing: 4px;
  z-index: 10;
}
.toolbar .button,
.toolbar .button-like {
  transition: bottom 0.2s;
  bottom: 0;
}
.idle .toolbar:not(:hover) .button,
.idle .toolbar:not(:hover) .button-like {
  bottom: -56px;
}
.idle .toolbar:not(:hover) .button.active,
.idle .toolbar:not(:hover) .button-like.active {
  bottom: 0;
}
.toolbar .toolbar-buttons {
  margin: 16px;
}
.toolbar .button,
.app-bar.fullscreen .avatar,
.dialpad-buttons .button {
  box-shadow: 1px 1px 4px black;
}
.cameracontrol-buttons .button {
  box-shadow: 1px 1px 4px black;
}
.main-pip {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  white-space: nowrap;
  background: black;
}
.main-pip:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.main-pip .presentation-image,
.main-pip video,
.main-pip .video-poster,
.main-pip svg,
.main-pip .virtual-stage,
.main-pip #flashvideo {
  display: inline-block;
  /*width: 100%;*/
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: inherit;
}
.wide-aspect .main-pip .presentation-image,
.wide-aspect .main-pip video,
.wide-aspect .main-pip svg {
  height: 100%;
}
.wide-aspect .main-pip .presentation-image {
  width: 100%;
  object-fit: contain;
}
.narrow-aspect .main-pip .presentation-image,
.narrow-aspect .main-pip video,
.narrow-aspect .main-pip svg,
.narrow-aspect .main-pip .virtual-stage {
  width: 100%;
}
.narrow-aspect .main-pip .presentation-image {
  height: 100%;
  object-fit: contain;
}
.left-pip,
.right-pip {
  top: 0;
  border-radius: 2px;
  margin: 16px;
  position: absolute;
  box-shadow: 1px 1px 8px black;
}
.left-pip {
  z-index: 5;
  left: 0;
  cursor: pointer;
}
.iframe-left-pip{
  width: 200px;
  height: 150px;
  top: 0;
  border-radius: 2px;
  margin: 16px;
  position: absolute;
  box-shadow: 1px 1px 8px black;
  z-index: 1;
  left: 0;
  cursor: pointer;
}
.right-pip {
  right: 0;
  z-index: 5;
}
.mirrored {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.presentation-toolbar,
.self-view-toolbar {
  position: absolute;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.main-pip .presentation-toolbar {
  margin: 16px;
  /* top: 0; */
}
.presentation-toolbar {
    position: absolute;
    left: calc(50% - 56px);
    bottom: 66px;
    /* margin-left: 250px; */
    z-index: 4;
}
.self-view-toolbar {
  right: 0;
  top: 0;
}
.presentation-toolbar .button-group {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  border-radius: 20px;
}
.presentation-toolbar .button,
.self-view-toolbar .button {
  margin: 0;
  background-color: transparent;
  text-shadow: 1px 1px 1px black;
}
/*.idle .presentation-toolbar,*/
.idle .self-view-toolbar {
  opacity: 0;
}
.wide-aspect .left-pip,
.wide-aspect .right-pip {
  width: 200px;
  /*max-width: 25%;*/
}
.narrow-aspect .left-pip,
.narrow-aspect .right-pip {
  width: 200px;
  /*max-width: 45%;*/
}
#flashvideo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.left-pip #flashvideo {
  width: 200px;
  height: 112px;
}
.left-pip .presentation-image,
.left-pip video,
.left-pip svg,
.right-pip .presentation-image,
.right-pip video,
.right-pip svg {
  display: block;
  width: 100%;
  -webkit-border-radius: 2px;
}

.left-pip video{
	outline: none;
}

.left-pip .presentation-image {
  height: 112px;
  object-fit: cover;
}
.crop-16-9 {
  position: relative;
  width: 200px;
  height: 112px;
  overflow: hidden;
  cursor: pointer;
}
.crop-16-9 video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  max-height: inherit;
}
.crop-16-9 img {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.video-preview .name,
.main-pip .name,
.left-pip .name,
.iframe-left-pip .name,
.right-pip .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 4px;
}
.video-preview .name,
.main-pip .name,
.left-pip .name,
.iframe-left-pip .name,
.right-pip .name,
.slide-counter {
  opacity: .87;
  text-shadow: 1px 1px 1px black;
  text-align: left;
  font-size: smaller;
  line-height: normal;
}
.stage-placeholder {
  opacity: .3;
}
.stage-placeholder img {
  width: 15%;
  margin: 16px;
}
.escalate-bar,
.escalate-bar-minimized {
  position: absolute;
  padding: 4px;
  border-radius: 2px;
  vertical-align: middle;
  transition-property: all;
  transition-duration: 0.2s;
}
.escalate-bar {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.escalate-bar-minimized {
  top: 0;
  bottom: auto;
  /*width: 200px;*/
  left: 0;
  right: 0;
  padding: 4px;
  margin: 8px;
}
.escalate-bar span,
.escalate-bar-minimized span {
  margin: 8px 0;
}
.escalate-bar a,
.escalate-bar-minimized a {
  font-size: smaller;
  font-weight: bold;
  padding: 4px 8px;
  margin: 4px;
  border-radius: 2px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.escalate-bar-minimized a {
  background-color: rgba(0, 0, 0, 0.2);
}
input[type=range][orient=vertical] {
  writing-mode: bt-lr;
  /* IE */
  -webkit-appearance: slider-vertical;
  /* WebKit */
  width: 40px;
  height: 80px;
  padding: 0;
  margin: 8px 0;
}
.volume-popup {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 40px;
  cursor: default;
  text-transform: none;
  text-shadow: none;
}
.button:hover .volume-popup {
  display: block;
}

/*# sourceMappingURL=stage.css.map */

/* other  */
.other-video-container {
  transition: all 0.5s;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  /* bottom: 10px; */
  /* width: 10%; */
  border-radius: 8px;
  overflow: hidden;
  width: 216px;
  z-index: 3;
}
.other-video-container .other-video-container-bg {
  background: rgba(0,0,0,0.4);
  padding: 8px;
  border-radius: 8px;
}
.other-video-container .other-video-hidden {
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  line-height: 28px;
  background: rgba(0,0,0,0.6);
}
.other-video-container .other-video-hidden img {
  transition: all 0.5s;
  opacity: 1;
  width: 16px;
  cursor: pointer;
  margin-right: 8px;
  margin-top: 8px;
}
.other-video-container .other-video-hidden img:hover {
  text-shadow: 0 0 8px white;
}
.other-video-container .ovideo-my {
  position: relative;
  /* margin-bottom: 8px; */
  margin-top: 20px;
}
.other-video-container .ovideo-my .ovideo-my-video {
  overflow: hidden;
  height: 112px;
  width: 200px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 1px 1px 8px black;
  background-color: black;
}
.other-video-container .ovideo-my .ovideo-my-video video {
  transform: scaleX(-1);
  max-height: inherit;
  object-fit: cover;
  width: 100%;
  margin: auto;
  height: -webkit-fill-available;
}
.other-video-container .ovideo-my .ovideo-my-video > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.other-video-container .ovideo-my .ovideo-my-video > label > img {
  vertical-align: bottom;
  padding-right: 3px;
  object-fit: contain;
}
.other-video-container .ovideo-my label,
.other-video-container .ovideo-other .ovideo-other-container label {
  position: absolute;
  font-size: 12px;
  left: 5px;
  bottom: 3px;
  /* right: 8px; */
  background: rgba(0,0,0,0.8);
  padding: 4px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
  white-space: nowrap;
  display: flex;
  /* justify-content: center; */
  align-content: center;
}
.other-video-container .ovideo-my .ovideo-lost,
.other-video-container .ovideo-other .ovideo-other-container .ovideo-lost {
  position: absolute;
  left: 5px;
  top: 5px;
}
.other-video-container .ovideo-my .ovideo-lost img,
.other-video-container .ovideo-other .ovideo-other-container .ovideo-lost img {
  width: 20px;
  height: 20px;
}
.other-video-container .ovideo-my label > span,
.other-video-container .ovideo-other .ovideo-other-container label > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other-video-container .ovideo-other .ovideo-other-container label > img {
  /* vertical-align: bottom; */
  padding-right: 3px;
  object-fit: contain;
}
.other-video-container .ovideo-other .ovideo-other-container {
  position: relative;
  margin-top: 10px;
  /* transition: all 0.5s; */
}
.other-video-container .ovideo-other .ovideo-other-video {
  position: relative;
  height: 112px;
  width: 200px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 1px 1px 8px black;
  background-color: black;
}
.other-video-container .ovideo-other .ovideo-other-video video {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
}

.other-video-show {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
}
.other-video-show a {
  font-size: 24px;
  background: rgba(0,0,0,0.4);
}

/* 长时间不动 */
.idle .other-video-container .other-video-container-bg,.idle .other-video-container .other-video-hidden  {
  background: rgba(0,0,0,0);
}
.idle .other-video-container .other-video-hidden img, .idle .other-video-show{
  opacity: 0;
}
/* 锁屏 */
.video-lock {
  transition: all 0.5s;
  position: absolute;
  top: 105px;
  left: 16px;
  /* width: 150px; */
  padding: 0 6px;
  height: 36px;
  line-height: 36px;
  background: rgba(18,26,44,0.9);
  border-radius: 3px;
  opacity: 0.9;
  font-size: 14px;
  z-index: 9999;
}
.video-lock .un-lock {
  background: rgba(15,140,238,1);
  border-radius: 3px;
  opacity: 0.9;
  display: inline-block;
  height: 20px;
  /* width: 44px; */
  padding: 0 3px;
  line-height: 21px;
  margin-left: 5px;
  cursor: pointer;
}
/* 字幕 */
.video-subtitle {
  position: absolute;
  bottom: 11%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
  z-index: 100;
}
.video-subtitle .caption {
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 4px;
}
.video-subtitle .network {
  font-size: 18px;
  line-height: 25px;
}
.raise_hands {
  position: absolute;
  font-size: 14px;
  color: rgba(255,255,255,1);
  z-index: 100;
  width: 110px;
  background: rgba(18,26,44,0.9);
  border-radius: 3px;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 9px 8px;
  top: 115px;
  left: 16px;
  box-sizing: border-box;
  opacity: 0.9;
  cursor: pointer;
}
.raise_hands img {
  width: 18px;
  vertical-align: bottom;
}
.raise_hands .txt {
  width: 58px;
  margin-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.microphoneMutedShow {
  background: #212121;
  width: 40px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 20px;
  box-shadow: 1px 0px 2px black;
  opacity: .87;
  transform: translateY(-20px);
}
.microphoneMutedShow i {
  font-size: 25px;
}

/* 表情包 */
.video-emoticon {
  transition: all 0.5s;
  position: absolute;
  bottom: 66px;
  left: 16px;
  /* height: 30px;
  line-height: 30px; */
  width: 106px;
  /* background: rgba(0, 0, 0, 0.3); */
  /* opacity: 0.9; */
  font-size: 12px;
  /* display: flex;
  align-items: center; */
  z-index: 5;
}
/* .video-emoticon img {
  width: 30px;
}
.video-emoticon span {
  display: inline-block;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
 } */
 ul,li{
  padding:0;margin:0;list-style:none
 }

 /* .animate-enter, .animate-leave {
      transition: all 300ms ease-in-out;
      position: relative;
  }  */

 .video-emoticon li{
  float: left;
  position: relative;
  transition:.3s linear all;
 }
 
 
 .video-emoticon .accemoji{
  width: 106px;
  height: 30px;
  background: rgba(36, 36, 36, 0.8);
  border-radius: 4px;
  line-height: 30px;
  padding: 0 6px 0 10px; 
 }
 .video-emoticon .accemoji>img{
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
 }
 .video-emoticon .accemoji>span{
  font-size: 14px;
  color: #ffffff;
  position: relative;
  top: -4px;
 }

