@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;
}


/* =========== 新增：清爽科技风电子表倒计时样式 =========== */
.digital-countdown[data-v-6316d406] {
  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;
}

/* ======================================================= */
.voice-clone-container[data-v-6316d406] {
  width: 100%;
  max-width: 100%;
  padding: 24px;
  box-sizing: border-box;
  background-color: #f5f7fa;
  min-height: 100vh;
}
.page-header[data-v-6316d406] {
  padding: 0;
  margin-bottom: 24px;
  background: transparent;
}
.top-section[data-v-6316d406] {
  display: flex;
  align-items: stretch;
}
.action-card[data-v-6316d406] {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  height: 480px;
  display: flex;
  flex-direction: column;
}
.action-card[data-v-6316d406] .ant-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.param-card[data-v-6316d406] {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.upload-content[data-v-6316d406] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.upload-dragger[data-v-6316d406] {
  height: 100%;
  border: 2px dashed #d9d9d9;
  border-radius: 8px;
  background-color: #fafafa;
  transition: border-color 0.3s;
}
.upload-dragger[data-v-6316d406]:hover {
  border-color: #1890ff;
}
.upload-center[data-v-6316d406] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.audio-preview[data-v-6316d406] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #f0f5ff;
  border-radius: 8px;
  border: 1px dashed #adc6ff;
}
.preview-title[data-v-6316d406] {
  margin-bottom: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.config-grid[data-v-6316d406] {
  display: flex;
  flex-direction: column;
}
.config-row[data-v-6316d406] {
  display: flex;
  gap: 16px;
  width: 100%;
}
.config-col[data-v-6316d406] {
  flex: 1;
  min-width: 0;
}
.param-label[data-v-6316d406] {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}
.param-hint[data-v-6316d406] {
  font-weight: normal;
  color: #999;
  font-size: 12px;
}
.submit-action-buttons[data-v-6316d406] {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  padding: 0 12px 5px;
  width: 100%;
}
.settings-title[data-v-6316d406] {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}
.filter-container[data-v-6316d406] {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
}
.modal-filter[data-v-6316d406] {
  box-shadow: none;
  border: none;
  padding: 0 0 16px 0;
  margin-bottom: 0;
}
.filter-item[data-v-6316d406] {
  display: flex;
  align-items: center;
}
.filter-label[data-v-6316d406] {
  font-weight: 600;
  color: #4b5563;
  margin-right: 10px;
  font-size: 14px;
}
.status-processing-text[data-v-6316d406] {
  color: #1677ff;
  font-weight: bold;
}
.status-success-text[data-v-6316d406] {
  color: #52c41a;
  font-weight: bold;
}

/* ================= 确认弹窗增强样式 (移植自高阶版) ================= */
[data-v-6316d406] .custom-confirm-modal .ant-modal-content {
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
[data-v-6316d406] .custom-confirm-modal .ant-modal-header {
  border-bottom: none;
  padding: 24px 24px 12px;
  text-align: center;
}
[data-v-6316d406] .custom-confirm-modal .ant-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
[data-v-6316d406] .custom-confirm-modal .ant-modal-body {
  padding: 0;
}
[data-v-6316d406] .ant-pagination-options-size-changer.ant-select {
  width: 120px !important;
}
.confirm-content-wrapper[data-v-6316d406] {
  padding: 10px 24px 24px;
}
.confirm-header[data-v-6316d406] {
  background: #f8faff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #e1e8ff;
}
.voice-info-display[data-v-6316d406] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.voice-avatar-large[data-v-6316d406] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(51, 102, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f5ff;
  color: #3366ff;
  font-size: 24px;
}
.voice-details[data-v-6316d406] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.voice-details .voice-name[data-v-6316d406] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.voice-details .voice-desc[data-v-6316d406] {
  font-size: 13px;
  color: #666;
}
.confirm-details[data-v-6316d406] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
}
.detail-item[data-v-6316d406] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px dashed #f0f0f0;
}
.detail-item[data-v-6316d406]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.detail-label[data-v-6316d406] {
  font-size: 15px;
  color: #666;
}
.detail-value[data-v-6316d406] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.amount-item .detail-value[data-v-6316d406] {
  color: #ff4d4f;
  font-size: 24px;
  font-weight: 600;
}
.confirm-footer-actions[data-v-6316d406] {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 20px 24px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}
.confirm-footer-actions .ant-btn[data-v-6316d406] {
  min-width: 100px;
  border-radius: 6px;
  font-size: 14px;
}
.pay-btn[data-v-6316d406] {
  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-6316d406]:hover {
  background: linear-gradient(135deg, #2952cc 0%, #5282e6 100%);
  color: white;
}
.cancel-btn[data-v-6316d406] {
  background: #ffffff;
  border: 1px solid #dcdfe6;
  color: #909399;
}
.cancel-btn[data-v-6316d406]:hover {
  background: #fef0f0;
  border-color: #fbc4c4;
  color: #f56c6c;
}

/* ================= 删除确认弹窗样式 ================= */
[data-v-6316d406] .custom-delete-modal .ant-modal-content {
  border-radius: 16px;
  padding: 32px 24px 24px;
}
[data-v-6316d406] .custom-delete-modal .ant-modal-close {
  top: 16px;
  right: 16px;
}
.delete-modal-content[data-v-6316d406] {
  text-align: center;
}
.delete-icon-wrapper[data-v-6316d406] {
  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-6316d406] {
  font-size: 32px;
  color: #ff4d4f;
}
.delete-modal-title[data-v-6316d406] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.delete-modal-desc[data-v-6316d406] {
  font-size: 14px;
  color: #666;
  margin-bottom: 28px;
  line-height: 1.6;
}
.delete-modal-actions[data-v-6316d406] {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.delete-modal-actions .ant-btn[data-v-6316d406] {
  min-width: 120px;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
}
.confirm-delete-btn[data-v-6316d406] {
  box-shadow: 0 4px 12px rgba(255, 77, 79, 0.2);
}
.confirm-delete-btn[data-v-6316d406]:hover {
  box-shadow: 0 6px 16px rgba(255, 77, 79, 0.3);
  transform: translateY(-1px);
  transition: all 0.3s;
}

/* ================== 新增：产品介绍等弹窗相关样式 ================== */
.intro-header[data-v-6316d406] {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto 30px auto;
  flex-wrap: wrap;
}
.intro-link[data-v-6316d406] {
  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-6316d406] {
  color: #096dd9;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.intro-link[data-v-6316d406]: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-6316d406] {
  color: #ffffff;
}
.intro-footer-actions[data-v-6316d406] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 8px 0;
}
.info-grid[data-v-6316d406] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 10px 0;
}
.grid-card[data-v-6316d406] {
  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-6316d406]:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: transparent;
}
.card-icon[data-v-6316d406] {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.card-icon svg[data-v-6316d406] {
  width: 28px;
  height: 28px;
}
.card-title[data-v-6316d406] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2937;
}
.card-desc[data-v-6316d406] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  text-align: justify;
}

/* ======== 重构的 Intro Modal Body 样式 ======== */
.intro-modal-body[data-v-6316d406] {
  display: flex;
  gap: 30px;
  padding: 20px 10px;
}
.intro-left[data-v-6316d406], .intro-right[data-v-6316d406] {
  flex: 1;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.intro-left[data-v-6316d406] {
  background-color: #fff;
}
.intro-right[data-v-6316d406] {
  background-color: #f9faff;
}
.intro-text-panel[data-v-6316d406] {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

/* 修改点：居中、科技感渐变胶囊风格标题 */
.text-panel-title[data-v-6316d406] {
  font-size: 15px;
  font-weight: 600;
  color: #1890ff;
  background: linear-gradient(135deg, #e6f7ff 0%, #f0f9ff 100%);
  padding: 6px 24px;
  border-radius: 20px;
  border: 1px solid #91caff;
  margin: 0 auto 8px auto; /* 居中对齐 */
  letter-spacing: 1px;
  box-shadow: 0 2px 6px rgba(24, 144, 255, 0.1);
  display: inline-block;
  text-align: center;
}
.text-panel-content[data-v-6316d406] {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  text-align: justify;
}
.voice-label[data-v-6316d406] {
  font-size: 15px;
  font-weight: 600;
  color: #1890ff;
  margin-bottom: 5px;
}
.cloned-label[data-v-6316d406] {
  color: #52c41a;
}
.audio-player-card[data-v-6316d406] {
  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-6316d406] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40px;
  width: 100%;
}
.waveform-mock .bar[data-v-6316d406] {
  width: 4px;
  background-color: #6366f1;
  border-radius: 2px;
  transform-origin: center;
  transition: all 0.2s ease;
}
.waveform-mock.playing .bar[data-v-6316d406] {
  animation: soundWave-6316d406 0.5s ease-in-out infinite alternate;
}
@keyframes soundWave-6316d406 {
0% {
    transform: scaleY(0.4);
}
100% {
    transform: scaleY(1.4);
}
}
.custom-audio[data-v-6316d406] {
  width: 100%;
  height: 40px;
  outline: none;
}
.security-notice-wrapper[data-v-6316d406] {
  display: flex;
  justify-content: center; /* 保证整个卡片在页面水平居中 */
  margin-top: 5px; /* 【修复】：改为正数24px，使其与上方的灰色大框拉开完美间距 */
  margin-bottom: 0px; /* 【修复】：改为0px，因为下方的模糊搜索框自带了 margin-top: 20px，防止间距过大 */
  position: relative;
  z-index: 10;
}
.custom-security-card[data-v-6316d406] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 44px 14px 28px; /* 【修改】：将右侧 padding 从 28px 增至 44px */
  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-6316d406] {
  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-6316d406]:hover {
  color: #ff4d4f; /* Ant Design 警告红 */
  background-color: rgba(255, 77, 79, 0.1); /* 微红背景底色 */
  transform: translateY(-50%) scale(1.05); /* 悬浮轻微放大 */
}

/* 提示卡片消失及平滑上移动画（终极无抖动版） */
.notice-fade-enter-active[data-v-6316d406],
.notice-fade-leave-active[data-v-6316d406] {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1); /* 更平滑的非线性动画 */
  overflow: hidden;
  max-height: 100px; /* 略大于卡片真实高度即可 */
}
.notice-fade-enter-from[data-v-6316d406],
.notice-fade-leave-to[data-v-6316d406] {
  max-height: 0;
  opacity: 0;
  margin-top: 0 !important; /* 【关键修复】：将原本的 -15px 平滑过渡到 0，防止销毁时下坠 */
  margin-bottom: 0 !important; /* 将原本的 20px 平滑过渡到 0 */
  padding-top: 0;
  padding-bottom: 0;
}
.notice-content[data-v-6316d406] {
  color: #4b5563; /* 深灰字体，比纯黑更柔和护眼 */
  font-size: 14px;
  text-align: center; /* 【核心修改】：保证正文文本也居中对齐 */
  line-height: 1.6;
}

/* ================= 支付成功遮罩层动画样式 ================= */
.custom-success-overlay[data-v-6316d406] {
  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-6316d406] {
  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-6316d406] {
  margin-bottom: 24px;
}
.success-text[data-v-6316d406] {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}
.checkmark[data-v-6316d406] {
  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-6316d406 0.4s ease-in-out 0.4s forwards,scale-6316d406 0.3s ease-in-out 0.9s both;
}
.checkmark__circle[data-v-6316d406] {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3.5;
  stroke-miterlimit: 10;
  stroke: #52c41a;
  fill: none;
  animation: stroke-6316d406 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__check[data-v-6316d406] {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke-6316d406 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}
@keyframes stroke-6316d406 {
100% {
    stroke-dashoffset: 0;
}
}
@keyframes scale-6316d406 {
0%, 100% {
    transform: none;
}
50% {
    transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill-6316d406 {
100% {
    box-shadow: inset 0px 0px 0px 30px rgba(82, 196, 26, 0.1);
}
}
.fade-scale-enter-active[data-v-6316d406],
.fade-scale-leave-active[data-v-6316d406] {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fade-scale-enter-from[data-v-6316d406],
.fade-scale-leave-to[data-v-6316d406] {
  opacity: 0;
  transform: scale(0.85);
}

