/* 无-JCJS-795-start-同屏客服-2024_04_09 */
/* 无-JCJS-795-end-同屏客服-2024_04_09 */
.webrtc-view {
  position: fixed;
  top: 30%;
  right: 75px;
  width: 77px;
  height: 251px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.webrtc-view .control-bar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 15px;
}
.webrtc-view .control-bar .img_con {
  height: 40px;
  width: 40px;
  margin: 8px auto;
}
.webrtc-view .control-bar .text_msg {
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}
/* 共享投屏 */
.webrtc-view .control-bar .share,
.webrtc-view-ctrl .control-bar .share {
  background: url("./image/shareScreen_close.png") no-repeat center;
  background-size: 100% 100%;
}

.webrtc-view .control-bar .share-s,
.webrtc-view-ctrl .control-bar .share-s {
  background: url("./image/shareScreen.png") no-repeat center;
  background-size: 100% 100%;
}

.webrtc-view .control-bar .mute,
.webrtc-view-ctrl .control-bar .mute {
  background: url("./image/ssd.png") no-repeat center;
  background-size: 100% 100%;
}

.webrtc-view .control-bar .mute-s,
.webrtc-view-ctrl .control-bar .mute-s {
  background: url("./image/ssd_close.png") no-repeat center;
  background-size: 100% 100%;
}
.webrtc-view .control-bar .telephone,
.webrtc-view-ctrl .control-bar .telephone {
  background: url("./image/close.png") no-repeat center;
  background-size: 100% 100%;
}
.none_block {
  display: none;
}
.block_show {
  display: block;
}
.height_185 {
  height: 185px;
}
