@font-face {
  font-style: normal;
  font-family: 'TTTGBMedium';
  src: url('https://mapapi.qq.com/web/lbs/font/TTTGB-Medium.otf') format('truetype');
}
.detail-container[data-v-0b484ea2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.detail-container .header-container[data-v-0b484ea2] {
  padding-bottom: 12px;
}
.detail-container .content-container[data-v-0b484ea2] {
  font-size: 14px;
  padding-top: 20px;
}
.detail-container .content-container .content-area[data-v-0b484ea2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail-container .content-container .message-title[data-v-0b484ea2] {
  font-size: 20px;
  font-weight: 600;
  color: #1E2226;
  margin-bottom: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-container .content-container .message-title .time[data-v-0b484ea2] {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}
.detail-container .content-container .message-content[data-v-0b484ea2] {
  line-height: 22px;
  text-align: justify;
  color: #000000;
  overflow: auto;
}
.detail-container .content-container .message-content[data-v-0b484ea2]::after {
  content: '';
  display: block;
  margin-bottom: 24px;
}
.detail-container .content-container .message-content[data-v-0b484ea2] img {
  max-width: 924px;
  height: auto;
  margin-top: 8px;
  margin-bottom: 20px;
}
.detail-container .content-container .divider[data-v-0b484ea2] {
  height: 1px;
  background: rgba(208, 213, 220, 0.3);
  margin: 0 0 16px 0;
}
.detail-container .content-container .message-other[data-v-0b484ea2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(15, 24, 41, 0.7);
}
.detail-container .content-container .message-other .pre-wrapper[data-v-0b484ea2],
.detail-container .content-container .message-other .next-wrapper[data-v-0b484ea2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
}
.detail-container .content-container .message-other .pre-wrapper[data-v-0b484ea2]:hover,
.detail-container .content-container .message-other .next-wrapper[data-v-0b484ea2]:hover {
  color: #0062ff;
}
[data-v-0b484ea2] .ExEditor-basic span.title {
  display: none;
}
[data-v-0b484ea2] .exeditor-toolbar[data-theme='basic'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  color: #555;
  background: #fcfcfc;
}
[data-v-0b484ea2] .exeditor-toolbar[data-theme='basic'][data-in='popover'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  padding: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 5px rgb(0 0 0%);
          box-shadow: 0 0 10px 5px rgb(0 0 0%);
}
[data-v-0b484ea2] .exeditor-toolbar--multiline[data-theme='basic'] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[data-v-0b484ea2] .exeditor-toolbar--multiline[data-theme='basic'] > .exeditor-toolbar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-0b484ea2] .exeditor-toolbar[data-theme='basic'] [data-toolbar-item-of] {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin: 0 5px;
  white-space: nowrap;
}
[data-v-0b484ea2] .ExEditor-basic::after {
  content: '';
  display: block;
  clear: both;
}
[data-v-0b484ea2] .ExEditor-basic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100px;
  background: white;
  padding: 0;
  outline: none;
  white-space: nowrap;
  --exeditor-hr-color: #e7e7e7;
  --exeditor-link-color: #0052ff;
  --exeditor-selected-outline: 2px solid #68cef8;
  --exeditor-selected-background: rgba(24, 144, 255, 0.3);
  --exeditor-selected-cell-background: rgba(24, 144, 255, 0.15);
  --exeditor-formula-vertical-align: middle;
}
[data-v-0b484ea2] .ExEditor-basic a:-moz-any-link {
  color: var(--exeditor-link-color);
  text-decoration: underline;
}
[data-v-0b484ea2] .ExEditor-basic a:any-link {
  color: var(--exeditor-link-color);
  text-decoration: underline;
}
[data-v-0b484ea2] .ExEditor-basic h1 {
  font-size: 2em;
}
[data-v-0b484ea2] .ExEditor-basic p {
  line-height: 26px;
  min-height: 1em;
}
[data-v-0b484ea2] .ExEditor-basic blockquote {
  background: #00000008;
  border-left: 6px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
[data-v-0b484ea2] .ExEditor-basic pre {
  padding: 6px;
  background: #efefef;
  overflow: auto;
}
[data-v-0b484ea2] .ExEditor-basic p,[data-v-0b484ea2] .ExEditor-basic pre {
  margin-top: 15px;
  margin-bottom: 15px;
}
[data-v-0b484ea2] .ExEditor-basic hr {
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: var(--exeditor-hr-color);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
[data-v-0b484ea2] .ExEditor-basic img[data-formula] {
  vertical-align: var(--exeditor-formula-vertical-align);
}
[data-v-0b484ea2] .ExEditor-basic video {
  display: block;
  margin: 1em auto;
}
[data-v-0b484ea2] .ExEditor-basic video[data-inline] {
  display: inline-block;
  margin: 0;
}
[data-v-0b484ea2] .ExEditor-basic video:not([data-inline]) {
  width: auto;
  height: auto;
  max-width: 100%;
}
[data-v-0b484ea2] .ExEditor-basic audio {
  display: block;
  margin: 1em auto;
}
[data-v-0b484ea2] .ExEditor-basic audio[data-inline] {
  display: inline-block;
  margin: 0 2px;
}
[data-v-0b484ea2] .ExEditor-basic.ProseMirror-focused .excore-selected-node:not(.no-outline) {
  outline: var(--exeditor-selected-outline);
}
[data-v-0b484ea2] .ExEditor-basic.ProseMirror-focused .excore-in-selection {
  background: var(--exeditor-selected-background);
  -webkit-box-shadow: 0 0 0 2px var(--exeditor-selected-background);
          box-shadow: 0 0 0 2px var(--exeditor-selected-background);
}
[data-v-0b484ea2] .ExEditor-basic .tableWrapper {
  margin: 20px 0;
  padding: 0;
  overflow-x: auto;
}
[data-v-0b484ea2] .ExEditor-basic table {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
}
[data-v-0b484ea2] .ExEditor-basic table th,[data-v-0b484ea2] .ExEditor-basic table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-width: 70px;
  padding: 0px 5px;
  border: 2px solid #dcdcdc;
  vertical-align: top;
  background-clip: padding-box;
}
[data-v-0b484ea2] .ExEditor-basic table th {
  font-weight: bold;
  background-color: #f3f3f3;
}
[data-v-0b484ea2] .ExEditor-basic table td {
  background-color: white;
}
[data-v-0b484ea2] .ExEditor-basic table th > p,[data-v-0b484ea2] .ExEditor-basic table td > p {
  min-height: 1em;
}
[data-v-0b484ea2] .ExEditor-basic table .selectedCell::after {
  z-index: 2;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--exeditor-selected-cell-background);
  pointer-events: none;
}
[data-v-0b484ea2] .ExEditor-basic.resize-cursor {
  cursor: col-resize;
}
[data-v-0b484ea2] .ExEditor-basic table .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: -2px;
  width: 4px;
  background-color: #adf;
  pointer-events: none;
}
[data-v-0b484ea2] .ExEditor-basic ol {
  --ol-start: 1;
  --ol-list-style-type: decimal;
  list-style-type: none;
  counter-reset: olCounter calc(var(--ol-start, 1) - 1);
  position: relative;
}
[data-v-0b484ea2] .ExEditor-basic ol > li > :first-child::before {
  content: counter(olCounter, var(--ol-list-style-type)) '. ';
  counter-increment: olCounter;
  font-variant-numeric: tabular-nums;
  position: absolute;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
[data-v-0b484ea2] .ExEditor-basic ul {
  --ul-list-style-type: circle;
  list-style-type: none;
  position: relative;
}
[data-v-0b484ea2] .ExEditor-basic ul.nonUnicode-list-style-type > li > :first-child::before {
  content: var(--ul-list-style-type) ' ';
  font-variant-numeric: tabular-nums;
  position: absolute;
  -webkit-transform: translate(-100%, 0.05em) scale(0.5);
          transform: translate(-100%, 0.05em) scale(0.5);
}
[data-v-0b484ea2] .ExEditor-basic ul.unicode-list-style-type > li > :first-child::before {
  content: var(--ul-list-style-type) ' ';
  font-variant-numeric: tabular-nums;
  position: absolute;
  -webkit-transform: translate(-100%, 0) scale(0.8);
          transform: translate(-100%, 0) scale(0.8);
}
[data-v-0b484ea2] .ExEditor-basic ul[data-type='todo'] {
  padding-left: calc(2em + 10px);
}
[data-v-0b484ea2] .ExEditor-basic ul[data-type='todo'] > li > :first-child::before {
  content: '';
}
[data-v-0b484ea2] .ExEditor-basic ul[data-type='todo'] > li > input[type='checkbox'] {
  position: absolute;
  left: 1em;
  margin-top: 6px;
  margin-right: 10px;
}

