.chat-content[data-v-3539c8cc] {
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: #efeae2;
}
.chat-content .chat-background[data-v-3539c8cc] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url("https://zhiluweb.oss-cn-hangzhou.aliyuncs.com/static/image/whatsapp-bg.png");
  background-repeat: repeat;
  z-index: 0;
}
.chat-content .record-content[data-v-3539c8cc] {
  height: 100%;
  overflow-y: auto;
  padding: 20px 5% 10px 5%;
  z-index: 1;
}
.chat-content .record-content .date-divider[data-v-3539c8cc] {
  text-align: center;
  margin: 12px 0;
}
.chat-content .record-content .date-divider span[data-v-3539c8cc] {
  background-color: #fff;
  color: #667781;
  font-size: 12.5px;
  padding: 5px 12px;
  border-radius: 7.5px;
  -webkit-box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
          box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
  text-transform: uppercase;
}
.chat-content .record-content .chat-row[data-v-3539c8cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.chat-content .record-content .chat-row.row-left[data-v-3539c8cc] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.chat-content .record-content .chat-row.row-left .message-bubble[data-v-3539c8cc] {
  background-color: #ffffff;
  border-top-left-radius: 0;
  color: #111b21;
}
.chat-content .record-content .chat-row.row-left .message-bubble .tail-icon[data-v-3539c8cc] {
  position: absolute;
  top: -3px;
  left: -8px;
  color: #ffffff;
}
.chat-content .record-content .chat-row.row-right[data-v-3539c8cc] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chat-content .record-content .chat-row.row-right .message-bubble[data-v-3539c8cc] {
  background-color: #d9fdd3;
  border-top-right-radius: 0;
  color: #111b21;
}
.chat-content .record-content .chat-row.row-right .message-bubble .tail-icon-right[data-v-3539c8cc] {
  position: absolute;
  top: -3px;
  right: -8px;
  color: #d9fdd3;
}
.chat-content .record-content .message-bubble[data-v-3539c8cc] {
  position: relative;
  max-width: 65%;
  padding: 6px 7px 8px 9px;
  border-radius: 7.5px;
  -webkit-box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
          box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
  font-size: 14.2px;
  line-height: 19px;
  word-wrap: break-word;
}
.chat-content .record-content .message-bubble.bubble-media[data-v-3539c8cc] {
  padding: 3px 3px 25px 3px;
}
.chat-content .record-content .message-bubble.bubble-sticker[data-v-3539c8cc] {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  max-width: 180px;
}
.chat-content .record-content .message-bubble.bubble-sticker .tail-icon[data-v-3539c8cc],
.chat-content .record-content .message-bubble.bubble-sticker .tail-icon-right[data-v-3539c8cc],
.chat-content .record-content .message-bubble.bubble-sticker .msg-meta[data-v-3539c8cc] {
  display: none;
}
.chat-content .record-content .message-bubble .chat-sticker[data-v-3539c8cc] {
  width: 100%;
  height: auto;
  display: block;
  max-width: 160px;
  max-height: 160px;
}
.chat-content .record-content .message-bubble .sticker-placeholder[data-v-3539c8cc] {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  font-size: 12px;
  color: #666;
}
.chat-content .record-content .message-bubble .media-container[data-v-3539c8cc] {
  position: relative;
}
.chat-content .record-content .message-bubble .media-container .chat-img[data-v-3539c8cc] {
  border-radius: 6px;
  max-width: 300px;
  max-height: 300px;
  display: block;
  min-width: 150px;
  min-height: 100px;
}
.chat-content .record-content .message-bubble .media-container .media-placeholder[data-v-3539c8cc] {
  width: 200px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #ccc;
  color: #999;
  cursor: pointer;
}
.chat-content .record-content .message-bubble .media-container .media-placeholder i[data-v-3539c8cc] {
  font-size: 30px;
  margin-bottom: 8px;
}
.chat-content .record-content .message-bubble .media-container .media-placeholder span[data-v-3539c8cc] {
  font-size: 12px;
}
.chat-content .record-content .message-bubble .media-container .caption[data-v-3539c8cc] {
  padding: 6px 4px;
}
.chat-content .record-content .message-bubble .audio-container[data-v-3539c8cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  padding: 5px 0;
}
.chat-content .record-content .message-bubble .audio-container .audio-icon[data-v-3539c8cc] {
  font-size: 24px;
  color: #999;
  margin-right: 10px;
}
.chat-content .record-content .message-bubble .audio-container audio[data-v-3539c8cc] {
  height: 30px;
  outline: none;
}
.chat-content .record-content .message-bubble .document-container[data-v-3539c8cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px;
  min-width: 240px;
}
.chat-content .record-content .message-bubble .document-container.pointer[data-v-3539c8cc] {
  cursor: pointer;
}
.chat-content .record-content .message-bubble .document-container .doc-icon[data-v-3539c8cc] {
  font-size: 30px;
  color: #e55353;
  margin-right: 10px;
}
.chat-content .record-content .message-bubble .document-container .doc-info[data-v-3539c8cc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.chat-content .record-content .message-bubble .document-container .doc-info .doc-name[data-v-3539c8cc] {
  font-weight: 500;
  font-size: 13.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}
.chat-content .record-content .message-bubble .document-container .doc-info .doc-size[data-v-3539c8cc] {
  font-size: 11px;
  color: #667781;
  margin-top: 2px;
}
.chat-content .record-content .message-bubble .document-container .download-btn[data-v-3539c8cc] {
  font-size: 20px;
  color: #667781;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 5px;
}
.chat-content .record-content .message-bubble .revoked-msg[data-v-3539c8cc] {
  font-style: italic;
  color: #667781;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.chat-content .record-content .message-bubble .text-content[data-v-3539c8cc] {
  padding-right: 60px;
  min-height: 16px;
}
.chat-content .record-content .message-bubble .msg-meta[data-v-3539c8cc] {
  position: absolute;
  bottom: 3px;
  right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.chat-content .record-content .message-bubble .msg-meta .time[data-v-3539c8cc] {
  font-size: 11px;
  color: #667781;
  margin-bottom: 1px;
}
.comm-record-dialog[data-v-3539c8cc] .el-dialog__header {
  padding: 15px 20px;
  border-bottom: 1px solid #f0f2f5;
}
.comm-record-dialog[data-v-3539c8cc] .el-dialog__header .el-dialog__title {
  font-size: 16px;
  font-weight: 600;
}
.comm-record-dialog[data-v-3539c8cc] .el-dialog__body {
  padding: 0 !important;
}
.comm-record-dialog[data-v-3539c8cc] .el-dialog__footer {
  padding: 15px 20px;
  border-top: 1px solid #f0f2f5;
}
.orderFollow .tabs-content {
  height: calc(100% - 140px);
  overflow: auto;
}
.time-line[data-v-99364f24] {
  padding: 0 5px;
}
.time-line .el-card h4[data-v-99364f24] {
  margin-bottom: 10px;
  word-break: break-all;
  color: #999;
  font-weight: 500;
}
.title[data-v-99364f24] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quote[data-v-99364f24] {
  margin-top: 10px !important;
  border-top: 1px dashed #797979;
}
.quote-item[data-v-99364f24] {
  margin: 10px 0 !important;
}
.quote-btn[data-v-99364f24] {
  visibility: hidden;
}
.foll-item:hover .quote-btn[data-v-99364f24] {
  visibility: visible;
}
.next-time[data-v-99364f24] {
  margin-top: 10px !important;
  text-align: right;
  font-size: 12px;
}
p[data-v-99364f24] {
  color: black !important;
  font-weight: 600;
}
.row[data-v-99364f24] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.row .file-view-box[data-v-99364f24] {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dcdfe6;
}
.avatar-uploader-icon[data-v-99364f24] {
  font-size: 16px;
}
.icon-svg[data-v-99364f24] {
  width: 70px;
  height: 70px;
}
