.quillTextarea[data-v-18633d0f] {
  position: relative;
}
.quillTextarea .word-count[data-v-18633d0f] {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 12px;
  color: #999;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 6px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 10;
}
.quillTextarea .word-count.over-limit[data-v-18633d0f] {
  color: #f56c6c;
  font-weight: bold;
}
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-toolbar {
  display: none;
}
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container {
  border: none;
}
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container .ql-editor {
  font-family: Microsoft YaHei, Microsoft YaHei;
  overflow: hidden;
  resize: none;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: 400;
  background-color: #fafbfc;
  text-align: justify;
  color: #2b2b2b;
  padding: 12px;
  padding-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
}
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container .ql-editor p,
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container .ql-editor li {
  margin-bottom: 10px !important;
}
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container .ql-editor p:last-child,
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container .ql-editor li:last-child {
  margin: 0 !important;
}
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container .ql-editor:hover {
  border-color: #8dc7ff !important;
  background: #eff6ff !important;
}
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container .ql-editor:focus {
  border-color: #6ea3ff !important;
  background: #fff !important;
}
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container.ql-disabled .ql-editor {
  pointer-events: none;
  cursor: not-allowed;
}
.quillTextarea .quill-editor-content[data-v-18633d0f] .ql-container.ql-disabled .ql-editor:hover {
  border-color: #dcdfe6 !important;
  background: #fafbfc !important;
}
.aiChatContent[data-v-5efe1036] {
  position: relative;
}
.aiChatContent .aiChatContent-top[data-v-5efe1036] {
  width: 100%;
  height: 100%;
  padding-bottom: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aiChatContent .aiChatContent-top .chatContent[data-v-5efe1036] {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aiChatContent .aiChatContent-top .chatContent .userItemContent[data-v-5efe1036],
.aiChatContent .aiChatContent-top .chatContent .aiItemContent[data-v-5efe1036] {
  margin-bottom: 36px;
  margin-top: 12px;
}
.aiChatContent .aiChatContent-top .chatContent .userItemContent[data-v-5efe1036] {
  margin-left: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aiChatContent .aiChatContent-top .chatContent .userItemContent .inputContent[data-v-5efe1036] {
  font-family: Microsoft YaHei, Microsoft YaHei;
  background: #e8f3ff;
  border-radius: 8px;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #31364e;
  text-align: justify;
  overflow: hidden;
  resize: none;
  line-height: 28px;
}
.aiChatContent .aiChatContent-top .chatContent .userItemContent img[data-v-5efe1036] {
  width: 36px;
  height: 36px;
  background: #73b0ff;
  border-radius: 18px;
  margin-left: 12px;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent[data-v-5efe1036] {
  margin-right: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent img[data-v-5efe1036] {
  width: 36px;
  height: 36px;
  background: #1469fc;
  border-radius: 18px;
  margin-right: 12px;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .loadingData[data-v-5efe1036] {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .loadingData img[data-v-5efe1036] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: none;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .talkContent[data-v-5efe1036] {
  background: #f2f4f7;
  border-radius: 8px;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .talkContent[data-v-5efe1036] .ql-editor {
  padding: 0;
  border: 1px solid transparent;
  letter-spacing: 0.8px;
  background-color: transparent !important;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .talkContent[data-v-5efe1036] .ql-editor:focus {
  border-color: transparent !important;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .talkContent .typing-dots[data-v-5efe1036] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1em;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .talkContent .typing-dots span[data-v-5efe1036] {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #999;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: bounce-5efe1036 1.4s infinite ease-in-out;
          animation: bounce-5efe1036 1.4s infinite ease-in-out;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .talkContent .typing-dots span[data-v-5efe1036]:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .talkContent .typing-dots span[data-v-5efe1036]:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.aiChatContent .aiChatContent-top .chatContent .aiItemContent .talkContent .typing-dots span[data-v-5efe1036]:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes bounce-5efe1036 {
0%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
}
@keyframes bounce-5efe1036 {
0%, 60%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
30% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
}
.aiChatContent .aiChatContent-bottom[data-v-5efe1036] {
  width: 100%;
  height: 160px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aiChatContent .aiChatContent-bottom .detailContent[data-v-5efe1036] {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
          box-shadow: 0px 1px 16px 1px rgba(0, 85, 164, 0.08);
  border-radius: 8px;
  padding: 16px 16px 12px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1e2ff;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.aiChatContent .aiChatContent-bottom .detailContent .topInputContent[data-v-5efe1036] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.aiChatContent .aiChatContent-bottom .detailContent .topInputContent .inputTextarea[data-v-5efe1036] {
  border: none;
  height: auto !important;
  min-height: 60px !important;
}
.aiChatContent .aiChatContent-bottom .detailContent .toolBar[data-v-5efe1036] {
  width: 100%;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.aiChatContent .aiChatContent-bottom .detailContent .toolBar div[data-v-5efe1036] {
  width: 60px;
  height: 28px;
}
.aiChatContent .aiChatContent-bottom .detailContent .toolBar div .sendButton[data-v-5efe1036] {
  height: 28px;
  line-height: 28px;
  background: #1469fc;
  border-radius: 20px;
  color: #fff;
  padding: 0 14px;
}
.aiChatContent .aiChatContent-bottom .detailContent .toolBar div .sendButton[data-v-5efe1036]:hover {
  background: #0054e5;
}
