﻿@charset "UTF-8";
.rno-markdown {
  text-size-adjust: none;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  /* 链接 start */
  /* 链接 end */
  /* 加粗 start */
  /* 加粗 end */
  /* 分割线 start */
  /* 分割线 end */
  /* 图片 start */
  /* 图片 end */
  /* 标题 start */
  /* 标题 end */
  /* 正文 start */
  /* 正文 end */
  /* 无序列表 start */
  /* 无序列表 end */
  /* 有序列表 start */
  /* 有序列表 end */
  /* 二级列表 start */
  /* 二级列表 end */
  /* 表格 start */
  /* 表格 end */
  /* 其他元素 start */
  /* 其他元素 end */
  /* 代码 start */
  /* 消除行内代码的影响 start */
  /* 消除行内代码的影响 end */
  /* 代码 end */
}
.rno-markdown * {
  box-sizing: border-box;
  list-style: inherit;
}
.rno-markdown a {
  color: #00a4ff;
  text-decoration: none;
}
.rno-markdown a:hover {
  text-decoration: underline;
}
.rno-markdown a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.rno-markdown strong {
  font-weight: bold;
}
.rno-markdown hr {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
  border: none;
  overflow: hidden;
  opacity: 0.24;
  border: 0 none;
}
.rno-markdown img {
  display: block;
  margin: 16px auto;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 3px;
}
.rno-markdown figure {
  margin: 16px 0;
  display: block;
}
.rno-markdown figure img {
  margin: 0 auto;
  display: block;
}
.rno-markdown .figure-desc,
.rno-markdown figcaption {
  margin: 10px auto 16px;
  font-size: 14px;
  text-align: center;
  color: #666;
  max-width: 61.8%;
}
.rno-markdown .atomic-with-title figcaption {
  margin: 5px auto;
  border: 3px solid;
  border-color: transparent;
  border-radius: 2px;
  transition: border-color ease 0.1s;
  cursor: pointer;
}
.rno-markdown .atomic-with-title figcaption:hover {
  text-decoration: underline;
}
.rno-markdown .atomic-with-title.placeholder figcaption {
  font-style: italic;
}
.rno-markdown .draft-gallery-slider {
  position: relative;
}
.rno-markdown .draft-gallery-slider img {
  margin: 0 auto;
  max-height: 400px;
}
.rno-markdown .draft-gallery-slider .next-image,
.rno-markdown .draft-gallery-slider .prev-image {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 30px;
  height: 30px;
  border: 4px solid rgba(0, 0, 0, 0.5);
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 3px;
  cursor: pointer;
}
.rno-markdown .draft-gallery-slider .next-image.disabled,
.rno-markdown .draft-gallery-slider .prev-image.disabled {
  opacity: 0.3;
}
.rno-markdown .draft-gallery-slider .prev-image {
  left: 20px;
  transform: rotate(45deg);
}
.rno-markdown .draft-gallery-slider .next-image {
  right: 20px;
  transform: rotate(225deg);
}
.rno-markdown .lazy-atomic-holder {
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 160px;
  position: relative;
}
.rno-markdown .lazy-atomic-holder:after {
  content: ' ';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center;
}
.rno-markdown .fade-appear {
  opacity: 0.01;
}
.rno-markdown .fade-appear.fade-appear-active {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.rno-markdown h1,
.rno-markdown h2,
.rno-markdown h3,
.rno-markdown h4,
.rno-markdown h5,
.rno-markdown h6 {
  color: #000000;
  font-weight: bold;
}
.rno-markdown h1 {
  margin-top: 16px;
  margin-bottom: 12px;
  line-height: 28px;
  font-size: 20px;
}
.rno-markdown h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 26px;
  font-size: 16px;
}
.rno-markdown h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 24px;
  font-size: 14px;
}
.rno-markdown h1 + h2,
.rno-markdown h1 + h3,
.rno-markdown h2 + h3 {
  margin-top: 12px;
}
.rno-markdown p,
.rno-markdown div.paragraph {
  margin-top: 0;
  margin-bottom: 8px;
  min-height: 24px;
}
.rno-markdown ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.rno-markdown ul > li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 18px;
  list-style: none;
}
.rno-markdown ul > li::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9BA6B7;
}
.rno-markdown ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0;
  padding-left: 6px;
  list-style-type: decimal;
  list-style-position: inside;
}
.rno-markdown ol ol,
.rno-markdown ul ol {
  margin-top: 8px;
  margin-bottom: 8px;
  list-style-type: lower-roman;
}
.rno-markdown ul ul ol,
.rno-markdown ul ol ol,
.rno-markdown ol ul ol,
.rno-markdown ol ol ol {
  list-style-type: lower-alpha;
}
.rno-markdown ol > li {
  margin-bottom: 4px;
  list-style: inherit;
}
.rno-markdown ul ul,
.rno-markdown ol ul {
  margin: 8px 0;
}
.rno-markdown ul ul,
.rno-markdown ol ul {
  color: #666;
}
.rno-markdown ul ul > li:before,
.rno-markdown ol ul > li:before {
  width: 7px;
  height: 7px;
  border: 1px solid #99A7B9;
  background-color: transparent;
}
.rno-markdown table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}
.rno-markdown table p {
  margin: 0;
  min-height: 24px;
  font-weight: 400;
}
.rno-markdown th {
  padding: 12px 16px;
  border: 1px solid #E1E6F0;
  background-color: #F5F7FA;
  color: #677489;
  text-align: left;
  font-weight: normal;
  word-break: keep-all;
}
.rno-markdown td {
  padding: 12px 16px;
  border: 1px solid #E1E6F0;
}
.rno-markdown-table-wrap,
.rno-markdown .table-wrapper {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.rno-markdown-table-wrap table,
.rno-markdown .table-wrapper table {
  margin: 0;
}
.rno-markdown i,
.rno-markdown em {
  font-style: italic;
  font-weight: inherit;
}
.rno-markdown dd {
  margin-left: 0;
}
.rno-markdown dl {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
}
.rno-markdown dl dt {
  padding: 0;
  margin-top: 24px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}
.rno-markdown dl dd {
  padding: 0 16px;
  margin-bottom: 24px;
}
.rno-markdown blockquote {
  margin: 0 0 24px;
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}
.rno-markdown blockquote p {
  margin: 0;
}
.rno-markdown blockquote + blockquote {
  margin-top: -24px;
}
.rno-markdown blockquote > :first-child {
  margin-top: 0;
}
.rno-markdown blockquote > :last-child {
  margin-bottom: 0;
}
.rno-markdown input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.rno-markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 #bbb;
  box-shadow: inset 0 -1px 0 #bbb;
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
}
.rno-markdown code {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #F3F5F9;
  border-radius: 0;
  padding: 0 12px;
  color: #0ABF5B;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, 'Microsoft Yahei', monospace;
  line-height: 20px;
}
.rno-markdown pre {
  margin: 12px 0;
  padding: 16px 20px;
  color: #fff;
  background-color: #50556B;
  border-radius: 3px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  word-wrap: normal;
}
.rno-markdown pre code {
  position: static;
  padding: 0;
  display: inline;
  vertical-align: baseline;
  color: inherit;
  background: transparent;
}
.rno-markdown pre > code {
  font-size: 100%;
  word-break: normal;
  white-space: pre;
}
.rno-markdown .attachment {
  font-size: 14px;
  text-align: left;
}
.rno-markdown .attachment a {
  display: inline-block;
  vertical-align: middle;
}
.rno-markdown .attachment .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
}
.rno-markdown .attachment .icon-word-file {
  background: url("") no-repeat;
}
.rno-markdown .attachment .icon-ppt-file {
  background: url("") no-repeat;
}
.rno-markdown .attachment .icon-pdf-file {
  background: url("") no-repeat;
}
.rno-markdown .attachment .icon-zip-file {
  background: url("") no-repeat;
}
.rno-markdown .attachment .icon-unknown-file {
  background: url("") no-repeat;
}
.rno-markdown .draft-video-player {
  margin: 0 auto;
  width: 800px;
  height: 600px;
  max-width: 100%;
  background: #f3f3f3;
  position: relative;
}
.rno-markdown .draft-video-player:before {
  content: ' ';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background-image: url("");
  background-size: contain;
  background-repeat: no-repeat;
}
.rno-markdown .draft-video-player .video-error-text {
  font-size: 14px;
  color: red;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: 24px;
}
.rno-markdown .draft-video-player .player-frame {
  position: relative;
  z-index: 1;
}
.rno-markdown .mjx-chtml,
.rno-markdown .mjx-math {
  font-size: 16px;
  outline: none;
  overflow-x: auto;
}
.rno-markdown .placeholder-block {
  font-style: italic;
  color: #a5a5a5;
  margin-top: -5px;
}
.rno-markdown .meta-info {
  font-size: smaller;
  position: relative;
}
.rno-markdown .meta-info .meta-head {
  position: absolute;
  right: 15px;
  top: 6px;
}
.rno-markdown .meta-info .meta-head i,
.rno-markdown .meta-info .meta-head span {
  vertical-align: middle;
}
.rno-markdown .meta-info .meta-head .qa-ico-down-expand {
  width: 12px;
  height: 12px;
  transform: rotateZ(180deg);
  transition: transform .3s ease;
}
.rno-markdown .meta-info .meta-head .qa-ico-down-expand.collapsed {
  transform: rotateZ(0);
}
.rno-markdown .meta-info .meta-head a {
  color: #666;
}
.rno-markdown .meta-info .meta-head span {
  margin-left: 5px;
}
.rno-markdown .meta-info .meta-content {
  overflow: hidden;
}
.rno-markdown .meta-info .meta-content ul {
  padding: 5px 15px;
  background: #f7f7f7;
  list-style: none;
  margin: 0;
}
.rno-markdown .meta-info .meta-content ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  border-top: 1px solid #ededed;
  padding: 3px 0;
}
.rno-markdown .meta-info .meta-content ul li:first-child {
  border-top: none;
}
.rno-markdown .meta-info .meta-content ul li:before {
  display: none;
}
.rno-markdown .meta-info .meta-content ul a {
  color: #666;
}
.rno-markdown.style-small .image-block {
  display: inline-block;
  min-width: 120px;
  text-align: left;
}
.rno-markdown.style-small.qa-r-editor figure {
  text-align: unset;
}
.rno-markdown.style-small.qa-r-editor .atomic-focusable.image-block-wrapper {
  display: inline-block;
  min-width: 120px;
  text-align: left;
}
.rno-markdown.style-small .table-editor-context-menu ul {
  margin: 0;
}
.rno-markdown.style-small pre > :last-child {
  margin-bottom: 0;
}
.rno-markdown.style-small .placeholder-block {
  font-weight: 200;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .rno-markdown .draft-video-player {
    width: 640px;
    height: 480px;
  }
}
@media screen and (max-width: 640px) {
  .rno-markdown .draft-video-player {
    width: 480px;
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .rno-markdown .draft-video-player {
    width: 320px;
    height: 240px;
  }
}
@media screen and (max-width: 414px) {
  .rno-markdown pre {
    overflow: scroll;
  }
}
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}
.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}
.hljs-string,
.hljs-doctag {
  color: #d14;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}
.hljs-subst {
  font-weight: normal;
}
.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}
.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}
.hljs-regexp,
.hljs-link {
  color: #009926;
}
.hljs-symbol,
.hljs-bullet {
  color: #990073;
}
.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}
.hljs-meta {
  color: #999;
  font-weight: bold;
}
.hljs-deletion {
  background: #fdd;
}
.hljs-addition {
  background: #dfd;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
.draft-master-debug-mode [data-block] {
  position: relative;
}
.draft-master-debug-mode [data-block]:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed orange;
  pointer-events: none;
}
.col-previews-layout {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.preview-btn {
  border-left: 1px solid #e5e5e5;
  line-height: 34px;
  float: right;
  color: #999;
  font-size: 14px;
}
.preview-btn .qa-r-editor-btn {
  color: #999;
}
.col-previews-layout-hd {
  height: 34px;
  border-bottom: 1px solid #E5E5E5;
}
.col-previews-layout-bd {
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
  bottom: 30px;
  overflow: auto;
}
.col-previews-layout .rno-markdown {
  margin: 0 20px;
}
.col-editor-extra-toolbar {
  background-color: #FBFBFB;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 101;
  padding: 0 12px;
  font-size: 0;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  line-height: 46px;
}
.col-editor-extra-toolbar-link-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.col-editor-extra-toolbar-link,
.col-editor-extra-toolbar-link .icon {
  display: inline-block;
  vertical-align: middle;
}
.col-editor-extra-toolbar-split {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  width: 1px;
  height: 14px;
  background: #E5E5E5;
}
.pg-editor.preview2 {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: unset;
  top: 0;
  bottom: 0;
}
.pg-editor.preview2 .col-editor-layout {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: none;
  overflow: hidden;
}
.pg-editor.preview2 .col-editor-layout.hide .qa-r-editor-btns {
  left: 0;
}
.pg-editor.preview2 .col-previews-layout {
  display: block;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.pg-editor.preview2 .qa-r-editor {
  left: 20px;
  right: 0;
  top: 10px;
  width: auto;
  max-width: 830px;
  margin: auto;
  overflow: hidden;
}
.pg-editor.preview2 .col-editor-body {
  margin: 0;
  padding: 15px 20px 0;
  max-width: none;
}
.pg-editor.preview2 .qa-r-editor-container {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-top: none;
  box-sizing: border-box;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.pg-editor.preview2 .qa-r-editor-toolbar {
  border-bottom: 1px solid #e5e5e5;
}
.pg-editor.preview2 .qa-r-editor-btns {
  margin-right: 0;
}
.vs .monaco-scrollable-element > .scrollbar.vertical > .slider {
  background: #999999;
  border-radius: 3px;
}
.vs .monaco-scrollable-element > .scrollbar.horizontal > .slider {
  background: #999999;
  border-radius: 3px;
}
/*
	这套编辑器与问答的提问编辑器保持相同的结构，因此class命名前缀上也跟问答的保持一致。
*/
/* 编辑器的基础样式 start */
.public-DraftEditor-content {
  min-height: 180px;
}
.DraftEditor-editorContainer,
.DraftEditor-root,
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}
.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}
.DraftEditor-root {
  position: relative;
}
.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1;
}
.DraftEditor-editorContainer .theme-block {
  display: none;
}
.public-DraftEditor-block {
  position: relative;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}
.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
.rno-markdown .public-DraftStyleDefault-ol,
.rno-markdown .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding-left: 0;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-depth0 + .public-DraftStyleDefault-depth1 {
  margin-top: 8px;
}
.public-DraftStyleDefault-depth1 + .public-DraftStyleDefault-depth0,
.public-DraftStyleDefault-depth1 + .public-DraftStyleDefault-depth2 {
  margin-top: 8px;
}
.public-DraftStyleDefault-depth2 + .public-DraftStyleDefault-depth1,
.public-DraftStyleDefault-depth2 + .public-DraftStyleDefault-depth3 {
  margin-top: 8px;
}
.public-DraftStyleDefault-depth3 + .public-DraftStyleDefault-depth2,
.public-DraftStyleDefault-depth3 + .public-DraftStyleDefault-depth4 {
  margin-top: 8px;
}
.public-DraftStyleDefault-depth4 + .public-DraftStyleDefault-depth3,
.public-DraftStyleDefault-depth4 + .public-DraftStyleDefault-depth5 {
  margin-top: 8px;
}
.public-DraftStyleDefault-depth5 + .public-DraftStyleDefault-depth4,
.public-DraftStyleDefault-depth5 + .public-DraftStyleDefault-depth6 {
  margin-top: 8px;
}
.rno-markdown ul > .public-DraftStyleDefault-unorderedListItem::before {
  display: none;
}
.rno-markdown ul > .public-DraftStyleDefault-unorderedListItem {
  padding-left: 0;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth2 {
  list-style-type: square;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth3 {
  list-style-type: square;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth4 {
  list-style-type: square;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth5 {
  list-style-type: square;
}
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: none;
  counter-increment: ol0;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth0:before {
  content: counter(ol0) '. ';
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: none;
  counter-increment: ol1;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1, lower-roman) '. ';
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2 {
  list-style-type: none;
  counter-increment: ol2;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2, lower-alpha) '. ';
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3 {
  list-style-type: none;
  counter-increment: ol3;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3, lower-alpha) '. ';
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4 {
  list-style-type: none;
  counter-increment: ol4;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}
.rno-markdown .public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4, lower-alpha) '. ';
}
.rno-markdown code {
  word-break: break-all;
}
.rno-markdown .theme-block {
  display: none;
}
/* 编辑器的基础样式 end */
/* 富文本编辑器 start */
.qa-r-editor-container {
  position: relative;
  padding-top: 46px;
  border-top: none;
}
.J-answerResult .qa-r-editor-container {
  overflow: auto;
}
.qa-r-editor-toolbar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 46px;
  font-size: 0;
  background-color: #fff;
}
.qa-r-editor-btns {
  overflow: unset;
  white-space: nowrap;
  position: relative;
}
.qa-r-editor-btn-wrap {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5.5px;
  margin: 0;
}
.qa-r-editor-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}
.qa-r-editor-btn:hover .qa-r-editor-btn-tip {
  display: block;
}
.qa-r-editor-btn:focus {
  outline: none;
}
.qa-r-editor-btn.select-file {
  position: relative;
  overflow: unset;
  top: 1px;
}
.qa-r-editor-btn.select-file input {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
}
.qa-r-editor-btn-tip {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 6px;
  text-align: center;
  border-radius: 2px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.qa-r-editor-btn-tip.tooltip {
  background-color: #fff;
}
.qa-r-editor-btn-tip.tooltip::before {
  border-bottom-color: #fff;
}
.qa-r-editor-btn-tip.tooltip .qa-r-editor-tip-text {
  color: #4b5b76;
  font-size: 14px;
  line-height: 20px;
  min-width: 30px;
}
.qa-r-editor-btn-tip:before {
  content: '';
  position: absolute;
  font-size: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  bottom: 100%;
  left: inherit;
  right: inherit;
  margin-left: -7px;
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.qa-r-editor-tip-text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.qa-r-editor-tip-hotkey {
  color: rgba(255, 255, 255, 0.8);
}
[class^=qa-ico-],
[class*=' qa-ico-'] {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  font-size: 0;
  font-style: normal;
  background-position: center !important;
  background-size: 100% !important;
}
.qa-r-editor-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.qa-ico-bold,
.qa-r-editor-btn.disabled .qa-ico-bold,
.qa-r-editor-btn.disabled:hover .qa-ico-bold {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-bold,
.qa-r-editor-btn:hover .qa-ico-bold {
  background-image: url("");
}
.qa-ico-italic,
.qa-r-editor-btn.disabled .qa-ico-italic,
.qa-r-editor-btn.disabled:hover .qa-ico-italic {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-italic,
.qa-r-editor-btn:hover .qa-ico-italic {
  background-image: url("");
}
.qa-ico-underline,
.qa-r-editor-btn.disabled .qa-ico-underline,
.qa-r-editor-btn.disabled:hover .qa-ico-underline {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-underline,
.qa-r-editor-btn:hover .qa-ico-underline {
  background-image: url("");
}
.qa-ico-code,
.qa-r-editor-btn.disabled .qa-ico-code,
.qa-r-editor-btn.disabled:hover .qa-ico-code {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-code,
.qa-r-editor-btn:hover .qa-ico-code {
  background-image: url("");
}
.qa-ico-h,
.qa-r-editor-btn.disabled .qa-ico-h,
.qa-r-editor-btn.disabled:hover .qa-ico-h {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-h,
.qa-r-editor-btn:hover .qa-ico-h {
  background-image: url("");
}
.qa-ico-blockquote,
.qa-r-editor-btn.disabled .qa-ico-blockquote,
.qa-r-editor-btn.disabled:hover .qa-ico-blockquote {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-blockquote,
.qa-r-editor-btn:hover .qa-ico-blockquote {
  background-image: url("");
}
.qa-ico-code-block,
.qa-r-editor-btn.disabled .qa-ico-code-block,
.qa-r-editor-btn.disabled:hover .qa-ico-code-block {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-code-block,
.qa-r-editor-btn:hover .qa-ico-code-block {
  background-image: url("");
}
.qa-ico-ol,
.qa-r-editor-btn.disabled .qa-ico-ol,
.qa-r-editor-btn.disabled:hover .qa-ico-ol {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-ol,
.qa-r-editor-btn:hover .qa-ico-ol {
  background-image: url("");
}
.qa-ico-ul,
.qa-r-editor-btn.disabled .qa-ico-ul,
.qa-r-editor-btn.disabled:hover .qa-ico-ul {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-ul,
.qa-r-editor-btn:hover .qa-ico-ul {
  background-image: url("");
}
.qa-ico-pic,
.qa-r-editor-btn.disabled .qa-ico-pic,
.qa-r-editor-btn.disabled:hover .qa-ico-pic {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-pic,
.qa-r-editor-btn:hover .qa-ico-pic {
  background-image: url("");
}
.qa-ico-link,
.qa-r-editor-btn.disabled .qa-ico-link,
.qa-r-editor-btn.disabled:hover .qa-ico-link {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-link,
.qa-r-editor-btn:hover .qa-ico-link {
  background-image: url("");
}
.qa-ico-delete-link,
.qa-r-editor-btn.disabled .qa-ico-delete-link,
.qa-r-editor-btn.disabled:hover .qa-ico-delete-link {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-delete-link,
.qa-r-editor-btn:hover .qa-ico-delete-link {
  background-image: url("");
}
.qa-ico-arrow-right,
.qa-r-editor-btn.disabled .qa-ico-arrow-right,
.qa-r-editor-btn.disabled:hover .qa-ico-arrow-right {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-arrow-right,
.qa-r-editor-btn:hover .qa-ico-arrow-right {
  background-image: url("");
}
.qa-ico-strike,
.qa-r-editor-btn.disabled .qa-ico-strike,
.qa-r-editor-btn.disabled:hover .qa-ico-strike {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-strike,
.qa-r-editor-btn:hover .qa-ico-strike {
  background-image: url("");
}
.qa-ico-h1,
.qa-r-editor-btn.disabled .qa-ico-h1,
.qa-r-editor-btn.disabled:hover .qa-ico-h1 {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-h1,
.qa-r-editor-btn:hover .qa-ico-h1 {
  background-image: url("");
}
.qa-ico-h2,
.qa-r-editor-btn.disabled .qa-ico-h2,
.qa-r-editor-btn.disabled:hover .qa-ico-h2 {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-h2,
.qa-r-editor-btn:hover .qa-ico-h2 {
  background-image: url("");
}
.qa-ico-h3,
.qa-r-editor-btn.disabled .qa-ico-h3,
.qa-r-editor-btn.disabled:hover .qa-ico-h3 {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-h3,
.qa-r-editor-btn:hover .qa-ico-h3 {
  background-image: url("");
}
.qa-ico-table,
.qa-r-editor-btn.disabled .qa-ico-table,
.qa-r-editor-btn.disabled:hover .qa-ico-table {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-table,
.qa-r-editor-btn:hover .qa-ico-table {
  background-image: url("");
}
.qa-ico-word,
.qa-r-editor-btn.disabled .qa-ico-word,
.qa-r-editor-btn.disabled:hover .qa-ico-word {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-word,
.qa-r-editor-btn:hover .qa-ico-word {
  background-image: url("");
}
.qa-ico-ppt,
.qa-r-editor-btn.disabled .qa-ico-ppt,
.qa-r-editor-btn.disabled:hover .qa-ico-ppt {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-ppt,
.qa-r-editor-btn:hover .qa-ico-ppt {
  background-image: url("");
}
.qa-ico-attachment,
.qa-r-editor-btn.disabled .qa-ico-attachment,
.qa-r-editor-btn.disabled:hover .qa-ico-attachment {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-attachment,
.qa-r-editor-btn:hover .qa-ico-attachment {
  background-image: url("");
}
.qa-ico-preview,
.qa-r-editor-btn.disabled .qa-ico-preview,
.qa-r-editor-btn.disabled:hover .qa-ico-preview {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-preview,
.qa-r-editor-btn:hover .qa-ico-preview {
  background-image: url("");
}
.qa-ico-video,
.qa-r-editor-btn.disabled .qa-ico-video,
.qa-r-editor-btn.disabled:hover .qa-ico-video {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-video,
.qa-r-editor-btn:hover .qa-ico-video {
  background-image: url("");
}
.qa-ico-sigma,
.qa-r-editor-btn.disabled .qa-ico-sigma,
.qa-r-editor-btn.disabled:hover .qa-ico-sigma {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-sigma,
.qa-r-editor-btn:hover .qa-ico-sigma {
  background-image: url("");
}
.qa-ico-hr,
.qa-r-editor-btn.disabled .qa-ico-hr,
.qa-r-editor-btn.disabled:hover .qa-ico-hr {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-hr,
.qa-r-editor-btn:hover .qa-ico-hr {
  background-image: url("");
}
.qa-ico-align-left,
.qa-r-editor-btn.disabled .qa-ico-align-left,
.qa-r-editor-btn.disabled:hover .qa-ico-align-left {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-align-left,
.qa-r-editor-btn:hover .qa-ico-align-left {
  background-image: url("");
}
.qa-ico-align-center,
.qa-r-editor-btn.disabled .qa-ico-align-center,
.qa-r-editor-btn.disabled:hover .qa-ico-align-center {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-align-center,
.qa-r-editor-btn:hover .qa-ico-align-center {
  background-image: url("");
}
.qa-ico-align-right,
.qa-r-editor-btn.disabled .qa-ico-align-right,
.qa-r-editor-btn.disabled:hover .qa-ico-align-right {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-align-right,
.qa-r-editor-btn:hover .qa-ico-align-right {
  background-image: url("");
}
.qa-ico-combine-cells,
.qa-r-editor-btn.disabled .qa-ico-combine-cells,
.qa-r-editor-btn.disabled:hover .qa-ico-combine-cells {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-combine-cells,
.qa-r-editor-btn:hover .qa-ico-combine-cells {
  background-image: url("");
}
.qa-ico-insert-col-left,
.qa-r-editor-btn.disabled .qa-ico-insert-col-left,
.qa-r-editor-btn.disabled:hover .qa-ico-insert-col-left {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-insert-col-left,
.qa-r-editor-btn:hover .qa-ico-insert-col-left {
  background-image: url("");
}
.qa-ico-insert-col-right,
.qa-r-editor-btn.disabled .qa-ico-insert-col-right,
.qa-r-editor-btn.disabled:hover .qa-ico-insert-col-right {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-insert-col-right,
.qa-r-editor-btn:hover .qa-ico-insert-col-right {
  background-image: url("");
}
.qa-ico-insert-row-above,
.qa-r-editor-btn.disabled .qa-ico-insert-row-above,
.qa-r-editor-btn.disabled:hover .qa-ico-insert-row-above {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-insert-row-above,
.qa-r-editor-btn:hover .qa-ico-insert-row-above {
  background-image: url("");
}
.qa-ico-insert-row-below,
.qa-r-editor-btn.disabled .qa-ico-insert-row-below,
.qa-r-editor-btn.disabled:hover .qa-ico-insert-row-below {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-insert-row-below,
.qa-r-editor-btn:hover .qa-ico-insert-row-below {
  background-image: url("");
}
.qa-ico-remove-column,
.qa-r-editor-btn.disabled .qa-ico-remove-column,
.qa-r-editor-btn.disabled:hover .qa-ico-remove-column {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-remove-column,
.qa-r-editor-btn:hover .qa-ico-remove-column {
  background-image: url("");
}
.qa-ico-remove-row,
.qa-r-editor-btn.disabled .qa-ico-remove-row,
.qa-r-editor-btn.disabled:hover .qa-ico-remove-row {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-remove-row,
.qa-r-editor-btn:hover .qa-ico-remove-row {
  background-image: url("");
}
.qa-ico-remove-table,
.qa-r-editor-btn.disabled .qa-ico-remove-table,
.qa-r-editor-btn.disabled:hover .qa-ico-remove-table {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-remove-table,
.qa-r-editor-btn:hover .qa-ico-remove-table {
  background-image: url("");
}
.qa-ico-split-cell,
.qa-r-editor-btn.disabled .qa-ico-split-cell,
.qa-r-editor-btn.disabled:hover .qa-ico-split-cell {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-split-cell,
.qa-r-editor-btn:hover .qa-ico-split-cell {
  background-image: url("");
}
.qa-ico-info,
.qa-r-editor-btn.disabled .qa-ico-info,
.qa-r-editor-btn.disabled:hover .qa-ico-info {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-info,
.qa-r-editor-btn:hover .qa-ico-info {
  background-image: url("");
}
.qa-ico-down-expand,
.qa-r-editor-btn.disabled .qa-ico-down-expand,
.qa-r-editor-btn.disabled:hover .qa-ico-down-expand {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-down-expand,
.qa-r-editor-btn:hover .qa-ico-down-expand {
  background-image: url("");
}
.qa-ico-up-collapse,
.qa-r-editor-btn.disabled .qa-ico-up-collapse,
.qa-r-editor-btn.disabled:hover .qa-ico-up-collapse {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-up-collapse,
.qa-r-editor-btn:hover .qa-ico-up-collapse {
  background-image: url("");
}
.qa-ico-theme,
.qa-r-editor-btn.disabled .qa-ico-theme,
.qa-r-editor-btn.disabled:hover .qa-ico-theme {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-theme,
.qa-r-editor-btn:hover .qa-ico-theme {
  background-image: url("");
}
.qa-ico-theme-technology,
.qa-r-editor-btn.disabled .qa-ico-theme-technology,
.qa-r-editor-btn.disabled:hover .qa-ico-theme-technology {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-theme-technology,
.qa-r-editor-btn:hover .qa-ico-theme-technology {
  background-image: url("");
}
.qa-ico-sigma-inline,
.qa-r-editor-btn.disabled .qa-ico-sigma-inline,
.qa-r-editor-btn.disabled:hover .qa-ico-sigma-inline {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-sigma-inline,
.qa-r-editor-btn:hover .qa-ico-sigma-inline {
  background-image: url("");
}
.qa-ico-sigma-block,
.qa-r-editor-btn.disabled .qa-ico-sigma-block,
.qa-r-editor-btn.disabled:hover .qa-ico-sigma-block {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-sigma-block,
.qa-r-editor-btn:hover .qa-ico-sigma-block {
  background-image: url("");
}
.qa-ico-trigger-left,
.qa-r-editor-btn.disabled .qa-ico-trigger-left,
.qa-r-editor-btn.disabled:hover .qa-ico-trigger-left {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-trigger-left,
.qa-r-editor-btn:hover .qa-ico-trigger-left {
  background-image: url("");
}
.qa-ico-trigger-right,
.qa-r-editor-btn.disabled .qa-ico-trigger-right,
.qa-r-editor-btn.disabled:hover .qa-ico-trigger-right {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-trigger-right,
.qa-r-editor-btn:hover .qa-ico-trigger-right {
  background-image: url("");
}
.qa-ico-menu,
.qa-r-editor-btn.disabled .qa-ico-menu,
.qa-r-editor-btn.disabled:hover .qa-ico-menu {
  background-image: url("");
}
.qa-r-editor-btn.actived .qa-ico-menu,
.qa-r-editor-btn:hover .qa-ico-menu {
  background-image: url("");
}
.qa-r-editor-spliter {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5.5px;
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.qa-r-editor {
  position: relative;
  padding: 30px 0;
  min-height: 180px;
}
.qa-r-editor.rno-markdown {
  padding: 0;
}
.qa-r-editor-btn-trigger {
  display: none;
}
.qa-r-editor-toolbar-tip {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 54px;
  color: #999;
}
/* 富文本编辑器 end */
/* 富文本编辑器 - 不可编辑 start */
.qa-r-editor-container.disabled .qa-r-editor-toolbar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.qa-r-editor-container.disabled .qa-r-editor-btn {
  opacity: 0.5;
}
.qa-r-editor-tip {
  position: relative;
  height: 180px;
  text-align: center;
  color: #888;
}
.qa-r-editor-tip:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.qa-r-editor-tip .tip-cnt {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%;
}
/* 富文本编辑器 - 不可编辑 end */
/* 插入链接地址 start */
.qa-r-editor-bubble {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 100%;
  color: #333;
  z-index: 900;
  margin: auto;
}
.qa-r-editor-bubble.bubble-theme .bubble-option {
  display: block;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-bubble-inner {
  padding: 0;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 20px 4px 12px;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item p {
  margin-bottom: 0;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item h4 {
  margin: 0;
  width: 50%;
  line-height: 26px;
  position: relative;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item .theme-orange {
  color: #FF7800;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item .theme-orange:after {
  position: absolute;
  content: '';
  height: 3px;
  left: 0;
  right: 0;
  bottom: -4px;
  background-color: #FF7800;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item .theme-blue:before {
  position: absolute;
  top: -10px;
  left: -35px;
  content: '';
  width: 20px;
  height: 48px;
  background: url("") center no-repeat;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item .theme-blue:after {
  position: absolute;
  content: '';
  height: 1px;
  left: -32px;
  right: 0;
  bottom: -2px;
  background-color: #00a4ff;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item .round-label-blue:before {
  position: absolute;
  top: 2px;
  left: -36px;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  background-color: #00a4ff;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item .technology-style:before {
  width: 8px;
  height: 8px;
  position: absolute;
  content: '';
  top: 0;
  left: -30px;
  background-color: #00a4ff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item .technology-style:after {
  width: 5px;
  height: 5px;
  position: absolute;
  content: '';
  left: -18px;
  top: 0;
  right: 0;
  background-color: #00a4ff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item .code-gray:after {
  position: absolute;
  top: -2px;
  left: -40px;
  content: '</>';
  font-size: 18px;
  line-height: 28px;
  color: #D8D8D8;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item.active {
  background-color: #e8e8e8;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item:hover {
  background-color: #e8e8e8;
}
.qa-r-editor-bubble-inner {
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b3b7bf;
  border-radius: 2px;
  background-color: #fff;
  line-height: 18px;
  position: static !important;
  top: 50%;
  padding: 10px 100px 10px 10px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.qa-r-editor-bubble-inner.bubble-option {
  display: flex;
  max-width: 810px;
  margin: auto;
  padding: 10px 10px 10px 10px;
}
.qa-r-editor-bubble-inner.bubble-option .qa-r-editor-bubble-inner {
  max-width: 800px;
}
.qa-r-editor-bubble-inner:after,
.qa-r-editor-bubble-inner:before {
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border: 8px dashed transparent;
  bottom: 100%;
  left: inherit;
  right: inherit;
  margin-left: -7px;
  border-bottom-style: solid;
}
.qa-r-editor-bubble-inner:before {
  border-bottom-color: #e5e5e5;
}
.qa-r-editor-bubble-inner:after {
  margin-bottom: -1px;
  border-bottom-color: #fff;
}
.qa-r-editor-bubble-input {
  font-size: 14px;
  width: 100%;
  height: 30px;
  line-height: 18px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d1d2d3;
  border-radius: 2px;
  color: #171d25;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
.qa-r-editor-bubble-input:focus {
  outline: none;
  border-color: #00a4ff;
}
.qa-r-editor-bubble-input::-webkit-input-placeholder {
  color: #888;
}
.qa-r-editor-bubble-input:-ms-input-placeholder {
  color: #888;
}
.qa-r-editor-bubble-input::placeholder {
  color: #888;
}
.qa-r-editor-bubble-input.error {
  border: 1px solid #e54545;
  color: #e54545;
}
.qa-r-editor-bubble-btns {
  position: absolute;
  right: 0;
  top: 10px;
  width: 100px;
  text-align: center;
  font-size: 0;
}
.qa-r-editor-bubble-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  color: #00a4ff;
  min-width: 50px;
}
.qa-r-editor-bubble-btn:hover {
  text-decoration: none;
  color: #00a4ff;
}
.qa-r-editor-bubble-btn-weak {
  color: #888;
}
.qa-r-editor-bubble-btn-weak:hover {
  color: #00a4ff;
}
.qa-r-editor-bubble-tip.error {
  margin: 5px 0 0;
  color: #e54545;
  font-size: 14px;
}
/* 插入链接地址 end */
.qa-r-editor-container .rich-editor-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
}
.qa-r-editor pre .public-DraftStyleDefault-block {
  white-space: pre;
}
.qa-r-editor .public-DraftStyleDefault-pre {
  margin: 0;
  padding: 0;
  background: none;
}
.rno-markdown .table-editor .table-nested-editor .public-DraftEditor-content,
.rno-markdown .table-editor .table-nested-editor .rno-markdown {
  min-height: auto;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
}
.rno-markdown .table-editor .table-nested-editor .rno-markdown p {
  margin: 0;
}
.rno-markdown .table-editor th,
.rno-markdown .table-editor td {
  padding: 0;
}
.rno-markdown .table-editor th.focused,
.rno-markdown .table-editor td.focused {
  position: relative;
}
.rno-markdown .table-editor th.focused:before,
.rno-markdown .table-editor td.focused:before {
  content: ' ';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #00a4ff;
  z-index: 1;
  pointer-events: none;
}
.align-left .table-nested-editor .public-DraftStyleDefault-block.public-DraftStyleDefault-ltr {
  text-align: left;
}
.align-center .table-nested-editor .public-DraftStyleDefault-block.public-DraftStyleDefault-ltr {
  text-align: center;
}
.align-right .table-nested-editor .public-DraftStyleDefault-block.public-DraftStyleDefault-ltr {
  text-align: right;
}
.rno-markdown .table-editor-context-menu li::before {
  display: none;
}
.table-editor-context-menu {
  background: #f2f2f2;
  z-index: 100;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}
.table-editor-context-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-editor-context-menu li {
  cursor: pointer;
  padding: 3px 20px;
  font-size: 14px;
  white-space: nowrap;
}
.table-editor-context-menu li:hover {
  background: #00a4ff;
  color: white;
}
.table-editor-context-menu li.spliter {
  padding: 0;
  margin: 5px 0;
  border-bottom: 1px solid #ccc;
}
.DraftEditor-editorContainer .code-container {
  background: #f7f7f7;
  margin-top: 24px;
  border-radius: 3px;
}
.DraftEditor-editorContainer .code-container.syntax-selectable:before {
  content: ' ';
  display: block;
  height: 30px;
  border-bottom: 1px solid #ecebeb;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.377);
  position: relative;
  z-index: 1;
}
.DraftEditor-editorContainer .code-container pre {
  margin-top: 0;
}
.qa-r-editor-container .code-syntax-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d1d2d3;
  border-radius: 2px;
  background-color: #fff;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: right center;
  box-shadow: none;
  color: #171d25;
  font-size: 12px;
  cursor: pointer;
  height: 22px;
  line-height: 20px;
  padding: 0 24px 0 12px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  position: relative;
}
.qa-r-editor-container .code-syntax-select::-ms-expand {
  display: none;
}
.qa-r-editor-container .code-syntax-select:focus,
.qa-r-editor-container .code-syntax-select:hover {
  border-color: #00a4ff;
  background-color: #fff;
  outline: 0;
}
.qa-r-editor-container .code-syntax-select[disabled] {
  cursor: default;
  background-color: #f0f1f2;
  border-color: #d5d5d5;
  color: #a2a2a2;
}
.atomic-focusable .attachment a {
  cursor: default;
}
.atomic-focusable .attachment a:hover {
  text-decoration: none;
}
.rich-bottom-stat {
  line-height: 24px;
  border-top: 1px solid #ddd;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rich-text-back2top {
  cursor: pointer;
}
.rich-editor-word {
  color: #999;
}
/**
============================== Markdown 编辑器 ===============================
 */
.draft-markdown-editor {
  position: relative;
  height: 100%;
}
.draft-markdown-editor .monaco-editor-wrap,
.draft-markdown-editor .markdown-preview {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.draft-markdown-editor .markdown-preview {
  z-index: 100;
  background: white;
  overflow-y: auto;
}
.markdown-bottom-stat {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  border-top: 1px solid #ddd;
  background-color: #fff;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  align-items: center;
}
.markdown-text-back2top {
  cursor: pointer;
}
.markdown-text-word {
  color: #999;
}
.column-article-write .qa-r-editor.monaco-editor-wrap {
  top: 10px;
  margin-left: 0;
}
.column-article-write .qa-r-editor-bubble {
  left: 12px;
}
.column-article-write .qa-r-editor-toolbar {
  height: 36px;
  line-height: 34px;
  border-bottom: 1px solid #e5e5e5;
}
.column-article-write .qa-r-editor-container {
  position: absolute;
  padding-top: 34px;
}
.column-article-write .draft-markdown-editor .markdown-preview {
  top: 34px;
  left: 20px;
  right: 20px;
  bottom: 30px;
}
.column-article-write .qa-r-editor.draft-editor-host.rno-markdown .public-DraftEditor-content {
  padding: 6px 20px;
}
.column-article-write .qa-r-editor {
  padding: 0;
}
.column-article-write .monaco-editor .scroll-decoration {
  box-shadow: none;
}
.column-article-write .col-previews-layout .c-loading-tip {
  opacity: 0.9;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monaco-editor {
  overflow: hidden;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-title {
  padding: 0 20px 0 12px;
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
  line-height: 40px;
  font-size: 14px;
  color: #000;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-list {
  margin: 0 auto;
}
.qa-r-editor-bubble.bubble-theme .qa-r-editor-dropdown-item {
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 20px 4px 12px;
}
.rno-markdown.rno-theme-orange h1 {
  position: relative;
  color: #FF7800;
}
.rno-markdown.rno-theme-orange h1:after {
  position: absolute;
  content: '';
  height: 3px;
  left: 0;
  right: 0;
  bottom: -4px;
  background-color: #FF7800;
}
.rno-markdown.rno-theme-orange h2,
.rno-markdown.rno-theme-orange h3 {
  color: #FF7800;
}
.rno-markdown.rno-theme-blue h1 {
  position: relative;
  padding-left: 32px;
}
.rno-markdown.rno-theme-blue h1:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
  width: 20px;
  height: 48px;
  background: url("") center no-repeat;
}
.rno-markdown.rno-theme-blue h1:after {
  position: absolute;
  content: '';
  height: 1px;
  left: 32px;
  right: 0;
  bottom: -2px;
  background-color: #00a4ff;
}
.rno-markdown.rno-theme-blue h2,
.rno-markdown.rno-theme-blue h3 {
  position: relative;
}
.rno-markdown.rno-theme-blue h2:after,
.rno-markdown.rno-theme-blue h3:after,
.rno-markdown.rno-theme-blue h2:after,
.rno-markdown.rno-theme-blue h3:after {
  position: absolute;
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #00a4ff;
}
.rno-markdown.rno-round-label-blue h1 {
  position: relative;
  padding-left: 36px;
}
.rno-markdown.rno-round-label-blue h1:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  background-color: #00a4ff;
}
.rno-markdown.rno-round-label-blue h2,
.rno-markdown.rno-round-label-blue h3 {
  position: relative;
  padding-left: 24px;
}
.rno-markdown.rno-round-label-blue h2:before,
.rno-markdown.rno-round-label-blue h3:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  background-color: #00a4ff;
  border-radius: 50%;
}
.rno-markdown.rno-round-label-blue h2:before {
  width: 12px;
  height: 12px;
}
.rno-markdown.rno-round-label-blue h3:before {
  width: 8px;
  height: 8px;
}
.rno-markdown.rno-technology-style h1 {
  padding-left: 20px;
}
.rno-markdown.rno-technology-style h1:before {
  width: 8px;
  height: 8px;
  top: -4px;
  left: 20px;
}
.rno-markdown.rno-technology-style h1:after {
  width: 5px;
  height: 5px;
  top: -10px;
  left: 12px;
}
.rno-markdown.rno-technology-style h2 {
  padding-left: 15px;
}
.rno-markdown.rno-technology-style h2:before {
  width: 6px;
  height: 6px;
  top: 0;
  left: 15px;
}
.rno-markdown.rno-technology-style h2:after {
  width: 3px;
  height: 3px;
  top: -5px;
  left: 10px;
}
.rno-markdown.rno-technology-style h3 {
  padding-left: 12px;
}
.rno-markdown.rno-technology-style h3:before {
  width: 4px;
  height: 4px;
  top: 0;
  left: 12px;
}
.rno-markdown.rno-technology-style h3:after {
  width: 2px;
  height: 2px;
  top: -2px;
  left: 8px;
}
.rno-markdown.rno-technology-style h1,
.rno-markdown.rno-technology-style h2,
.rno-markdown.rno-technology-style h3 {
  position: relative;
}
.rno-markdown.rno-technology-style h1:before,
.rno-markdown.rno-technology-style h2:before,
.rno-markdown.rno-technology-style h3:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: #00a4ff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rno-markdown.rno-technology-style h1:after,
.rno-markdown.rno-technology-style h2:after,
.rno-markdown.rno-technology-style h3:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  background-color: #00a4ff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rno-markdown.rno-code-gray h1 {
  position: relative;
  padding-left: 45px;
}
.rno-markdown.rno-code-gray h1:after {
  position: absolute;
  top: -2px;
  left: 0;
  content: '</>';
  font-size: 24px;
  line-height: 28px;
  color: #D8D8D8;
}
.invisible.scrollbar {
  display: none;
}
.article-bg-color {
  background-color: #f5f7fa;
}
.qa-r-editor.draft-editor-host.rno-markdown .public-DraftEditor-content {
  padding: 6px 15px;
}
.ime-input {
  caret-color: transparent !important;
}
.unicode-highlight {
  border: none !important;
}
.public-DraftEditorPlaceholder-root {
  left: 20px;
  top: 6px;
}
.col-editor-side-menu {
  right: 30px;
}
@media screen and (max-width: 1280px) {
  .col-editor-side-menu {
    width: 200px;
  }
}
.rno-markdown .rno-markdown__textlink-new {
  margin: 0 4px;
  cursor: pointer;
  color: #0052d9;
  padding-right: 10px;
  background-image: url("");
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  box-shadow: none;
}
.rno-markdown .rno-markdown__textlink {
  margin: 0 4px;
  cursor: pointer;
  color: #00a4ff;
  padding-right: 10px;
  background-image: url("");
  background-position: right 2px;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  box-shadow: none;
}
/* 优化代码块 start  */
.developer-code-block .developer-code-block-btn {
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  /* 183.333% */
  border-radius: 2px;
  background: #6A718E;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.developer-code-block .developer-code-block-btn:hover {
  background: #3E4151;
}
.developer-code-block .icon-run {
  display: inline-block;
  width: 22px;
  height: 12px;
  background: url("") center no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.developer-code-block .developer-code-block-operation {
  display: flex;
  align-items: center;
  top: 8px;
  right: 8px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 10;
  border-radius: 2px;
}
.developer-code-block:hover .developer-code-block-operation {
  opacity: 1;
}
/* 优化代码块 end  */
.qa-r-editor-container .code-syntax-select2 {
  position: relative;
  width: 132px;
  height: 26px;
}
.qa-r-editor-container .code-syntax-select2:hover .code-syntax-select2-box,
.qa-r-editor-container .code-syntax-select2.is-active .code-syntax-select2-box {
  border-color: #00A4FF;
}
.qa-r-editor-container .code-syntax-select2.is-active .code-syntax-select2-icon {
  background-image: url("");
}
.qa-r-editor-container .code-syntax-select2-box {
  margin: 0;
  list-style: none;
  position: relative;
  border: 1px solid #E5E5E5;
  background: #FFF;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.qa-r-editor-container .code-syntax-select2-input {
  cursor: pointer;
  flex: 1;
  border: none;
  outline: none;
  padding: 0;
  max-width: 100%;
  min-width: 0;
  background-color: transparent;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 20px;
  color: #181818;
}
.qa-r-editor-container .code-syntax-select2-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("") center no-repeat;
  background-size: cover;
}
.qa-r-editor-container .code-syntax-select2-dropdown {
  position: absolute;
  z-index: 200;
  border: 1px solid #E5E5E5;
  border-top: none;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(55, 99, 170, 0.06);
  width: 130px;
  line-height: normal;
  padding-top: 6px;
  padding-bottom: 8px;
}
.qa-r-editor-container .code-syntax-select2-dropdown-inner {
  max-height: 337px;
  min-height: 120px;
  overflow-y: scroll;
  margin-right: 2px;
}
.qa-r-editor-container .code-syntax-select2-dropdown-inner::-webkit-scrollbar {
  width: 3px;
}
.qa-r-editor-container .code-syntax-select2-dropdown-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C6CCD6;
}
.qa-r-editor-container .code-syntax-select2-search {
  border-bottom: 1px solid #D6DBE3;
  display: flex;
  align-items: center;
  margin: 0 12px;
  padding-bottom: 2px;
}
.qa-r-editor-container .code-syntax-select2-search .search-input {
  border: none;
  outline: none;
  padding: 0;
  max-width: 100%;
  min-width: 0;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
.qa-r-editor-container .code-syntax-select2-search .search-input::placeholder {
  color: #97A3B7;
}
.qa-r-editor-container .code-syntax-select2-search .icon-search {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url("") center no-repeat;
  background-size: cover;
}
.qa-r-editor-container .code-syntax-select2-list {
  margin-top: 4px;
}
.qa-r-editor-container .code-syntax-select2-list-item {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  padding: 4px 12px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.qa-r-editor-container .code-syntax-select2-list-item:hover {
  background: #F2F7FF;
  color: #00A4FF;
}
.qa-r-editor-container .code-syntax-select2-loading {
  margin: 54px auto;
}
.qa-r-editor-container .icon-loading {
  margin: auto 54px;
}
.qa-r-editor-container .icon-loading:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("");
  -moz-animation: spin .6s infinite linear;
  -webkit-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear;
  vertical-align: -3px;
}
.qa-r-editor-container .code-syntax-select2-none {
  color: #97A3B7;
  font-size: 12px;
  line-height: 20px;
  margin: 48px 0;
  text-align: center;
}
.Modal {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
.Modal .item div {
  display: flex;
  height: 32px;
  line-height: 32px;
  align-items: center;
}
.Modal .item div label {
  margin: 0px 10px;
}
.Modal .item div .input {
  width: 100%;
  height: 32px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.Modal .buttons {
  display: flex;
  height: 32px;
  gap: 20px;
  margin-top: 20px;
  flex-direction: row;
  justify-content: center;
}
.Modal .buttons div {
  justify-content: center;
}
.Modal .confirm {
  height: 32px;
  width: 100px;
  background: #00A4FF;
  color: #fff;
  text-align: "center";
  line-height: 32px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}
.Modal .confirm :hover {
  background: #0099FF;
}
.Modal .cancel {
  height: 32px;
  width: 100px;
  background: #fff;
  color: #00A4FF;
  text-align: "center";
  line-height: 32px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000000;
}
.import-progress-block {
  background: #f7f8fa;
  padding: 18px;
  padding-bottom: 24px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.import-progress-block .import-info {
  margin-right: 46px;
  position: relative;
}
.import-progress-block .file {
  height: 20px;
  line-height: 20px;
  font-size: 0;
}
.import-progress-block .file .icon-word-file,
.import-progress-block .file .icon-ppt-file,
.import-progress-block .file .icon-pdf-file,
.import-progress-block .file .icon-zip-file,
.import-progress-block .file .icon-unknown-file {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.import-progress-block .file .icon-word-file {
  background: url("") no-repeat;
}
.import-progress-block .file .icon-ppt-file {
  background: url("") no-repeat;
}
.import-progress-block .file .icon-pdf-file {
  background: url("") no-repeat;
}
.import-progress-block .file .icon-zip-file {
  background: url("") no-repeat;
}
.import-progress-block .file .icon-unknown-file {
  background: url("") no-repeat;
}
.import-progress-block .file .file-name {
  vertical-align: middle;
  font-size: 14px;
}
.import-progress-block .progress-text {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  min-height: 0;
  margin: 0;
  font-size: 12px;
  opacity: 0.6;
}
.import-progress-block .progress-text .error {
  color: red;
}
.import-progress-block .progress-bar {
  margin-top: 10px;
  background: #EEE;
  height: 6px;
  overflow: hidden;
  border-radius: 5px;
}
.import-progress-block .progress-bar .progress-indicator {
  border-radius: 5px;
  transform-origin: left;
  width: 100%;
  height: 6px;
  background: #00a4ff;
  transition: transform 2s ease;
}
.import-progress-block a.cancel-button {
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  color: transparent;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 20px;
  top: 29px;
  cursor: pointer;
  background: url("") no-repeat;
}
.import-progress-block a.cancel-button:hover {
  background: url("") no-repeat;
}
.import-progress-block.error .progress-bar .progress-indicator {
  background: #999;
}
#MathJax_Message {
  display: none !important;
}
/*插入视频编辑样式 start */
.qa-r-editor-bubble.bubble-video {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
}
.qa-r-editor-bubble.bubble-video .qa-r-editor-bubble-inner {
  padding-right: 10px;
}
/*选项卡 header start */
.qa-r-editor-tab {
  position: relative;
  padding: 6px;
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.qa-r-editor-tab .qa-r-editor-tab-ctrl {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  margin: 0 0 16px;
}
.qa-r-editor-tab .qa-r-editor-tab-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 32px;
}
.qa-r-editor-tab .qa-r-editor-tab-item:last-child {
  margin-right: 0;
}
.qa-r-editor-tab .qa-r-editor-tab-item a {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #333;
}
.qa-r-editor-tab .qa-r-editor-tab-item a:hover {
  color: #00a4ff;
}
.qa-r-editor-tab .qa-r-editor-tab-item.actived a,
.qa-r-editor-tab .qa-r-editor-tab-item.actived a:hover {
  color: #00a4ff;
  cursor: default;
}
.qa-r-editor-tab .qa-r-editor-tab-item.actived a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: #00a4ff;
}
.qa-r-editor-tab .qa-r-editor-video-btn {
  width: 88px;
  height: 32px;
  padding: 0 16px;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  outline: 0;
  box-sizing: border-box;
  border-radius: 0;
  color: #fff;
  background-color: #00a4ff;
}
.qa-r-editor-tab .qa-r-editor-video-btn:hover {
  background-color: #0092ee;
}
.qa-r-editor-tab .qa-r-editor-video-btn.disabled {
  background-color: #ddd;
  border-color: #ddd;
  color: #999;
  cursor: unset;
}
.qa-r-editor-tab .qa-r-editor-video-btn.weak {
  background-color: transparent;
  border-color: #dcdee6;
  color: #666;
}
.qa-r-editor-tab .qa-r-editor-video-btn.weak:hover {
  color: #000;
  border-color: #999;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-hd .qa-r-editor-selected-info span {
  display: inline-block;
  color: #666;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-hd .qa-r-editor-selected-info span.selected {
  color: #00a4ff;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-hd .qa-r-editor-send-btn {
  flex: 1;
  text-align: right;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-bd {
  max-height: 276px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-bd .qa-r-editor-video-list {
  width: 100%;
  padding: 0;
  margin: 0;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-bd .qa-r-editor-video-list .qa-r-editor-video-item {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 16px;
  width: calc(47%);
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-bd .qa-r-editor-video-list .qa-r-editor-video-item:nth-child(2n) {
  margin-right: 0;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-bd .qa-r-editor-video-empty {
  text-align: center;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-bd .qa-r-editor-video-empty .qa-r-editor-video-empty-icon {
  width: 180px;
  height: 180px;
  display: inline-block;
  background: url("") center no-repeat;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-bd .qa-r-editor-video-empty-text {
  margin-top: 4px;
  color: #999;
  line-height: 24px;
  text-align: center;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-btns {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 16px;
}
.qa-r-editor-tab .qa-r-editor-tab-video .qa-r-editor-tab-video-btns .qa-r-editor-video-btn.confirm {
  margin-right: 16px;
}
.qa-r-editor-tab .qa-r-editor-tab-link {
  position: relative;
  padding-right: 100px;
}
.qa-r-editor-tab .qa-r-editor-tab-link .qa-r-editor-bubble-btns {
  top: 0;
}
.qa-r-editor-tab ::-webkit-scrollbar {
  width: 4px;
}
.qa-r-editor-tab ::-webkit-scrollbar-track {
  border-radius: 2px;
}
.qa-r-editor-tab ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.qa-r-editor-tab ::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
/*插入视频编辑央视 end */
.qa-r-editor-video-panel {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  display: flex;
  padding: 12px 8px;
  cursor: pointer;
  position: relative;
  /* 状态处理 start */
  /* 状态处理 end */
}
.qa-r-editor-video-panel .qa-r-editor-video-checkbox {
  display: block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  word-wrap: break-word;
  line-height: 21px;
  width: 16px;
}
.qa-r-editor-video-panel .qa-r-editor-video-checkbox input {
  width: 16px;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
  outline: 0;
  background: 0 0\9;
  background-image: url("");
  -webkit-appearance: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
}
.qa-r-editor-video-panel .qa-r-editor-video-checkbox input:checked {
  background-image: url("");
}
.qa-r-editor-video-panel .qa-r-editor-video-object {
  width: 173px;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  margin-right: 10px;
}
.qa-r-editor-video-panel .qa-r-editor-video-object .qa-r-editor-video-image {
  width: 100%;
  padding-top: 55.491325%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s linear;
}
.qa-r-editor-video-panel .qa-r-editor-video-object .qq-r-editor-video-duration {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  border-top-left-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
}
.qa-r-editor-video-panel .qa-r-editor-video-body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.qa-r-editor-video-panel .qa-r-editor-video-body .qa-r-editor-video-title {
  color: #000;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.qa-r-editor-video-panel .qa-r-editor-video-body .qa-r-editor-video-date {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin-bottom: 4px;
}
.qa-r-editor-video-panel .qa-r-editor-video-body .qa-r-editor-video-status {
  font-size: 12px;
  line-height: 20px;
}
.qa-r-editor-video-panel .qa-r-editor-video-bubble {
  color: #fff;
  z-index: 900;
  position: absolute;
  bottom: -16px;
  right: -6px;
  margin: 15px 5px;
  display: none;
}
.qa-r-editor-video-panel .qa-r-editor-video-bubble .qa-r-editor-video-bubble-inner {
  font-size: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #b3b7bf;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 18px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  position: static !important;
  left: 50%;
  top: 50%;
  max-width: 200px;
}
.qa-r-editor-video-panel .qa-r-editor-video-bubble .qa-r-editor-video-bubble-inner::before {
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  bottom: 100%;
  left: inherit;
  right: inherit;
  margin-bottom: -1px;
  border: 8px dashed transparent;
  margin-left: -8px;
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.qa-r-editor-video-panel .qa-r-editor-video-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
.qa-r-editor-video-panel:hover .qa-r-editor-video-image {
  transform: scale(1.03);
}
.qa-r-editor-video-panel:hover .qa-r-editor-video-bubble {
  display: block;
}
.qa-r-editor-video-panel.actived {
  border-color: #00a4ff;
}
.qa-r-editor-video-panel.actived.draft,
.qa-r-editor-video-panel.actived.failed {
  border-color: #e5e5e5;
}
.qa-r-editor-video-panel.actived .qa-r-editor-video-checkbox input {
  background-image: url("");
}
.qa-r-editor-video-panel.pending .qa-r-editor-video-body .qa-r-editor-video-status {
  color: #FF7800;
}
.qa-r-editor-video-panel.draft,
.qa-r-editor-video-panel.failed {
  cursor: default;
}
.qa-r-editor-video-panel.draft .qa-r-editor-video-checkbox input,
.qa-r-editor-video-panel.failed .qa-r-editor-video-checkbox input {
  background-image: url("");
}
.com-media-player {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.com-media-player-content {
  height: auto;
  padding-top: 62.4%;
  overflow: hidden;
  position: relative;
}
.com-media-player-content .com-media-player-inner {
  background-color: #000;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.com-media-player-content .com-media-player-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.com-media-player-content .com-media-player-mask-icon {
  width: 64px;
  height: 64px;
  background: url("") center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.com-media-player-content .com-media-player-mask-icon:hover {
  background-image: url("");
  background-position: 2.04% 50%;
  background-size: 176.5625% 103.125%;
  background-repeat: no-repeat;
}
.com-media-player-content .com-media-player-mask-message {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
}
.com-media-player-content .com-media-player-mask-message a {
  cursor: pointer;
  color: #00a4ff;
}
.com-media-player-content .com-media-player-mask-message a:hover {
  text-decoration: underline;
}
.com-media-player-content .com-media-player-icon {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.com-media-player-content .com-media-player-icon i {
  width: 64px;
  height: 64px;
  background: url("") center no-repeat;
  display: block;
}
.com-media-player.loading .com-media-player-content .com-media-player-icon {
  width: 128px;
  height: 128px;
}
.com-media-player.loading .com-media-player-content .com-media-player-icon i {
  width: 128px;
  height: 128px;
  background-image: url("");
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: dotted-spin 1s linear infinite;
  animation: dotted-spin 1s linear infinite;
}
.com-media-player-content .com-media-player-icon i:hover {
  background-image: url("");
  background-position: 2.04% 50%;
  background-size: 176.5625% 103.125%;
  background-repeat: no-repeat;
}
.com-media-player.loading .com-media-player-icon i:hover {
  background-image: url("");
}
.com-media-player.error .com-media-player-content .com-media-player-inner {
  background-color: #ddd;
}
.com-media-player.error .com-media-player-content .com-media-player-icon {
  width: 45px;
  height: 39px;
}
.com-media-player.error .com-media-player-content .com-media-player-icon i {
  width: 45px;
  height: 39px;
  background-image: url("");
  background-position: 98.53% 3.6999999999999997%;
  background-size: 251.11111111111111% 169.23076923076923%;
  background-repeat: no-repeat;
}
.com-media-player.error .com-media-player-error-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 26px;
  text-align: center;
  margin-top: 36px;
}
.com-media-player.show-border {
  border: 3px solid transparent;
}
.com-media-player .com-media-player-extra-info {
  background-color: #f5f7fa;
  padding: 16px;
  display: block;
  text-decoration: none;
  cursor: default;
}
.com-media-player .com-media-player-extra-info:hover {
  text-decoration: none;
}
.com-media-player-extra-info .com-media-player-title {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #000;
  cursor: pointer;
}
.com-media-player-extra-info .com-media-player-title:hover {
  color: #00a4ff;
  text-decoration: none;
}
.com-media-player-extra-info .com-media-player-info {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.com-media-player-extra-info .com-media-player-author-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #E5E8ED;
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  margin-right: 8px;
}
.com-media-player-extra-info .com-media-player-author-name {
  display: inline-block;
  font-size: 12px;
  color: #666;
  margin-right: 8px;
}
.com-media-player-extra-info .com-media-player-status.pending {
  color: #FF7800;
  font-size: 12px;
}
.com-media-player .com-media-player-extra-link {
  text-align: center;
  color: #999;
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 16px;
  margin-top: 16px;
}
.com-media-player .com-media-player-extra-link:hover {
  color: #999;
  text-decoration: underline;
}
.com-media-player.show-border:hover {
  border: 3px solid rgba(0, 164, 255, 0.5);
}
.com-media-player.show-border.actived {
  border: 3px solid #00a4ff;
}
.vjs-menu-item::before {
  display: none !important;
}
.vjs-menu-item {
  margin-bottom: 0 !important;
  padding-left: 0!important;
}
@media screen and (max-width: 768px) {
  .com-media-player-content .com-media-player-mask-message {
    font-size: 16px;
  }
}
.rno-markdown__video {
  background: #E8EDF4;
  width: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 20px;
  margin: 20px 0;
}
.rno-markdown__video-img {
  margin-bottom: 16px;
  width: 88px;
  height: 44px;
  background: url("") center / cover no-repeat;
}
.rno-markdown__video-tit {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}
.rno-markdown__video-btn {
  padding: 4px 16px;
  background-color: #0052D9;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.rno-markdown .action-bar {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
  border-radius: 2px;
  box-sizing: border-box;
  padding: 4px 7px;
}
.rno-markdown .action-bar__list {
  display: flex;
  align-items: center;
  margin-right: -2px;
  margin-left: -2px;
}
.rno-markdown .action-bar__item {
  box-sizing: border-box;
  padding: 4px;
  border-radius: 2px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rno-markdown .action-bar__item .action-bar__item-icon {
  vertical-align: middle;
  flex-shrink: 0;
}
.rno-markdown .action-bar__item .action-bar__item-icon.icon-align-left {
  background-image: url("");
}
.rno-markdown .action-bar__item .action-bar__item-icon.icon-align-center {
  background-image: url("");
}
.rno-markdown .action-bar__item .action-bar__item-icon.icon-align-right {
  background-image: url("");
}
.rno-markdown .action-bar__item .action-bar__item-icon.icon-no-shadow {
  background-image: url("");
}
.rno-markdown .action-bar__item .action-bar__item-icon.icon-shadow {
  background-image: url("");
}
.rno-markdown .action-bar__item .action-bar__item-icon.icon-edit {
  background-image: url("");
}
.rno-markdown .action-bar__item .action-bar__item-icon.icon-delete {
  background-image: url("");
}
.rno-markdown .action-bar__item .action-bar__item-icon.icon-more {
  background-image: url("");
}
.rno-markdown .action-bar__item:hover .action-bar__item-icon.icon-align-left {
  background-image: url("");
}
.rno-markdown .action-bar__item:hover .action-bar__item-icon.icon-align-center {
  background-image: url("");
}
.rno-markdown .action-bar__item:hover .action-bar__item-icon.icon-align-right {
  background-image: url("");
}
.rno-markdown .action-bar__item:hover .action-bar__item-icon.icon-no-shadow {
  background-image: url("");
}
.rno-markdown .action-bar__item:hover .action-bar__item-icon.icon-shadow {
  background-image: url("");
}
.rno-markdown .action-bar__item:hover .action-bar__item-icon.icon-edit {
  background-image: url("");
}
.rno-markdown .action-bar__item:hover .action-bar__item-icon.icon-delete {
  background-image: url("");
}
.rno-markdown .action-bar__item:hover .action-bar__item-icon.icon-more {
  background-image: url("");
}
.rno-markdown .action-bar__item.is-selected {
  background: #EDEDED;
}
.rno-markdown .action-bar__item-bubble {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.rno-markdown .action-bar__item-bubble .bubble-inner {
  position: relative;
  background: #111;
  box-shadow: 0 4px 6px rgba(227, 228, 229, 0.6);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 6px 8px;
  white-space: nowrap;
  word-break: break-all;
  min-width: 50px;
}
.rno-markdown .action-bar__item-bubble .bubble-inner::before {
  font-size: 0;
  position: absolute;
  content: '';
  border: 6px solid transparent;
  bottom: 100%;
  border-bottom-color: #111;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -1px;
}
.rno-markdown .action-bar__item-bubble.left {
  margin-left: 12px;
}
.rno-markdown .action-bar__item-bubble.left .bubble-inner::before {
  left: 8px;
  transform: translateX(0);
}
.rno-markdown .action-bar__item:hover .action-bar__item-bubble {
  display: block;
}
.rno-markdown .action-bar__split {
  width: 1px;
  height: 12px;
  background: #E5E5E5;
  margin: 0 2px;
}
.rno-markdown .edit-image-modal .edit-image-form .c-input-text.small {
  width: 52px;
}
.rno-markdown .edit-image-modal .edit-image-form .edit-image-form-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("") center no-repeat;
}
.rno-markdown .edit-image-modal .edit-image-form .edit-image-form-icon:hover {
  background-image: url("");
}
.rno-markdown .edit-image-modal .edit-image-form .edit-image-form-icon.is-unrelated {
  background-image: url("");
}
.rno-markdown .edit-image-modal .edit-image-form .edit-image-form-icon.is-unrelated:hover {
  background-image: url("");
}
.rno-markdown .edit-image-modal .edit-image-form .edit-image-form-tip {
  margin-left: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #00A4FF;
  cursor: pointer;
}
.rno-markdown .edit-image-modal .c-dialog-ft .c-btn {
  min-width: 78px;
}
.rno-markdown #MAXIM {
  content: "jog20220520150013";
}
.edit-image-form .error {
  color: red;
  margin-top: 5px;
}
.image-block:hover .col-2-article-img-link {
  display: flex;
}
.col-2-article-img-link {
  display: none;
  position: absolute;
  top: 8px;
  right: 16px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  box-sizing: border-box;
  padding: 6px;
  cursor: pointer;
  z-index: 99;
}
.col-2-article-img-link .link-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url("") center no-repeat;
}
.col-2-article-img-link .link-text {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-left: 6px;
}
.rno-markdown .action-bar__split {
  padding-left: 0;
}
.rno-markdown .action-bar__list > li::before {
  display: none;
}
.rno-markdown .action-bar__list {
  margin: 0;
}
.action-drag-icon {
  display: none;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 16px;
  height: 16px;
  cursor: se-resize;
  background: url("") center no-repeat;
}
.action-drag-icon.right {
  left: -10px;
  transform: rotate(90deg);
  cursor: ne-resize;
}
#d-editor-dialog-container .c-modal .c-input-text {
  height: 35px;
  width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  border-radius: 0;
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  color: #171d25;
  vertical-align: middle;
}
#d-editor-dialog-container .c-modal .c-input-text.small {
  width: 52px;
  height: 30px;
  font-size: 12px;
  line-height: 18px;
}
#d-editor-dialog-container .com-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#d-editor-dialog-container .com-form-item {
  display: table-row;
}
#d-editor-dialog-container .com-form-title {
  display: table-cell;
  vertical-align: top;
  padding: 5px 10px 15px 0;
  width: 70px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
#d-editor-dialog-container .com-form-title em {
  color: #E54545;
}
#d-editor-dialog-container .com-form-cnt {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 15px;
  font-size: 12px;
  color: #333;
}
#d-editor-dialog-container .com-form-item {
  display: table-row;
}
#d-editor-dialog-container .com-form-title {
  display: table-cell;
  vertical-align: top;
  padding: 5px 10px 15px 0;
  width: 70px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
#d-editor-dialog-container .edit-image-modal .c-dialog-ft .c-btn {
  min-width: 78px;
}
#d-editor-dialog-container .edit-image-modal .edit-image-form .c-input-text.small {
  width: 52px;
}
#d-editor-dialog-container .edit-image-modal .edit-image-form .edit-image-form-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("") center no-repeat;
  font-style: normal;
  font-weight: 400;
}
#d-editor-dialog-container .edit-image-modal .edit-image-form .edit-image-form-tip {
  margin-left: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #00A4FF;
  cursor: pointer;
}
#d-editor-dialog-container .c-modal-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#d-editor-dialog-container .c-modal {
  z-index: 9000;
  font-size: 0;
  text-align: center;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#d-editor-dialog-container .c-modal-visible {
  display: block;
}
#d-editor-dialog-container .c-modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
#d-editor-dialog-container .c-modal-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
  font-size: 14px;
}
#d-editor-dialog-container .c-dialog {
  max-width: 900px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  display: table;
}
#d-editor-dialog-container .c-dialog-hd {
  position: relative;
  z-index: 2;
}
#d-editor-dialog-container .c-dialog-hd-title {
  font-size: 16px;
  line-height: 65px;
  font-weight: 700;
  color: #333;
  padding-left: 25px;
  display: block;
}
#d-editor-dialog-container .c-dialog-hd-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 11px;
  top: 12px;
  margin-top: 0;
  background-color: transparent;
  font-size: 0;
  text-align: center;
}
#d-editor-dialog-container .c-dialog-hd-close:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#d-editor-dialog-container .c-dialog-hd-close:before {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("");
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}
#d-editor-dialog-container .c-dialog-hd-close span {
  display: none;
}
#d-editor-dialog-container .c-dialog-bd {
  padding: 0 25px;
  min-height: 50px;
  max-height: none;
  overflow: visible;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}
#d-editor-dialog-container .c-dialog-confirm {
  color: #74777C;
  padding: 45px 20px 25px;
  min-width: 200px;
  max-width: 400px;
}
#d-editor-dialog-container .c-dialog-confirm-title {
  font-size: 16px;
  color: #333;
  vertical-align: top;
  line-height: 24px;
  font-weight: 700;
  display: block;
}
#d-editor-dialog-container .c-dialog-confirm-desc {
  margin-top: 7px;
}
#d-editor-dialog-container .c-btn {
  height: 32px;
  min-width: 88px;
  padding: 0 16px;
  background-color: #00a4ff;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  border-radius: 0;
}
#d-editor-dialog-container .c-dialog-ft .c-btn {
  margin: 0 5px;
  min-width: 100px;
}
#d-editor-dialog-container .c-btn-hole,
#d-editor-dialog-container .c-btn-hole:hover {
  border: 1px solid #00a4ff;
  color: #00a4ff;
}
#d-editor-dialog-container .c-btn-hole:hover {
  background-color: rgba(0, 164, 255, 0.15);
}
#d-editor-dialog-container .c-btn-hole {
  background-color: transparent;
  line-height: 30px;
}
#d-editor-dialog-container .c-dialog-ft {
  text-align: center;
  padding: 20px 25px 40px;
}
/* 代码块新增按钮start */
.rno-markdown-code {
  margin: 24px 0;
}
.rno-markdown-code:hover .rno-markdown-code-opt-float {
  opacity: 1;
  transform: translateY(0);
}
.rno-markdown-code-toolbar {
  border: 1px solid #E1E4E9;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 8px;
  gap: 8px;
}
.rno-markdown-code-toolbar-info {
  line-height: 22px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  flex: 1;
  max-width: 48%;
  white-space: nowrap;
}
.rno-markdown-code-toolbar-item {
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.rno-markdown-code-toolbar-item + .rno-markdown-code-toolbar-item {
  padding-left: 48px;
}
.rno-markdown-code-toolbar-item + .rno-markdown-code-toolbar-item::before {
  content: '';
  width: 1px;
  height: 16px;
  background: #E1E4E9;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.rno-markdown-code-toolbar-item .icon-code {
  display: none;
  width: 16px;
  height: 16px;
  background: url("") center no-repeat;
  background-size: cover;
  margin-right: 6px;
  vertical-align: -4px;
}
.rno-markdown-code-toolbar-item.is-type {
  max-width: calc(100% - 96px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.rno-markdown-code-toolbar-item.is-type .is-m-hidden {
  font-weight: 500;
}
.rno-markdown-code-toolbar-item.is-num {
  font-weight: 500;
}
.rno-markdown-code-toolbar-item:first-child .icon-code {
  display: inline-block;
}
.rno-markdown-code-toolbar-opt {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rno-markdown-code-toolbar-opt-icon-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}
.rno-markdown-code-toolbar-opt-icon-btn:hover {
  color: #747474;
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  border-radius: 12px;
  z-index: 0;
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn:hover {
  color: rgba(0, 0, 0, 0.9);
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn:hover::before {
  opacity: 0.9;
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn:hover::after {
  opacity: 0.94;
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn > * {
  position: relative;
  z-index: 2;
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn .css-2jdwfl i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in;
  opacity: 1;
  transform: scale(1);
  background-image: url("");
  background-size: contain;
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn .css-2jdwfl i:last-child {
  opacity: 0;
  transform: scale(0.8);
  background: none;
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn .css-2jdwfl i:last-child::after {
  content: "";
  position: absolute;
  inset: 0px;
  transform: rotate(0deg);
  background-size: contain;
  background-image: url("");
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn::before {
  content: '';
  position: absolute;
  inset: 0px;
  padding: 2px;
  border-radius: 12px;
  z-index: 1;
  background: linear-gradient(167deg, #5498FF 0%, #7C74FF 50%, #F16F9E 80%, #FFC047 100%);
  opacity: 0.55;
  transition: opacity 0.2s ease-in-out;
}
.rno-markdown-code-toolbar-opt-icon-btn.is-ai-btn::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 11px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 0 0.5px #fff;
}
.rno-markdown-code-toolbar-copy {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}
.rno-markdown-code-toolbar-run {
  border-radius: 3px;
  background: #212121;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.rno-markdown-code-toolbar .info-text {
  font-weight: 500;
}
.rno-markdown-code-toolbar .icon-run {
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("") center no-repeat;
  background-size: cover;
  vertical-align: middle;
  line-height: 1;
  flex: none;
  color: inherit;
}
.rno-markdown-code-toolbar .icon-copy {
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url("") center no-repeat;
  background-size: cover;
}
.rno-markdown .developer-code-block pre {
  margin: 0;
}
.rno-markdown .developer-code-block-operation {
  display: flex;
  align-items: center;
  top: 8px;
  right: 8px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 10;
  border-radius: 2px;
}
.rno-markdown .developer-code-block-btn {
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  /* 183.333% */
  border-radius: 2px;
  background: #6A718E;
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.rno-markdown .developer-code-block-btn:hover {
  background: #3E4151;
}
.rno-markdown .developer-code-block:hover .developer-code-block-operation {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .rno-markdown .rno-markdown-code-toolbar-info {
    font-weight: 500;
  }
  .rno-markdown .rno-markdown-code-toolbar-item.is-type .is-m-hidden {
    display: none;
  }
  .rno-markdown .rno-markdown-code-toolbar-item.is-num .is-m-hidden {
    display: none;
  }
  .rno-markdown .rno-markdown-code-toolbar-opt-icon-btn .is-m-hidden {
    display: none;
  }
  .rno-markdown .rno-markdown-code-toolbar-item + .rno-markdown-code-toolbar-item {
    padding-left: 16px;
  }
  .rno-markdown .rno-markdown-code-toolbar-item + .rno-markdown-code-toolbar-item::before {
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* 代码块新增按钮end */
.rc-dialog-magnetic {
  display: inline-block;
  z-index: 1001;
}
.rc-dialog-hover-ball {
  width: 72px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 4px 12px 4px 4px;
  box-sizing: border-box;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1), 0 8px 10px 1px rgba(0, 0, 0, 0.06), 0 3px 14px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.1s;
}
.rc-dialog-hover-ball-hover {
  width: 240px;
}
.rc-dialog-hover-ball-hide {
  display: none;
}
.rc-dialog-hover-ball-content {
  display: flex;
  flex: auto;
  align-items: center;
  max-width: calc(100% - 24px);
  overflow: hidden;
}
.rc-dialog-hover-ball-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(84deg, #1063ff 0.04%, #3185ff 100.04%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.rc-dialog-hover-ball-logo-img {
  width: 20px;
  height: 11px;
}
.rc-dialog-hover-ball-addon {
  display: flex;
  align-items: center;
  margin-left: 8px;
  flex: auto;
}
.rc-dialog-hover-ball-addon-code {
  width: 120px;
  height: 34px;
  overflow: hidden;
  flex: auto;
}
.rc-dialog-hover-ball-addon-code > div {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  font-family: 'PingFang SC';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.rc-dialog-hover-ball-addon-code-content {
  white-space: nowrap;
}
.rc-dialog-hover-ball-close {
  height: 100%;
  width: 20px;
  margin-left: 4px;
  display: flex;
  align-items: center;
}
.rc-dialog-hover-ball-close > img {
  height: 20px;
}
.rc-dialog-hover-ball-drag {
  cursor: move;
}
.rc-dialog-magnetic-inner-left {
  border-radius: 0 40px 40px 0;
  flex-direction: row-reverse;
}
.rc-dialog-magnetic-inner-left .rc-dialog-hover-ball-content {
  flex-direction: row-reverse;
}
.rc-dialog-magnetic-inner-right {
  border-radius: 40px 0 0 40px;
}
.rc-dialog-tools-bar {
  position: absolute;
  right: 42px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.rc-dialog-tools-bar-btn {
  cursor: pointer;
}
.rc-dialog-tools-bar-action-btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.rc-dialog-tools-bar-action-btn:active {
  background-color: #d8e2ef;
}
.rc-dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 2000;
}
.rc-dialog-mask-hidden {
  display: none;
}
.rc-dialog-fade-enter,
.rc-dialog-fade-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-dialog-fade-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-dialog-fade-enter.rc-dialog-fade-enter-active,
.rc-dialog-fade-appear.rc-dialog-fade-appear-active {
  animation-name: rc-dialog-fade-in;
  animation-play-state: running;
}
.rc-dialog-fade-leave.rc-dialog-fade-leave-active {
  animation-name: rc-dialog-fade-out;
  animation-play-state: running;
}
@keyframes rc-dialog-zoom-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rc-dialog-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-dialog {
  position: relative;
  width: 66.66vw;
  height: 720px;
  margin: 0 auto;
  top: 100px;
}
.rc-dialog-legacy {
  width: 100vw !important;
  height: 222px !important;
  margin: 0 !important;
  bottom: 0 !important;
  position: absolute !important;
  top: unset !important;
}
.rc-dialog-legacy-tip {
  padding: 40px 27px 32px;
}
.rc-dialog-legacy-tip-title {
  color: #181818;
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 12px;
}
.rc-dialog-legacy-tip-content {
  color: #4c5b76;
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 32px;
}
.rc-dialog-legacy-tip-content > p {
  margin: 0;
}
.rc-dialog-legacy-tip-action {
  display: flex;
  gap: 20px;
}
.rc-dialog-legacy-tip-action > button {
  width: 150px;
  height: 36px;
  font-size: 14px;
  flex: 1;
  flex-shrink: 0;
  border: 1px solid #0052d9;
  color: #0052d9;
  background: #fff;
}
.rc-dialog-legacy-tip-action > button.primary {
  color: #fff;
  text-align: center;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: #0052d9;
}
.rc-dialog-legacy,
.rc-dialog-legacy .rc-dialog-body {
  background-color: #fff;
}
.rc-dialog-UNKNOWN {
  width: 596px !important;
  height: 636px;
}
.rc-dialog-UNKNOWN .rc-dialog-content {
  border-radius: 8px;
  overflow: hidden;
}
.rc-dialog-NO {
  width: 496px !important;
  height: 527px;
}
.rc-dialog-NO .rc-dialog-content {
  border-radius: 8px;
  overflow: hidden;
}
.rc-dialog-mask-minimized {
  top: -100%;
  left: -100%;
}
.rc-dialog-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.rc-dialog-wrap-maximized {
  overflow: hidden;
}
.rc-dialog-wrap-minimized {
  position: absolute;
  top: -100%;
  left: -100%;
  right: unset;
  bottom: unset;
}
.rc-dialog-title {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.rc-dialog-content {
  position: relative;
  background-color: #fff;
  border: none;
  background-clip: padding-box;
  height: 100%;
}
.rc-dialog > div {
  height: 100%;
}
.rc-dialog-body {
  height: 100%;
  background-color: #eef2f9;
}
.rc-dialog-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 21px;
  position: absolute;
  right: 8px;
  top: 10px;
  font-weight: 700;
  line-height: 1;
  color: #455267;
  opacity: 1;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
  padding: 0;
}
.rc-dialog-close:hover {
  text-decoration: none;
}
.rc-dialog-close > img:hover {
  background: var(--blue-gray-blue-gray-2, #eef2f9);
  border-radius: 4px;
}
.rc-dialog-close > img:active {
  background: var(--blue-gray-blue-gray-3, #dbe6f2);
}
.rc-dialog-header {
  padding: 13px 20px 14px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  color: #666;
  border-bottom: 1px solid #e9e9e9;
}
.rc-dialog-footer {
  border-top: 1px solid #e9e9e9;
  padding: 10px 20px;
  text-align: right;
  border-radius: 0 0 5px 5px;
}
.rc-dialog-maximized {
  width: 100vw !important;
  height: 100vh !important;
  position: static;
  margin: 0 !important;
}
.rc-dialog-zoom-enter,
.rc-dialog-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-dialog-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-dialog-zoom-enter.rc-dialog-zoom-enter-active,
.rc-dialog-zoom-appear.rc-dialog-zoom-appear-active {
  animation-name: rc-dialog-zoom-in;
  animation-play-state: running;
}
.rc-dialog-zoom-leave.rc-dialog-zoom-leave-active {
  animation-name: rc-dialog-zoom-out;
  animation-play-state: running;
}
@keyframes rc-dialog-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes rc-dialog-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(0, 0);
  }
}
@media (max-width: 1300px) {
  .rc-dialog {
    width: 730px;
  }
}
@media (max-width: 2560px) {
  .rc-dialog {
    width: 1200px;
    top: 60px;
  }
}
@media (min-width: 2560px) {
  .rc-dialog {
    width: 1400px;
    height: 840px;
    top: 100px;
  }
}
@media (max-width: 530px) {
  .rc-dialog {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    margin: 12px auto;
    top: 0;
  }
}
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #ccc;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  min-height: 14px;
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #50556B;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999;
}
.token.punctuation {
  color: #ccc;
}
.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #e2777a;
}
.token.function-name {
  color: #6196cc;
}
.token.boolean,
.token.number,
.token.function {
  color: #f08d49;
}
.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555;
}
.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd;
}
.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699;
}
.token.operator,
.token.entity,
.token.url {
  color: #67cdcc;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.token.inserted {
  color: green;
}
/**line-numbers**/
pre[class*="language-"].line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre[class*="language-"].line-numbers > code {
  position: relative;
  white-space: inherit;
}
pre[class*="language-"] code {
  display: block;
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.developer-code-block {
  position: relative;
}
.developer-code-block .rno-markdown-code-opt-float {
  opacity: 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: 12px;
  background: rgba(206, 206, 206, 0.6);
  transition: all 0.2s ease-in-out;
}
.developer-code-block .rno-markdown-code-icon-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -ms-flex: none;
  flex: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}
.developer-code-block:hover .copy {
  opacity: 1;
}
.developer-code-block .copy {
  color: #fff;
  background-color: #697191;
  font-size: .8em;
  padding: 0 0.5em;
  border-radius: 0.5em;
  z-index: 10;
  top: 0.3em;
  right: 0.2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
}
.line-numbers-rows > span {
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
div.code-toolbar {
  position: relative;
}
div.code-toolbar > .toolbar {
  position: absolute;
  z-index: 10;
  top: .3em;
  right: .2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
div.code-toolbar:hover > .toolbar {
  opacity: 1;
}
/* Separate line b/c rules are thrown out if selector is invalid.
   IE11 and old Edge versions don't support :focus-within. */
div.code-toolbar:focus-within > .toolbar {
  opacity: 1;
}
div.code-toolbar > .toolbar > .toolbar-item {
  display: inline-block;
}
div.code-toolbar > .toolbar > .toolbar-item > a {
  cursor: pointer;
}
div.code-toolbar > .toolbar > .toolbar-item > button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
  color: #fff;
  background-color: #697191;
  font-size: .8em;
  padding: 0 .5em;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: .5em;
}
.DraftEditor-editorContainer .image-block {
  position: relative;
  font-size: 0;
  text-align: center;
}
.DraftEditor-editorContainer .image-block .image-content {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.DraftEditor-editorContainer .image-block .image-error {
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none;
  padding: 10px;
}
.DraftEditor-editorContainer .image-block .image-error:before {
  content: ' ';
  display: block;
  width: 60px;
  height: 50px;
  margin: 0 auto 10px;
  background: url("");
}
.DraftEditor-editorContainer .image-block .image-block-actions {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 15px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .2s ease;
}
.DraftEditor-editorContainer .image-block .image-block-actions.uploading {
  opacity: 1;
}
.DraftEditor-editorContainer .image-block .image-block-actions .shadow {
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.DraftEditor-editorContainer .image-block .image-block-actions a,
.DraftEditor-editorContainer .image-block .image-block-actions span {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 2px 6px;
  box-sizing: content-box;
  color: white;
  cursor: pointer;
  line-height: 1em;
  background: rgba(255, 255, 255, 0.9);
  vertical-align: middle;
}
.DraftEditor-editorContainer .image-block .image-block-actions a:first-child,
.DraftEditor-editorContainer .image-block .image-block-actions span:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.DraftEditor-editorContainer .image-block .image-block-actions a:last-child,
.DraftEditor-editorContainer .image-block .image-block-actions span:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.DraftEditor-editorContainer .image-block .image-block-actions a.uploading,
.DraftEditor-editorContainer .image-block .image-block-actions span.uploading {
  width: auto;
}
.DraftEditor-editorContainer .image-block .image-block-actions i {
  font-size: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}
.DraftEditor-editorContainer .image-block .image-block-actions i.icon-edit {
  background-image: url("");
}
.DraftEditor-editorContainer .image-block .image-block-actions i.icon-remove {
  background-image: url("");
}
.DraftEditor-editorContainer .image-block .image-block-actions i.icon-loading {
  position: relative;
  font-size: 12px;
  width: auto;
  color: #00a4ff;
  font-style: normal;
  padding-left: 26px;
  line-height: 24px;
}
.DraftEditor-editorContainer .image-block .image-block-actions i.icon-loading:before {
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 4px;
  background-image: url("");
  animation: loading-spiner 1.618s linear infinite;
}
.DraftEditor-editorContainer .image-block .image-block-actions a:hover i.icon-edit {
  background-image: url("");
}
.DraftEditor-editorContainer .image-block .image-block-actions a:hover i.icon-remove {
  background-image: url("");
}
.DraftEditor-editorContainer .image-block:hover .image-block-actions {
  opacity: 1;
}
.DraftEditor-editorContainer .image-block-wrapper:hover .action-drag-icon {
  display: block;
}
@keyframes loading-spiner {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.draft-image-edit-zone {
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.draft-image-edit-zone .viewport {
  display: inline-block;
  margin-top: 50px;
  max-width: 90%;
  max-height: 78%;
  overflow: scroll;
  position: relative;
}
.draft-image-edit-zone .viewport img,
.draft-image-edit-zone .viewport canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.draft-image-edit-zone .tools-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.draft-image-edit-zone .tools-container .load-msg {
  font-size: 18px;
  color: white;
  text-shadow: 0 0 10px black;
}
.draft-image-edit-zone .tools-container .error-msg {
  font-size: 14px;
  color: red;
  background: #ffe1e1;
  margin: 5px auto;
  border-radius: 2px;
  max-width: 420px;
}
.draft-image-edit-zone .tools-container .toolbox-msg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background: white;
  font-size: 14px;
}
.draft-image-edit-zone .tools-container .toolbar {
  padding: 0 10px;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 0;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: none;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn:focus {
  outline: none;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.rect:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.rect:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.rect.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.round:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.round:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.round.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.arrow:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.arrow:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.arrow.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.brush:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.brush:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.brush.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.revocation:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.revocation:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.revocation.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.cancle:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.cancle:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.cancle.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.sure:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.sure:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.sure.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.mosaic:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.mosaic:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.mosaic.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-small {
  margin: 0 1px;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-small:after {
  width: 6px;
  height: 6px;
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-small:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-small.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-normal {
  margin: 0 4px;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-normal:after {
  width: 12px;
  height: 12px;
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-normal:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-normal.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-large {
  width: auto;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-large:after {
  width: 20px;
  height: 20px;
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-large:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.dot-large.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-small {
  margin: 0 2px;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-small:after {
  vertical-align: baseline;
  margin-top: 10px;
  width: 8px;
  height: 10px;
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-small:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-small.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-normal {
  margin: 0 3px;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-normal:after {
  vertical-align: baseline;
  margin-top: 7px;
  width: 10px;
  height: 13px;
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-normal:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-normal.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-large {
  margin: 0 5px;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-large:after {
  vertical-align: baseline;
  margin-top: 3px;
  width: 14px;
  height: 17px;
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-large:hover:after,
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.text-large.actived:after {
  background-image: url("");
}
.draft-image-edit-zone .tools-container .toolbar .split {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 1px;
  height: 20px;
  background-color: #ddd;
}
.draft-image-edit-zone .tools-container .toolbar [class^='color-'],
.draft-image-edit-zone .tools-container .toolbar [class*=' color-'] {
  margin: 0 4px;
  border: 1px solid #ccc;
  border-width: 0.5px;
}
.draft-image-edit-zone .tools-container .toolbar .split + [class^='color-'],
.draft-image-edit-zone .tools-container .toolbar .split + [class*=' color-'] {
  margin-left: 10px;
}
.draft-image-edit-zone .tools-container .toolbar [class^='color-']:last-child,
.draft-image-edit-zone .tools-container .toolbar [class*=' color-']:last-child {
  margin-right: 10px;
}
.draft-image-edit-zone .tools-container .toolbar [class^='color-'].actived,
.draft-image-edit-zone .tools-container .toolbar [class*=' color-'].actived {
  border-color: #888;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.color-red {
  background-color: #db4e33;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.color-yellow {
  background-color: #f9e96a;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.color-green {
  background-color: #9fe561;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.color-blue {
  background-color: #67b1f3;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.color-gray {
  background-color: #676767;
}
.draft-image-edit-zone .tools-container .toolbar .image-edit-btn.color-white {
  background-color: #fff;
}
.draft-image-edit-zone .tools-container .toolbar.sub {
  position: absolute;
  top: 100%;
  margin-top: 10px;
}
.draft-image-edit-zone .tools-container .toolbar.sub:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -5px;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 0 5px 5px;
}
.qa-r-editor-toolbar .toolbar-debug-view {
  font-size: 12px;
  line-height: 18px;
  font-family: monospace;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 240px;
  font-weight: lighter;
  pointer-events: none;
}
.qa-r-editor-toolbar .toolbar-debug-view .content-block {
  padding: 0px 3px;
  border-radius: 2px;
  margin-top: 3px;
  margin-right: 2px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
}
.qa-r-editor-toolbar .toolbar-debug-view .content-block.focused {
  color: darkred;
}
.table-editor-context-menu ul {
  padding: 0;
  margin: 0;
}
.table-wrapper {
  outline: none;
}
.table-wrapper .select-box {
  position: absolute;
  border: 2px solid #00a4ff;
  pointer-events: none;
}
.atomic-focusable {
  box-sizing: content-box;
  border: 3px solid;
  border-color: transparent;
  border-radius: 2px;
  margin: -3px 0;
}
.atomic-focusable:hover {
  border-color: rgba(0, 164, 255, 0.5);
}
.atomic-focusable.atomic-focused,
.atomic-focusable.atomic-focused:hover {
  border-color: #00a4ff;
}
.atomic-focusable hr {
  margin: 5px 0;
}
