:root {
  --bg-color: #ffffff;
}
body {
  --primary-6: 65, 105, 255;
  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 - 85px);
  min-width: 1100px;
  scroll-behavior: smooth;
  margin-bottom: 0;
  padding: 30px;
  max-width: 1500px;
   margin: 0px auto; background-color: rgb(255, 255, 255);
}
.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 rgba(0, 108, 255, 0.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-avatar img{
    border-radius: 5px;
}
.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-handle-use .btn {
    display: inline-block;
    align-items: center;
    justify-content: center;
    color:var(--color-primary);
    padding: 5px 20px;
    border-radius: 30px;
    background-color:#ffff;
    border:1px solid var(--color-primary);
    margin-right: 10px;
}
.tts-voice__item-handle-use .btn-primary{
    background-color:var(--color-primary);
    color:#fff;
}
.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;
}
.arco-avatar-image img, .arco-avatar-image picture{
  transform: scale(1.2);
}
.tts-voice__item-info span{
  border-radius: 10px;
}
.arco-space-horizontal .arco-space-item{
  margin-bottom: 0 !important;
}

@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;
  }
}
.tts-editor__body .tts-editor{
  height:100% !important ;
}
.tts-count{
  bottom: 10px;
}


 /* 新增样式 */
  .voice-filter-section {
    background: #fff;
    border-radius: 12px;
  }
  
  .search-container {
    position: relative;
    margin-bottom: 24px;
  }
  
  .search-input {
    width: 100%;
    height: 48px;
    padding: 0 50px 0 20px;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #ffffff;
  }
  
  .search-input:focus {
    outline: none;
    border-color: #4169ff;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(65, 105, 255, 0.1);
  }
  
  .search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 32px;
    border: none;
    background: var(--color-primary);
    border-radius: 20px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  .search-btn:hover {
    background: var(--color-primary);
    transform: translateY(-50%) scale(1.05);
  }
  
  .filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
  }
  
  .filter-tab {
    padding: 5px 20px;
    border-radius: 20px;
    background: #fff;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
  }
  
  .filter-tab:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    transform: translateY(-1px);
  }
  
  .filter-tab.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
    box-shadow: 0 4px 12px rgba(65, 105, 255, 0.3);
  }
  
  .filter-category {
    margin-bottom: 20px;
  }
  
  .filter-category-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
  }
  
  .filter-category-title::before {
    content: '';
    width: 4px;
    height: 16px;
    background: linear-gradient(135deg, #6817f5, #7c3aed);
    border-radius: 2px;
    margin-right: 8px;
  }
  
  .voice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 20px;
    margin-top: 20px;
    /* min-height: 450px; */
  }
  .voice-grid__wrap{
    min-height: 540px;
  }
  .voice-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
  }
  
  .voice-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-color: #4169ff;
  }
  
  .voice-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  
  .voice-avatar {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 16px;
    position: relative;
  }
  
  .voice-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .voice-avatar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 60%, rgba(65, 105, 255, 0.1));
  }
  
  .voice-info {
    flex: 1;
  }
  
  .voice-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
  }
  
  .voice-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  
  .voice-tag {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
  }
  
  .voice-tag.tag-emotion {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    color: white;
  }
  
  .voice-tag.tag-professional {
    background: linear-gradient(135deg, #4ecdc4, #6bcf7f);
    color: white;
  }
  
  .voice-tag.tag-style {
    background: linear-gradient(135deg, #a8e6cf, #7fcdcd);
    color: #333;
  }
  
  .voice-actions {
    display: flex;
    gap: 12px;
    margin-top: 16px;
  }
  
  .voice-btn {
    flex: 1;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  
  .voice-btn-preview {
    background: #f8f9fa;
    color: #4169ff;
    border: 2px solid #e8e8e8;
  }
  
  .voice-btn-preview:hover {
    background: #4169ff;
    color: white;
    border-color: #4169ff;
  }
  
  .voice-btn-use {
    background: linear-gradient(135deg, #4169ff, #7c3aed);
    color: white;
  }
  
  .voice-btn-use:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(65, 105, 255, 0.4);
  }
  
  .results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .results-count {
    font-size: 16px;
    color: #666;
  }
  
  .sort-select {
    padding: 8px 16px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: white;
    color: #333;
    cursor: pointer;
  }
  
  .loading-state {
    text-align: center;
    padding: 40px;
    color: #999;
  }
  
  .empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #999;
  }
  
  .empty-state-icon {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.5;
  }

   /* 新增样式 - 现代化设计 */
        .voice-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background: #f8f9fa;
            min-height: 100vh;
        }
        
        .voice-header {
            background: white;
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 24px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        }
        
        .voice-title {
            font-size: 24px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 20px;
        }
        
        .filter-section {
            margin-bottom: 16px;
        }
        
        .filter-label {
            display: inline-block;
            min-width: 80px;
            font-weight: 500;
            color: #666;
            margin-right: 12px;
            vertical-align: top;
            padding-top: 8px;
        }
        
        .filter-tags {
            display: inline-block;
            flex-wrap: wrap;
            gap: 8px;
        }
        
        .filter-tag {
            display: inline-block;
            padding: 6px 16px;
            background: #f0f0f0;
            border: 1px solid #e0e0e0;
            border-radius: 20px;
            font-size: 14px;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 4px;
        }
        
        .filter-tag:hover {
            background: #e8f4fd;
            border-color: #1890ff;
            color: #1890ff;
        }
        
        .filter-tag.active {
            background: #1890ff;
            border-color: #1890ff;
            color: white;
        }
        
        .search-section {
            margin-top: 20px;
        }
        
        .search-input {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 14px;
            outline: none;
            transition: border-color 0.3s ease;
        }
        
        .search-input:focus {
            border-color: #1890ff;
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.1);
        }
        
        .voice-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 24px;
        }
        
        .voice-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .voice-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        }
        
        .voice-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 12px;
        }
        
        .voice-name {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 8px;
        }
        
        .voice-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-bottom: 16px;
        }
        
        .voice-tag {
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 500;
            color: white;
        }
        
        .voice-tag.emotion { background: #ff6b6b; }
        .voice-tag.professional { background: #4ecdc4; }
        .voice-tag.sweet { background: #ff9ff3; }
        .voice-tag.gentle { background: #74b9ff; }
        .voice-tag.intellectual { background: #a29bfe; }
        .voice-tag.warm { background: #fd79a8; }
        .voice-tag.default { background: #95a5a6; }
        
        .voice-actions {
            display: flex;
            gap: 8px;
        }
        
        .voice-btn {
            flex: 1;
            padding: 8px 16px;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .voice-btn.preview {
            background: #f0f0f0;
            color: #666;
        }
        
        .voice-btn.preview:hover {
            background: #e0e0e0;
        }
        
        .voice-btn.preview.playing {
            background: #ff4757;
            color: white;
        }
        
        .voice-btn.use {
            background: #1890ff;
            color: white;
        }
        
        .voice-btn.use:hover {
            background: #0056b3;
        }
        
        .play-icon {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 32px;
            height: 32px;
            background: rgba(24, 144, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            opacity: 0;
        }
        
        .voice-card:hover .play-icon {
            opacity: 1;
        }
        
        .play-icon:hover {
            background: rgba(24, 144, 255, 1);
            transform: scale(1.1);
        }
        
        .loading-state {
            text-align: center;
            padding: 40px;
            color: #999;
        }
        
        .empty-state {
            text-align: center;
            padding: 60px 20px;
            color: #999;
        }
        
        .result-count {
            margin: 16px 0;
            color: #666;
            font-size: 14px;
        }
        
        /* 音频播放器样式 */
        .audio-player-float {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: white;
            border-radius: 12px;
            padding: 16px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.15);
            min-width: 300px;
            z-index: 1000;
            display: none;
        }
        
        .audio-player-info {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }
        
        .audio-player-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 12px;
        }
        
        .audio-player-name {
            font-weight: 600;
            color: #1a1a1a;
        }
        
        .audio-controls {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .audio-play-btn {
            width: 36px;
            height: 36px;
            border: none;
            border-radius: 50%;
            background: #1890ff;
            color: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .audio-progress {
            flex: 1;
            height: 4px;
            background: #f0f0f0;
            border-radius: 2px;
            cursor: pointer;
            position: relative;
        }
        
        .audio-progress-bar {
            height: 100%;
            background: #1890ff;
            border-radius: 2px;
            width: 0%;
            transition: width 0.1s ease;
        }
        
        .audio-time {
            font-size: 12px;
            color: #666;
            min-width: 80px;
            text-align: right;
        }
        
        .audio-close {
            position: absolute;
            top: 8px;
            right: 8px;
            background: none;
            border: none;
            font-size: 18px;
            color: #999;
            cursor: pointer;
        }

        #page{
          padding: 15px 0;
          text-align: center;
        }


        /* 特色配音标识 */
.voice-featured-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
}

/* 收藏图标 */
.voice-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  backdrop-filter: blur(4px);
}

.voice-favorite:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.voice-favorite[data-favorited="true"] {
  background: rgba(255, 107, 107, 0.1);
  color: #ff6b6b;
}

.voice-favorite[data-favorited="true"]:hover {
  background: rgba(255, 107, 107, 0.2);
}

.voice-favorite i {
  font-size: 16px;
  color: #999;
  transition: color 0.3s ease;
}

.voice-favorite[data-favorited="true"] i {
  color: #ff6b6b;
}

/* 确保voice-card有相对定位 */
.voice-card {
  position: relative;
  /* ... existing styles ... */
}