.trtc_component[data-v-feb6ed50] {
  width: 100%;
  height: 100%;
  position: relative;
  background: #eeeeee;
}
.trtc_component .connect_box[data-v-feb6ed50] {
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.trtc_component .connect_box .anticon[data-v-feb6ed50] {
  font-size: 20px;
}
.trtc_component .connect_box p[data-v-feb6ed50] {
  margin: 10px 0;
}
.trtc_component .connect_box p b[data-v-feb6ed50] {
  color: #FF6800;
  margin: 0 5px;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.trtc_component .stop_consult_box[data-v-feb6ed50] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.trtc_component .stop_consult_box img[data-v-feb6ed50] {
  width: 45px;
  height: 45px;
  margin-bottom: 18px;
  cursor: pointer;
}
.trtc_component .trtc_box[data-v-feb6ed50] {
  width: 100%;
  height: 100%;
  position: relative;
}
.trtc_component .trtc_box #remote_stream[data-v-feb6ed50] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
.trtc_component .trtc_box #local_stream[data-v-feb6ed50] {
  position: absolute;
  right: 2px;
  bottom: 48px;
  width: 200px;
  height: 150px;
  border: 1px solid #dddddd;
}
.trtc_component .control[data-v-feb6ed50] {
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 300;
  display: flex;
}
.trtc_component .control .stop[data-v-feb6ed50] {
  width: 120px;
  height: 100%;
  background: #FF6800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.trtc_component .control .stop img[data-v-feb6ed50] {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.trtc_component .control .date[data-v-feb6ed50] {
  flex: 1;
  width: 0;
  height: 100%;
  line-height: 48px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 12px;
  color: #ffffff;
  text-align: right;
}
.trtc_component .control .icon_box[data-v-feb6ed50] {
  width: 64px;
  height: 100%;
  background: #FF6800;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#message-send-box-wrapper[data-v-4a5e85e6] {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.emojis[data-v-4a5e85e6] {
  height: 160px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: scroll;
}
.emoji[data-v-4a5e85e6] {
  height: 40px;
  width: 40px;
  box-sizing: border-box;
}
.send-header-bar[data-v-4a5e85e6] {
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}
.send-header-bar li[data-v-4a5e85e6] {
  margin-right: 30px;
  cursor: pointer;
}
.send-header-bar li img[data-v-4a5e85e6] {
  height: 20px;
  margin-right: 10px;
}
.send-header-bar li span[data-v-4a5e85e6] {
  font-size: 12px;
  color: #333333;
}
.send-header-bar li.right[data-v-4a5e85e6] {
  flex: 1;
  width: 0;
  text-align: right;
  margin-right: 0;
}
.send-header-bar li.right .ant-btn[data-v-4a5e85e6] {
  margin-left: 10px;
}
textarea[data-v-4a5e85e6] {
  resize: none;
  max-height: 96px;
}
.text-input[data-v-4a5e85e6] {
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
}
.block[data-v-4a5e85e6] {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.bottom[data-v-4a5e85e6] {
  width: 100%;
  flex: 1;
  height: 0;
  box-sizing: border-box;
  padding: 10px 20px;
  overflow: hidden;
}
.bottom .submit_btn[data-v-4a5e85e6] {
  float: right;
}

i[data-v-7d301306] {
  margin-right: 8px;
  color: #f35f5f;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
i.anticon-loading[data-v-7d301306] {
  color: #FF6800;
}

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

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

.chat-bubble[data-v-79c91d39] {
  position: relative;
}
.chat-bubble .message-status[data-v-79c91d39] {
  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-79c91d39] {
  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-79c91d39] {
  white-space: pre-wrap;
  margin: 0;
}
.chat-bubble .message-content img[data-v-79c91d39] {
  vertical-align: bottom;
}
.chat-bubble .message-content[data-v-79c91d39]::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-79c91d39] {
  background-color: #ffffff;
  margin-left: 15px;
  border-radius: 0 4px 4px 4px;
}
.chat-bubble .message-received[data-v-79c91d39]::before {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #ffffff;
  left: -20px;
}
.chat-bubble .message-received.new[data-v-79c91d39] {
  transform: scale(0);
  transform-origin: top left;
  -webkit-animation: bounce-data-v-79c91d39 500ms linear both;
          animation: bounce-data-v-79c91d39 500ms linear both;
}
.chat-bubble .message-send[data-v-79c91d39] {
  background-color: #ffffff;
  margin-right: 15px;
  border-radius: 4px 0 4px 4px;
  color: #333333;
}
.chat-bubble .message-send[data-v-79c91d39]::before {
  border-left: 10px solid #ffffff;
  border-right: 10px solid rgba(0, 0, 0, 0);
  right: -20px;
}
.chat-bubble .message-send.new[data-v-79c91d39] {
  transform: scale(0);
  transform-origin: top right;
  -webkit-animation: bounce-data-v-79c91d39 500ms linear both;
          animation: bounce-data-v-79c91d39 500ms linear both;
}
.group-tip-element-wrapper[data-v-79c91d39] {
  background: #ffffff;
  padding: 4px 15px;
  border-radius: 3px;
  color: #333333;
  font-size: 12px;
}
.edit-button[data-v-79c91d39] {
  padding-top: 4px;
  height: 20px;
  font-size: 10px;
}
@-webkit-keyframes bounce-data-v-79c91d39 {
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-79c91d39 {
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-28c281cd] {
  cursor: pointer;
}
.header[data-v-28c281cd] {
  display: flex;
}
.anticon[data-v-28c281cd] {
  font-size: 40px !important;
}
.file-element[data-v-28c281cd] {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}
.file-size[data-v-28c281cd] {
  font-size: 12px;
  padding-top: 5px;
}

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

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

.sound-element-wrapper[data-v-cecec0f6] {
  padding: 0px 10px;
  cursor: pointer;
}

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

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

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

.message-wrapper[data-v-16ac6fa2] {
  margin: 20px 0;
}
.message-wrapper .content-wrapper[data-v-16ac6fa2] {
  display: flex;
  align-items: center;
}
.group-layout[data-v-16ac6fa2],
.c2c-layout[data-v-16ac6fa2],
.system-layout[data-v-16ac6fa2] {
  display: flex;
}
.group-layout .col-1 .avatar[data-v-16ac6fa2],
.c2c-layout .col-1 .avatar[data-v-16ac6fa2],
.system-layout .col-1 .avatar[data-v-16ac6fa2] {
  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-16ac6fa2],
.c2c-layout .group-member-avatar[data-v-16ac6fa2],
.system-layout .group-member-avatar[data-v-16ac6fa2] {
  cursor: pointer;
}
.group-layout .col-2[data-v-16ac6fa2],
.c2c-layout .col-2[data-v-16ac6fa2],
.system-layout .col-2[data-v-16ac6fa2] {
  display: flex;
  flex-direction: column;
}
.group-layout .col-3[data-v-16ac6fa2],
.c2c-layout .col-3[data-v-16ac6fa2],
.system-layout .col-3[data-v-16ac6fa2] {
  width: 30px;
}
.group-layout.position-left .col-2[data-v-16ac6fa2],
.c2c-layout.position-left .col-2[data-v-16ac6fa2],
.system-layout.position-left .col-2[data-v-16ac6fa2] {
  align-items: flex-start;
}
.group-layout.position-right[data-v-16ac6fa2],
.c2c-layout.position-right[data-v-16ac6fa2],
.system-layout.position-right[data-v-16ac6fa2] {
  flex-direction: row-reverse;
}
.group-layout.position-right .col-2[data-v-16ac6fa2],
.c2c-layout.position-right .col-2[data-v-16ac6fa2],
.system-layout.position-right .col-2[data-v-16ac6fa2] {
  align-items: flex-end;
}
.group-layout.position-center[data-v-16ac6fa2],
.c2c-layout.position-center[data-v-16ac6fa2],
.system-layout.position-center[data-v-16ac6fa2] {
  justify-content: center;
}
.c2c-layout .col-2 .base[data-v-16ac6fa2] {
  margin-top: 3px;
}
.group-layout .col-2 .chat-bubble[data-v-16ac6fa2] {
  margin-top: 5px;
}

.image-previewer-wrapper[data-v-55358c98] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgba(14, 12, 12, 0.7);
  z-index: 2000;
  cursor: zoom-out;
}
.close-button[data-v-55358c98] {
  cursor: pointer;
  font-size: 28px;
  color: #000;
  position: fixed;
  top: 50px;
  right: 50px;
  padding: 6px;
}
.image-wrapper[data-v-55358c98] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-preview[data-v-55358c98] {
  transition: transform 0.1s ease 0s;
}
.actions-bar[data-v-55358c98] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 50px;
  left: 50%;
  margin-left: -100px;
  padding: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
}
.actions-bar i[data-v-55358c98] {
  font-size: 24px;
  cursor: pointer;
  margin: 0 6px;
}
.prev-button[data-v-55358c98],
.next-button[data-v-55358c98] {
  position: fixed;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 24px;
  padding: 12px;
}
.prev-button[data-v-55358c98] {
  left: 0;
  top: 50%;
}
.next-button[data-v-55358c98] {
  right: 0;
  top: 50%;
}
.image-counter[data-v-55358c98] {
  background: rgba(20, 18, 20, 0.53);
  padding: 3px;
  border-radius: 3px;
  color: #fff;
}

/* 当前会话的骨架屏 */
#im_stop_modal .ant-modal-header {
  padding: 34px 0 14px;
  box-sizing: border-box;
  border-bottom: 0;
  text-align: center;
}
#im_stop_modal .ant-modal-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  color: #333333;
}
#im_stop_modal .ant-modal-body {
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #3A3A3A;
}
#im_stop_modal .ant-modal-body p {
  margin-bottom: 55px;
}
#im_stop_modal .ant-modal-body .footer {
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-top: 1px solid #eeeeee;
}
#im_stop_modal .ant-modal-body .footer .ant-btn {
  width: 230px;
  height: 56px;
}
.current-conversation {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  color: #333333;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.current-conversation .more {
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #999999;
  padding: 10px 10px;
}
.current-conversation .more span {
  cursor: pointer;
}
.current-conversation .content {
  flex: 1;
  height: 0;
  max-height: 468px;
  position: relative;
}
.current-conversation .content .message-list {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 0 20px;
}
.current-conversation .content .newMessageTips {
  position: absolute;
  cursor: pointer;
  padding: 5px;
  width: 120px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5px;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #999999;
  color: #999999;
}
.current-conversation .footer {
  height: 210px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
}

