.markdown-message-tip[data-v-ffdad318] {
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  pointer-events: all;
  z-index: 9999999;
  display: flex;
  align-items: center
}

.markdown-message-tip span[data-v-ffdad318] {
  margin-left: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, .65);
  margin-top: -1px
}

.mark-map[data-v-852924ea] {
  height: 100%;
  display: flex;
  flex-direction: column
}

.mark-map .actions-bar[data-v-852924ea] {
  display: flex;
  padding: 12px;
  justify-content: flex-end
}

.mark-map .actions-bar .action[data-v-852924ea] {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #999;
  cursor: pointer;
  position: relative;
  margin-left: 12px
}

.mark-map .actions-bar .action.copy[data-v-852924ea] {
  display: flex;
  align-items: center;
  justify-content: center
}

.mark-map .actions-bar .action[data-v-852924ea]:hover {
  background: #666
}

.mark-map .actions-bar .action.add span[data-v-852924ea] {
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.mark-map .actions-bar .action.add span[data-v-852924ea]:nth-of-type(2) {
  transform: rotate(90deg)
}

.mark-map .actions-bar .action.download span[data-v-852924ea] {
  background: #fff;
  position: absolute
}

.mark-map .actions-bar .action.download span[data-v-852924ea]:first-of-type {
  width: 7px;
  height: 2px;
  left: 9px;
  top: 14px;
  transform: rotate(45deg)
}

.mark-map .actions-bar .action.download span[data-v-852924ea]:nth-of-type(2) {
  width: 12px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
  transform: rotate(90deg)
}

.mark-map .actions-bar .action.download span[data-v-852924ea]:nth-of-type(3) {
  width: 7px;
  height: 2px;
  right: 9.5px;
  top: 14px;
  transform: rotate(-45deg)
}

.mark-map .actions-bar .action.download span[data-v-852924ea]:nth-of-type(4) {
  width: 17px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px
}

.mark-map .actions-bar .action.download span[data-v-852924ea]:nth-of-type(5) {
  width: 2px;
  height: 6px;
  left: 5px;
  bottom: 5px
}

.mark-map .actions-bar .action.download span[data-v-852924ea]:nth-of-type(6) {
  width: 2px;
  height: 6px;
  right: 5px;
  bottom: 5px
}

.mark-map .actions-bar .action.fit>span[data-v-852924ea]:first-of-type {
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px
}

.mark-map .actions-bar .action.fit>span.arrow[data-v-852924ea] {
  width: 10px;
  height: 10px;
  position: absolute
}

.mark-map .actions-bar .action.fit>span.arrow.lt[data-v-852924ea] {
  left: -1px;
  top: 5px
}

.mark-map .actions-bar .action.fit>span.arrow.rt[data-v-852924ea] {
  top: -1px;
  right: 5px;
  transform: rotate(90deg)
}

.mark-map .actions-bar .action.fit>span.arrow.lb[data-v-852924ea] {
  left: 5px;
  bottom: -2px;
  transform: rotate(-90deg)
}

.mark-map .actions-bar .action.fit>span.arrow.rb[data-v-852924ea] {
  bottom: 4px;
  right: -1px;
  transform: rotate(180deg)
}

.mark-map .actions-bar .action.fit>span.arrow span[data-v-852924ea] {
  width: 6px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 0
}

.mark-map .actions-bar .action.fit>span.arrow span[data-v-852924ea]:last-of-type {
  transform: rotate(90deg);
  top: 3px;
  left: 4px
}

.chart-wrap[data-v-c61acdd8] {
  height: calc(100% - 2px);
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.chart-wrap .chart[data-v-c61acdd8] {
  width: 100%;
  flex: 1;
  overflow: hidden
}

.chart-wrap .actions-bar[data-v-c61acdd8] {
  display: flex;
  padding: 12px;
  justify-content: flex-end;
  flex: none
}

.chart-wrap .actions-bar .action[data-v-c61acdd8] {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #999;
  cursor: pointer;
  position: relative;
  margin-left: 12px
}

.chart-wrap .actions-bar .action.add span[data-v-c61acdd8] {
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.chart-wrap .actions-bar .action.add span[data-v-c61acdd8]:nth-of-type(2) {
  transform: rotate(90deg)
}

.chart-wrap .actions-bar .action.copy[data-v-c61acdd8] {
  display: flex;
  align-items: center;
  justify-content: center
}

.chart-wrap .actions-bar .action.download span[data-v-c61acdd8] {
  background: #fff;
  position: absolute
}

.chart-wrap .actions-bar .action.download span[data-v-c61acdd8]:first-of-type {
  width: 7px;
  height: 2px;
  left: 9px;
  top: 14px;
  transform: rotate(45deg)
}

.chart-wrap .actions-bar .action.download span[data-v-c61acdd8]:nth-of-type(2) {
  width: 12px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
  transform: rotate(90deg)
}

.chart-wrap .actions-bar .action.download span[data-v-c61acdd8]:nth-of-type(3) {
  width: 7px;
  height: 2px;
  right: 9.5px;
  top: 14px;
  transform: rotate(-45deg)
}

.chart-wrap .actions-bar .action.download span[data-v-c61acdd8]:nth-of-type(4) {
  width: 17px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px
}

.chart-wrap .actions-bar .action.download span[data-v-c61acdd8]:nth-of-type(5) {
  width: 2px;
  height: 6px;
  left: 5px;
  bottom: 5px
}

.chart-wrap .actions-bar .action.download span[data-v-c61acdd8]:nth-of-type(6) {
  width: 2px;
  height: 6px;
  right: 5px;
  bottom: 5px
}

.preview-mask[data-v-ece2829a] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 99999
}

.preview-mask .preview-content[data-v-ece2829a] {
  max-width: 1200px;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column
}

.preview-mask .preview-content .preview-header[data-v-ece2829a] {
  display: flex;
  justify-content: flex-end;
  padding: 12px
}

.preview-mask .preview-content .preview-header .preview-close[data-v-ece2829a] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eaeaea;
  cursor: pointer;
  position: relative
}

.preview-mask .preview-content .preview-header .preview-close span[data-v-ece2829a] {
  position: absolute;
  width: 16px;
  height: 2px;
  background: rgba(0, 0, 0, .6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg)
}

.preview-mask .preview-content .preview-header .preview-close span[data-v-ece2829a]:first-of-type {
  transform: rotate(-45deg)
}

.preview-mask .preview-content .preview-render[data-v-ece2829a] {
  flex: 1
}

.actions-bar .download {
  display: none !important;
}
.preview-render svg{
  position: relative;
  width: 100%;
  height: auto;
}