:root {
  --bg-color: #ffffff;
}
body {
  --primary-6: 144, 83, 233;
  --primary-5: 144, 83, 233;
  --primary-3: 144, 83, 233;
  background-color: var(--body-bg-new);
  --color-menu-light-bg: var(--body-bg-new);
  overflow-y: auto !important;
}
[v-cloak] {
  display: none;
}
.g-tool__in {
  margin-left: 250px;
}
.g-tool__content {
  margin-left: 240px;
  width: calc(100% - 240px);
  min-height: calc(100vh - 64px);
  min-width: 1100px;
  scroll-behavior: smooth;
  margin-bottom: 0;
}
.arco-tabs-nav::before {
  display: none !important;
}
.tts {
  display: flex;
  min-height: calc(100vh - 84px);
  margin: 0 20px;
  border-radius: 10px;
}
.tts h1,
.tts h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}
.tts-v {
  flex-direction: column;
}
.tts-voice__loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.tts-voice__loadmore .loaded {
  display: flex;
  align-items: center;
  color: #888;
}
.tts-voice__empty {
  width: 100%;
  height: 80px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: var(--color-fill-2);
}
.tts-voice__empty:hover {
  background-color: var(--color-bg-2);
}
.tts-voice__empty-icon .icon {
  width: 22px !important;
  height: 22px !important;
  display: flex;
  fill: #333;
  margin-right: 5px;
}
.tts-voice__empty-text {
  font-size: 16px;
  color: #333;
}
.tts-voice__item .desc {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.tts-voice__item-handle {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.tts-voice__item-title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.tts-voice__item-title .title {
  margin-right: 10px;
}
.tts-left {
  width: 100%;
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 10px;
}
.tts-left__voice {
  width: 100%;
}
.tts-left__title {
  margin-bottom: 20px;
}
.tts-left__title-inner {
  justify-content: space-between;
  align-items: center;
}
.tts-left__submit {
  width: 180px;
  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;
}
.tts-left__handle {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.tts-right {
  width: 50%;
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-left: 10px;
}
.tts-right .warning {
  margin: 0 0 20px 0;
}
.tts-right .filter {
  flex: 1;
  margin-left: 10px;
}
.tts-right__content {
  height: calc(100vh - 520px);
  overflow-y: auto;
}
.tts-right__content-empty {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tts-body {
  flex: 1;
  position: relative;
}
.tts-voice__wrap {
  position: relative;
  z-index: 1;
}
.tts-voice__pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tts-voice__list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.tts-voice__item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  margin: 0 5px 0;
}
.tts-voice__item.use-voice {
  width: 100%;
  margin: 0;
}
.tts-voice__item-avatar {
  width: 104px;
  height: 104px;
}
.tts-voice__item-content {
  flex: 1;
  padding: 0 20px;
}
.tts-voice__item-info {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.tts-voice__item-info span {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.tts-voice__item-info span .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.tts-voice__item-handle {
  margin-top: 10px;
}
.tts-voice__item-handle-info {
  display: flex;
  align-items: center;
}
.tts-voice__item-handle-info span {
  cursor: pointer;
  margin-right: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.tts-voice__item-handle-info span .iconfont {
  font-size: 20px;
  margin-right: 5px;
}
.tts-index {
  min-height: calc(100vh - 220px);
}
.tts-index .tts-left {
  width: 50%;
  padding: 20px 20px;
  border-right: 1px solid #e5e5e5;
}
.tts-index .tts-right {
  width: 50%;
  padding: 20px 20px;
}
.tts-controls {
  width: 100%;
}
.tts-controls__right {
  text-align: right;
  display: flex;
  justify-content: end;
}
.g-voicetrain {
  margin: 10px auto;
}
.radio-list {
  display: flex;
  width: 260px;
}
.radio-item {
  text-align: center;
}
.tts-voice__infinite,
.v3-infinite-loading {
  width: 100%;
  height: 44px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tts-voice__choose-handle {
  display: flex;
  align-items: center;
}
.tts-voice__choose-handle .iconfont {
  font-size: 20px;
}
.tts-voice__choose-handle .choose {
  cursor: pointer;
  margin-right: 10px;
}
.tts-voice__choose-handle .delete {
  cursor: pointer;
}
.tts-voice__choose-handle .delete .iconfont {
  font-size: 16px;
}
.tts-voice__item-handle {
  width: auto;
}
.audio-player {
  position: relative;
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 8px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.audio-player__info {
  display: flex;
  align-items: center;
}
.thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.audio-info {
  flex-grow: 1;
  padding: 0 10px;
}
.audio-title {
  font-weight: bold;
}
.audio-author {
  color: #666;
  font-size: 0.9em;
}
.audio-player__control {
  margin: 10px 0 0 0;
}
.audio-control {
  width: 100%;
}
.audio-player__control-handle {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  justify-content: space-between;
}
.audio-player__control-handle-play-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.audio-player__control-handle-play-icon .iconfont {
  font-size: 16px;
  margin-left: 5px;
}
.preview {
  margin: 0 5px 0 0;
}
.upload-item {
  padding: 8px 5px;
}
.upload-item__info__title {
  flex: 1;
}
.upload-item__info__btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-item__info__btns .iconfont {
  cursor: pointer;
  font-size: 16px;
  padding: 5px;
}
.upload-info {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
}
.upload-info__title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upload-info__progress {
  margin: 0 0 10px 0;
}
.upload-info__error {
  color: #f00;
}
.loading-spin {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.__empty {
  padding: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.jubao {
  padding: 5px 10px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.tts-voice__item:hover .jubao {
  display: inline-flex;
}
.model-editor {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  color: #666;
}
.model-editor .iconfont {
  font-size: 16px;
  margin-right: 5px;
}
.model-editor:hover {
  color: var(--color-primary);
}
.tts-body__tips {
  color: #999;
  margin: 3px 0 0 0;
}
.tts-voice__item-status {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  font-size: 12px;
}
.model-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.model-title .__title {
  font-size: 16px;
  font-weight: 600;
}
.model-title__handle {
  display: flex;
  align-items: center;
}
.model-title__handle .handle-num {
  margin-right: 10px;
  font-size: 14px;
  color: #101010;
  font-weight: 600;
}
.delete-voice__btn {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.delete-voice__btn .iconfont {
  font-size: 14px;
  color: #888;
}
.a-layout-sider {
  padding: 30px 0;
}
.a-layout-sider .arco-menu-item {
  margin: 0 0 15px 0;
  line-height: 50px;
  font-size: 16px;
}
.a-layout-sider .arco-menu-item .iconfont {
  font-size: 18px;
}
.tts-left__wrap {
  display: flex;
  width: 100%;
}
.tts-left__voice-inner {
  flex: 1;
  margin: 0 15px 0 0;
}
.tts-left__content {
  flex: 1;
}
.inner-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.inner-form__left {
  flex: 1;
}
.tts-left__voice-inner {
  display: flex;
  flex-direction: column;
}
.tts-left__voice-inner .upload-inner {
  flex: 1;
  display: flex;
}
.tts-left__voice-inner .upload-inner .upload-inner__in {
  flex: 1;
}
.upload-inner__voice {
  height: 50px;
  width: 100%;
  background-color: #666;
}
.tts-left__content .arco-form {
  display: flex;
}
.upload-btns {
  width: 100%;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f5f5f5;
  color: #888;
}
.upload-btns__tips {
  margin: 0 0 10px 0;
}
.upload-btns__item {
  margin: 0 10px;
}
.upload-btns .arco-upload-icon-start,
.upload-btns .arco-upload-progress {
  display: none;
}
.recordingPopup {
  user-select: none;
}
.recordingPopup__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.recordingPopup .close {
  cursor: pointer;
  right: 0;
  top: -10px;
  position: absolute;
}
.recordingPopup__content {
  border-radius: 5px;
  height: 260px;
  margin: 20px 0;
  padding: 20px 20px 60px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f4f4f4;
  position: relative;
}
.recordingPopup__content .content {
  overflow-y: auto;
  height: 100%;
}
.recordingPopup__content .changeBatch {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  background-color: #ffffff;
  color: var(--color-primary);
  padding: 5px 10px;
  border-radius: 5px;
}
.recordingPopup .tips {
  text-align: left;
  color: #999;
}
.startRecordingBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.recording-result {
  display: flex;
  align-items: center;
}
.recording-result__audio {
  flex: 1;
  margin: 10px  30px 0 0;
}
.recording-result__audio audio {
  width: 100%;
  height: 30px;
}
.recording-result__delete {
  cursor: pointer;
}
.recording-result__delete .iconfont {
  font-size: 16px;
}
.recording__time {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 8px 0 0 0;
}
.tts.mxs-container {
  width: 1200px;
  max-width: 1200px;
}
.aggree-title {
  text-align: center;
  margin: 20px 0;
}
.arco-btn-primary,
.arco-btn {
  border-radius: 50px;
}
.aggree__body dt {
  margin: 0 0 15px 0;
  font-size: 16px;
}
.aggree__body dd {
  line-height: 2;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.aggree__checkbox {
  margin: 20px 0;
  display: inline-flex;
}
.aggree__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.create-photo {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.create-photo .create-photo__scroll {
  width: 100%;
  height: 82px;
}
.scroll-item {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  border-radius: 10px;
  margin: 0 10px 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f5f5;
  cursor: pointer;
}
.scroll-item__selected {
  border-color: #a1a1a1;
  background-color: #a1a1a1;
}
.tts-controls__left-item {
  width: calc(50% - 10px);
  display: inline-block;
  margin: 0 5px 5px;
}
.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.slider{
  padding: 10px 30px;
  display: flex;
  align-items: center;
  background: #fff;
  margin: 10px 0;
  border-radius: 5px;
}
.slider .slider-label{
  color: #101010;
  font-weight: 700;
}
.slider .slider-inner{
  flex: 1;
}
@media screen and (max-width: 1499px) {
  .tts-index .tts-left {
    padding: 10px 20px;
  }
  .arco-textarea-wrapper {
    height: 160px !important;
  }
  .tts-left__title {
    margin-bottom: 10px !important;
  }
  .tts h1,
  .tts h2 {
    margin: 0 0 10px 0 !important;
  }
  .tts-index .tts-right {
    padding: 30px 18px;
  }
}
