@import url(https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap);
.alipay-modal[data-v-68b96f7e] .ant-modal-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.alipay-modal[data-v-68b96f7e] .ant-modal-header {
  background: linear-gradient(135deg, #1677FF 0%, #4096ff 100%);
  color: white;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
}
.alipay-modal[data-v-68b96f7e] .ant-modal-title {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.alipay-modal[data-v-68b96f7e] .ant-modal-close {
  color: rgba(255, 255, 255, 0.8);
}
.alipay-modal[data-v-68b96f7e] .ant-modal-close:hover {
  color: white;
}
.pay-container[data-v-68b96f7e] {
  padding: 0 24px 24px;
  text-align: center;
}
.pay-header[data-v-68b96f7e] {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.amount-display[data-v-68b96f7e] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.amount-display .amount-label[data-v-68b96f7e] {
  font-size: 14px;
  color: #999;
  margin-bottom: 4px;
}
.amount-display .amount[data-v-68b96f7e] {
  color: #ff5000;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
/* 二维码区域修改为居中显示 */
.qrcode-container[data-v-68b96f7e] {
  margin: 24px 0;
  display: flex;
  justify-content: center;
}
.qrcode-wrapper[data-v-68b96f7e] {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 内部元素居中 */
}
/* 固定 iframe 大小 */
.qrcode-iframe[data-v-68b96f7e] {
  width: 200px;
  height: 200px;
  border: none;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}
.scan-hint[data-v-68b96f7e] {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 图标和文字居中 */
  font-size: 16px;
  color: #666;
  transition: color 0.3s;
  /* 新增：扫码成功的样式控制 */
}
.scan-hint .scan-icon[data-v-68b96f7e] {
  margin-right: 8px;
  color: #1677FF;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
.scan-hint .hint-text[data-v-68b96f7e] {
  font-weight: 500;
}
.scan-hint.is-scanned[data-v-68b96f7e] {
  color: #52c41a;
}
.scan-hint.is-scanned .scan-icon[data-v-68b96f7e] {
  color: #52c41a;
}
.action-buttons[data-v-68b96f7e] {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.action-buttons .cancel-btn[data-v-68b96f7e] {
  border-radius: 8px;
  padding: 0 28px;
  height: 48px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  color: #666;
}
.action-buttons .cancel-btn[data-v-68b96f7e]:hover {
  color: #1677FF;
  border-color: #1677FF;
}
.action-buttons .confirm-btn[data-v-68b96f7e] {
  border-radius: 8px;
  padding: 0 28px;
  height: 48px;
  font-size: 16px;
  background: linear-gradient(135deg, #1677FF 0%, #4096ff 100%);
  border: none;
  box-shadow: 0 4px 12px rgba(22, 119, 255, 0.3);
}
.action-buttons .confirm-btn[data-v-68b96f7e]:hover {
  background: linear-gradient(135deg, #4096ff 0%, #1677FF 100%) !important;
  border-color: transparent !important;
}


/* <... 样式未做任何修改，请保留你本地原有的所有 \3c style scoped> 标签内的样式 ...> */
.file-upload-container[data-v-0fceb450] { width: 100%; margin: 0 auto; padding: 24px; background: #f4f6f8; border-radius: 16px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.main-layout[data-v-0fceb450] { display: flex; gap: 24px; flex-wrap: wrap;
}
.upload-panel[data-v-0fceb450], .settings-panel[data-v-0fceb450] { flex: 1; min-width: 450px; background: #ffffff; border-radius: 16px; padding: 32px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); display: flex; flex-direction: column;
}
.panel-title[data-v-0fceb450] { text-align: center; font-size: 18px; font-weight: 600; color: #1f2937; margin-bottom: 24px;
}
.upload-area[data-v-0fceb450] { flex: 1; border: 2px dashed #e5e7eb; border-radius: 12px; background-color: #fafafa; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); min-height: 240px;
}
.upload-area[data-v-0fceb450]:hover, .upload-area.drag-over[data-v-0fceb450] { border-color: #1890ff; background-color: #f0f9ff;
}
.upload-area.has-file[data-v-0fceb450] { border: 2px solid #1890ff; background-color: #f0f9ff;
}
.upload-content[data-v-0fceb450] { text-align: center; width: 100%;
}
.upload-icon-wrapper[data-v-0fceb450] { color: #9ca3af; margin-bottom: 16px; transition: transform 0.3s ease, color 0.3s ease;
}
.upload-area:hover .upload-icon-wrapper[data-v-0fceb450] { color: #1890ff; transform: translateY(-5px);
}
.upload-icon-wrapper.animating[data-v-0fceb450] { color: #1890ff; transform: scale(1.1);
}
.upload-text[data-v-0fceb450] { font-size: 16px; color: #374151; margin-bottom: 8px;
}
.upload-link[data-v-0fceb450] { color: #1890ff; font-weight: 500;
}
.file-name-highlight[data-v-0fceb450] { color: #1890ff; font-weight: 600; font-size: 18px; word-break: break-all;
}
.upload-hint[data-v-0fceb450] { font-size: 13px; color: #9ca3af;
}
.settings-form[data-v-0fceb450] { display: flex; flex-direction: column; gap: 28px;
}
.form-group[data-v-0fceb450] { display: flex; flex-direction: column; gap: 12px;
}
.group-label[data-v-0fceb450] { font-size: 14px; font-weight: 600; color: #374151;
}
.language-selector[data-v-0fceb450] { display: flex; align-items: center; gap: 16px; width: 100%;
}
.lang-select[data-v-0fceb450] { flex: 1;
}
.lang-select[data-v-0fceb450] .ant-select-selector { border-radius: 8px !important; height: 44px !important; padding: 0 14px !important; font-size: 15px; border: 1px solid #d9d9d9 !important; transition: all 0.3s;
}
.lang-select[data-v-0fceb450] .ant-select-selection-item, .lang-select[data-v-0fceb450] .ant-select-selection-placeholder { line-height: 42px !important;
}
.lang-select[data-v-0fceb450] .ant-select-selection-search-input { height: 42px !important; line-height: 42px !important;
}
.lang-select[data-v-0fceb450] .ant-select-selection-search { display: flex; align-items: center;
}
.lang-select[data-v-0fceb450] .ant-select-selector:hover, .lang-select[data-v-0fceb450] .ant-select-focused .ant-select-selector { border-color: #1890ff !important; box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
}
.custom-radio-group[data-v-0fceb450] { display: flex; gap: 12px;
}
.custom-radio-group[data-v-0fceb450] .ant-radio-button-wrapper { flex: 1; text-align: center; border-radius: 8px; border: 1px solid #e5e7eb; height: 44px; line-height: 42px; font-weight: 600; color: #4b5563; transition: all 0.3s;
}
.custom-radio-group[data-v-0fceb450] .ant-radio-button-wrapper:not(:first-child)::before { display: none;
}
.custom-radio-group[data-v-0fceb450] .ant-radio-button-wrapper:hover { color: #1890ff; border-color: #1890ff;
}
.custom-radio-group[data-v-0fceb450] .ant-radio-button-wrapper-checked { border-color: #1890ff !important; background-color: #1890ff !important; color: #ffffff !important; box-shadow: 0 4px 10px rgba(24, 144, 255, 0.3) !important;
}
.voice-grid[data-v-0fceb450] { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px;
}
.voice-card[data-v-0fceb450] { border: 1px solid #e5e7eb; border-radius: 10px; padding: 16px; background: #fff; transition: all 0.2s ease; position: relative; overflow: hidden;
}
.voice-card[data-v-0fceb450]:hover { border-color: #91caff; box-shadow: 0 4px 12px rgba(24, 144, 255, 0.08); transform: translateY(-2px);
}
.voice-card.is-active[data-v-0fceb450] { border-color: #1890ff; background-color: #f0f9ff;
}
.voice-card.is-active[data-v-0fceb450]::after { content: ''; position: absolute; top: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 24px 24px 0; border-color: transparent #1890ff transparent transparent;
}
.voice-info[data-v-0fceb450] { margin-bottom: 16px;
}
.voice-name[data-v-0fceb450] { font-size: 16px; font-weight: 600; color: #1f2937; margin-bottom: 4px;
}
.voice-desc[data-v-0fceb450] { font-size: 12px; color: #6b7280;
}
.voice-actions[data-v-0fceb450] { display: flex; align-items: center; justify-content: space-between;
}
.btn-use[data-v-0fceb450] { border-radius: 16px; padding: 0 16px; font-size: 12px;
}
.btn-play[data-v-0fceb450] { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.submit-action-wrapper[data-v-0fceb450] { margin-top: 10px; display: flex; justify-content: center;
}
.submit-action-btn[data-v-0fceb450] { width: 100%; height: 48px; border-radius: 8px; font-size: 16px; font-weight: 600; background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%); border: none; box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3); transition: all 0.3s ease;
}
.submit-action-btn[data-v-0fceb450]:hover { background: linear-gradient(135deg, #40a9ff 0%, #1890ff 100%); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(24, 144, 255, 0.4);
}
.fade-enter-active[data-v-0fceb450], .fade-leave-active[data-v-0fceb450] { transition: opacity 0.3s ease, transform 0.3s ease;
}
.fade-enter-from[data-v-0fceb450], .fade-leave-to[data-v-0fceb450] { opacity: 0; transform: translateY(-10px);
}
.slide-down-enter-active[data-v-0fceb450], .slide-down-leave-active[data-v-0fceb450] { transition: max-height 0.4s ease, opacity 0.4s ease; max-height: 500px; overflow: hidden;
}
.slide-down-enter-from[data-v-0fceb450], .slide-down-leave-to[data-v-0fceb450] { max-height: 0; opacity: 0;
}
[data-v-0fceb450] .custom-confirm-modal .ant-modal-content { border-radius: 12px; overflow: hidden; padding: 0;
}
[data-v-0fceb450] .custom-confirm-modal .ant-modal-header { border-bottom: none; padding: 24px 24px 12px; text-align: center;
}
[data-v-0fceb450] .custom-confirm-modal .ant-modal-title { font-size: 18px; font-weight: 600; color: #333;
}
[data-v-0fceb450] .custom-confirm-modal .ant-modal-body { padding: 0;
}
.confirm-content-wrapper[data-v-0fceb450] { padding: 10px 24px 24px;
}
.confirm-header[data-v-0fceb450] { background: #f8faff; border-radius: 8px; padding: 20px; margin-bottom: 24px; border: 1px solid #e1e8ff;
}
.voice-info-display[data-v-0fceb450] { display: flex; align-items: center; justify-content: center; gap: 16px;
}
.voice-avatar-large[data-v-0fceb450] { width: 60px; height: 60px; border-radius: 50%; -o-object-fit: cover; object-fit: cover; border: 3px solid #fff; box-shadow: 0 4px 12px rgba(51, 102, 255, 0.15);
}
.voice-details[data-v-0fceb450] { display: flex; flex-direction: column; gap: 4px;
}
.voice-details .voice-name[data-v-0fceb450] { font-size: 18px; font-weight: 600; color: #333;
}
.voice-details .voice-desc[data-v-0fceb450] { font-size: 13px; color: #666;
}
.confirm-details[data-v-0fceb450] { display: flex; flex-direction: column; gap: 16px; padding: 0 8px;
}
.detail-item[data-v-0fceb450] { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px dashed #f0f0f0;
}
.detail-item[data-v-0fceb450]:last-child { border-bottom: none; padding-bottom: 0;
}
.detail-label[data-v-0fceb450] { font-size: 15px; color: #666;
}
.detail-value[data-v-0fceb450] { font-size: 16px; font-weight: 500; color: #333;
}
.amount-item .detail-value[data-v-0fceb450] { color: #ff4d4f; font-size: 24px; font-weight: 600;
}
.confirm-footer-actions[data-v-0fceb450] { display: flex; justify-content: center; gap: 12px; padding: 20px 24px; background: #fafafa; border-top: 1px solid #f0f0f0;
}
.confirm-footer-actions .ant-btn[data-v-0fceb450] { min-width: 100px; border-radius: 6px; font-size: 14px;
}
.pay-btn[data-v-0fceb450] { background: linear-gradient(135deg, #3366ff 0%, #6699ff 100%); border: none; color: white; box-shadow: 0 4px 12px rgba(51, 102, 255, 0.3);
}
.pay-btn[data-v-0fceb450]:hover { background: linear-gradient(135deg, #2952cc 0%, #5282e6 100%); color: white;
}
.reselect-btn[data-v-0fceb450] { background: #f5f7fa; border: 1px solid #e4e7ed; color: #606266;
}
.reselect-btn[data-v-0fceb450]:hover { background: #ecf5ff; border-color: #b3d8ff; color: #409eff;
}
.cancel-btn[data-v-0fceb450] { background: #ffffff; border: 1px solid #dcdfe6; color: #909399;
}
.cancel-btn[data-v-0fceb450]:hover { background: #fef0f0; border-color: #fbc4c4; color: #f56c6c;
}
.custom-success-overlay[data-v-0fceb450] { position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; z-index: 9999; background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(4px);
}
.success-content[data-v-0fceb450] { background: #ffffff; padding: 40px 60px; border-radius: 20px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); text-align: center; display: flex; flex-direction: column; align-items: center; transform: translateY(-5%);
}
.check-icon[data-v-0fceb450] { margin-bottom: 24px;
}
.success-text[data-v-0fceb450] { font-size: 20px; font-weight: 600; color: #333; letter-spacing: 1px;
}
.checkmark[data-v-0fceb450] { width: 72px; height: 72px; border-radius: 50%; display: block; stroke-width: 3.5; stroke: #52c41a; stroke-miterlimit: 10; margin: 0 auto; box-shadow: inset 0px 0px 0px #52c41a; animation: fill-0fceb450 0.4s ease-in-out 0.4s forwards,scale-0fceb450 0.3s ease-in-out 0.9s both;
}
.checkmark__circle[data-v-0fceb450] { stroke-dasharray: 166; stroke-dashoffset: 166; stroke-width: 3.5; stroke-miterlimit: 10; stroke: #52c41a; fill: none; animation: stroke-0fceb450 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check[data-v-0fceb450] { transform-origin: 50% 50%; stroke-dasharray: 48; stroke-dashoffset: 48; animation: stroke-0fceb450 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}
@keyframes stroke-0fceb450 {
100% { stroke-dashoffset: 0;
}
}
@keyframes scale-0fceb450 {
0%, 100% { transform: none;
}
50% { transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill-0fceb450 {
100% { box-shadow: inset 0px 0px 0px 30px rgba(82, 196, 26, 0.1);
}
}
.fade-scale-enter-active[data-v-0fceb450], .fade-scale-leave-active[data-v-0fceb450] { transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fade-scale-enter-from[data-v-0fceb450], .fade-scale-leave-to[data-v-0fceb450] { opacity: 0; transform: scale(0.85);
}


/* ====== 布局居中样式 ====== */
.action-bar.centered-action-bar[data-v-9d7ebb86] {
  display: flex;
  justify-content: center; /* 按钮整体居中 */
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #e8e8e8;
}

/* ====== 按钮美化样式 ====== */
.custom-btn[data-v-9d7ebb86] {
  height: 38px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  letter-spacing: 1px;
}

/* 主按钮（下载）：渐变色、阴影、微动效 */
.primary-btn[data-v-9d7ebb86] {
  background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
  border: none;
  color: #fff;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.25);
}
.primary-btn[data-v-9d7ebb86]:hover, .primary-btn[data-v-9d7ebb86]:focus {
  background: linear-gradient(135deg, #40a9ff 0%, #1890ff 100%);
  box-shadow: 0 6px 16px rgba(24, 144, 255, 0.4);
  transform: translateY(-2px);
  color: #fff;
}
.primary-btn[data-v-9d7ebb86]:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(24, 144, 255, 0.3);
}

/* 次按钮（复制）：干净线框、悬浮高亮反馈 */
.secondary-btn[data-v-9d7ebb86] {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #595959;
}
.secondary-btn[data-v-9d7ebb86]:hover, .secondary-btn[data-v-9d7ebb86]:focus {
  color: #1890ff;
  border-color: #1890ff;
  background: #f0f8ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.1);
}
.secondary-btn[data-v-9d7ebb86]:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(24, 144, 255, 0.1);
}

/* ====== 图标美化样式（去掉矩形框，纯净版） ====== */
.info-icon-wrapper.clean-icon[data-v-9d7ebb86] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #faad14; /* 醒目的警示黄 */
  cursor: help;
  font-size: 20px; /* 调大图标尺寸 */
  margin-left: 6px;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.info-icon-wrapper.clean-icon[data-v-9d7ebb86]:hover {
  color: #ffc53d;
  transform: scale(1.15); /* 悬浮微微放大 */
  text-shadow: 0 0 10px rgba(250, 173, 20, 0.4); /* 悬浮柔和发光 */
}
.info-icon[data-v-9d7ebb86] {
  margin: 0; /* 修正原本的右边距 */
}

/* 悬浮窗内部文本样式 */
.custom-tooltip-content[data-v-9d7ebb86] {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* 悬浮窗内部超链接美化 */
.tooltip-link[data-v-9d7ebb86] {
  color: #1890ff;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tooltip-link[data-v-9d7ebb86]:hover {
  color: #40a9ff;
  text-decoration-color: #40a9ff;
  text-shadow: 0 0 2px rgba(24, 144, 255, 0.3);
}
.translation-content[data-v-9d7ebb86],
.original-content[data-v-9d7ebb86] {
  max-height: 550px;
  overflow-y: auto;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 8px; /* 稍微调大圆角更现代 */
  border: 1px solid #eeeeee;
}
.text-content[data-v-9d7ebb86] {
  color: #333;
  line-height: 1.8;
  font-size: 15px;
}


.digital-countdown[data-v-3f8473f8] {
  font-family: 'Share Tech Mono', 'Courier New', Consolas, monospace;
  background-color: #f0f5ff;
  color: #1677ff;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #adc6ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04);
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  min-width: 65px;
  vertical-align: middle;
}
.filter-container[data-v-3f8473f8] { display: flex; justify-content: center; margin: 20px 0; padding: 24px; background: #ffffff; border-radius: 12px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04); border: 1px solid #f0f0f0;
}
.filter-item[data-v-3f8473f8] { display: flex; align-items: center; margin-bottom: 8px;
}
.filter-label[data-v-3f8473f8] { font-weight: 600; color: #4b5563; margin-right: 10px; font-size: 14px; white-space: nowrap;
}
.intro-header[data-v-3f8473f8] { width: 100%; display: flex; justify-content: center; gap: 20px; margin-bottom: 30px;
}
.intro-link[data-v-3f8473f8] { display: flex; align-items: center; gap: 8px; padding: 12px 36px; background: linear-gradient(135deg, #e6f7ff 0%, #ffffff 100%); border: 1px solid #91d5ff; border-radius: 30px; cursor: pointer; box-shadow: 0 4px 12px rgba(24, 144, 255, 0.1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.intro-link .text[data-v-3f8473f8] { color: #096dd9; font-size: 20px; font-weight: 700; letter-spacing: 2px;
}
.intro-link[data-v-3f8473f8]:hover { background: #1890ff; border-color: #1890ff; box-shadow: 0 6px 16px rgba(24, 144, 255, 0.25); transform: translateY(-2px);
}
.intro-link:hover .text[data-v-3f8473f8] { color: #ffffff;
}
.intro-footer-actions[data-v-3f8473f8] { display: flex; justify-content: center; align-items: center; gap: 16px; width: 100%; padding: 8px 0;
}
.status-processing-text[data-v-3f8473f8] { color: #1677ff; font-weight: bold; display: inline-flex; align-items: center; justify-content: center;
}
.loading-spinner[data-v-3f8473f8] { display: inline-block; width: 14px; height: 14px; margin-left: 6px; border: 2px solid #1677ff; border-radius: 50%; border-top-color: transparent; animation: spin-3f8473f8 1s linear infinite;
}
@keyframes spin-3f8473f8 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.status-success-text[data-v-3f8473f8] { color: #52c41a; font-weight: bold; display: inline-flex; align-items: center; justify-content: center;
}
.success-checkmark[data-v-3f8473f8] { display: inline-flex; align-items: center; justify-content: center; margin-left: 6px; color: #ffffff; background-color: #52c41a; border-radius: 50%; width: 1em; height: 1em; font-size: 0.75em; box-shadow: 0 1px 3px rgba(82, 196, 26, 0.2);
}
.refund-text-danger[data-v-3f8473f8] { color: #ff4d4f; font-weight: bold;
}
.refund-tooltip-icon[data-v-3f8473f8] { cursor: help; margin-left: 5px; color: #ff4d4f; font-weight: bold; font-size: 14px;
}
.intro-modal-body[data-v-3f8473f8] { display: flex; gap: 24px; padding: 10px 0;
}
.intro-text-panel[data-v-3f8473f8] { flex: 1; background-color: #f5f5f5; border-radius: 8px; padding: 24px; font-size: 16px; line-height: 2; color: #333; min-height: 250px; white-space: pre-wrap; border: 1px solid #eeeeee;
}
.intro-audio-panel[data-v-3f8473f8] { flex: 1; border: 1px solid #e8e8e8; border-radius: 8px; padding: 40px 20px; display: flex; align-items: center; justify-content: center; background-color: #fff;
}

/* 视频容器样式 */
.intro-video-panel[data-v-3f8473f8] {
  flex: 1;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom-video[data-v-3f8473f8] {
  width: 100%;
  max-height: 250px;
  outline: none;
  border-radius: 8px;
  background: #000;
}

/* 升级后的视频来源网络超链接样式 */
.video-source-link[data-v-3f8473f8] {
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
.video-source-link a[data-v-3f8473f8] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #595959;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f6f8fa 0%, #f0f2f5 100%);
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
}
.video-source-link a[data-v-3f8473f8]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e6f7ff 0%, #bae0ff 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.video-source-link a[data-v-3f8473f8]:hover {
  color: #096dd9;
  border-color: #91caff;
  box-shadow: 0 6px 16px rgba(24, 144, 255, 0.15);
  transform: translateY(-2px);
}
.video-source-link a[data-v-3f8473f8]:hover::before {
  opacity: 1;
}
.video-source-link .link-icon[data-v-3f8473f8],
.video-source-link .link-text[data-v-3f8473f8] {
  position: relative;
  z-index: 1;
}
.video-source-link .link-icon[data-v-3f8473f8] {
  color: #1890ff;
}
.audio-player-card[data-v-3f8473f8] { width: 100%; max-width: 320px; background: #f8f9fa; border-radius: 40px; padding: 15px 25px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04); display: flex; flex-direction: column; align-items: center; gap: 15px;
}
.waveform-mock[data-v-3f8473f8] { display: flex; align-items: center; justify-content: center; gap: 4px; height: 40px; width: 100%;
}
.waveform-mock .bar[data-v-3f8473f8] { width: 4px; background-color: #6366f1; border-radius: 2px; transform-origin: center; transition: all 0.2s ease;
}
.waveform-mock.playing .bar[data-v-3f8473f8] { animation: soundWave-3f8473f8 0.5s ease-in-out infinite alternate;
}
@keyframes soundWave-3f8473f8 {
0% { transform: scaleY(0.4);
}
100% { transform: scaleY(1.4);
}
}
.custom-audio[data-v-3f8473f8] { width: 100%; height: 40px; outline: none;
}
.info-grid[data-v-3f8473f8] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 10px 0;
}
.grid-card[data-v-3f8473f8] { background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; padding: 24px 20px; text-align: center; transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center;
}
.grid-card[data-v-3f8473f8]:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); transform: translateY(-4px); border-color: transparent;
}
.card-icon[data-v-3f8473f8] { width: 56px; height: 56px; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; border-radius: 50%;
}
.card-icon svg[data-v-3f8473f8] { width: 28px; height: 28px;
}
.card-title[data-v-3f8473f8] { font-size: 18px; font-weight: 600; margin-bottom: 12px; color: #1f2937;
}
.card-desc[data-v-3f8473f8] { font-size: 14px; color: #6b7280; line-height: 1.6; text-align: justify;
}
[data-v-3f8473f8] .custom-delete-modal .ant-modal-content { border-radius: 16px; padding: 32px 24px 24px;
}
[data-v-3f8473f8] .custom-delete-modal .ant-modal-close { top: 16px; right: 16px;
}
[data-v-3f8473f8] .ant-pagination-options-size-changer.ant-select {
  width: 120px !important;
}
.delete-modal-content[data-v-3f8473f8] { text-align: center;
}
.delete-icon-wrapper[data-v-3f8473f8] { width: 64px; height: 64px; border-radius: 50%; background: #fff1f0; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
}
.delete-warning-icon[data-v-3f8473f8] { font-size: 32px; color: #ff4d4f;
}
.delete-modal-title[data-v-3f8473f8] { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 12px;
}
.delete-modal-desc[data-v-3f8473f8] { font-size: 14px; color: #666; margin-bottom: 28px; line-height: 1.6;
}
.delete-modal-actions[data-v-3f8473f8] { display: flex; justify-content: center; gap: 16px;
}
.delete-modal-actions .ant-btn[data-v-3f8473f8] { min-width: 120px; height: 40px; border-radius: 8px; font-size: 14px;
}
.confirm-delete-btn[data-v-3f8473f8] { box-shadow: 0 4px 12px rgba(255, 77, 79, 0.2);
}
.confirm-delete-btn[data-v-3f8473f8]:hover { box-shadow: 0 6px 16px rgba(255, 77, 79, 0.3); transform: translateY(-1px); transition: all 0.3s;
}
.security-notice-wrapper[data-v-3f8473f8] { display: flex; justify-content: center; margin-top: 24px; margin-bottom: 0px; position: relative; z-index: 10;
}
.custom-security-card[data-v-3f8473f8] { display: inline-flex; flex-direction: column; align-items: center; padding: 14px 44px 14px 28px; background: linear-gradient(135deg, rgba(230, 247, 255, 0.85) 0%, rgba(240, 249, 255, 0.95) 100%); backdrop-filter: blur(8px); border: 1px solid rgba(145, 202, 255, 0.4); border-radius: 12px; box-shadow: 0 4px 16px rgba(22, 119, 255, 0.06), inset 0 1px 0 rgba(255,255,255,0.6); max-width: 90%; position: relative;
}
.close-notice-btn[data-v-3f8473f8] { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; color: #9ca3af; cursor: pointer; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.close-notice-btn[data-v-3f8473f8]:hover { color: #ff4d4f; background-color: rgba(255, 77, 79, 0.1); transform: translateY(-50%) scale(1.05);
}
.notice-fade-enter-active[data-v-3f8473f8], .notice-fade-leave-active[data-v-3f8473f8] { transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1); overflow: hidden; max-height: 100px;
}
.notice-fade-enter-from[data-v-3f8473f8], .notice-fade-leave-to[data-v-3f8473f8] { max-height: 0; opacity: 0; margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0; padding-bottom: 0;
}
.notice-content[data-v-3f8473f8] { color: #4b5563; font-size: 14px; text-align: center; line-height: 1.6;
}
.custom-success-overlay[data-v-3f8473f8] { position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; z-index: 9999; background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(4px);
}
.success-content[data-v-3f8473f8] { background: #ffffff; padding: 40px 60px; border-radius: 20px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); text-align: center; display: flex; flex-direction: column; align-items: center; transform: translateY(-5%);
}
.check-icon[data-v-3f8473f8] { margin-bottom: 24px;
}
.success-text[data-v-3f8473f8] { font-size: 20px; font-weight: 600; color: #333; letter-spacing: 1px;
}
.checkmark[data-v-3f8473f8] { width: 72px; height: 72px; border-radius: 50%; display: block; stroke-width: 3.5; stroke: #52c41a; stroke-miterlimit: 10; margin: 0 auto; box-shadow: inset 0px 0px 0px #52c41a; animation: fill-3f8473f8 0.4s ease-in-out 0.4s forwards,scale-3f8473f8 0.3s ease-in-out 0.9s both;
}
.checkmark__circle[data-v-3f8473f8] { stroke-dasharray: 166; stroke-dashoffset: 166; stroke-width: 3.5; stroke-miterlimit: 10; stroke: #52c41a; fill: none; animation: stroke-3f8473f8 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check[data-v-3f8473f8] { transform-origin: 50% 50%; stroke-dasharray: 48; stroke-dashoffset: 48; animation: stroke-3f8473f8 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}
@keyframes stroke-3f8473f8 {
100% { stroke-dashoffset: 0;
}
}
@keyframes scale-3f8473f8 {
0%, 100% { transform: none;
}
50% { transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill-3f8473f8 {
100% { box-shadow: inset 0px 0px 0px 30px rgba(82, 196, 26, 0.1);
}
}
.fade-scale-enter-active[data-v-3f8473f8], .fade-scale-leave-active[data-v-3f8473f8] { transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fade-scale-enter-from[data-v-3f8473f8], .fade-scale-leave-to[data-v-3f8473f8] { opacity: 0; transform: scale(0.85);
}

