.tiptap[data-v-53967161] {
  /* Vue component */
}
.tiptap .vue-component[data-v-53967161] {
  margin: 0;
  position: relative;
  display: inline-block;
}
.tiptap .vue-component .pausePopitem[data-v-53967161] {
  all: unset;
  outline: 0;
  margin: 0 4px -2px 4px;
  cursor: pointer;
  height: 16px;
  line-height: 16px;
  background: var(--theme-color);
  border-radius: 2px;
  padding: 1px 3px;
}
.tiptap .vue-component .pausePopitem[data-v-53967161]:hover {
  background: #34766d;
}
.tiptap .vue-component .pausePopitem_inner[data-v-53967161] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tiptap .vue-component .txt[data-v-53967161] {
  color: #ffffff;
}
.pausebox[data-v-53967161] {
  margin: -14px;
  background: #242424;
  border-radius: 4px;
}
.pausebox[data-v-53967161] {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 1px solid #303030;
}
.pausebox span[data-v-53967161] {
  width: 88px;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
}
.pausebox span[data-v-53967161]:hover {
  background-color: #303033;
  color: var(--theme-color);
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
}
.popover__position_top.el-popper[x-placement^=top] {
  margin-bottom: 8px !important;
}

.tiptap[data-v-9f89a29a] {
  /* Vue component */
}
.tiptap .vue-component[data-v-9f89a29a] {
  margin: 0;
  position: relative;
  display: inline-block;
}
.tiptap .vue-component .pausePopitem span[data-v-9f89a29a] {
  all: unset;
  outline: 0;
  cursor: pointer;
  height: 16px;
  line-height: 16px;
}
.tiptap .vue-component .pausePopitem span[datatype=active][data-v-9f89a29a] {
  background: #00676d;
  border-radius: 2px;
  border: 1px solid #3afff3;
  padding: 1px 3px;
}
.tiptap .vue-component .pausePopitem span[datatype=active][data-v-9f89a29a]:hover {
  background: #34766d;
}
.tiptap .vue-component .pausePopitem_inner[data-v-9f89a29a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tiptap .vue-component .txt[data-v-9f89a29a] {
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tiptap .vue-component .pausePopBox[data-v-9f89a29a] {
  position: absolute;
  z-index: 9999;
  color: #ffffff;
  top: 0px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  padding: 4px;
  background: #303033;
  border: 1px solid #505157;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  max-height: 130px;
  overflow-y: scroll;
}
.tiptap .vue-component .pausePopBox.aa[data-v-9f89a29a] {
  left: 40px;
}
.tiptap .vue-component .pausePopBox[data-v-9f89a29a]::-webkit-scrollbar {
  width: 4px;
}
.tiptap .vue-component .pausePopBox[data-v-9f89a29a]::-webkit-scrollbar-corner {
  background-color: transparent;
}
.tiptap .vue-component .pausePopBox[data-v-9f89a29a]:hover::-webkit-scrollbar-thumb {
  background-color: #404040;
}
.tiptap .vue-component .pausePopBox[data-v-9f89a29a]::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
}
.tiptap .vue-component .pausePopBox[data-v-9f89a29a]::-webkit-scrollbar-track {
  background-color: transparent;
}
.tiptap .vue-component .subTitleItem[data-v-9f89a29a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  padding: 0 16px;
  color: #989aa1;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tiptap .vue-component .rowInfo[data-v-9f89a29a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 60px;
  padding: 3px 12px;
  color: #f1f3f4;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tiptap .vue-component .rowInfo[data-v-9f89a29a]:hover {
  color: #3afff3;
  background: hsla(0, 0%, 100%, 0.09);
  border-radius: 4px;
}
@charset "UTF-8";
[data-v-60dc4afb] .el-dialog {
  border-radius: 12px;
}
.header-title[data-v-60dc4afb] {
  color: #fafafa;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-title .title-green-css[data-v-60dc4afb] {
  margin-left: 8px;
  padding: 0 8px;
  color: var(--theme-color);
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
}
[data-v-60dc4afb] .el-dialog {
  width: 800px;
  height: 600px;
  color: #fafafa;
  background-color: #27272a !important;
  background-clip: padding-box;
  pointer-events: auto;
  border: 1px solid #666;
}
[data-v-60dc4afb] .el-dialog__footer {
  position: absolute;
  right: 50px;
  padding: 0;
}
[data-v-60dc4afb] .el-dialog--center .el-dialog__body {
  padding: 8px 24px 2px 24px !important;
}
.search-div-css[data-v-60dc4afb] {
  padding: 16px;
  background: #323235;
  border-radius: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-div-css span[data-v-60dc4afb] {
  position: absolute;
  margin-left: 12px;
  color: #fafafa;
  line-height: 36px;
  z-index: 99;
}
.search-div-css img[data-v-60dc4afb] {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: -28px;
  margin-left: 176px;
}
.search-div-css svg[data-v-60dc4afb] {
  width: 12px;
  height: 12px;
  position: absolute;
  margin-top: -24px;
  margin-left: 176px;
}
.search-div-css input[data-v-60dc4afb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 109px;
  overflow: hidden;
  background-color: #27272a;
  border: 1px solid #52525b;
  border-radius: 6px;
  height: 34px;
  padding-left: 65px;
  padding-right: 24px;
  color: #a1a1aa;
}
.search-div-css button[data-v-60dc4afb] {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  padding: 4px 15px;
  font-size: 14px;
  cursor: pointer;
}
[data-v-60dc4afb] .el-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 131px;
  background-color: #27272a !important;
  border: 1px solid #52525b !important;
  border-radius: 6px;
  height: 34px !important;
  padding-left: 43px;
  padding-right: 6px;
  color: #999 !important;
  overflow: auto;
}
[data-v-60dc4afb] .el-select__tags {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
[data-v-60dc4afb] .el-input__inner {
  background-color: #27272a !important;
  border: none !important;
  height: 34px !important;
}
[data-v-60dc4afb] .el-tag.el-tag--info {
  background-color: #52525b !important;
  border: none;
}
[data-v-60dc4afb] .el-tag.el-tag--info {
  color: #fff;
  font-size: 14px;
  padding-top: 2px;
}
[data-v-60dc4afb] .el-select-dropdown__list {
  background-color: #27272a !important;
}
[data-v-60dc4afb] ::-webkit-scrollbar {
  width: 0;
  position: absolute;
}
.video-list-css[data-v-60dc4afb] {
  height: 320px;
  padding: 12px;
  overflow-y: auto;
  border: 1px solid #3f3f46;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.video-list-css .one-card-css[data-v-60dc4afb] {
  padding: 12px;
  font-size: 14px;
  border-radius: 8px;
  position: relative;
  background-color: hsla(0, 0%, 100%, 0.05);
  width: 327px;
  border: 2px solid #323235;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}
.video-list-css .one-card-css img[data-v-60dc4afb] {
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 52px;
  border-radius: 8px;
}
.row-center-css[data-v-60dc4afb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.name-css[data-v-60dc4afb] {
  color: #fafafa;
  font-size: 14px;
}
.dingzhi-css[data-v-60dc4afb] {
  color: #27272a;
  background-color: #ffbe5c;
  margin-left: 8px;
  padding: 4px 4px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 4px;
}
.tag-css[data-v-60dc4afb] {
  margin-right: 4px;
  padding: 0.5px 1px;
  color: #e4e4e7;
  background-color: #545456;
  border-radius: 4px;
}
.description-css[data-v-60dc4afb] {
  margin-top: 8px;
  color: #a1a1aa;
  font-size: 12px;
  line-height: 20px;
}
.play-tips-css[data-v-60dc4afb] {
  position: absolute;
  color: #ffffff;
  margin-left: 16px;
  margin-top: 12px;
  font-size: 22px;
  cursor: pointer;
}
.cancel-but-css[data-v-60dc4afb] {
  margin-top: 8px;
  padding: 9px 14px;
  color: #fafafa !important;
  background: #27272a !important;
  border: 1px solid #52525b !important;
  border-radius: 4px;
}
.sure-but-css[data-v-60dc4afb] {
  color: var(--theme-font-color) !important;
  background-color: var(--theme-color) !important;
  margin-top: 8px;
  padding: 9px 24px 9px 12px;
  border-radius: 4px;
  border: none !important;
  position: relative;
}
.all-use-css[data-v-60dc4afb] {
  position: absolute;
  width: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
  top: 9px;
}
.show-all-use[data-v-60dc4afb] {
  position: absolute;
  width: 100px;
  height: 40px;
  background-color: var(--theme-color);
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #27272a;
  cursor: pointer;
  margin-left: 71px;
  margin-top: 4px;
  font-weight: 500;
  font-size: 14px;
}
.moren-div-css[data-v-60dc4afb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0 3px 8px;
  overflow: hidden;
  background-color: #454547;
  border: 1px solid #454547;
  border-radius: 4px;
  margin-top: 8px;
  width: 118px;
  height: 22px;
  position: relative;
}
.moren-div-css .symbol-css[data-v-60dc4afb] {
  margin-left: 2px;
  color: #a1a1aa;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.moren-div-css .text-css[data-v-60dc4afb] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fafafa;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
  cursor: pointer;
}
.positon-select-video-css[data-v-60dc4afb] {
  width: 180px;
  height: auto;
  max-height: 280px;
  position: absolute;
  background-color: #27272A;
  border-radius: 8px;
  margin-top: 135px;
  margin-left: 110px;
  line-height: 40px;
  overflow: auto;
  z-index: 99;
}
.positon-select-video-css[data-v-60dc4afb] :hover {
  color: var(--theme-color);
  background-color: #3F3F46;
  background-size: 40px;
}
.positon-select-video-css span[data-v-60dc4afb] {
  margin-left: 50px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.apply-font-css[data-v-60dc4afb] {
  position: absolute;
  color: #27272a;
  font-weight: 500;
  padding: 0 12px;
  font-size: 12px;
  line-height: 20px;
  background-color: var(--theme-color);
  border-top-right-radius: 4px;
  border-bottom-left-radius: 8px;
  top: 0px;
  right: 0px;
}
.sex-input-css[data-v-60dc4afb] {
  position: absolute;
  width: 145px;
  height: 300px;
  background-color: #27272A;
  z-index: 999;
  padding: 10px;
  margin-top: 5px;
  margin-left: 34px;
  border-radius: 8px;
  overflow: auto;
}
.sex-input-css p[data-v-60dc4afb] {
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
}
[data-v-60dc4afb] .el-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 30px;
}
.Language-plus-css[data-v-60dc4afb] {
  position: absolute;
  width: 50px;
  margin-top: -30px;
  margin-left: 50px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 4px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  background: #3F3F46;
  font-size: 13px;
}
[data-v-60dc4afb] .el-checkbox__label {
  color: #ffffff;
}

/* 更改下拉框的背景颜色 */
[data-v-60dc4afb] .xxx-select.el-select-dropdown {
  background-color: #121213 !important; /* 你想要的颜色 */
}
[data-v-60dc4afb] .xxx-select.el-select-dropdown {
  background-color: #27272a !important;
  border: none;
}
[data-v-60dc4afb] .el-popper[x-placement^=bottom] .popper__arrow {
  border: none;
}
[data-v-60dc4afb] .el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #27272a !important;
}
[data-v-60dc4afb] .el-select-dropdown__item {
  color: #fff;
}
[data-v-60dc4afb] .el-select-dropdown__item.hover,[data-v-60dc4afb] .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #323235 !important;
}
[data-v-60dc4afb] .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  background-color: #27272a !important;
}
[data-v-60dc4afb] .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
[data-v-60dc4afb] .el-input__inner::-moz-placeholder {
  color: #757575;
}
[data-v-60dc4afb] .el-input__inner:-ms-input-placeholder {
  color: #757575;
}
[data-v-60dc4afb] .el-input__inner::-ms-input-placeholder {
  color: #757575;
}
[data-v-60dc4afb] .el-input__inner::placeholder {
  color: #757575;
}
.noallowed[data-v-6dc39c4a] {
  cursor: not-allowed;
}
.humanAudio[data-v-6dc39c4a] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  background: #121213;
  overflow-y: hidden;
}
.audio_header[data-v-6dc39c4a] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
  padding: 10px 16px;
  background: #242426;
  height: 28px;
}
.audio_header_left[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.audio_header_left_back[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  padding: 0;
  color: #c9ced4;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border: none;
  cursor: pointer;
  background: none;
}
.audio_header_input[data-v-6dc39c4a] {
  position: absolute;
  left: 50%;
  width: 400px;
  padding: 5px 0;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  border-radius: 4px;
  outline: none;
  border: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  background: #242426;
}
.audio_header_input[data-v-6dc39c4a]:hover {
  background: #303033;
  color: #fff;
}
.audio_header_right[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.save-time[data-v-6dc39c4a] {
  margin-right: 4px;
  color: #868e9c;
  font-weight: 500;
  font-size: 12px;
  font-family: PingFang SC;
}
.head-right-save-incon[data-v-6dc39c4a] {
  margin-top: 3px;
  cursor: pointer;
}
.audio_header_right_headset[data-v-6dc39c4a] {
  margin: 0 16px 0 24px;
}
[data-v-6dc39c4a] .audio_header_right_headset .el-button {
  background: none;
  color: #e5e8eb;
  font-size: 14px;
}
[data-v-6dc39c4a] .audio_header_right_headset.disabled .el-button {
  background: none;
  color: #4e566a;
  border-color: #4e566a;
  font-size: 14px;
  cursor: not-allowed;
}
.head-right-load[data-v-6dc39c4a] {
  width: 108px;
  height: 30px;
  border-radius: 4px;
  background-color: var(--theme-color);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: var(--theme-font-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head-right-setting-upload-disable[data-v-6dc39c4a] {
  width: 108px;
  height: 30px;
  background-color: var(--theme-color);
  color: var(--theme-font-color);
  opacity: 0.4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: not-allowed;
}
.audio_body[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background: #242426;
}
.audio_nav[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.audio_editor[data-v-6dc39c4a] {
  position: relative;
  outline: none;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  height: calc(100vh - 140px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px;
  overflow-x: hidden;
  overflow-y: visible;
  text-align: initial;
  word-break: break-all;
  background: #09090b;
  border-radius: 4px 4px 0 0;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  contain: strict;
}
.left .title[data-v-6dc39c4a] {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.right[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dub_btn[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  margin-right: 16px;
  padding: 2px 12px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  background: hsla(0, 0%, 100%, 0.05);
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.dub_btn img[data-v-6dc39c4a] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 50%;
}
.one-line-text[data-v-6dc39c4a] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pausebox[data-v-6dc39c4a] {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 1px solid #303030;
}
.pausebox span[data-v-6dc39c4a] {
  width: 88px;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
}
.pausebox span[data-v-6dc39c4a]:hover {
  background-color: #303033;
  color: var(--theme-color);
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
}
.speedbox[data-v-6dc39c4a],
.pausebox[data-v-6dc39c4a] {
  margin: -14px;
  background: #242424;
  border-radius: 4px;
}
.speedbox[data-v-6dc39c4a] {
  height: 115px;
}
.speedbox .row[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #121212;
  color: #fff;
  height: 55px;
}
.speedbox .row .rowl[data-v-6dc39c4a] {
  width: 80px;
  text-align: center;
}
.speedbox .row.row1[data-v-6dc39c4a] {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color);
}
.speedbox .row .input_inner[data-v-6dc39c4a] {
  position: relative;
}
.speedbox .row .input_inner .speedBL[data-v-6dc39c4a] {
  position: absolute;
  right: 50px;
  top: 6px;
}
[data-v-6dc39c4a] .input_inner .el-input__inner {
  background: #303030;
  color: #fff;
  border: 0;
}
[data-v-6dc39c4a] .input_inner .el-input-number__increase,[data-v-6dc39c4a] .input_inner .el-input-number__decrease {
  background: #303030;
}
[data-v-6dc39c4a] .input_inner .el-input-number.is-controls-right .el-input-number__increase {
  border-bottom: 1px solid #121213;
  border-left: 1px solid #121213;
  color: #868e9c;
}
[data-v-6dc39c4a] .input_inner .el-input-number.is-controls-right .el-input-number__decrease {
  border-left: 1px solid #121213;
  color: #868e9c;
}
.speed-btn-box[data-v-6dc39c4a] {
  background: hsla(0, 0%, 100%, 0.05);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-align: center;
  padding: 2px 12px;
  margin-right: 16px;
}
.speed-btn[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.speed-btn-line[data-v-6dc39c4a] {
  width: 1px;
  height: 10px;
  background-color: hsla(0, 0%, 100%, 0.09);
  margin: 0 10px;
}
.speed-btn-item[data-v-6dc39c4a] {
  padding: 0 3px;
}
.pause-btn[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 24px;
  background: hsla(0, 0%, 100%, 0.05);
  border: none;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-align: center;
}
.pause-btn-icon[data-v-6dc39c4a] {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  fill: currentColor;
}
.editor[data-v-6dc39c4a] {
  height: 100%;
  padding: 12px 0 12px 12px;
}
[data-v-6dc39c4a] .tiptap {
  height: calc(100vh - 170px);
  outline: none;
  color: #fff;
  overflow-y: scroll;
  word-break: break-word;
  white-space: pre-wrap;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-500;
}
[data-v-6dc39c4a] .tiptap p {
  margin-bottom: 10px;
}
[data-v-6dc39c4a] .tiptap p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: #868e9c;
  pointer-events: none;
  height: 0;
  opacity: 1 !important;
}
.footer[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 12px 0 0;
  color: #868e9c;
}
.footer .tip[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 20px;
}
.footer .right-con[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-6dc39c4a] .tiptap::-webkit-scrollbar {
  width: 4px;
}
[data-v-6dc39c4a] .tiptap::-webkit-scrollbar-corner {
  background-color: transparent;
}
[data-v-6dc39c4a] .tiptap:hover::-webkit-scrollbar-thumb {
  background-color: #404040;
}
[data-v-6dc39c4a] .tiptap::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
}
[data-v-6dc39c4a] .tiptap::-webkit-scrollbar-track {
  background-color: transparent;
}
.split_line[data-v-6dc39c4a] {
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background: #505157;
}
.model_box[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
[data-v-6dc39c4a] .dialog-import {
  background-color: rgba(0, 0, 0, 0.3);
}
[data-v-6dc39c4a] .dialog-import .el-dialog {
  background-color: #242424;
  width: 520px;
}
[data-v-6dc39c4a] .dialog-import .el-dialog__header {
  display: none;
}
.dialog_sub[data-v-6dc39c4a] {
  font-size: 14px;
  color: #7d7e81;
}
.dialog-import-input[data-v-6dc39c4a] {
  margin-top: 20px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px 0px;
}
.dialog-import-input-name[data-v-6dc39c4a] {
  width: 384px;
  height: 32px;
  border: none;
  background-color: #303033;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
}
.dialog-import-input span[data-v-6dc39c4a] {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
  height: 32px;
  color: #fff;
  width: 60px;
  line-height: 32px;
  text-align: start;
}
.dialog-footer button[data-v-6dc39c4a] {
  width: 56.7px;
  height: 28px;
  position: relative;
  bottom: 20px;
  font-size: 14px;
  margin-left: 10px;
}
.dialog-footer-button1[data-v-6dc39c4a] {
  background-color: #505157;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: 600;
}
.dialog-footer-button2[data-v-6dc39c4a] {
  background-color: var(--theme-color);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: var(--theme-font-color);
  font-weight: 600;
}
.dialog-footer-time[data-v-6dc39c4a] {
  width: 260px;
  height: 32px;
  position: absolute;
  bottom: 40px;
  left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog-footer-time .dialog-footer-time-font[data-v-6dc39c4a] {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.dialog_header[data-v-6dc39c4a] {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 5px;
  text-align: center;
}
.import_tips[data-v-6dc39c4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  color: var(--theme-color);
  line-height: 22px;
  background: #303033;
  border-radius: 2px;
  width: 432px;
  margin-top: 16px;
}
.import_tips img[data-v-6dc39c4a] {
  margin-right: 8px;
}

.popover__position.el-popper[x-placement^=bottom] {
  margin-top: 20px !important;
}

