.ai-sound__in {
  position: relative;
  height: calc(100vh - 270px);
  margin: 0;
}
.ai-sound__handle .sound-adjust {
  padding: 0;
  flex-direction: column;
}
.ai-sound__handle .field-box {
  padding: 0;
  width: 100%;
  margin: 10px 0 0 0;
}
.ai-sound__handle .field-box label {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  font-size: 15px;
}
.ai-sound__handle .field-box .field-slide {
  width: 100%;
}
.ai-sound__handle .field-box .field-slide__title {
  height: 30px;
  align-items: center;
  justify-content: space-between;
}
.ai-sound__handle .field-box .field-slide__title .__reset-btn {
  border-radius: 30px;
  padding: 5px 8px;
  color: #888;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
.ai-sound__handle .field-box .__slide-desc {
  width: 100%;
  position: static;
  height: auto;
  flex-direction: row;
  padding-left: 0;
  margin: 0 0 10px;
}
.ai-sound__handle .field-box .__slide-desc div {
  line-height: 30px;
  width: auto;
  flex: 1;
}
.ai-sound__handle .field-box .__slide-desc div:nth-child(2) {
  text-align: center;
}
.ai-sound__handle .field-box .__slide-desc div:last-child {
  text-align: right;
}
.ai-sound__handle .field-box .__slide-desc.speech-rate__slide > div {
  text-align: center !important;
}
.ai-sound__handle .field-box .__slide-desc::before {
  display: none;
}
.ai-sound__handle .field-box .layui-slider-input {
  left: auto !important;
}
#speech_rate_text {
  position: absolute;
  left: 50px;
  font-weight: bold;
  font-style: normal;
}
.ai-sound__emotion .__emotion .__emotion-label {
  font-size: 15px;
}
.ai-sound__voice .voice-info h2 {
  max-width: 120px;
}
.ai-sound__in .tag-svip,
.ai-sound__in .tag-vip {
  margin: 0;
}
.ai-sound__in .tag-svip,
.ai-sound__in .tag-vip,
.ai-sound__in .tag-normal {
  width: 48px;
  border-radius: 30px;
}
.__voice-modal {
  border-radius: 10px;
  width: 360px;
  overflow-x: hidden;
  position: fixed;
  right: 10px;
  top: 88px;
  overflow-y: auto;
  z-index: 666;
  transition: all 0.5s;
  transform: translateX(0);
  height: calc(100% - 130px);
  background: linear-gradient(to bottom, #eff6ff, #f1f8ff, #f3f9ff, #f3faff, #f5fcff);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.__voice-modal::-webkit-scrollbar {
  display: none;
}
.__voice-modal::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.__voice-modal::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.__voice-modal .layui-slider {
  margin: 0 !important;
}
.__voice-modal-in {
  width: 890px;
  height: calc(100% - 40px);
  flex-wrap: nowrap;
}
.__voice-modal__list {
  display: none;
  width: 530px;
  height: 100%;
}
.__voice-modal__list .tag-svip,
.__voice-modal__list .tag-vip {
  margin: 0 4px 0 0;
}
.__voice-modal__list .__sound-filter {
  padding: 10px 15px;
}
.__voice-modal__list .__sound-filter__label {
  margin: 0 15px 0 0;
  padding: 2px 0;
}
.__voice-modal__list .__sound-slide__item,
.__voice-modal__list .__sound-filter__item {
  padding: 2px 5px;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #666;
  margin: 0 5px 5px 0;
}
.__voice-modal__list .__sound-slide__item.active,
.__voice-modal__list .__sound-filter__item.active {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.__voice-modal__list .__sound-list .radio input[name=voice] {
  display: block;
}
.__voice-modal__body {
  width: 360px;
  padding: 15px;
  height: calc(100%);
  overflow-y: auto;
}
.__voice-modal__body::-webkit-scrollbar {
  display: none;
}
.__voice-modal__body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.__voice-modal__body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.__voice-modal__title {
  border-bottom: 1px solid rgba(216, 228, 243, 0.8);
  cursor: pointer;
  height: 40px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}
.__voice-modal__info {
  align-items: center;
}
.__voice-modal .ai-sound__top {
  margin: 0;
}
.__voice-modal .ai-sound__voice {
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(216, 228, 243, 0.8);
  border-radius: 0;
}
.__voice-modal .ai-sound__voice-in {
  flex: 1;
}
.__voice-modal .ai-sound__voice .voice-image {
  width: 70px;
  height: 70px;
}
.__voice-modal .ai-sound__voice .voice-image__in {
  width: 60px;
  height: 60px;
  padding: 4px;
}
.__voice-modal .ai-sound__voice .voice-info {
  flex: 1;
  padding-left: 10px;
}
.__voice-modal .ai-sound__voice .voice-info__top {
  margin: 0 0 10px 0;
}
.__voice-modal .ai-sound__voice .voice-info__top-level {
  margin: 0 0 0 10px;
}
.__voice-modal .ai-sound__emotion {
  width: 100%;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid rgba(216, 228, 243, 0.8);
}
.__voice-modal .ai-sound__emotion .__emotion-label {
  margin: 0 0 10px 0;
}
.__voice-modal .__emotion-list .__emotion-item {
  width: calc(100% / 6 - 10px);
  margin: 5px 5px;
  height: 45px;
  border-width: 0;
}
.__voice-modal .ai-sound__handle .field-box {
  background: none;
}
.__voice-modal .layui-slider-wrap-btn {
  width: 18px;
  height: 30px;
}
.__voice-modal__open {
  display: flex;
  align-items: center;
}
.__voice-modal__open-icon {
  width: 30px;
  height: 30px;
  margin: 0 6px 0 0;
  background: url(../images/toggle-icon.png) no-repeat;
  background-size: contain;
}
.__voice-modal__show {
  width: 890px;
}
.__voice-modal__show .__voice-modal__list {
  display: block;
}
.g-tool__newStyle-wrap {
  padding: 0 0 0 0;
}
.g-tool__newstyle-title {
  height: 100px;
}
.g-tool__newstyle-title:after {
  height: 122px;
  top: -22px;
  background-position: right center;
}
.__sound-filter__item {
  padding: 10px;
  margin: 0;
  display: inline;
}
.__sound-slide__item:hover,
.__sound-slide__item.active {
  background-color: transparent;
}
.__sound-tabs__item {
  height: 100%;
}
.__sound-list .__volice {
  position: relative;
  overflow: hidden;
  padding: 15px 8px;
}
.__sound-list .radio {
  width: 50%;
}
.__sound-list .radio .__emotion-status {
  position: absolute;
  right: -20px;
  top: -2px;
  color: #fff;
  background-color: #a1f;
  transform: rotate(45deg);
  width: 60px;
  /* height: 30px; */
  height: 25px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
}
.__sound-list-wrap {
  height: 100%;
}
.__sound-list__wrap {
  height: calc(100% - 258px);
}
.__sound-filter__value{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ai-sound__handle .field-box .layui-slider-input {
  left: 50px !important;
  top: -70px;
}
.__voice-zoom {
  z-index: 665;
  width: 320px;
  height: 80px;
  top: 99px;
  right: 10px ;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  border-radius: 50px;
  padding: 10px;
  background: linear-gradient(to right, #eff6ff, #e1edf8, #d4e4f5, #e8f4fd, #cae9f7);
  transform: translateX(150%);
  transition: all 0.5s ease-in-out;
}
.__voice-zoom__label {
  display: flex;
  align-items: center;
}
.__voice-zoom__label-icon {
  width: 30px;
  height: 30px;
  background: url(../images/toggle-icon.png) no-repeat;
  background-size: contain;
}
.__voice-zoom__label-text{
  color: var(--color-primary);
  margin-left: 3px;
}
.__voice-zoom__body {
  margin-left: 10px;
  display: flex;
  align-items: center;
  flex: 1;
}
.__voice-zoom__image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid var(--color-primary);
  background-color: #fff;
  margin-right: 10px;
}
.__voice-zoom__image img {
  border-radius: 50%;
}
.__voice-zoom__info {
  flex: 1;
}
.__voice-zoom__info-top {
  margin: 0 0 10px 0;
}
.__voice-zoom__info-top h2 {
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 550;
  margin: 0 5px 0 0;
}
.__mini .__voice-modal {
  transform: translate3d(150%, 0, 0);
}
.__mini .__voice-zoom {
  transform: translate3d(-10px, 0, 0);
}
.__collect-voice {
  padding: 10px 0;
}
.__collect-voice__label {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: var(--color-primary);
}
.__collect-voice__label .mxs-btn {
  border-radius: 30px;
  height: 30px;
  line-height: 18px;
  width: auto;
}
.__collect-list {
  flex-wrap: wrap;
}
.__collect-item {
  margin: 5px;
  width: calc(100% / 6 - 10px);
  cursor: pointer;
  position: relative;
}
.__collect-item__image {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 auto 5px;
  border: 2px solid var(--color-primary);
}
.__collect-item__image img {
  border-radius: 50%;
}
.__collect-item__name {
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.__collect-item input[name=voice] {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
.__collect-status {
  padding: 5px;
}
.__collect-status .iconfont {
  font-size: 22px;
}
.__collect-status__success {
  color: var(--color-purple);
}
.__collect-none {
  flex: 1;
  text-align: center;
  color: #888;
}
.__collect-none .__icon .icon {
  width: 80px;
  height: 80px;
}
.__emotion-play {
  width: 120px;
  height: 36px;
  display: flex;
  cursor: pointer;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.__emotion-play .play-btns {
  margin-right: 5px;
}
.__emotion-play .play-btns .iconfont {
  font-size: 18px;
}
.__emotion-play .pause,.__emotion-play__record .pause {
  display: none;
}
.__emotion-play.play .pause,.__emotion-play__record.play .pause {
  display: inline-flex;
}

.__emotion-play.play .icon-bofang1,
.__volice-image.play .icon-bofang {
  display: none;
}

.__emotion-play__record.play .icon-bofang1{
  display: none;
}

.__lock{
  margin: 0 10px 0 0;
}
.specialvoice-btn{
  padding: 0 !important;
}
.specialvoice-btn img{

  height: 24px;
}

.__sound-search{
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.__sound-searcg__btn{
  width: 120px;
  padding: 5px 20px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: none;
  border-radius: 0 30px 30px 0;
}
.__sound-search .layui-input,__sound-search .layui-input:hover{
  border-color: var(--color-primary) !important;
  border-radius: 30px 0 0 30px;
}


/* 记录表格容器优化 */
.record-table {
  background: #fff;
  border-radius: 12px;
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
}

/* 记录项整体布局 */
.record-table .record-table__item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #f0f0f0;
  padding: 16px;
  transition: all 0.3s ease;
  position: relative;
}
.record-table .record-table__item .status{
  background-color: var(--color-primary);
  color: #fff !important;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 5px;
  top: 2px;
}
.record-table .record-table__item .status.success{
  background-color: var(--color-green);
}
.record-table .record-table__item .status.error{
  background-color: var(--color-error);
  color: #fff !important;
}
.record-table .record-table__item:hover {
  background-color: #f8f9ff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.record-table .record-table__item:last-child {
  border-bottom: none;
}

/* 时间显示区域 */
.record-table .record-table__item .time {
  width: 120px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 8px;
  margin-right: 16px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 8px;
}

/* 内容区域 */
.record-table .record-table__item .content {
  flex: 1;
  padding: 0 16px;

  line-height: 1.6;
  color: #333;
  font-size: 14px;
  height: 90px;
  overflow: hidden;
}


/* 语音信息区域 */
.record-table .record-table__item .voice_info {
  width: 140px;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  /* background: #f8f9fa; */
  border-radius: 8px;
  margin: 0 16px;
}

.record-table .record-table__item .voice_info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e9ecef;
  margin-bottom: 6px;
  transition: transform 0.3s ease;
}

.record-table .record-table__item .voice_info img:hover {
  transform: scale(1.1);
  border-color: #667eea;
}

.record-table .record-table__item .voice_info span {
  font-size: 12px;
  color: #666;
  text-align: center;
  font-weight: 500;
}

/* 操作按钮区域 */
.record-table .record-table__item .handle {
  width: 160px;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: stretch;
}

.record-table .record-table__item .handle .layui-btn {
  border-radius: 6px;
  font-size: 12px;
  /* padding: 6px 12px; */
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.record-table .record-table__item .handle .layui-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s;
}

.record-table .record-table__item .handle .layui-btn:hover::before {
  left: 100%;
}

/* 使用文案按钮 */
.record-table .record-table__item .handle .layui-btn[lay-event="useText"] {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(79, 172, 254, 0.3);
  padding: 0;
}

.record-table .record-table__item .handle .layui-btn[lay-event="useText"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(79, 172, 254, 0.4);
}

/* 下载按钮 */
.record-table .record-table__item .handle .layui-btn[lay-event="download"] {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
  color: white;
  box-shadow: 0 2px 8px rgba(250, 112, 154, 0.3);
  padding: 0;
  margin: 0;
}

/* .record-table .record-table__item .handle .layui-btn[lay-event="download"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(250, 112, 154, 0.4);
} */

/* 响应式设计 */
@media (max-width: 768px) {
  .record-table .record-table__item {
    flex-direction: column;
    gap: 12px;
  }
  
  .record-table .record-table__item .time,
  .record-table .record-table__item .voice_info,
  .record-table .record-table__item .handle {
    width: 100%;
    min-width: auto;
  }
  
  .record-table .record-table__item .handle {
    flex-direction: row;
    gap: 8px;
  }
}

/* 加载动画 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.record-table .record-table__item {
  animation: fadeInUp 0.3s ease forwards;
}


/* 配音信息容器样式 */
.voice-info-container {
  padding: 20px;
  max-width: 600px;
}

.voice-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.voice-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

.voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-details {
  flex: 1;
}

.voice-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
}

.voice-level {
  display: inline-block;
  padding: 2px 8px;
  background: #f0f0f0;
  border-radius: 12px;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

.voice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.voice-tags .tag {
  padding: 4px 8px;
  background: #e6f7ff;
  color: #1890ff;
  border-radius: 12px;
  font-size: 12px;
}

.voice-content-section,
.audio-player-section {
  margin-bottom: 20px;
}

.section-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.content-text {
  background: #f8f9fa;
  border-radius: 6px;
  line-height: 1.6;
  color: #555;
  max-height: 230px;
  overflow-y: auto;
}
/* 配音信息弹窗样式 */
.voice-info-modal {
  padding: 0;
  background: #f8fafc;
  border-radius: 12px;
  margin: 0 auto;
}

/* 配音员卡片 */
.voice-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 24px;
  color: white;
  position: relative;
  overflow: hidden;
}

.voice-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  transform: rotate(45deg);
}

.voice-header {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.voice-avatar {
  position: relative;
  margin-right: 20px;
}

.voice-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.3);
  object-fit: cover;
}

.avatar-ring {
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

.voice-details {
  flex: 1;
}

.voice-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.voice-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}

.voice-type {
  padding: 4px 12px;
  background: rgba(255,255,255,0.2);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.voice-level {
  padding: 4px 8px;
  background: rgba(255,215,0,0.3);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255,215,0,0.5);
}

.voice-status {
  text-align: right;
}

.status-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.status-badge.online {
  background: rgba(34,197,94,0.2);
  color: #22c55e;
  border: 1px solid rgba(34,197,94,0.3);
}

/* 内容区域 */
.content-section, .audio-section {
  padding: 10px 20px;
  background: white;
  margin-bottom: 1px;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f1f5f9;
}

.section-header .iconfont {
  font-size: 18px;
  color: #667eea;
  margin-right: 8px;
}

.section-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

.content-box {
  background: #f8fafc;
  border-radius: 8px;
  padding: 16px;
  border-left: 4px solid #667eea;
}

.content-text {
  line-height: 1.6;
  color: #334155;
  font-size: 14px;
  margin-bottom: 12px;
}

.content-stats {
  display: flex;
  justify-content: flex-end;
}

.word-count {
  font-size: 12px;
  color: #64748b;
  background: #e2e8f0;
  padding: 2px 8px;
  border-radius: 12px;
}

/* 音频播放器 */
.audio-player-container {
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e2e8f0;
}

.audio-player {
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.play-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  flex-shrink: 0;
}

.play-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.play-button.playing {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.play-button .iconfont {
  font-size: 20px;
}

.player-info {
  flex: 1;
  min-width: 0;
}

.track-name {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 8px;
}

.track-progress {
  display: flex;
  align-items: center;
  gap: 12px;
}

.progress-bar {
  flex: 1;
  height: 6px;
  background: #e2e8f0;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  /* overflow: hidden; */
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 3px;
  width: 0%;
  transition: width 0.1s ease;
}

.progress-handle {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #667eea;
  border: 2px solid #667eea;
  border-radius: 50%;
  cursor: pointer;
  left: 0%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.time-display {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
  min-width: 80px;
}

.time-separator {
  margin: 0 4px;
  color: #94a3b8;
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.volume-icon {
  font-size: 16px;
  color: #64748b;
  cursor: pointer;
}

.volume-slider-container {
  width: 80px;
}

.volume-slider {
  width: 100%;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #667eea;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #667eea;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* 操作按钮区域 */
.action-section {
  padding: 20px 24px;
  background: white;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid #f1f5f9;
}

.btn {
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.btn-secondary {
  background: #f1f5f9;
  color: #64748b;
}

.btn-secondary:hover {
  background: #e2e8f0;
  color: #475569;
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn .iconfont {
  font-size: 14px;
}

