.right[data-v-8b6ba07c] {
  display: flex;
  flex-direction: row-reverse;
}
.left[data-v-8b6ba07c] {
  display: flex;
  flex-direction: row;
}
.base[data-v-8b6ba07c] {
  color: #333333;
  font-size: 12px;
}
.name[data-v-8b6ba07c] {
  padding: 0 4px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-bubble[data-v-5f00cdd4] {
  position: relative;
}
.chat-bubble .message-status[data-v-5f00cdd4] {
  display: flex;
  min-width: 25px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #6e7981;
}
.chat-bubble .message-content[data-v-5f00cdd4] {
  outline: none;
  font-size: 14px;
  position: relative;
  max-width: 350px;
  word-wrap: break-word;
  word-break: break-all;
  padding: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.chat-bubble .message-content span[data-v-5f00cdd4] {
  white-space: pre-wrap;
  margin: 0;
}
.chat-bubble .message-content img[data-v-5f00cdd4] {
  vertical-align: bottom;
}
.chat-bubble .message-content[data-v-5f00cdd4]::before {
  position: absolute;
  top: 10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
}
.chat-bubble .message-received[data-v-5f00cdd4] {
  background-color: #ffffff;
  margin-left: 15px;
  border-radius: 0 4px 4px 4px;
}
.chat-bubble .message-received[data-v-5f00cdd4]::before {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #ffffff;
  left: -20px;
}
.chat-bubble .message-received.new[data-v-5f00cdd4] {
  transform: scale(0);
  transform-origin: top left;
  -webkit-animation: bounce-data-v-5f00cdd4 500ms linear both;
          animation: bounce-data-v-5f00cdd4 500ms linear both;
}
.chat-bubble .message-send[data-v-5f00cdd4] {
  background-color: #ffffff;
  margin-right: 15px;
  border-radius: 4px 0 4px 4px;
  color: #333333;
}
.chat-bubble .message-send[data-v-5f00cdd4]::before {
  border-left: 10px solid #ffffff;
  border-right: 10px solid rgba(0, 0, 0, 0);
  right: -20px;
}
.chat-bubble .message-send.new[data-v-5f00cdd4] {
  transform: scale(0);
  transform-origin: top right;
  -webkit-animation: bounce-data-v-5f00cdd4 500ms linear both;
          animation: bounce-data-v-5f00cdd4 500ms linear both;
}
.group-tip-element-wrapper[data-v-5f00cdd4] {
  background: #ffffff;
  padding: 4px 15px;
  border-radius: 3px;
  color: #333333;
  font-size: 12px;
}
.edit-button[data-v-5f00cdd4] {
  padding-top: 4px;
  height: 20px;
  font-size: 10px;
}
@-webkit-keyframes bounce-data-v-5f00cdd4 {
0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.7% {
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
9.41% {
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
14.11% {
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.72% {
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
24.32% {
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.93% {
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
35.54% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
41.04% {
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
52.15% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.26% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}
@keyframes bounce-data-v-5f00cdd4 {
0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
4.7% {
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
9.41% {
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
14.11% {
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
18.72% {
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
24.32% {
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
29.93% {
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
35.54% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
41.04% {
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
52.15% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
63.26% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
}

.file-element-wrapper[data-v-11f4a332] {
  cursor: pointer;
}
.header[data-v-11f4a332] {
  display: flex;
}
.anticon[data-v-11f4a332] {
  font-size: 40px !important;
}
.file-element[data-v-11f4a332] {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.file-size[data-v-11f4a332] {
  font-size: 12px;
  padding-top: 5px;
}

.face-element-wrapper img[data-v-320410b4] {
  max-width: 90px;
}

.image-element[data-v-1395a163] {
  max-width: 250px;
  cursor: zoom-in;
}

.video[data-v-e02db7f0] {
  width: 100%;
  max-height: 300px;
}

.geo-element[data-v-04a3b1be] {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  padding: 6px;
  font-size: 18px;
}
.geo-element img[data-v-04a3b1be] {
  margin-top: 12px;
}

.text[data-v-16e07767] {
  font-weight: bold;
}
.title[data-v-16e07767] {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}
.survey[data-v-16e07767] {
  background-color: white;
  color: #333333;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.suggestion[data-v-16e07767] {
  padding-top: 10px;
  font-size: 14px;
}

.message-wrapper[data-v-72ca97fe] {
  margin: 20px 0;
}
.message-wrapper .content-wrapper[data-v-72ca97fe] {
  display: flex;
  align-items: center;
}
.group-layout[data-v-72ca97fe],
.c2c-layout[data-v-72ca97fe],
.system-layout[data-v-72ca97fe] {
  display: flex;
}
.group-layout .col-1[data-v-72ca97fe],
.c2c-layout .col-1[data-v-72ca97fe],
.system-layout .col-1[data-v-72ca97fe] {
  margin-right: 10px;
}
.group-layout .col-1 .avatar[data-v-72ca97fe],
.c2c-layout .col-1 .avatar[data-v-72ca97fe],
.system-layout .col-1 .avatar[data-v-72ca97fe] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.group-layout .group-member-avatar[data-v-72ca97fe],
.c2c-layout .group-member-avatar[data-v-72ca97fe],
.system-layout .group-member-avatar[data-v-72ca97fe] {
  cursor: pointer;
}
.group-layout .col-2[data-v-72ca97fe],
.c2c-layout .col-2[data-v-72ca97fe],
.system-layout .col-2[data-v-72ca97fe] {
  display: flex;
  flex-direction: column;
}
.group-layout .col-3[data-v-72ca97fe],
.c2c-layout .col-3[data-v-72ca97fe],
.system-layout .col-3[data-v-72ca97fe] {
  width: 30px;
}
.group-layout.position-left .col-2[data-v-72ca97fe],
.c2c-layout.position-left .col-2[data-v-72ca97fe],
.system-layout.position-left .col-2[data-v-72ca97fe] {
  align-items: flex-start;
}
.group-layout.position-right[data-v-72ca97fe],
.c2c-layout.position-right[data-v-72ca97fe],
.system-layout.position-right[data-v-72ca97fe] {
  flex-direction: row-reverse;
}
.group-layout.position-right .col-2[data-v-72ca97fe],
.c2c-layout.position-right .col-2[data-v-72ca97fe],
.system-layout.position-right .col-2[data-v-72ca97fe] {
  align-items: flex-end;
}
.group-layout.position-center[data-v-72ca97fe],
.c2c-layout.position-center[data-v-72ca97fe],
.system-layout.position-center[data-v-72ca97fe] {
  justify-content: center;
}
.c2c-layout .col-2 .base[data-v-72ca97fe] {
  margin-top: 3px;
}
.group-layout .col-2 .chat-bubble[data-v-72ca97fe] {
  margin-top: 5px;
}

.chart_component .chart__list[data-v-16afdc9c] {
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
}
.chart_component .tips[data-v-16afdc9c] {
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  text-align: center;
  margin: 10px 0;
}
.chart_component .tips span[data-v-16afdc9c] {
  cursor: pointer;
}

.barrage-wrapper {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.barrage-wrapper * {
  margin: 0px;
  padding: 0px;
}
.barrage-wrapper .barrage-item {
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  white-space: pre;
  cursor: pointer;
  display: inline-block;
  will-change: transform;
  font-size: 25px;
  color: #ffffff;
  font-family: SimHei, "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.125;
  opacity: 1;
  text-shadow: #000000 1px 0px 1px, #000000 0px 1px 1px, #000000 0px -1px 1px, #000000 -1px 0px 1px;
}
.barrage-wrapper .barrage-item:hover {
  color: red;
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
  z-index: 150;
}
.barrage-wrapper .top-item {
  z-index: 100;
}
.barrage-wrapper .barrage-main {
  /* border: 2px solid blue; */
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.barrage-wrapper .barrage-main-dm {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.self-dm {
  border: 2px solid #87ceeb;
  box-sizing: border-box;
}
@-webkit-keyframes barrage-run {
100% {
    transform: translate3d(-100%, 0, 0);
}
}
@keyframes barrage-run {
100% {
    transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes barrage-fade {
0% {
    visibility: visible;
}
100% {
    visibility: hidden;
}
}
@keyframes barrage-fade {
0% {
    visibility: visible;
}
100% {
    visibility: hidden;
}
}
.ani-pause div {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
.ani-running div {
  -webkit-animation-play-state: running !important;
          animation-play-state: running !important;
}

.video_back_component[data-v-9d5f416e] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.video_back_component .video_con_box[data-v-9d5f416e] {
  width: 100%;
  flex: 1;
  height: 0;
  position: relative;
}
.video_back_component .video_con_box .video_barrage[data-v-9d5f416e] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
}
.video_back_component .video_con_box #main_video[data-v-9d5f416e] {
  width: 100%;
  height: 100%;
}
.video_back_component .bullet_chat_box[data-v-9d5f416e] {
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 40px;
  box-sizing: border-box;
}
.video_back_component .bullet_chat_box > span[data-v-9d5f416e] {
  margin-right: 15px;
  font-size: 12px;
  line-height: 17px;
}
.video_back_component .bullet_chat_box .bullet_flag[data-v-9d5f416e] {
  margin-right: 15px;
}
.video_back_component .bullet_chat_box .bullet_chat_input[data-v-9d5f416e] {
  display: flex;
}
.video_back_component .bullet_chat_box .bullet_chat_input .ant-input-affix-wrapper[data-v-9d5f416e] {
  margin-right: 10px;
  background: none;
}
.video_back_component .bullet_chat_box .bullet_chat_input .ant-input-affix-wrapper input[data-v-9d5f416e] {
  background: none;
}

