.mxs-editor {
  min-height: 480px;
  position: relative;
  height: 100%;
}
.g-tool__wrap {
  margin: 0 auto;
}
.tts-editor {
  border: none;
  outline: none;
  padding: 30px 30px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 46px;
  background-color: #EDF4FC;
  height: calc(100% - 80px) !important;
}
.tts-editor__item {
  padding: 10px 0 0 0;
}
.tts-editor__preview {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 70px);
  top: 15px;
  left: 15px;
  z-index: 113;
  background-color: #EDF4FC;
  outline: none;
  padding: 30px 30px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 46px;
  border-radius: 16px;
  border: 1px solid #E2E3EA;
}
.tts-editor .__speed-box {
  display: inline-block;
  margin: 0 10px;
}
.tts-editor .__speed-item {
  display: inline-block;
  position: relative;
}
.tts-editor .__speed-item__words {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 0 8px;
  border-radius: 3px;
  top: -13px;
  left: 50%;
  line-height: 25px;
  transform: translateX(-50%);
  color: #fff;
  background-color: var(--color-speed);
  z-index: 112;
}
.tts-editor .__speed-item__words > i {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.tts-editor .__speed-item__words .__speed-item__attr {
  width: 30px;
  text-align: center;
  justify-content: center;
}
.tts-editor .__speed-item__text {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 0 8px;
  color: var(--color-speed);
}
.tts-editor .__speed-item__text::before {
  content: "}";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--color-speed);
}
.tts-editor .__speed-item__text::after {
  content: "{";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-speed);
}
.__tts-layer .__pinyin-list,
.tts-editor .__pinyin-list,
.tts-editor__preview .__pinyin-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.__tts-layer .__pinyin-item,
.tts-editor .__pinyin-item,
.tts-editor__preview .__pinyin-item {
  padding: 8px 20px;
  background-color: #f5f5f5;
  margin: 5px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.__tts-layer .__pinyin-item:hover,
.tts-editor .__pinyin-item:hover,
.tts-editor__preview .__pinyin-item:hover {
  color: #fff;
  background-color: var(--color-blue);
}
.__tts-layer .pinyin-box,
.tts-editor .pinyin-box,
.tts-editor__preview .pinyin-box {
  display: inline-block;
  margin: 0px 0 0 0;
}
.__tts-layer .pinyin-box__item,
.tts-editor .pinyin-box__item,
.tts-editor__preview .pinyin-box__item {
  position: relative;
  margin: 0px 10px;
  padding: 0 20px;
  display: inline-block;
}
.__tts-layer .pinyin-words,
.tts-editor .pinyin-words,
.tts-editor__preview .pinyin-words,
.__tts-layer .pinyin-words__custom,
.tts-editor .pinyin-words__custom,
.tts-editor__preview .pinyin-words__custom {
  margin: 0 3px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  color: #ff6400;
  cursor: pointer;
  background-color: #ff6400;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: -13px;
  left: 50%;
  line-height: 20px;
  transform: translateX(-50%);
  z-index: 112;
}
.__tts-layer .pinyin-read,
.tts-editor .pinyin-read,
.tts-editor__preview .pinyin-read {
  padding: 0 2px;
  display: flex;
  align-items: center;
  flex: 1;
}
.__tts-layer .pinyin-read:before,
.tts-editor .pinyin-read:before,
.tts-editor__preview .pinyin-read:before,
.__tts-layer .number-read-attr::before,
.tts-editor .number-read-attr::before,
.tts-editor__preview .number-read-attr::before,
.__tts-layer .__pause-item__attr::before,
.tts-editor .__pause-item__attr::before,
.tts-editor__preview .__pause-item__attr::before,
.__tts-layer .__speed-item__attr::before,
.tts-editor .__speed-item__attr::before,
.tts-editor__preview .__speed-item__attr::before {
  font-size: 12px;
  content: attr(data-text);
  font-style: normal;
}
.__tts-layer .pinyin-close,
.tts-editor .pinyin-close,
.tts-editor__preview .pinyin-close {
  width: 20px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__tts-layer .pinyin-text,
.tts-editor .pinyin-text,
.tts-editor__preview .pinyin-text {
  color: #ff6400;
}
.__tts-layer .pinyin-close:before,
.tts-editor .pinyin-close:before,
.tts-editor__preview .pinyin-close:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.__tts-layer .pinyin-close:after,
.tts-editor .pinyin-close:after,
.tts-editor__preview .pinyin-close:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
}
.__tts-layer .__editor-in__item,
.tts-editor .__editor-in__item,
.tts-editor__preview .__editor-in__item {
  display: inline-block;
  position: relative;
}
.__tts-layer .__number-item,
.tts-editor .__number-item,
.tts-editor__preview .__number-item {
  display: flex;
  align-items: center;
  padding: 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.__tts-layer .__number-item:hover,
.tts-editor .__number-item:hover,
.tts-editor__preview .__number-item:hover {
  background-color: #f5f5f5;
}
.__tts-layer .__number-item .__label,
.tts-editor .__number-item .__label,
.tts-editor__preview .__number-item .__label {
  color: #888;
}
.__tts-layer .__number-item .__value,
.tts-editor .__number-item .__value,
.tts-editor__preview .__number-item .__value {
  padding: 0 10px;
  white-space: nowrap;
  max-width: calc(100% - 70px);
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--color-purple);
}
.__tts-layer .number-read,
.tts-editor .number-read,
.tts-editor__preview .number-read,
.__tts-layer .__pause-box,
.tts-editor .__pause-box,
.tts-editor__preview .__pause-box {
  display: inline-block;
  position: relative;
  margin: 0px 10px;
}
.__tts-layer .number-read__item,
.tts-editor .number-read__item,
.tts-editor__preview .number-read__item,
.__tts-layer .__pause-box__item,
.tts-editor .__pause-box__item,
.tts-editor__preview .__pause-box__item {
  margin: 0;
  padding: 0 3px;
  display: inline-block;
  position: relative;
}
.__tts-layer .number-read__item::after,
.tts-editor .number-read__item::after,
.tts-editor__preview .number-read__item::after,
.__tts-layer .__pause-box__item::after,
.tts-editor .__pause-box__item::after,
.tts-editor__preview .__pause-box__item::after {
  content: "";
  width: 90%;
  height: 3px;
  background-color: var(--color-blue);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.__tts-layer .number-read-words,
.tts-editor .number-read-words,
.tts-editor__preview .number-read-words,
.__tts-layer .__pause-box-words,
.tts-editor .__pause-box-words,
.tts-editor__preview .__pause-box-words {
  width: 88px;
  position: absolute;
  top: -16px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  background-color: var(--color-blue);
  z-index: 112;
  left: 50%;
  transform: translateX(-50%);
}
.__tts-layer .number-read-words:hover,
.tts-editor .number-read-words:hover,
.tts-editor__preview .number-read-words:hover,
.__tts-layer .__pause-box-words:hover,
.tts-editor .__pause-box-words:hover,
.tts-editor__preview .__pause-box-words:hover {
  z-index: 1112;
}
.__tts-layer .number-read-words .number-read-attr,
.tts-editor .number-read-words .number-read-attr,
.tts-editor__preview .number-read-words .number-read-attr,
.__tts-layer .__pause-box-words .number-read-attr,
.tts-editor .__pause-box-words .number-read-attr,
.tts-editor__preview .__pause-box-words .number-read-attr {
  width: 60px;
  text-align: center;
}
.__tts-layer .number-read-words .pinyin-close,
.tts-editor .number-read-words .pinyin-close,
.tts-editor__preview .number-read-words .pinyin-close,
.__tts-layer .__pause-box-words .pinyin-close,
.tts-editor .__pause-box-words .pinyin-close,
.tts-editor__preview .__pause-box-words .pinyin-close {
  width: 20px;
}
.__tts-layer .__pause-item,
.tts-editor .__pause-item,
.tts-editor__preview .__pause-item {
  display: inline-block;
}
.__tts-layer .__pause-item__words,
.tts-editor .__pause-item__words,
.tts-editor__preview .__pause-item__words {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  line-height: 25px;
  background: var(--color-pause);
}
.__tts-layer .__pause-slide__box,
.tts-editor .__pause-slide__box,
.tts-editor__preview .__pause-slide__box {
  padding: 30px 0;
}
.__tts-layer .__modal .__pause-list,
.tts-editor .__modal .__pause-list,
.tts-editor__preview .__modal .__pause-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.__tts-layer .__modal .__pause-list__item,
.tts-editor .__modal .__pause-list__item,
.tts-editor__preview .__modal .__pause-list__item {
  width: calc(25% - 5px);
  padding: 8px 15px;
  margin: 0px 5px 5px 0;
  cursor: pointer;
  color: #101010;
  border: 1px solid #d5d5d5;
}
.__tts-layer .__modal .__pause-list__item.active,
.tts-editor .__modal .__pause-list__item.active,
.tts-editor__preview .__modal .__pause-list__item.active {
  color: #fff;
  border-color: var(--color-pause);
  background-color: var(--color-pause);
}
.__tts-layer .__modal .__pause-handle,
.tts-editor .__modal .__pause-handle,
.tts-editor__preview .__modal .__pause-handle {
  margin: 15px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__tts-layer .__modal .__pause-handle .mxs-btn,
.tts-editor .__modal .__pause-handle .mxs-btn,
.tts-editor__preview .__modal .__pause-handle .mxs-btn {
  width: 30%;
}
.__tts-layer .__modal .__pause-handle .mxs-btn:last-child,
.tts-editor .__modal .__pause-handle .mxs-btn:last-child,
.tts-editor__preview .__modal .__pause-handle .mxs-btn:last-child {
  margin: 0;
}
.__tts-layer .__modal .__pause-handle .__confirm,
.tts-editor .__modal .__pause-handle .__confirm,
.tts-editor__preview .__modal .__pause-handle .__confirm {
  border-color: var(--color-pause);
  background-color: var(--color-pause);
}
.__tts-layer .__modal .__pause-custom,
.tts-editor .__modal .__pause-custom,
.tts-editor__preview .__modal .__pause-custom {
  margin: 0px 5px 5px 0;
  cursor: pointer;
  color: #101010;
  border: 1px solid #d5d5d5;
  flex: 1;
  display: flex;
  align-items: center;
}
.__tts-layer .__modal .__pause-custom input,
.tts-editor .__modal .__pause-custom input,
.tts-editor__preview .__modal .__pause-custom input {
  padding: 0 15px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
.__tts-layer .__modal .__speed-box,
.tts-editor .__modal .__speed-box,
.tts-editor__preview .__modal .__speed-box {
  padding: 30px 0;
  margin: 0 10px;
}
.__tts-layer .__empty-br,
.tts-editor .__empty-br,
.tts-editor__preview .__empty-br {
  display: inline-block;
}
.__tts-layer .__custom-item,
.tts-editor .__custom-item,
.tts-editor__preview .__custom-item {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
.__tts-layer .__custom-item__label,
.tts-editor .__custom-item__label,
.tts-editor__preview .__custom-item__label {
  height: 100%;
  color: #666;
}
.__tts-layer .__custom-item__value,
.tts-editor .__custom-item__value,
.tts-editor__preview .__custom-item__value {
  flex: 1;
  padding: 0 10px;
}
.__tts-layer .__custom-item__value input,
.tts-editor .__custom-item__value input,
.tts-editor__preview .__custom-item__value input {
  border: none;
  height: 36px;
  border: 1px solid #eee;
  outline: none;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.__replace-layer .__pause-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 0 0;
}
.__replace-layer .__pause-custom {
  margin: 0px 5px 5px 0;
  cursor: pointer;
  color: #101010;
  border: 1px solid #d5d5d5;
  flex: 1;
  display: flex;
  align-items: center;
}
.__replace-layer .__pause-custom input {
  padding: 0 15px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
.__replace-layer .__pause-list__item-mulitple {
  width: calc(25% - 5px);
  padding: 8px 15px;
  margin: 0px 5px 5px 0;
  cursor: pointer;
  color: #101010;
  border: 1px solid #d5d5d5;
}
.__replace-layer .__pause-list__item-mulitple.active {
  color: #fff;
  border-color: var(--color-pause);
  background-color: var(--color-pause);
}
.tts-tools {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  user-select: none;
  position: relative;
  padding: 15px 15px 0;
}
.tts-tools__item {
  background: #fff;
}
.tts-tools__item.__line {
  border-radius: 0;
  border: none;
  margin: 0;
}
.tts-tools__btn {
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.tts-tools__btn[disabled='disabled'] .tts-tools__title,
.tts-tools__btn[disabled='disabled'] .iconfont {
  color: #bfbfbf;
}
.tts-tools__btn[disabled='disabled'] .tts-tools__svg svg {
  fill: #bfbfbf;
}
.tts-tools__btn[disabled='disabled']:hover {
  background: none;
}
.tts-tools__btn[disabled='disabled']:hover .tts-tools__title {
  color: #bfbfbf;
}
.tts-tools__btn[disabled='disabled'].tts-undo svg,
.tts-tools__btn[disabled='disabled'].tts-redo svg {
  fill: #E2E3EA !important;
}
.tts-tools__btn.tts-undo svg,
.tts-tools__btn.tts-redo svg {
  fill: #F25555 !important;
}
.tts-tools__btn .iconfont {
  color: #333;
  font-size: 25px;
}
.tts-tools__btn:hover {
  background-color: #f5f5f5;
}
.tts-tools__btn:hover .tts-tools__title {
  color: var(--color-primary);
}
.tts-tools__btn.__line {
  width: 2px;
  position: relative;
}
.tts-tools__btn.__line::before {
  height: 60%;
  width: 2px;
  background-color: #eee;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  content: "";
}
.tts-tools__btn.__line:hover {
  background: none;
}
.tts-tools__title {
  font-size: 12px;
  color: #101010;
  margin-top: 3px;
  white-space: nowrap;
}
.tts-tools__icon {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #767676 transparent transparent transparent;
}
.tts-tools__selection {
  top: 100%;
  left: 50%;
  width: 180px;
  z-index: 1115;
  display: none;
  position: absolute;
  padding: 20px 0 0 0;
  transform: translate3d(-50%, 0, 0);
}
.tts-tools__children {
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.tts-tools__children .options {
  padding: 15px;
}
.tts-tools__children .options:hover {
  background-color: var(--body-bg);
}
.tts-tools__children::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translate3d(-50%, 0, 0);
  border-color: transparent transparent #fff transparent;
}
.tts-tools__hover .tts-tools__selection {
  display: block;
}
.tts-count {
  width: 100%;
  height: 30px;
  text-align: left;
  line-height: 30px;
  position: absolute;
  left: 15px;
  bottom: 85px;
  padding: 0 15px;
  color: #666;
}
.tts-editor {
  border-radius: 16px;
  border: 1px solid #E2E3EA;
}
.tts-editor__body {
  padding: 15px;
  position: relative;
  border-radius: 100px;
  height: calc(100% - 67px);
}
.blue {
  color: var(--color-blue) !important;
}
.purple {
  color: var(--color-purple) !important;
}
.error {
  color: var(--color-error) !important;
}
.__modal {
  padding: 20px;
}
.__modal-title {
  margin: 0 0 18px 0;
  color: #101010;
  font-weight: 700;
  font-size: 18px;
}
.layui-layer {
  border-radius: 5px !important;
}
.layui-form-select dl dd.layui-this {
  background-color: var(--color-blue);
}
.__tts-layer.layui-layer-page .layui-layer-content {
  overflow: unset !important;
}
.sensitive-box {
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
.sensitive-box .tts-editor__item {
  padding: 0;
}
.sensitive-box .__slide-wrap {
  float: none;
}
.sensitive-box .g-generate {
  padding: 0 25px;
  margin: 0;
  display: flex;
  align-items: center;
}
.sensitive-box .g-generate .layui-form-label {
  padding: 0;
}
.sensitive-edit {
  height: calc(100% - 30px);
  overflow-y: auto;
  box-sizing: border-box;
  outline: none;
  border: 1px solid transparent;
  word-break: break-all;
}
.sensitive-edit__change {
  border: 1px solid var(--color-primary);
}
.sensitive-handle {
  height: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
}
.sensitive-handle__item {
  flex: 1;
  justify-content: center;
}
.sensitive-in {
  height: 100%;
  display: flex;
  position: relative;
  padding: 0 10px 10px;
  box-sizing: border-box;
}
.sensitive-in::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #eee;
  left: 50%;
  top: 0;
  position: absolute;
}
.sensitive-in .__tips {
  width: calc(50% - 30px);
  line-height: 20px;
  text-align: center;
  margin: 0 15px;
  padding: 5px;
  background: #fff;
  color: var(--color-error);
}
.sensitive-in__tips {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.sensitive-edit,
.sensitive-result {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 15px;
  position: relative;
}
.sensitive-result {
  height: calc(100% - 30px);
  overflow-y: auto;
  outline: none;
}
.auto-rewrite__in {
  height: 360px;
}
.auto-rewrite__in::before {
  width: 1px;
  height: 100%;
}
.__replace-layer {
  width: 400px;
}
.replace-label {
  padding: 20px 0 10px 0;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.replace-label #count span {
  color: var(--color-primary);
}
.replace-panel {
  padding: 10px;
}
.replace-panel__tabs {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.replace-panel__tabs-item {
  user-select: none;
  text-align: center;
  flex: 1;
  padding: 10px 15px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}
.replace-panel__tabs-item.active {
  color: #fff;
  background-color: var(--color-primary);
}
.replace-panel__def {
  padding: 10px 0 20px;
  font-size: 20px;
  color: #333;
  line-height: 26px;
}
.replace-panel__text {
  padding: 0 10px;
}
.replace-panel__top {
  padding: 0 10px 10px;
}
.replace-panel__top-title {
  color: #f00;
  font-size: 12px;
}
.replace-panel__body {
  padding: 0 10px 10px;
}
.replace-panel__handle {
  padding: 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
.replace-panel__btn {
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
  user-select: none;
}
.replace-panel__form {
  display: flex;
  align-items: center;
}
.replace-panel__form .replace-btns {
  border: 1px solid #eee;
  margin: 0 0 0 10px;
  height: 38px;
  display: flex;
  align-items: center;
}
.replace-panel__form .replace-btns .mxs-btn {
  padding: 0;
  height: 100%;
  width: 40px;
  border: none;
  background: none;
  color: var(--color-primary);
  margin: 0;
}
.replace-panel__form #replace-words {
  flex: 1;
}
.replace-panel__form .replace-search {
  height: 36px;
  width: 80px;
  color: #fff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  cursor: pointer;
}
.replace-panel__pinyin {
  padding: 0 5px;
  max-height: 200px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.replace-panel__pinyin .replace-words {
  margin: 10px 5px 0 ;
  padding: 5px;
  background: #8f8f8f;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: calc(20% - 10px);
  cursor: pointer;
}
.replace-panel__pinyin .replace-words.active {
  background-color: var(--color-primary);
}
.replace-panel__pinyin-result {
  padding: 10px;
}
.replace-panel__pinyin-result .pinyin-select {
  font-size: 14px;
  margin: 10px 0;
}
.replace-panel__pinyin-result .pinyin-words {
  display: inline-block;
  margin: 5px 5px 0 0 ;
  padding: 5px;
  background: #8f8f8f;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: calc(20% - 10px);
  cursor: pointer;
}
.replace-panel__pinyin-result .pinyin-words.active {
  background-color: var(--color-primary);
}
.replace-panel__arrow {
  margin-left: 10px;
}
.replace-panel__arrow button {
  height: 36px;
  margin: 0;
  margin-left: -1px;
  border-radius: 0;
}
.replace-panel__arrow button:hover {
  background-color: #f5f5f5;
}
.replace-tabs {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
.replace-tabs__item {
  flex: 1;
  border: none;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  width: 80px;
  background: #fff;
  color: #333;
  cursor: pointer;
}
.replace-tabs__item.selected {
  color: #ffffff;
  background-color: var(--color-primary);
}
.replace-tabs__item:last-child {
  border: none;
}
.replace-text {
  padding: 10px 5px;
  margin: 10px 0;
}
.replace-text__title {
  font-size: 14px;
  color: #888;
}
.highlight {
  background-color: rgba(255, 200, 0, 0.3);
}
.highlight.selected {
  background-color: rgba(224, 32, 32, 0.3);
}
.none-text {
  padding: 60px 0 30px 0;
  text-align: center;
  color: #888;
}
.ai-sound__edit .inline-control {
  height: calc(100vh - 230px);
  min-height: 500px;
}
.ai-sound__edit .actions {
  position: absolute;
  left: 15px;
  bottom: 17px;
  z-index: 115;
}
.ai-sound__edit .actions .mxs-btn {
  width: 150px;
  background: var(--linear-login-top--);
  box-shadow: 0px 12px 24px 0px rgb(226 168 255 / 34%);
  border: none;
  border-radius: 50px;
  height: 50px;
  transition: all 0.3s;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
}
.lightColor {
  color: var(--color-primary);
}
.tts-editor:empty::before {
  content: attr(placeholder);
  word-wrap: break-word;
  color: #999;
  white-space: pre-line;
  font-style: italic;
}
.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
  border-top-style: solid !important;
  border-top-color: #000 !important;
  border-right-color: transparent !important;
  bottom: -15px !important;
  left: 10px !important;
}
.symbol-wrapper {
  padding: 10px 20px;
}
.symbol-wrapper .layui-table td {
  border: none;
  padding: 8px;
}
.symbol-wrapper .layui-table tbody td {
  border: none;
}
.symbol-wrapper .layui-table .layui-input {
  height: 32px;
  line-height: 32px;
}
.symbol-wrapper .layui-table tbody td:first-child {
  font-size: 22px;
}
.symbol-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px 0;
  font-weight: 550;
}
.symbol-descrition p {
  line-height: 22px;
  font-size: 13px;
  color: #888;
  margin: 0 0 5px 0;
}
.symbol-tips {
  padding: 10px 0 20px;
  color: var(--color-error);
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.symbol-switch {
  width: 80px;
  text-align: right;
}
.music-tab {
  margin: 0;
}
.music-tab.layui-tab-brief > .layui-tab-title .layui-this {
  color: var(--color-primary);
}
.music-tab.layui-tab-brief > .layui-tab-title .layui-this::after {
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  border-color: var(--color-primary);
}
.music-tab .layui-form-select dl dd.layui-this {
  color: #fff;
}
.music-list {
  min-height: 200px;
  max-height: 280px;
  overflow: auto;
  padding: 10px 0;
}
.music-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  margin: 0 0  8px 0;
  cursor: pointer;
  transition: all 0.5s;
  user-select: none;
}
.music-item:hover {
  background-color: #f5f5f5;
}
.music-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: var(--color-primary);
}
.music-item .icon-svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.music-item .icon.icon-play .icon-svg {
  display: none;
}
.music-item .icon.icon-play .voice-playing__modal {
  display: flex;
}
.music-item .title {
  flex: 1;
  font-size: 13px;
  color: #333;
  user-select: none;
}
.music-item .value .iconfont {
  font-size: 16px;
  color: #d8d8d8;
  display: none;
}
.music-item:hover .value .icon-hover {
  display: flex;
}
.music-item.active {
  background-color: #ecf1ff;
}
.music-item.active .value .icon-hover {
  display: none;
}
.music-item.active .value .icon-selected {
  display: flex;
  color: var(--color-primary);
}
.music .voice-playing__modal {
  position: absolute;
}
.music-filter {
  padding: 10px 16px 0;
}
.music-filter__item:last-child {
  margin-left: 10px;
}
.music-filter .layui-form-select dl {
  max-height: 220px;
}
.voice-playing__modal {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
}
.play1 {
  width: 2px;
  background-color: #fff;
  animation: playing1 0.3s linear infinite alternate;
}
.play2 {
  margin: 0 2px;
  width: 2px;
  background-color: #fff;
  animation: playing2 0.3s linear infinite alternate;
}
.play3 {
  width: 2px;
  height: 6px;
  background-color: #fff;
  animation: playing3 0.3s 0.5s linear infinite alternate;
}
.play4 {
  width: 2px;
  height: 6px;
  background-color: #fff;
  animation: playing4 0.3s 0.5s linear infinite alternate;
}
.voice-playing {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play .voice-playing__modal {
  display: flex;
}
.tts-bgmusic__temp {
  position: absolute;
  bottom: 96px;
  left: 105px;
  z-index: 111;
  display: none;
}
.tts-bgmusic__temp.show {
  display: block;
}
.tts-bgmusic__temp-wrap {
  align-items: center;
  display: flex;
  padding: 5px 15px;
  border-radius: 3px 3px 0 0;
  background-color: rgba(49, 94, 251, 0.21);
}
.tts-bgmusic__temp-content {
  margin: 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-primary);
}
.tts-bgmusic__temp .voice-icon {
  background: var(--color-primary);
  color: #fff;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tts-bgmusic__temp .voice-icon .iconfont {
  font-size: 12px;
}
.tts-bgmusic__temp-close {
  cursor: pointer;
  padding: 5px;
}
.tts-bgmusic__temp-close .iconfont {
  font-size: 12px;
  color: var(--color-primary);
}
.tts-bgmusic__temp .voice-icon .icon-bofangzanting {
  display: none;
}
.tts-bgmusic__temp .voice-icon.playing .icon-bofangzanting {
  display: flex;
}
.tts-bgmusic__temp .voice-icon.playing .icon-bofang1 {
  display: none;
}
.tts-bgmusic__temp-slide .layui-slider-wrap-btn {
  width: 18px;
  height: 30px;
  transform: rotate(90deg);
}
.select-wrap {
  display: flex;
  padding: 5px;
}
.select-item {
  flex: 1;
  margin: 0 5px;
}
.select-item .layui-form-selected dl {
  max-height: 150px;
}
.extract-area {
  margin: 10px 10px 0;
}
.extract-area textarea {
  background-color: #fafafa;
  border: none;
  height: 200px;
}
.extract-tabs .__tips {
  margin: 0 10px;
}
.extract-tabs__tab {
  margin: 0 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.extract-tabs__tab-item {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  color: #101010;
  user-select: none;
}
.extract-tabs__tab-item.active {
  border-radius: 10px 10px 0 0;
  color: #fff;
  background-color: var(--color-primary);
}
.extract-tabs__tab-item.active:hover {
  color: #fff;
}
.extract-tabs__tab-item:hover {
  color: #101010;
}
.extract-tabs__content .g-area__handle {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extract-tabs__content .g-area__handle .mxs-btn {
  height: 40px;
}
.extract-tabs__content .upload-wrap {
  height: 200px;
}
.extract-tabs__content .upload-wrap .upload-tips {
  padding-top: 0;
}
.extract-tabs__content .upload-wrap .upload-handle {
  padding: 0;
}
.extractSetting .layui-layer-title {
  border: none;
}
.extractSetting .extract-result {
  padding: 10px;
  margin: 10px 10px 0;
  height: 250px;
  border: none;
  outline: none;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fafafa;
}
@keyframes playing1 {
  0% {
    height: 3px;
  }
  100% {
    height: 8px;
  }
}
@keyframes playing2 {
  0% {
    height: 5px;
  }
  100% {
    height: 3px;
  }
}
@keyframes playing3 {
  0% {
    height: 3px;
  }
  100% {
    height: 8px;
  }
}
@keyframes playing4 {
  0% {
    height: 10px;
  }
  100% {
    height: 20px;
  }
}
.highlight-current {
  background-color: rgba(224, 32, 32, 0.3);
}
.highlight-others {
  background-color: rgba(255, 200, 0, 0.3);
}
.page-num {
  color: var(--color-primary);
}
@media (max-width: 1499px) {
  .tts-tools__btn {
    padding: 0 11px;
  }
}
#tts-volume {
  display: none;
}
