.toolbar-button[data-v-c765808c],
.toolbar-button-readOnly[data-v-c765808c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.6875rem 0.375rem;
  border-radius: 0.1875rem;
  cursor: pointer;
  position: relative;
}
.tts-editor-toolbar iconpark-icon[data-v-c765808c] {
  font-size: 1rem;
}
.tts-editor-toolbar svg[data-v-c765808c] {
  width: 1.125rem;
  height: 1.125rem;
}
.toolbar-button-readOnly > span[data-v-c765808c],
.toolbar-button span[data-v-c765808c] {
  margin-top: 0.25rem;
  line-height: 1;
  font-size: 0.75rem;
  word-break: keep-all;
}
.toolbar-button-readOnly > span .anticon[data-v-c765808c],
.toolbar-button span .anticon[data-v-c765808c] {
  color: #8b959d;
  transition-duration: 0.3s;
  font-size: 0.75rem;
}
.toolbar-button-readOnly-disabled[data-v-c765808c] {
  color: #ccc;
  cursor: not-allowed;
}
.tts-editor-toolbar .toolbar-prosody[data-v-c765808c] {
  width: 13.75rem;
  padding: 0.5rem;
}
.toolbar-prosody-range[data-v-c765808c] {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
}
.toolbar-prosody-range-scale[data-v-c765808c] {
  position: absolute;
  top: -0.375rem;
  left: 50%;
  width: 0.0625rem;
  height: 0.25rem;
  background-color: #577899;
}
.ace-tabs-nav[data-v-c765808c] {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ace-tabs-nav-appear[data-v-c765808c],
.ace-tabs-nav-enter[data-v-c765808c] {
  animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ace-tabs-nav-leave[data-v-c765808c] {
  animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ace-tabs-tab[data-v-c765808c] {
  display: inline-block;
  position: relative;
  transition: all 0.1s linear;
}
.tts-editor-toolbar .toolbar-prosody-range-max[data-v-c765808c] {
  display: flex;
  justify-content: flex-end;
  width: 52%;
}
.tts-editor-toolbar .toolbar-prosody-range-max span[data-v-c765808c]:first-child {
  margin-right: 0.25rem;
  color: #ccc;
}
.tts-editor-toolbar .toolbar-prosody-range-max span[data-v-c765808c]:last-child {
  position: relative;
}
.tts-editor-toolbar .toolbar-prosody-input[data-v-c765808c] {
  margin-bottom: 0.5rem;
}
.tts-editor-toolbar .toolbar-prosody-input .next-number-picker-normal[data-v-c765808c] {
  width: 100%;
}
.tts-editor-toolbar .toolbar-prosody-buttons .next-btn[data-v-c765808c] {
  margin-right: 0.3125rem;
}
.tts[data-v-c765808c] {
  width: 100%;
}
.tts .tts-content[data-v-c765808c] {
  margin-top: 1.9375rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-direction: column;
}
.tts .tts-content .tts-content-top[data-v-c765808c] {
  display: flex;
}
.tts .tts-content .item-title[data-v-c765808c] {
  height: 2.25rem;
  font-size: 0.875rem;
  color: #181818;
  line-height: 2.25rem;
}
.tts .tts-content .item-left[data-v-c765808c] {
  flex: 6;
  position: relative;
  width: 50.5rem;
}
.tts .tts-content .item-left .ttsEditor[data-v-c765808c] {
  border-left: 0.0625rem solid #ebecec;
  border-top: 0.0625rem solid #ebecec;
  border-bottom: 0.0625rem solid #ebecec;
  width: 100%;
  height: 28.4375rem;
}
.tts .tts-content .item-left .ttsEditor .toolbar-hover-tip[data-v-c765808c] {
  z-index: 100;
}
.tts .tts-content .item-left .ttsEditor .ace-number-picker[data-v-c765808c] {
  width: 100%;
}
.tts .tts-content .item-left .ttsEditor .tts-editor-bottom-btns .ace-btn[data-v-c765808c] {
  margin-right: 0.625rem;
  color: #333;
  font-size: 0.75rem;
  padding: 0 0.9375rem;
  font-weight: 700;
}
.tts .tts-content .item-left .ttsEditor .tts-editor-bottom-btns .ace-btn[disabled][data-v-c765808c] {
  background-color: #fff;
  color: #ccc;
  font-weight: 700;
}
.tts .tts-content .item-left .ttsEditor .tts-editor-bottom-right[data-v-c765808c] {
  display: flex;
}
.tts .tts-content .item-left .ttsEditor .tts-editor-bottom-right .copyBtn[data-v-c765808c] {
  width: 5rem;
  height: 2rem;
  margin-right: 0.625rem;
  font-size: 0.75rem;
  padding: 0;
  font-weight: 700;
}
.tts .tts-content .item-left .ttsEditor .tts-editor-bottom-right .unLogin[data-v-c765808c] {
  padding: 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  height: 2rem;
  color: #fff;
  border-radius: 0.125rem;
}
.tts .tts-content .item-left .ttsEditor .tts-editor-bottom-right .ace-btn[disabled][data-v-c765808c] {
  background-color: #d1d5d9;
}
.tts .tts-content .item-left .ttsEditor .item-bottom-right-btn[data-v-c765808c] {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 0.6875rem;
  line-height: 2rem;
  height: 2rem;
  cursor: pointer;
  background: #1677FF;
  border: 0.0625rem solid #1677FF;
  min-width: 6rem;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tts .tts-content .item-left .ttsEditor .item-bottom-right-btn .tts-editor-icon[data-v-c765808c] {
  width: 0.75rem;
  height: 0.75rem;
}
.tts .tts-content .item-left .ttsEditor .item-bottom-right-btn .loading[data-v-c765808c] {
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.3125rem;
  animation: turn 3s linear infinite;
}
.tts .tts-content .item-left .ttsEditor .item-bottom-right-btn .bofangzhong[data-v-c765808c] {
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.3125rem;
}
.tts .tts-content .item-left .ttsEditor .item-bottom-right-btn-play[data-v-c765808c] {
  background: #fff !important;
  color: #1677FF;
}
.tts .tts-content .item-left .ttsEditor .ace-custom-tab[data-v-c765808c] {
  height: 10%;
  width: 100%;
  border: 0;
}
.tts .tts-content .item-left .ttsEditor .ace-custom-tab .ace-tabs-bar[data-v-c765808c] {
  overflow: hidden;
  box-sizing: border-box;
  height: 2.9375rem;
}
.tts .tts-content .item-left .ttsEditor .ace-custom-tab .ace-tabs-bar .ace-tabs-nav-scroll[data-v-c765808c] {
  height: 2.9375rem;
  border-bottom: 0.0625rem solid #edeeef;
}
.tts .tts-content .item-left .ttsEditor .ace-custom-tab .ace-tabs-bar .ace-tabs-nav-scroll .ace-tabs-tab[data-v-c765808c] {
  height: 2.9375rem;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
}
.tts .tts-content .item-left .ttsEditor .ace-custom-tab .ace-tabs-bar .ace-tabs-nav-scroll .ace-tabs-tab-inner[data-v-c765808c] {
  padding: 1rem 0.625rem;
  font-size: 0.875rem;
}
.tts .tts-content .item-left .ttsEditor .ace-custom-tab .ace-tabs-content[data-v-c765808c] {
  height: 25.5rem;
  overflow: inherit;
}
.tts .tts-content .item-left .ttsEditor .ace-custom-tab.ace-tabs-text > .ace-tabs-bar .ace-tabs-tab[data-v-c765808c] {
  border-bottom: 0.1875rem solid hsla(0, 0%, 39%, 0);
}
.tts .tts-content .item-left .ttsEditor .ace-custom-tab.ace-tabs-text > .ace-tabs-bar .ace-tabs-tab.active[data-v-c765808c] {
  z-index: 1;
  background-color: #fff;
  color: #1677FF;
  border-color: #1677FF;
  font-weight: 700;
}
.tts .tts-content .item-left .ttsEditor .ace-custom-tab.ace-tabs-text > .ace-tabs-bar .ace-tabs-tab[data-v-c765808c]:not(:last-child):after {
  width: 0;
  height: 0;
}
.tts .tts-content .item-left .ttsEditor .tts-editor[data-v-c765808c] {
  height: 25.5rem;
  border: 0;
}
.tts .tts-content .item-left .ttsEditor .tts-editor .tts-editor-toolbar[data-v-c765808c] {
  background-color: #fff9f5;
}
.tts-editor-toolbar[data-v-c765808c] {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-grow: 1;
  height: 3.375rem;
  font-size: 0.75rem;
  background-color: #eaf4fc;
}
.tts-editor-toolbar .toolbar-button[data-v-c765808c]:hover {
  background-color: #ffeee3;
}
.tts-editor-toolbar-separation[data-v-c765808c] {
  width: 0.0625rem;
  height: 2.25rem;
  background-color: #333;
  opacity: 0.25;
}
.tts-editor-toolbar .toolbar-prosody[data-v-c765808c] {
  width: 13.75rem;
  padding: 0.5rem;
}
.toolbar-prosody-range[data-v-c765808c] {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
}
.toolbar-prosody-range-scale[data-v-c765808c] {
  position: absolute;
  top: -0.375rem;
  left: 50%;
  width: 0.0625rem;
  height: 0.25rem;
  background-color: #577899;
}
.toolbar-prosody-range-min[data-v-c765808c] {
  width: 21%;
}
.toolbar-prosody-range-min span[data-v-c765808c]:first-child {
  position: relative;
}
.toolbar-prosody-range-min span[data-v-c765808c]:last-child {
  margin-left: 0.25rem;
  color: #ccc;
}
.toolbar-prosody-range-max[data-v-c765808c] {
  display: flex;
  justify-content: flex-end;
  width: 52%;
}
.toolbar-prosody-range-max span[data-v-c765808c]:first-child {
  margin-right: 0.25rem;
  color: #ccc;
}
.toolbar-prosody-range-max span[data-v-c765808c]:last-child {
  position: relative;
}
.toolbar-prosody-input[data-v-c765808c] {
  margin-bottom: 0.5rem;
}
.toolbar-prosody-input .next-number-picker-normal[data-v-c765808c] {
  width: 100%;
}
.toolbar-prosody-buttons .next-btn[data-v-c765808c] {
  margin-right: 0.3125rem;
}
.toolbar-equalizer-ranges[data-v-c765808c] {
  position: relative;
  width: 13.75rem;
  height: 14.375rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
.toolbar-equalizer-slider[data-v-c765808c] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.toolbar-equalizer-slider > span[data-v-c765808c] {
  position: absolute;
  bottom: -1.375rem;
}
.tts-editor-slider-range[data-v-c765808c] {
  position: relative;
  height: 100%;
}
.toolbar-equalizer[data-v-c765808c] {
  margin: 0.625rem 5rem 0 0;
}
.toolbar-equalizer-marks[data-v-c765808c] {
  position: absolute;
  top: -0.5em;
  right: -4.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% + 1em);
}
.toolbar-equalizer-marks > span[data-v-c765808c] {
  display: flex;
  justify-content: space-between;
}
.toolbar-equalizer-marks > span span[data-v-c765808c]:first-child {
  color: #999;
}
.toolbar-equalizer-marks > span span[data-v-c765808c]:last-child {
  position: relative;
  top: 0.125rem;
  left: 0.1875rem;
}
.toolbar-equalizer-btns[data-v-c765808c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toolbar-equalizer-reset[data-v-c765808c] {
  display: inline-flex;
  align-items: center;
}
.toolbar-equalizer-reset .tts-editor-icon[data-v-c765808c] {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.3125rem;
}
.toolbar-equalizer-reset > span[data-v-c765808c] {
  line-height: 1rem;
  font-weight: 700;
}
.tts-editor-toolbar .toolbar-equalizer-confirm[data-v-c765808c] {
  margin-right: -1.875rem;
}
.tts-editor-toolbar .toolbar-equalizer-confirm .next-btn[data-v-c765808c] {
  margin-left: 0.3125rem;
}
.tts-editor-toolbar-phoneme-dialog[data-v-c765808c] {
  width: 50rem;
}
.tts-editor-toolbar-phoneme-dialog .next-dialog-header[data-v-c765808c] {
  font-size: 0.875rem;
  font-weight: 500;
}
.tts-editor-toolbar-phoneme-dialog .next-dialog-body > div[data-v-c765808c] {
  font-size: 0.875rem;
  height: 18.125rem;
  overflow-y: auto;
  padding: 1.125rem 1.25rem;
  background-color: #f7f7f7;
}
.tts-editor-toolbar-sayAsOption-readOnly[data-v-c765808c] {
  color: #ccc;
  cursor: not-allowed;
}
.tts-editor-content[data-v-c765808c] {
  height: calc(100% - 3.375rem - 4rem);
  padding: 1rem;
  padding-top: 0;
  font-size: 0.875rem;
  overflow-y: auto;
}
.tts-editor-content[data-v-c765808c] .color-09 {
  color: #333333;
}
.tts .tts-content .item-left .item-left-input[data-v-c765808c] {
  padding: 0.875rem 1.5rem;
  width: 100%;
  height: 28.4375rem;
  background: #fff;
  border: 0.0625rem solid #ebecec;
  border-right: none;
  background-color: #fff;
  font-size: 0.875rem;
  color: #181818;
}
.tts .tts-content .item-left .item-left-input textarea[data-v-c765808c] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 17.1875rem;
}
.tts .tts-content .item-left .input-bottom[data-v-c765808c] {
  font-size: 0.875rem;
  color: #999;
  letter-spacing: 0;
  line-height: 1.25rem;
  position: absolute;
  bottom: 0.875rem;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
}
.tts .tts-content .item-left .input-bottom .input-length[data-v-c765808c] {
  color: #1677FF;
}
.tts .tts-content .item-right[data-v-c765808c] {
  flex: 1;
  min-width: 29rem;
}
.tts .tts-content .item-right .scene[data-v-c765808c] {
  height: 28.4375rem;
  border: 0.0625rem solid #ebecec;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
}
.tts .tts-content .item-right .scene .ace-custom-tab[data-v-c765808c] {
  flex: 1;
  width: 100%;
  border: 0.0625rem solid #ebecec;
  border: 0;
  background: #f8f8f8;
}
.tts .tts-content .item-right .scene .ace-custom-tab .ace-tabs-bar[data-v-c765808c] {
  overflow: hidden;
  box-sizing: border-box;
  height: 2.9375rem;
}
.tts .tts-content .item-right .scene .ace-custom-tab .ace-tabs-bar .ace-tabs-nav-scroll[data-v-c765808c] {
  background-color: #f7f7f7;
  height: 2.9375rem;
  border-bottom: 0.0625rem solid #edeeef;
  overflow-x: auto;
}
.tts .tts-content .item-right .scene .ace-custom-tab .ace-tabs-bar .ace-tabs-nav-scroll[data-v-c765808c]::-webkit-scrollbar {
  height: 0.25rem;
}
.tts .tts-content .item-right .scene .ace-custom-tab .ace-tabs-bar .ace-tabs-nav-scroll[data-v-c765808c]::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 0.9375rem;
}
.tts .tts-content .item-right .scene .ace-custom-tab .ace-tabs-bar .ace-tabs-nav-scroll .ace-tabs-nav[data-v-c765808c] {
  display: flex;
}
.tts .tts-content .item-right .scene .ace-custom-tab .ace-tabs-bar .ace-tabs-nav-scroll .ace-tabs-tab[data-v-c765808c] {
  height: 2.625rem;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
  background-color: #fff;
  flex: 1;
}
.tts .tts-content .item-right .ace-tabs-tab-inner[data-v-c765808c] {
  padding: 0.75rem 0.4375rem;
  font-size: 0.75rem;
  white-space: nowrap;
  cursor: pointer;
}
.tts .tts-content .item-right .scene .ace-custom-tab .ace-tabs-content[data-v-c765808c] {
  border-bottom: 0.0625rem solid #ebecec;
  height: calc(100% - 2.9375rem);
  overflow: hidden;
}
.tts .tts-content .item-right .scene .ace-custom-tab .ace-tabs-content .tab-Pane[data-v-c765808c] {
  height: auto;
  min-height: 11.6875rem;
  max-height: 19.0625rem;
}
.tts .tts-content .item-right .scene .ace-custom-tab.ace-tabs-text > .ace-tabs-bar .ace-tabs-tab.active[data-v-c765808c] {
  z-index: 1;
  background-color: #fff;
  color: #1677FF;
  border-color: #1677FF;
  font-weight: 700;
}
.tts .tts-content .item-right .scene .ace-custom-tab.ace-tabs-text > .ace-tabs-bar .ace-tabs-tab[data-v-c765808c]:not(:last-child):after {
  width: 0;
  height: 0;
}
.tts .tts-content .item-right .scene .emotion[data-v-c765808c] {
  height: 7.375rem;
  border-bottom: 0.0625rem solid #ebecec;
}
.tts .tts-content .item-right .scene .emotion .slider-emotion[data-v-c765808c] {
  padding: 2.375rem 0 2.125rem;
}
.tts .tts-content .item-right .scene .emotion .slider-emotion-list[data-v-c765808c] {
  margin-left: 0.75rem;
  width: 90%;
  position: relative;
}
.tts .tts-content .item-right .scene .emotion .slider-emotion-list .radio-item[data-v-c765808c] {
  margin-right: 0.625rem;
  height: 1.4375rem;
  min-width: 3.125rem;
  text-align: center;
  border-radius: 0.75rem;
}
.ace-radio-button-medium > label[data-v-c765808c] {
  padding: 0 0.5rem;
  height: 1.75rem;
}
.tts .tts-content .item-right .scene .emotion .slider-emotion-list .radio-item .ace-radio-label[data-v-c765808c] {
  margin-top: -0.15625rem;
  font-size: 0.75rem;
}
.tts .tts-content .item-right .scene .emotion .slider-emotion-list .checked[data-v-c765808c] {
  background: #1677FF;
}
.tts .tts-content .item-right .scene .emotion .slider-emotion-list .checked .ace-radio-label[data-v-c765808c] {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  transform: scale(0.5);
}
.tts .tts-content .item-right .scene .emotion .slider-emotion-list .disabled[data-v-c765808c] {
  height: 1.25rem;
  min-width: 3.125rem;
  text-align: center;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  border-radius: 0.75rem;
}
.tts .tts-content .item-right .scene .emotion .slider-emotion-list .disabled .ace-radio-label[data-v-c765808c] {
  color: rgba(0, 0, 0, 0.25);
}
.tts .tts-content .item-right .scene .emotion .slider-emotion-list .ace-radio-button > label[data-v-c765808c] {
  margin: 0.125rem 0.625rem 0.125rem -0.0625rem;
}
.tts .tts-content .item-right .scene .sliderBar[data-v-c765808c] {
  height: 6.25rem;
}
.tts .tts-content .item-right .scene .slider[data-v-c765808c] {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  margin: 0.375rem 0.75rem;
}
.tts .tts-content .item-right .scene .slider .slider-label[data-v-c765808c] {
  display: inline-block;
  width: 4.0625rem;
}
.tts .tts-content .item-right .scene .slider .slider-outer[data-v-c765808c] {
  margin-left: 0.75rem;
  width: 80%;
  position: relative;
}
.tts .tts-content .item-right .scene .slider .slider-outer .radio-item[data-v-c765808c] {
  margin-right: 0.625rem;
  height: 1.25rem;
  min-width: 3.125rem;
  text-align: center;
  border-radius: 0.75rem;
}
.tts .tts-content .item-right .scene .slider .slider-outer .radio-item .ace-radio-label[data-v-c765808c] {
  font-size: 0.625rem;
}
.tts .tts-content .item-right .scene .slider .slider-outer .disabled[data-v-c765808c] {
  height: 1.25rem;
  min-width: 3.125rem;
  text-align: center;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  border-radius: 0.75rem;
}
.tts .tts-content .item-right .scene .slider .slider-outer .disabled .ace-radio-label[data-v-c765808c] {
  color: rgba(0, 0, 0, 0.25);
}
.tts .tts-content .item-right .scene .containEmotion[data-v-c765808c] {
  height: 14.4375rem;
}
.tts .tts-content .item-right .scene .tab-Pane[data-v-c765808c] {
  height: 12.875rem;
  display: flex;
  flex-direction: column;
}
.tts .tts-content .item-right .scene .ttsAddLongTab[data-v-c765808c] {
  height: 14.1875rem !important;
}
.tts .tts-content .item-right .scene .ttsAddLongTab .tab-Pane[data-v-c765808c] {
  height: 14.125rem !important;
}
.tts .tts-content .item-right .scene .tab-item-tip[data-v-c765808c] {
  padding: 0.3125rem 0.625rem 0;
  font-size: 0.75rem;
}
.tts .tts-content .item-right .scene .tab-item-tip a[data-v-c765808c] {
  color: #1677FF;
  cursor: pointer;
}
.tts .tts-content .item-right .scene .tab-item[data-v-c765808c]::-webkit-scrollbar {
  width: 0.25rem;
}
.tts .tts-content .item-right .scene .tab-item[data-v-c765808c]::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 0.9375rem;
}
.tts .tts-content .item-right .scene .tab-item[data-v-c765808c] {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  background: #f8f8f8;
  padding: 0 0.625rem;
}
.tts .tts-content .item-right .loading-tab[data-v-c765808c] {
  height: 11.4375rem;
  width: 100%;
  border: 0.0625rem solid #ebecec;
  border-radius: 0.25rem 0.25rem 0.125rem 0.125rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tts .tts-content .item-right .loading-tab .loading-tab-img[data-v-c765808c] {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.tts .tts-content .item-right .slider[data-v-c765808c] {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
  color: #181818;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0.1875rem 0.75rem;
}
.tts-editor-bottom[data-v-c765808c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: 0 1.5625rem;
  border-top: 0.0625rem solid #e5e5e5;
}
.tts .tts-content .item-right .slider .slider-outer .radio-item[data-v-c765808c] {
  margin-right: 0.625rem;
  height: 1.25rem;
  line-height: normal;
  min-width: 2.625rem;
  border-radius: 0.75rem;
}
.tts .tts-content .item-right .slider .slider-outer .checked[data-v-c765808c] {
  background: #1677FF;
  border-color: #1677FF;
  color: #fff;
}
.tts .tts-content .item-right .slider .slider-outer .disabled[data-v-c765808c] {
  height: 1.25rem;
  width: 2.625rem;
  background-color: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  border-radius: 0.75rem;
  cursor: not-allowed;
}
.tts .tts-content .item-right .slider .slider-outer .disabled .ace-radio-label[data-v-c765808c] {
  color: rgba(0, 0, 0, 0.25);
}
.tts .tts-content .item-right .slider .slider-num[data-v-c765808c] {
  position: absolute;
  right: 0;
  font-size: 0.875rem;
  color: #181818;
  margin-left: 0.75rem;
}
.tts .tts-content .item-right .item-right-bottom[data-v-c765808c] {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
}
.tts .tts-content .item-right .item-right-bottom .item-right-bottom-left[data-v-c765808c] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.tts .tts-content .item-right .item-right-bottom .item-right-bottom-left .item-left-text[data-v-c765808c] {
  margin-right: 1.25rem;
}
.tts .tts-content .item-right .item-right-bottom .item-right-bottom-left .item-left-text span[data-v-c765808c] {
  color: #999;
}
.tts .tts-content .item-right .item-right-bottom .item-right-bottom-left a[data-v-c765808c] {
  color: #1677FF;
  margin: 0 0.25rem;
}
.tts .tts-content .item-right .item-right-bottom .play-button[data-v-c765808c] {
  cursor: pointer;
  height: 2.25rem;
  width: 8rem;
  background-color: #1677FF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
}
.tts .tts-content .item-right .item-right-bottom .play-button .play-button-img[data-v-c765808c] {
  height: 0.9375rem;
  width: 0.75rem;
  margin-right: 1rem;
}
.tts .tts-content .item-right .item-right-bottom .play-button .play-button-img.loading[data-v-c765808c] {
  height: 1.25rem;
  width: 1.25rem;
  animation: turn 3s linear infinite;
}
.tts .tts-content .item-right .item-right-bottom .play-button .play-button-text[data-v-c765808c] {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 2.25rem;
}
.tts .tts-content .item-right .item-right-bottom .item-right-bottom-text[data-v-c765808c] {
  font-size: 0.75rem;
  color: #1677FF;
}
.tts .tts-bottom[data-v-c765808c] {
  float: right;
  margin-top: 0.625rem;
}
.tts .limitWord[data-v-c765808c] {
  color: #1677FF;
}
.form-item[data-v-c765808c] {
  gap: 0.5rem;
}
.form-item .input[data-v-c765808c] {
  width: 50%;
}
.backgroud-bottom-bar .toolbar-sound-buttons[data-v-c765808c] {
  margin: 0.5rem 0.3125rem 0;
}
.backgroud-bottom-bar[data-v-c765808c] {
  border-top: 0.0625rem solid #ebecec;
  margin-bottom: 0.3125rem;
}
.radio-item[data-v-c765808c] {
  display: inline-block !important;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0 0 0 -0.0625rem;
  font-size: 0.75rem;
  border: 0.0625rem solid #c4c6cf;
  background-color: #fff;
  transition: all 0.1s linear;
  vertical-align: middle;
}
.toolBar-btn-content[data-v-c765808c] {
  display: flex;
  align-items: center;
  padding: 0.3125rem 2.1875rem 0.3125rem 0.3125rem;
  width: 13.125rem;
  height: 2.5rem;
  border: 0.0625rem solid hsla(0, 0%, 39%, 0);
}
.toolBar-btn-content > span[data-v-c765808c] {
  word-break: keep-all;
  padding: 0 0.5rem;
}
.toolBar-btn-content[data-v-c765808c]:hover {
  background-color: #f7f9fa;
}
.tab-item-content[data-v-c765808c] {
  cursor: pointer;
  height: 2.8125rem;
  width: 50%;
  box-sizing: border-box;
}
.tab-item-content .tab-item-content-inner[data-v-c765808c] {
  padding: 0.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-right: 0.625rem;
  border: 0.0625rem solid hsla(0, 0%, 39%, 0);
}
.tab-item-content .tab-item-content-inner[data-v-c765808c]:hover {
  background-color: #ffeee3;
  border-color: #1677FF;
}
.backdrop[data-v-c765808c] {
  visibility: visible !important;
  backdrop-filter: blur(0.3125rem);
}
.tab-item-img[data-v-c765808c] {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 1.875rem;
  margin-right: 0.25rem;
}
.tab-item-content .tab-item-content-inner .tab-item-text[data-v-c765808c] {
  font-size: 0.75rem;
}
.tab-item-content .tab-item-content-inner .tab-item-boutique[data-v-c765808c] {
  height: 0.75rem;
  width: 1.5rem;
  display: inline-block;
  margin-left: 0.5rem;
}
.tab-item-content.tab-item-content-active .tab-item-content-inner[data-v-c765808c] {
  background-color: #fff9f5;
  border-color: #1677FF;
}
.tab-item-content.tab-item-content-active span[data-v-c765808c] {
  color: #1677FF;
  font-weight: 700;
}
.tab-item-content.tab-item-content-playing .tab-item-content-inner[data-v-c765808c] {
  background-color: #fff9f5;
  border-color: #1677FF;
}
.tab-item-content.tab-item-content-loading .tab-item-content-inner[data-v-c765808c] {
  background-color: #ffeee3;
  border-color: #1677FF;
}
.tab-item-content-inner:hover .speech-palyCard[data-v-c765808c] {
  visibility: visible;
}
.tab-item-content .speech-palyCard[data-v-c765808c] {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  visibility: hidden;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  width: 1.875rem;
  height: 1.875rem;
}
.tab-item-content .speech-palyCard[data-v-c765808c] .el-loading-mask {
  background: transparent;
}
.tab-item-content .speech-palyCard[data-v-c765808c] .el-loading-spinner .circular {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-top: 0.375rem;
}
.tab-item-content .speech-palyCard .image-loading[data-v-c765808c] {
  animation: turn 3s linear infinite;
}
[data-v-c765808c] .cbj {
  color: #fff;
  background: #1677ff;
}
.Homophone .homo-content[data-v-c765808c] {
  width: 100%;
  overflow: auto;
  background-color: #f7f7f7;
  height: 20.625rem !important;
  padding: 0.625rem;
}
.Homophone .homo-content[data-v-c765808c] .bjhiden .bj-01,
.Homophone .homo-content[data-v-c765808c] .bjhiden .bj-02,
.Homophone .homo-content[data-v-c765808c] .bjhiden .bj-03,
.Homophone .homo-content[data-v-c765808c] .bjhiden .bj-04,
.Homophone .homo-content[data-v-c765808c] .bjhiden .bj-05,
.Homophone .homo-content[data-v-c765808c] .bjhiden .bj-06,
.Homophone .homo-content[data-v-c765808c] .bjhiden .bj-07,
.Homophone .homo-content[data-v-c765808c] .bjhiden .bj-08 {
  display: none;
}
.Homophone .homo-content[data-v-c765808c] .bjhiden .color-01,
.Homophone .homo-content[data-v-c765808c] .bjhiden .color-02,
.Homophone .homo-content[data-v-c765808c] .bjhiden .color-03,
.Homophone .homo-content[data-v-c765808c] .bjhiden .color-04,
.Homophone .homo-content[data-v-c765808c] .bjhiden .color-05,
.Homophone .homo-content[data-v-c765808c] .bjhiden .color-06,
.Homophone .homo-content[data-v-c765808c] .bjhiden .color-07,
.Homophone .homo-content[data-v-c765808c] .bjhiden .color-08 {
  color: rgba(0, 0, 0, 0.88);
}
.Homophone .homo-content[data-v-c765808c] .bjhiden .tts-editor-user-select-none {
  display: none;
}
[data-v-c765808c] .el-dropdown-menu__item {
  height: 1.875rem;
  width: 100% !important;
  margin-left: 0 !important;
  line-height: 1.875rem;
  color: #000 !important;
}
[data-v-c765808c] .el-dropdown-menu__item .icon {
  visibility: hidden;
}
[data-v-c765808c] .el-dropdown-menu__item .iconActive {
  visibility: visible;
  color: #000;
}
[data-v-c765808c] .toolBar-btn-content-select {
  background-color: #fff9f5 !important;
  border: 0.0625rem solid #1677ff !important;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1rem;
  border-radius: 0 !important;
}
[data-v-c765808c] .toolBar-btn-content-no:hover {
  background-color: #eaeefe;
  color: #2e5cf6;
}
[data-v-c765808c] .toolBar-btn-content-no {
  border: 0.0625rem solid transparent !important;
  border-radius: 0 !important;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1rem;
}
[data-v-c765808c] .tts-editor-tag {
  display: inline-flex;
  align-items: center;
  color: #fff;
  border-radius: 0.1875rem;
  margin-left: 0.1875rem;
  line-height: 1.5;
}
[data-v-c765808c] .tts-editor-tag span {
  margin: 0 0.1875rem;
}
.menu1[data-v-c765808c] {
  height: 12.5rem;
  overflow: auto;
  margin-bottom: 1.25rem;
}
[data-v-c765808c]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.25rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.125rem;
}
[data-v-c765808c]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.375rem;
  box-shadow: inset 0 0 0.125rem rgba(231, 199, 199, 0.1);
  background: #ddd;
}
[data-v-c765808c]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 0.125rem rgba(153, 151, 151, 0.1);
  border-radius: 0.3125rem;
  background: #ededed;
}
[data-v-c765808c] .tts-editor-user-select-none {
  user-select: none;
}
[data-v-c765808c] .color-09 {
  color: #1677ff;
}
[data-v-c765808c] .color-01 {
  color: #ff3152;
}
[data-v-c765808c] .bj-01 {
  background: #ff3152;
}
[data-v-c765808c] .color-02 {
  color: #ffb040;
}
[data-v-c765808c] .bj-02 {
  background: #ffb040;
}
[data-v-c765808c] .color-03 {
  color: #fccd00;
}
[data-v-c765808c] .bj-03 {
  background: #fccd00;
}
[data-v-c765808c] .color-04 {
  color: #0cd9d6;
}
[data-v-c765808c] .bj-04 {
  background: #0cd9d6;
}
[data-v-c765808c] .color-05 {
  color: #07c578;
}
[data-v-c765808c] .bj-05 {
  background: #07c578;
}
[data-v-c765808c] .color-06 {
  color: #227aff;
}
[data-v-c765808c] .bj-06 {
  background: #227aff;
}
[data-v-c765808c] .color-07 {
  color: #6070ff;
}
[data-v-c765808c] .bj-07 {
  background: #6070ff;
}
[data-v-c765808c] .color-08 {
  color: #90d009;
}
[data-v-c765808c] .bj-08 {
  background: #90d009;
}
[data-v-c765808c] .color-010 {
  color: #45baff;
}
[data-v-c765808c] .bj-010 {
  background: #45baff;
}
.delete-btn[data-v-c765808c] {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.1875rem;
  opacity: 0.6;
  cursor: pointer;
}
.nodefault[data-v-c765808c] {
  color: #999 !important;
  cursor: no-drop;
}
.player[data-v-c765808c] {
  gap: 0.25rem;
}
.player svg[data-v-c765808c] {
  width: 1.25rem;
  height: 1.25rem;
}
.ace-balloon-content[data-v-c765808c] .el-slider {
  width: 2.125rem;
}
[data-v-c765808c] .v-modal {
  z-index: 2000 !important;
}
[data-v-c765808c] .el-dialog__wrapper {
  z-index: 2200 !important;
}
.bj[data-v-c765808c] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 0;
}
.full-modal[data-v-468322b3] {
  width: 80%;
  margin: 0 auto;
  padding-top: 5%;
}
