.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;
}
