#app{
  display: flex;
  flex-direction: column;
}
.n-page{
  z-index: 99 !important;
}
/* 视频 */
.live-video-wrapper{
  /* height: 630px; */
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}
.video-content{
  width: 100%;
  position: relative;
}
.video-container{
  width: 100% !important;
  height: 100% !important;
}
.hover-swicth:hover .video-switch-icon{
  display: block;
}
.switch-wrapper-pc, .switch-wrapper-h5{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.switch-wrapper-h5{
  display: block;
}
.switch-wrapper-pc img, .switch-wrapper-h5 img{
  width: 20px;
  height: 20px;
}
/* 直播聊天&文档信息 */
.live-info-wrapper{
  /* height: 630px; */
  display: flex;
  flex-direction: column;
  visibility: hidden; /* 隐藏但保留空间 */
  opacity: 0; /* 透明隐藏但保留交互 */
  position: absolute;
}
.video-container-wrapper{
  display: flex;
  justify-content: space-between;
}
.doc-content{
  width: 100%;
  position: relative;
}
.hover-swicth:hover .doc-switch-icon{
  display: block;
}
.doc-container{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  pointer-events: none;
}
.jssdk-db-document, .canvas-container, .canvas-container canvas{
  height: 100% !important;
  width: 100% !important;
}
.jssdk-db-document div, .jssdk-db-document img{
  height: 100% !important;
  width: 100% !important;
}
.jssdk-db-document img{
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}
.vhallPlayer-full-screen{
  height: 50px;
  display: flex;
  align-items: center;
}
.vhallPlayer-full-screen img{
  width:18px;
  height: 18px;
  cursor: pointer;
}
.vhallPlayerH5-full-screen{
  height: 26.5px;
  display: flex;
  align-items: center;
}
.vhallPlayerH5-full-screen img{
  width:15px;
  height: 15px;
  cursor: pointer;
}
.live-screens{
  right: 10px;
}
.video-container video{
  height: inherit;
}
.vhallPlayer-full-screen{
  display: none;
}
.message-container{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.message-h5-custom{
  flex: 1;
}
.message-pc-container{
  height: calc(100% - 208px) !important;
}
.message-like{
  width: 40px;
  height: 62px;
  position: absolute;
  right: 16px;
  bottom: 125px;
}
.like-icon{
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: linear-gradient(225deg, #0080FF 0%, #0126E8 100%);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.like-img{
  width: 20px;
  height: 20px;
}
.like-count{
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #9B9FA8;
  height: 18px;
  margin-top: 4px;
  text-align: center;

}
.message-tab{
  width: 100%;
  height: 40px;
  background: linear-gradient(269.4deg, #0080FF 0%, #0126E8 100%);
  border-radius: 10px 10px 0px 0px ;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #fff;
  display: flex;
}
.message-tab-item{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.message-tab .active {
  font-weight: 700;
}
.message-active-line{
  width: 38px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.message-content{
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #F7F9FA;
  gap: 8px;
  padding: 16px;
  overflow-y: auto;
}
.message-content-item{
  width: 100%;
  display: flex;
  gap: 8px;
}
.message-time{
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  color: #9B9FA8;
  height: 18px;
  margin-bottom: 8px;
}
.message-content-item-right, 
.message-content-item-right .user-info, 
.message-content-item-right .user-info .user-name{
  justify-content: flex-end;
}
.user-avatar{
  width: 28px;
  height: 28px;
}
.user-info{
  max-width: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.user-name{
  color: #2A2B2E;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  word-break: break-all;
  white-space: pre-wrap;
  display: flex;
} 
.user-context{
  min-height: 37px;
  border-radius: 4px;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #2A2B2E;
  background: #FFFFFF;
  word-break: break-all;
  white-space: pre-wrap;

}
.message-info{
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
  padding: 0 16px;
}
.info-left{
  position: relative;
}
.info-left .frame-img{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.face-wrapper{
  width: 230px;
  height: 190px;
  overflow-y: scroll;
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #fff;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 10px 5px;
  justify-content: flex-start;
}
.face-wrapper .face-item{
  width: 24px;
  height: 24px;
  /* margin: 5px; */
  display: inline-block;
  cursor: pointer;
}
.message-send{
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #fff;
}
.message-send-info{
  display: flex;
}
.send-input{
  flex: 1;
  height: 40px;
  background: #F7F9FA;
  border: none;
}
.send-input .el-input__inner{
  background: #F7F9FA;
  border: none;
  border-radius: 0;
  font-size: 14px;
  padding-right: 60px;
}
.send-input .el-input__inner::placeholder{
  font-size: 14px;
}
.send-input .el-input__count-inner{
  background: none !important;
}
.send-button{
  height: 40px;
  width: 68px;
  border-radius: 0 4px 4px 0;
  background: #2A2B2E;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vhallPlayer-fullScreen-btn,
.vhallPlayer-brarage-component,
.vhallPlayerh5-fullscreenBtn,
.h5vhallPlayer-brarage-component,
#docFullScreenBtn{
  display: none !important;
}
.vhallPlayer-speed-component,
.vhallPlayer-progress-box{
  display: block !important;
}
.vhallPlayer-speed-component .vhallPlayer-speedBtn{
  background: none;
  border: 1px solid #fff;
  border-radius: 20px;
}
.vhallPlayer-speed-component .active,
.vhallPlayer-speed-component .vhallPlayer-speedBtn:hover,
.vhallPlayer-speed-component .vhallPlayer-speedBtn:active{
  background: none !important;
  border: 1px solid rgba(0, 122, 255, 1) !important;
}
.speed-list-box{
  width: 70px !important;
}
.speed-list-box .active{
  border: none !important;
}
.vhallPlayerh5-shadow{
  pointer-events: auto !important;
}
.message-is-h5{
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.vh-player-right{
  display: flex !important;
  align-items: center;
}
.vh-player-definition, .vh-player-record-control{
  display: none !important;
}
.vh-player-controller .vh-player-right .vh-player-definition{
  padding: 0 !important;
  margin-right: 5px;
}
.vh-player-voice{
  margin-right: 25px !important;
}
.vh-screen{
  display: none !important;
}
.vh-player-right .vh-player-voice .vh-voice-list{
  bottom: 25px !important;
}
@media screen and (min-width: 1440px){
  .live-video-wrapper{
    width: 1000px;
  }
  .video-content{
    width: 1000px;
    height: 500px;
  }
  .live-info-wrapper{
    width: 392px;
    height: 568px;
  }
  .vhallPlayer-full-screen{
    display: flex;
  }
  .vhallPlayerH5-full-screen{
    display: none !important;
  }
  .message-container{
    height: 100%;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1280px){
  .live-video-wrapper{
    width: 900px;
  }
  .video-content{
    width: 900px;
    height: 500px;
  }
  .live-info-wrapper{
    width: 292px;
    height: 568px;
  }
  .full-subScreen{
      position: fixed;
      top: 82px;
      left: 8px;
      width: 80vw;
      height: calc(100vh - 90px);
  }
  .vhallPlayer-full-screen{
    display: flex;
  }
  .vhallPlayerH5-full-screen{
    display: none !important;
  }
  .message-container{
    height: 100%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  .live-video-wrapper{
    width: 800px;
  }
  .video-content{
    width: 800px;
    height: 460px;
  }
  .live-info-wrapper{
    width: 272px;
    height: 528px;
  }
  .vhallPlayer-full-screen{
    display: flex;
  }
  .vhallPlayerH5-full-screen{
    display: none !important;
  }
  .message-container{
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .live-video-wrapper{
    width: 100%;
    margin-right: 0 !important;
  }
  .video-content{
    width: 100%;
    height: auto !important;
  }
  .live-info-wrapper{
    width: 100%;
    height: auto !important;
  }

  .message-container{
    padding: 0;
    margin-top: 32px;
  }
  .message-content{
    /* height: 400px; */
  }
  .message-tab{
    border-radius: 0;
  }
  .vhallPlayer-full-screen{
    display: none !important;
  }
  .vhallPlayerH5-full-screen{
    display: flex !important;
  }
}
.video-full-screen{
  width: 100vw;
  height: 100vh !important;
  position: fixed;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #fff;
}
.video-full-screen .live-video-wrapper{
  flex: 1 !important;
  height: 100vh !important;
}
.video-full-screen .live-video-wrapper .video-content{
  width: 100% !important;
  height: 100vh !important;
}
.video-full-screen .live-info-wrapper{
  width: 392px;
  height: 100vh !important;
}
.videoH5-full-screen{
  width: 100vw;
  height: 100vh !important;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #000;
}
.message-h5-container{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.vhallPlayerh5-shadow{
  z-index: 9999 !important;
}
.vh-player-controller{
  z-index: 99 !important;
}
.message-h5-content{
  width: 100%;
  height: 210px;
  overflow-y: auto;
  margin: 10px 0;
  padding-top: 10px;
}
.message-h5-content-item{
  display: flex;
  padding: 5px 16px;
}
.user-avatar-h5{
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.user-info-h5{
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}
.user-name-h5{
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #00F0FF;
}
.user-context-h5{
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}
.message-h5-send{
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 20px;
  background: #fff;
}
.message-h5-send .face-wrapper{
  bottom: 60px;
  z-index: 1;
  width: 100%;
  padding: 10px 10px 10px 15px;
  gap: 7px;
}
.message-h5-send .face-wrapper .face-item{
  width: 26px;
  height: 26px;
}
.frame-h5-img{
  width: 23px;
  height: 23px;
}
.message-h5-send .send-input{
  width: 177px;
  margin-right: 16px;
}
.message-h5-send .send-input .el-input__inner{
  padding: 0 16px;
}
.message-loading{
  width: 100%;
  display: flex;
  justify-content: center;
}
.n-content-box{
  padding-top: 0 !important;
}
.message-info-close{
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(106, 107, 109, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 10px;
  right: 10px;
}
.message-info-close img{
  width: 14px;
  height: 14px;
}
.h200{
  height: 200px !important;
} 
.hauto{
  height: auto !important;
}
.full-tips{
  top : 0px;
  z-index: -1;
}