/* ====================================================================
   首页 - 基于1440×3496px画布的像素级还原
   所有切图、文字、交互都以这个画布为坐标
   画布等比缩放适配任意屏幕
   ==================================================================== */

*{ margin:0; padding:0; box-sizing:border-box; }

body{
  background:#0C071A;
  color:#fff;
  font-family:'PingFang SC','Microsoft YaHei',sans-serif;
  overflow-x:hidden;
  overflow-y:auto;
  min-height:100vh;
}

/* ====== 缩放容器：正常文档流，内容等比缩放 ====== */
#home-scale-wrap{
  position:relative;
  width:100%;
}

/* ====== 首页画布：固定1440×3496px ====== */
.page-home{
  position:absolute;
  left:50%; top:0;
  margin-left:-720px;
  width:1440px;
  height:3800px;
  transform-origin:center top;
  overflow:visible;
  animation:none;
}

/* ====== 切图层 ====== */
.cut-layer{
  position:absolute;
  top:0; left:0;
  width:1440px;
  height:3496px;
  overflow:hidden;
  z-index:1;
  /* pointer-events removed for toggleMultiDropdown */
}
.cut-layer img{
  position:absolute;
  display:block;
  /* pointer-events removed for toggleMultiDropdown */
}
.cut-layer .cut-02{ display:none; }

/* ====== 43张切图精确定位（哥的精确坐标，基于1440×3496总背景） ====== */
.cut-01{ left:0px; top:0px; width:1440px; height:3800px; }
.cut-02{ left:340px; top:0px; width:760px; height:170px; }
.cut-03{ left:140px; top:30px; width:40px; height:40px; }
.cut-04{ left:1220px; top:32px; width:80px; height:36px; }

/* ====== 品牌标题 "胡萝卜配音" ====== */
.brand-title{
  position:absolute;
  left:188px; top:33px;
  width:117px; height:34px;
  font-family:'PingFang SC-Medium','PingFang SC',sans-serif;
  font-weight:500;
  font-size:24px;
  color:#FFFFFF;
  letter-spacing:-0.04em;
  line-height:34px;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}

/* ====== 首页主标语：让每一段 声音都有温度 ====== */
.hero-slogan{
  position:absolute;
  left:140px; top:174px;
  width:480px;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}
.hero-slogan-part1{
  display:block;
  font-family:'Public Sans',sans-serif;
  font-weight:700;
  font-size:68px;
  color:#F5F5F5;
  line-height:84px;
  letter-spacing:-0.01em;
  text-align:left;
  font-style:normal;
}
.hero-slogan-part2{
  display:block;
  font-family:'Platypi',serif;
  font-weight:600;
  font-style:italic;
  font-size:68px;
  line-height:84px;
  letter-spacing:-0.01em;
  text-align:left;
  background:linear-gradient(90deg,#A442DD,#FF6F1F);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

/* ====== 首页标签：商业配音·自媒体配音·有声书 ====== */
.hero-tags{
  position:absolute;
  left:140px; top:361px;
  width:608px; height:20px;
  font-family:'PingFang SC',sans-serif;
  font-weight:400;
  font-size:20px;
  color:rgba(255,255,255,0.55);
  letter-spacing:10%;
  line-height:20px;
  white-space:nowrap;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}

/* ====== 登录文字 ====== */
.hero-login-text{
  position:absolute;
  left:1246px; top:39px;
  width:28px; height:22px;
  font-family:'PingFang SC',sans-serif;
  font-weight:900;
  font-size:14px;
  color:rgba(255,255,255,0.55);
  letter-spacing:0%;
  line-height:21.7px;
  text-align:center;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}

/* ====== 立即体验AI配音 ====== */
.hero-cta-text{
  position:absolute;
  left:169px; top:421px;
  width:138px; height:28px;
  font-family:'PingFang SC',sans-serif;
  font-weight:500;
  font-size:20px;
  color:rgba(255,255,255,0.55);
  letter-spacing:0%;
  line-height:normal;
  white-space:nowrap;
  z-index:2;
  cursor:pointer;
}

/* ====== 5000+名创作者选择 ====== */
.hero-stats-text{
  position:absolute;
  left:140px; top:606px;
  width:484px;
  font-family:'PingFang SC',sans-serif;
  font-weight:300;
  font-size:30px;
  letter-spacing:0%;
  line-height:48px;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}
.hero-stats-text .stats-normal{
  color:rgba(253,251,249,0.6);
}
.hero-stats-text .stats-brand{
  color:rgba(255,111,31,0.7);
}

/* ====== 数字/数据：300+ / 6K+ / 一键商用 ====== */
.hero-number{
  position:absolute;
  height:64px;
  font-family:'Poppins',sans-serif;
  font-weight:700;
  font-size:36px;
  letter-spacing:0%;
  line-height:64px;
  background:linear-gradient(90deg, #A442DD 0%, #FF6F1F 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}
.hero-num-300{ left:712px; top:609px; width:92px; }
.hero-num-6k{ left:913px; top:609px; width:71px; }
.hero-num-yijian{ left:1156px; top:609px; width:144px; }

/* ====== 数据下方小字（颜色浅一点） ====== */
.hero-sub-text{
  position:absolute;
  height:16px;
  font-family:'PingFang SC',sans-serif;
  font-weight:400;
  font-size:16px;
  color:rgba(245,245,245,0.6);
  letter-spacing:0%;
  line-height:16px;
  white-space:nowrap;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}
.hero-sub-voices{ left:712px; top:683px; width:141px; }
.hero-sub-users{ left:913px; top:683px; width:183px; }
.hero-sub-copyright{ left:1156px; top:683px; width:134px; }

/* ====== 区域标题：特色功能 / 热门音色 / 全品类配音场景 / 常见问题 ====== */
.hero-section-title{
  position:absolute;
  width:840px; height:64px;
  font-family:'PingFang SC',sans-serif;
  font-weight:900;
  font-size:48px;
  letter-spacing:-5%;
  line-height:64px;
  text-align:center;
  background:linear-gradient(90deg, #FFFFFF 0%, #787878 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}
.hero-title-features{ left:300px; top:916px; }
.hero-title-hot{ left:300px; top:1482px; }
.hero-title-scenes{ left:300px; top:2130px; }
.hero-title-faq{ left:300px; top:2846px; }
.home-faq-list{position:absolute;left:270px;top:2970px;width:900px;z-index:2}
.home-faq-list .faq-item{position:relative;width:900px;min-height:79px;margin-bottom:16px;background:rgba(255,255,255,0.2);border:1px solid rgba(236,239,243,0.4);border-radius:12px;overflow:hidden;cursor:pointer}
.home-faq-list .faq-q{padding:0 60px 0 24px;font-size:15px;font-weight:500;color:rgba(255,255,255,0.8);display:flex;align-items:center;min-height:79px;line-height:1.4}
.home-faq-list .faq-icon-box{position:absolute;right:24px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:1.5px solid rgba(255,255,255,0.4);border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:rgba(255,255,255,0.6);font-size:16px;font-weight:300;line-height:1;user-select:none}
.home-faq-list .faq-icon-box::before{content:'+'}
.home-faq-list .faq-item.open .faq-icon-box::before{content:'-'}
.home-faq-list .faq-a{padding:0 60px 20px 24px;font-size:13px;color:rgba(255,255,255,0.5);line-height:1.7;display:none}
.home-faq-list .faq-item.open .faq-a{display:block}
.home-faq-list .faq-item.open{min-height:79px;height:auto}

/* ====== 区域副标题（颜色浅一点） ====== */
.hero-section-sub{
  position:absolute;
  height:24px;
  font-family:'PingFang SC',sans-serif;
  font-weight:400;
  font-size:16px;
  color:rgba(255,255,255,0.55);
  letter-spacing:0%;
  line-height:24px;
  text-align:center;
  white-space:nowrap;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}
.hero-sub-features{ left:539px; top:988px; width:362px; }

/* ====== 三大特色卡片标题 ====== */
.hero-feature-title{
  position:absolute;
  height:24px;
  font-family:'PingFang SC',sans-serif;
  font-weight:900;
  font-size:22px;
  color:#FFFFFF;
  letter-spacing:0%;
  line-height:24px;
  white-space:nowrap;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}
.hero-feat-voices{ left:221px; top:1262px; width:118px; font-size:22px; }
.hero-feat-gen{ left:632px; top:1262px; width:176px; font-size:22px; }
.hero-feat-license{ left:1088px; top:1262px; width:144px; font-size:24px; }

/* ====== 三大特色描述（颜色浅一点） ====== */
.hero-feature-desc{
  position:absolute;
  height:24px;
  font-family:'PingFang SC',sans-serif;
  font-weight:400;
  font-size:16px;
  color:rgba(255,255,255,0.55);
  letter-spacing:0%;
  line-height:24px;
  white-space:nowrap;
  z-index:2;
  /* pointer-events removed for toggleMultiDropdown */
}
.hero-fdesc-cover{ left:120px; top:1301px; width:320px; }
.hero-fdesc-gen{ left:584px; top:1301px; width:272px; }
.hero-fdesc-license{ left:1046px; top:1303px; width:288px; }

/* cut-05已移除（橙色小横杠） */
.cut-06{ left:140px; top:405px; width:220px; height:60px; }
.cut-07{ left:311px; top:425px; width:20px; height:20px; }
.cut-08{ left:883px; top:634px; width:2px; height:40px; }
.cut-09{ left:1126px; top:634px; width:2px; height:40px; }
.cut-10{ left:0px; top:748px; width:1440px; height:48px; }
.cut-11{ left:80px; top:1062px; width:400px; height:300px; }
.cut-12{ left:520px; top:1062px; width:400px; height:300px; }
.cut-13{ left:960px; top:1062px; width:400px; height:300px; }
/* cut-14~17 removed: 背景图由JS动态渲染到hot-voice-card的style中 */
.cut-18{ left:278px; top:1668px; width:52px; height:24px; }
.cut-19{ left:598px; top:1668px; width:52px; height:24px; }
.cut-20{ left:918px; top:1668px; width:52px; height:24px; }
.cut-21{ left:1238px; top:1668px; width:52px; height:24px; }
.cut-22{ left:286px; top:1672px; width:16px; height:16px; }
.cut-23{ left:606px; top:1672px; width:16px; height:16px; }
.cut-24{ left:926px; top:1672px; width:16px; height:16px; }
.cut-25{ left:1246px; top:1672px; width:16px; height:16px; }
.cut-26{ left:180px; top:1714px; width:120px; height:120px; }
.cut-27{ left:500px; top:1714px; width:120px; height:120px; }
.cut-28{ left:820px; top:1714px; width:120px; height:120px; }
.cut-29{ left:1140px; top:1714px; width:120px; height:120px; }
/* cut-30 removed: 试听按钮由 .hot-voice-play-btn 动态渲染 */
.cut-31{ left:178px; top:1946px; width:180px; height:40px; }
.cut-32{ left:442px; top:1946px; width:40px; height:40px; }
.cut-33{ left:498px; top:1946px; width:180px; height:40px; }
.cut-34{ left:762px; top:1946px; width:40px; height:40px; }
.cut-35{ left:818px; top:1946px; width:180px; height:40px; }
.cut-36{ left:1082px; top:1946px; width:40px; height:40px; }
.cut-37{ left:1138px; top:1946px; width:180px; height:40px; }
.cut-38{ left:80px; top:2286px; width:540px; height:440px; }
.cut-39{ left:640px; top:2286px; width:720px; height:440px; }
/* cut-40~43 removed: FAQ +/-图标已改用CSS伪元素实现 */

/* ====== 导航文字链接 — 已从HTML彻底移除 ====== */

/* ====== 其他页面通用样式 ====== */
.page-inner{
  min-height:calc(100vh - 60px);
  padding-top:100px;
  padding-bottom:60px;
}

/* ====== 交互覆盖层已移除（改用全局导航）====== */

/* ====== 热门音色卡片容器 ====== */
.hot-voice-grid{
  position:absolute;
  left:90px; top:1638px;
  width:1260px; height:372px;
  display:flex;
  gap:20px;
  z-index:5;
}
.hot-voice-card{
  width:300px; height:372px;
  flex-shrink:0;
  position:relative;
  z-index:0;
  background:transparent;
  overflow:hidden;
  border-radius:20px;
  transition:transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease;
}
.hot-voice-card:hover{
  transform:translateY(-6px) scale(1.03);
  box-shadow:0 12px 35px rgba(124,92,252,0.35);
}
.voice-fav-star:hover{opacity:0.8}
.hot-voice-card:hover .hot-voice-card-avatar img{
  transform:scale(1.08);
}
.hot-voice-card-avatar img{
  transition:transform 0.35s ease;
}

/* ====== 卡片元素（按新设计图） ====== */
.hot-voice-card-avatar{
  position:absolute;
  left:90px; top:76px;
  width:120px; height:120px;
  border-radius:50%;
  overflow:hidden;
  z-index:6;
}
.hot-voice-card-avatar img{
  width:100%; height:100%;
  object-fit:cover;
}
.hot-voice-card-avatar-emoj{
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:40px;
  background:rgba(255,255,255,0.08);
}
.hot-voice-card-name{
  position:absolute;
  right:118px; top:24px;
  left:auto;
  height:30px;
  font-family:'PingFang SC','PingFang SC-Medium',sans-serif;
  font-weight:400;
  font-size:30px;
  color:rgba(255,255,255,0.88);
  line-height:30px;
  text-align:right;
  white-space:nowrap;
  z-index:6;
}
.hot-voice-card-gender{
  position:absolute;
  left:188px; top:30px;
  width:52px;
  height:24px;
  font-size:12px;
  font-weight:600;
  padding:0 10px;
  border-radius:4px;
  z-index:6;
  line-height:24px;
  text-align:center;
  box-sizing:border-box;
}
.gender-male{
  background:#6298F4;
  color:#fff;
}
.gender-female{
  background:#FC83A2;
  color:#fff;
}
.hot-voice-card-desc{
  position:absolute;
  left:20px; top:246px;
  width:260px;
  height:48px;
  font-family:'PingFang SC',sans-serif;
  font-weight:400;
  font-size:16px;
  color:rgba(255,255,255,0.55);
  line-height:24px;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:hidden;
  text-overflow:ellipsis;
  z-index:6;
}
.hot-voice-card-tag{
  position:absolute;
  width:56px; height:22px;
  border-radius:4px;
  font-size:12px;
  line-height:20px;
  text-align:center;
  background:rgba(130,153,255,0.12);
  color:#8299FF;
  border:1px solid #8299FF;
  z-index:6;
  box-sizing:border-box;
}
.hot-voice-btn-use{
  position:absolute;
  left:30px; bottom:28px;
  right:30px;
  height:34px;
  border:none;
  border-radius:4px;
  font-size:12px;
  font-weight:400;
  cursor:pointer;
  background:transparent;
  color:rgba(255,255,255,0.5);
  transition:all 0.2s;
  pointer-events:auto;
  z-index:20;
  text-align:center;
  line-height:34px;
  letter-spacing:2px;
}
.hot-voice-btn-use:hover{
  color:#fff;
}
.hot-voice-play-btn{
  position:absolute;
  left:32px; top:308px;
  width:40px; height:40px;
  z-index:10;
  cursor:pointer;
  pointer-events:auto;
  background:url('../img/cut/cut_30.png') no-repeat center/contain;
  border:none;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* 试听按钮 — 加载状态 */
.hot-voice-play-btn.loading{background:none !important}
.studio-card-play.loading{background:none !important}
.pr-spinner{
  display:inline-block;
  width:20px;height:20px;
  border:2px solid rgba(255,255,255,0.2);
  border-top-color:#fff;
  border-radius:50%;
  animation:pr-spin 0.7s linear infinite;
}
.studio-card-play.loading .pr-spinner{border-top-color:#FFD700}
@keyframes pr-spin{to{transform:rotate(360deg)}}

/* 试听按钮 — 播放动画（波形条） */
.hot-voice-play-btn.playing{background:none !important}
.studio-card-play.playing{background:none !important}
.pr-bars{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  height:20px;
}
.pr-bar{
  display:inline-block;
  width:3px;
  background:#fff;
  border-radius:2px;
  animation:pr-wave 0.8s ease-in-out infinite;
}
.hot-voice-play-btn.playing .pr-bar{background:#fff}
.studio-card-play.playing .pr-bar{background:#FFD700}
.pr-bar:nth-child(1){height:8px;animation-delay:0s}
.pr-bar:nth-child(2){height:16px;animation-delay:0.2s}
.pr-bar:nth-child(3){height:10px;animation-delay:0.4s}
.pr-bar:nth-child(4){height:14px;animation-delay:0.1s}
@keyframes pr-wave{
  0%,100%{transform:scaleY(0.5);opacity:0.6}
  50%{transform:scaleY(1);opacity:1}
}

/* 暂停图标 */
.hot-voice-play-btn.paused{background:none !important}
.studio-card-play.paused{background:none !important}
.pr-pause{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
}
.pr-pause::before,
.pr-pause::after{
  content:'';
  display:inline-block;
  width:3px;
  height:14px;
  border-radius:2px;
}
.hot-voice-play-btn .pr-pause::before,
.hot-voice-play-btn .pr-pause::after{background:rgba(255,255,255,0.6)}
.studio-card-play .pr-pause::before,
.studio-card-play .pr-pause::after{background:rgba(255,212,0,0.6)}

.hot-voice-use-btn{
  position:absolute;
  left:88px; top:308px;
  width:180px; height:40px;
  z-index:10;
  cursor:pointer;
  pointer-events:auto;
  background:url('../img/cut/cut_31.png') no-repeat center/contain;
  border:none;
  font-family:'PingFang SC',sans-serif;
  font-size:16px;
  font-weight:500;
  color:#FFFFFF;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ====== 音色库 fixed 画布（同首页方案） ====== */
.page-voices{
  display:none;
  position:absolute;
  left:50%; top:0;
  margin-left:-720px;
  width:1440px;
  height:2550px;
  transform-origin:center top;
  overflow:visible;
  z-index:1;
}
.page-voices.active{
  display:block;
}
#voices-scale-wrap{
  position:relative;
  width:100%;
}
.voices-header-row{
  position:absolute;
  left:84px; top:90px;
  display:flex;
  align-items:center;
  gap:16px;
}
.voices-header-title{
  font-size:28px;
  font-weight:700;
  color:#fff;
  margin:0;
}
.voices-header-count{
  font-size:14px;
  color:rgba(255,255,255,0.4);
}
.voices-tab-bar{
  position:absolute;
  left:90px; top:120px;
  z-index:2;
}
.voices-tab-icon{
  position:absolute;
  left:20px; top:16px;
  width:24px; height:24px;
  /* pointer-events removed for toggleMultiDropdown */
  z-index:10;
}
.voice-lib-tab{
  position:absolute;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-size:18px;
  background:rgba(255,255,255,0.08);
  color:rgba(255,255,255,0.6);
  transition:all 0.3s;
  padding:0;
}
.voice-lib-tab.commercial-tab{
  left:0; top:0;
  width:140px; height:56px;
}
.voice-lib-tab.media-tab{
  left:156px; top:0;
  width:158px; height:56px;
}
.voice-lib-tab.favorite-tab{
  left:328px; top:0;
  width:150px; height:56px;
}
.voice-lib-tab.myvoice-tab{
  left:492px; top:0;
  width:150px; height:56px;
}
.voice-lib-tab.active{
  background:#FE7E1E !important;
  color:#fff !important;
}
.voice-lib-tab .tab-text{
  position:absolute;
  font-size:18px;
  line-height:1;
  color:#fff;
  /* pointer-events removed for toggleMultiDropdown */
}
.voice-lib-tab.commercial-tab .tab-text{
  left:48px; top:19px;
  width:72px; height:25px;
}
.voice-lib-tab.media-tab .tab-text{
  left:48px; top:19px;
  width:90px; height:25px;
}
.voice-lib-tab.favorite-tab .tab-text{
  left:12px; top:19px;
  width:130px; height:25px;
}
.voice-lib-tab.myvoice-tab .tab-text{
  left:20px; top:19px;
  width:120px; height:25px;
}
.voices-search-box{
  position:absolute;
  left:870px; top:120px;
  width:480px; height:56px;
  border-radius:70px;
  overflow:hidden;
  z-index:3;
}
.voices-search-box-bg{
  width:480px; height:56px;
  display:block;
}
.voices-search-input{
  position:absolute;
  left:0; top:0;
  width:480px; height:56px;
  background:transparent;
  border:none;
  border-radius:70px;
  padding:0 66px 0 20px;
  color:#fff;
  font-size:15px;
  outline:none;
  box-sizing:border-box;
  z-index:2;
}
.voices-search-placeholder{
  position:absolute;
  left:20px; top:17.71px;
  width:80px; height:18.67px;
  font-size:15px;
  color:rgba(255,255,255,0.35);
  line-height:18.67px;
  /* pointer-events removed for toggleMultiDropdown */
  z-index:1;
}
.voices-search-btn{
  position:absolute;
  left:428px; top:4px;
  width:48px; height:48px;
  border-radius:50%;
  border:none;
  padding:0;
  background:none;
  cursor:pointer;
  z-index:3;
}
.voices-search-btn img{
  width:48px; height:48px;
  display:block;
  border-radius:50%;
}
.voices-filters-area{
  position:absolute;
  left:90px; top:196px;
  width:1260px;
  background:#353145;
  border:1px solid rgba(102,102,102,0.5);
  border-radius:8px;
  box-sizing:border-box;
  padding:12px 24px;
  z-index:3;
}
/* 筛选按钮选中颜色跟商业配音tab一致 */
.voices-filters-area .filter-btn.active{
  background:#FE7E1E !important;
  border-color:#FE7E1E !important;
  color:#fff !important;
}
.voices-filters-area .filter-btn.sub.active{
  background:rgba(254,126,30,0.2) !important;
  border-color:#FE7E1E !important;
  color:#FE7E1E !important;
}
.voice-lib-tab-content{display:none}
.voice-lib-tab-content.active{display:block}
.voices-grid-area{
  position:absolute;
  left:0; top:455px;
  width:1440px;
  z-index:1;
}

/* ====== AI配音页面（1440px固定画布缩放） ====== */
#ai-scale-wrap{
  position:relative;
  width:100%;
  overflow:visible;
  min-height:300px;
}
.page-ai{
  position:absolute;
  left:50%; top:0;
  margin-left:-720px;
  width:1440px;
  height:1020px;
  transform-origin:center top;
  overflow:visible;
  z-index:1;
}
.page-ai.active{
  display:block;
}
.page-ai .ai-studio-container{
  position:absolute;
  left:0; top:0;
  width:1440px;
  height:1020px;
}

/* ====== AI配音页面 - 两栏布局（工作台内） ====== */
.ai-left-panel,
.ai-right-panel{
  display:inline-block;
  vertical-align:top;
  box-sizing:border-box;
}
.ai-left-panel{
  width:360px;
  padding:16px;
  position:relative;
  z-index:1;
}
.ai-right-panel{
  width:880px;
  padding:16px;
  min-height:480px;
}

/* 面板标题 */
.ai-panel-hd{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(74,74,90,0.4);
}
.ai-panel-hd-icon{
  font-size:18px;
}
.ai-panel-hd-title{
  font-size:15px;
  font-weight:600;
  color:#fff;
  letter-spacing:0.5px;
}

/* 搜索框 */
.ai-search-box{
  display:flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(74,74,90,0.6);
  border-radius:6px;
  padding:0 12px;
  height:38px;
  margin-bottom:14px;
}
.ai-search-box:focus-within{
  border-color:#FF6B35;
}
.ai-search-icon{
  font-size:14px;
  color:rgba(255,255,255,0.4);
  flex-shrink:0;
}
.ai-search-input{
  flex:1;
  background:none;
  border:none;
  color:#fff;
  font-size:13px;
  outline:none;
  height:100%;
}
.ai-search-input::placeholder{
  color:rgba(255,255,255,0.35);
}

/* 筛选区域 */
.ai-filter-area{
  margin-bottom:12px;
}
.ai-filter-label{
  font-size:12px;
  color:rgba(255,255,255,0.45);
  margin-bottom:6px;
  font-weight:500;
}
.studio-filter-row{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.studio-filter-btn{
  background:rgba(61,61,74,0.8);
  color:rgba(255,255,255,0.7);
  border:1px solid rgba(74,74,90,0.4);
  border-radius:4px;
  padding:5px 12px;
  font-size:12px;
  cursor:pointer;
  transition:all 0.2s;
}
.studio-filter-btn:hover{
  background:rgba(80,80,100,0.8);
}
.studio-filter-btn.active{
  background:#FF6B35;
  color:#fff;
  border-color:#FF6B35;
}

/* 操作台筛选器 */
.sf-row{
  margin-bottom:8px;
}
.sf-label{
  font-size:12px;
  color:rgba(255,255,255,0.45);
  margin-bottom:4px;
  font-weight:500;
}
.sf-row-tags{
  display:flex;
  align-items:flex-start;
  gap:2px;
}
.sf-tags-wrap{
  flex:1;
  min-width:0;
}
.sf-tags-wrap.collapsed{
  max-height:26px;
  overflow:hidden;
}
.sf-tags-wrap.expanded{
  max-height:999px;
}
.sf-tags{
  display:flex;
  flex-wrap:wrap;
  gap:4px;
}
.sf-tag{
  display:inline-block;
  padding:3px 10px;
  font-size:12px;
  color:rgba(255,255,255,0.6);
  background:rgba(61,61,74,0.6);
  border:1px solid rgba(74,74,90,0.3);
  border-radius:4px;
  cursor:pointer;
  transition:all 0.15s;
  line-height:normal;
}
.sf-tag:hover{
  background:rgba(80,80,100,0.8);
}
.sf-tag.active{
  background:#FE7E1E !important;
  border-color:#FE7E1E !important;
  color:#fff !important;
}

/* 筛选展开按钮 */
.sf-more-btn{
  font-size:14px;
  color:#FE7E1E;
  cursor:pointer;
  padding:0 6px;
  user-select:none;
  flex-shrink:0;
  line-height:26px;
}
.sf-more-btn:hover{
  opacity:0.8;
}
/* 试听按钮：跟音色库一致（cut_30.png） */
.studio-card-play{
  position:absolute;
  right:20px; top:18px;
  width:40px; height:40px;
  cursor:pointer;
  z-index:2;
  background:url('../img/cut/cut_30.png') no-repeat center/contain;
  border:none;
  border-radius:50px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* 操作台卡片标签（跟音色库一致） */
.studio-card-tag{
  display:inline-block;
  height:20px;line-height:20px;
  padding:0 6px;
  border-radius:4px;
  font-size:12px;
  background:rgba(130,153,255,0.12);
  color:#8299FF;
  border:1px solid #8299FF;
  box-sizing:border-box;
}

/* 操作台卡片头像 */
.studio-card-avatar{
  position:absolute;
  left:8px;top:9px;
  width:60px;height:60px;
  border-radius:100%;
  object-fit:cover;
}

/* 操作台卡片名称 */
.studio-card-name{
  position:absolute;
  left:76px;top:13px;
  font-size:16px;
  color:#FFFFFF;
  white-space:nowrap;
}

/* 操作台卡片标签行 */
.studio-card-tags{
  position:absolute;
  left:76px;top:45px;
  display:flex;
  gap:4px;
}

/* 音色列表区域 */
.ai-voice-list-wrap{
  max-height:320px;
  overflow-y:auto;
  margin-top:4px;
}
/* 操作台隐藏原生滚动条（WebKit） */
#studioVoiceGrid::-webkit-scrollbar{display:none}

.ai-voice-list-wrap::-webkit-scrollbar{
  width:4px;
}
.ai-voice-list-wrap::-webkit-scrollbar-thumb{
  background:rgba(74,74,90,0.5);
  border-radius:2px;
}

/* 音色卡片 - 左栏列表视图 */
#studioVoiceGrid.ai-voice-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
}
#studioVoiceList.ai-voice-list{
  display:none;
  flex-direction:column;
  gap:4px;
}
.studio-voice-item{
  display:flex;
  align-items:center;
  gap:10px;
  background:rgba(45,45,58,0.9);
  border:1px solid rgba(74,74,90,0.4);
  border-radius:6px;
  padding:10px 12px;
  cursor:pointer;
  transition:all 0.15s;
}
.studio-voice-item:hover{
  border-color:rgba(255,107,53,0.4);
  background:rgba(50,50,70,0.9);
}
.studio-voice-item.active{
  border-color:#FF6B35;
  background:rgba(255,107,53,0.08);
}
.studio-voice-item-avatar{
  width:36px; height:36px;
  border-radius:50%;
  object-fit:cover;
  flex-shrink:0;
  background:rgba(74,74,90,0.5);
}
.studio-voice-item-name{
  flex:1;
  font-size:14px;
  font-weight:600;
  color:#fff;
}
.studio-voice-item-style{
  font-size:11px;
  color:rgba(255,255,255,0.4);
  margin-right:4px;
}
.studio-voice-item-preview{
  width:28px; height:28px;
  border-radius:50%;
  border:1px solid rgba(74,74,90,0.5);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  cursor:pointer;
  color:rgba(255,255,255,0.6);
  flex-shrink:0;
  background:transparent;
  transition:all 0.15s;
}
.studio-voice-item-preview:hover{
  border-color:#FF6B35;
  color:#FF6B35;
}

/* ====== AI配音页面 - 右栏 ====== */
.ai-current-voice{
  /* absolute positioning set via inline style */
  /* pointer-events removed for toggleMultiDropdown */
}
.ai-cv-name{
  font-size:16px;
  color:#FFFFFF;
  font-family:'PingFang SC',sans-serif;
  line-height:16px;
}

.ai-textarea-label{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
  font-weight:600;
  color:rgba(255,255,255,0.7);
  margin-bottom:6px;
}
.ai-textarea-counter{
  font-size:11px;
  font-weight:400;
  color:rgba(255,255,255,0.35);
}
.ai-textarea{
  width:852px;
  height:320px;
  background:#1E192F;
  border:1px solid #666666;
  border-radius:8px;
  padding:10px 12px;
  color:#fff;
  font-size:13px;
  line-height:1.7;
  resize:none;
  outline:none;
  box-sizing:border-box;
  transition:border-color 0.2s;
}
.ai-textarea:focus{
  border-color:#FF6B35;
}
.ai-textarea::placeholder{
  color:rgba(255,255,255,0.3);
}

/* 多人出样按钮 */
#multiSampleWrap:hover #multiTooltip{
  display:block !important;
}
#multiSampleWrap:hover #multiSampleInner{
  box-shadow:0 0 12px rgba(254,171,98,0.3);
}

.ai-speed-row{
  display:flex;
  align-items:center;
  gap:8px;
}
.ai-speed-label{
  font-size:13px;
  color:rgba(255,255,255,0.7);
  font-weight:500;
  flex-shrink:0;
}
.ai-speed-slider{
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
  margin:0;
  padding:0;
  position:absolute;
  left:0;
  top:0;
  z-index:3;
}
.ai-speed-thumb-dot{
  position:absolute;
  top:0;
  width:20px;
  height:20px;
  background:#FE6E1E;
  border-radius:100px;
  /* pointer-events removed for toggleMultiDropdown */
  z-index:2;
  box-shadow:0 0 8px rgba(254,110,30,0.4);
}
/* Hide native track entirely */
.ai-speed-slider::-webkit-slider-runnable-track{
  -webkit-appearance:none;
  width:292px;
  height:0;
  background:transparent;
  border:none;
}
.ai-speed-slider::-moz-range-track{
  width:292px;
  height:0;
  background:transparent;
  border:none;
}
/* Blue circular thumb only */
.ai-speed-slider::-webkit-slider-thumb{
  -webkit-appearance:none;
  width:16px; height:16px;
  background:#4F8CFF;
  border-radius:50%;
  cursor:pointer;
  box-shadow:0 0 8px rgba(79,140,255,0.4);
  border:none;
}
.ai-speed-slider::-moz-range-thumb{
  width:16px; height:16px;
  background:#4F8CFF;
  border-radius:50%;
  cursor:pointer;
  border:none;
  box-shadow:0 0 8px rgba(79,140,255,0.4);
  border:none;
}
.ai-speed-val{
  font-size:14px;
  font-weight:700;
  color:#fff;
  min-width:36px;
}
.ai-speed-hint{
  font-size:11px;
  color:rgba(255,255,255,0.35);
}

.ai-format-row{
  display:flex;
  align-items:center;
}
.ai-format-label{
  font-size:13px;
  color:rgba(255,255,255,0.7);
  font-weight:500;
  flex-shrink:0;
}
.ai-format-btn{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(74,74,90,0.5);
  border-radius:6px;
  padding:7px 14px;
  color:#fff;
  font-size:13px;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:6px;
}
.ai-format-btn:hover{
  border-color:rgba(255,107,53,0.4);
}
.ai-arrow{
  font-size:24px;
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,0.4);
}
.ai-format-dropdown{
  position:absolute;
  top:100%;
  left:0;
  background:rgba(30,18,48,0.98);
  border:1px solid rgba(74,74,90,0.5);
  border-radius:6px;
  z-index:100;
  min-width:100%;
  overflow:hidden;
}
.format-option{
  padding:8px 16px;
  cursor:pointer;
  color:rgba(255,255,255,0.7);
  font-size:13px;
  transition:background 0.15s;
}
.format-option:hover{
  background:rgba(255,255,255,0.06);
}
.format-option.active{
  color:#FF6B35;
  font-weight:600;
}

/* 提交按钮 */
.ai-submit-btn{
  display:block;
  width:100%;
  background:linear-gradient(135deg,#FF6B35,#6B4CFF);
  border:none;
  border-radius:6px;
  padding:12px 0;
  color:#fff;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  transition:all 0.2s;
  letter-spacing:0.5px;
}
.ai-submit-btn:hover{
  opacity:0.9;
  transform:scale(1.01);
}
.ai-submit-btn:active{
  transform:scale(0.98);
}

/* 播放器面板 */
.ai-player-panel{
  background:rgba(255,255,255,0.04);
  border-radius:8px;
  padding:14px;
  margin-top:14px;
}
.ai-player-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}
.ai-play-btn{
  width:36px; height:36px;
  border-radius:50%;
  background:#FF6B35;
  border:none;
  color:#fff;
  font-size:15px;
  cursor:pointer;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ai-waveform-wrap{
  flex:1;
}
.ai-waveform-bars{
  display:flex;
  align-items:flex-end;
  height:36px;
  gap:2px;
}
.ai-dl-btn{
  background:none;
  border:1px solid rgba(74,74,90,0.5);
  border-radius:5px;
  padding:5px 12px;
  color:rgba(255,255,255,0.7);
  cursor:pointer;
  font-size:12px;
  flex-shrink:0;
}
.ai-player-info{
  display:flex;
  gap:20px;
  font-size:11px;
  color:rgba(255,255,255,0.35);
}
.ai-player-empty{
  text-align:center;
  padding:24px 0;
  color:rgba(255,255,255,0.25);
  font-size:13px;
}

/* ====== 音色克隆页面（1440px固定画布缩放） ====== */
#clone-scale-wrap{
  position:relative;
  width:100%;
  overflow:visible;
}
.page-clone{
  position:absolute;
  left:50%; top:0;
  margin-left:-720px;
  width:1440px;
  height:1000px;
  transform-origin:center top;
  overflow:visible;
  z-index:1;
}
.page-clone.active{
  display:block;
}
.page-clone .clone-scale-inner{
  position:absolute;
  left:84px; top:90px;
  width:1272px;
}

/* 克隆tab内容切换 */
.clone-tab-content{ display:none; }
.clone-tab-content.active{ display:block !important; }

/* ====== 个人中心页面（1440px固定画布缩放） ====== */
#user-scale-wrap{
  position:relative;
  width:100%;
}
.page-user{
  position:absolute;
  left:50%; top:0;
  margin-left:-720px;
  width:1440px;
  height:880px;
  transform-origin:center top;
  overflow:visible;
  z-index:1;
}
.page-user.active{
  display:block;
}
.page-user #profileContent{
  position:absolute;
  left:0px; top:0px;
  width:1440px;
  height:880px;
}

/* ====== 页面系统 ====== */
.page{ display:none; }
.page.active{ display:block;animation:none; }

/* ====== 个人中心 - 用户精确坐标布局 ====== */
/* 左侧面板背景 */
.pl-panel{
  position:absolute;
  left:80px; top:140px;
  width:320px; height:680px;
  border-radius:12px 0 0 12px;
  background:#1E192F;
  border:1px solid #DCDEE2;
}
/* 右侧面板背景 */
.pr-panel{
  position:absolute;
  left:400px; top:140px;
  width:960px; height:680px;
  border-radius:0;
  background:linear-gradient(180deg,#534F58 0%,#19121B 100%);
  border:1px solid #DCDEE2;
}
/* 右侧分隔线 */
.pr-panel::after{
  content:'';
  position:absolute;
  left:0; top:80px;
  width:960px; height:1px;
  background:rgba(255,255,255,0.12);
}

/* 个人中心标题 */
.pr-title{
  position:absolute;
  left:424px; top:170px;
  width:80px; height:20px;
  font-size:20px; line-height:20px;
  letter-spacing:0%;
  color:#FE6E1E;
  text-align:left;
  white-space:nowrap;
  z-index:1;
}

/* 编辑按钮 */
.pr-edit-btn{
  position:absolute;
  left:1232px; top:160px;
  width:104px; height:40px;
  border-radius:200px;
  background:#FE6E1E;
  color:#FFFFFF;
  font-size:16px;
  font-weight:600;
  border:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:1;
}
.pr-edit-btn:hover{
  opacity:0.9;
}

/* 基本信息标签 */
.pr-basic-label{
  position:absolute;
  width:80px; height:32px;
  font-size:18px;
  color:rgba(255,255,255,0.45);
  text-align:right;
  line-height:32px;
  white-space:nowrap;
}
/* 基本信息值 */
.pr-basic-value{
  position:absolute;
  height:32px;
  font-size:18px;
  color:#fff;
  line-height:32px;
  white-space:nowrap;
}

/* 编辑弹窗 */
.modal-overlay{
  position:fixed;
  top:0; left:0; right:0; bottom:0;
  background:rgba(0,0,0,0.6);
  z-index:1000;
  display:flex;
  align-items:center;
  justify-content:center;
}
.modal-box{
  width:420px;
  background:#2A2737;
  border-radius:12px;
  padding:24px;
  border:1px solid rgba(255,255,255,0.08);
}

/* 头像 */
.pl-av{
  position:absolute;
  left:180px; top:202px;
  width:120px; height:120px;
  border-radius:50%;
  background:#FE6E1E;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px; font-weight:700;
  color:#fff;
}
/* 用户名 */
.pl-name{
  position:absolute;
  left:181.5px; top:338px;
  width:117px; height:20px;
  font-size:20px; line-height:20px;
  letter-spacing:0%;
  color:#fff;
  text-align:left;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
/* 菜单项 */
.pl-menu-item{
  position:absolute;
  left:96px;
  width:288px; height:48px;
  padding-left:92px;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:18px;
  color:rgba(255,255,255,0.65);
  cursor:pointer;
  box-sizing:border-box;
  border-radius:28px;
  transition:all 0.2s;
}
.pl-menu-item:hover{
  color:#FE6E1E;
  background:rgba(254,110,30,0.06);
}
.pl-menu-item.active{
  color:#FE6E1E;
  background:rgba(254,110,30,0.12);
}

/* 左侧栏图标 - 线条样式 */
.pl-menu-item .pl-menu-svg{
  width:20px; height:20px;
  flex-shrink:0;
  stroke:#FFFFFF;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pl-menu-item.active .pl-menu-svg{
  stroke:#FE6E1E;
}
.pl-menu-item.pl-m-basic{top:428px}
.pl-menu-item.pl-m-voices{top:492px}
.pl-menu-item.pl-m-works{top:556px}
.pl-menu-item.pl-m-credits{top:620px}
.pl-menu-item.pl-m-bills{top:684px}

/* 右侧内容 */
.pr-content{
  position:absolute;
  left:420px; top:240px;
  width:920px; bottom:160px;
  overflow-y:auto;
}
.pr-right-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:20px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.pr-right-title{
  font-size:18px;font-weight:700;
  color:#FE6E1E;
}
/* 信息行 */
.pr-info{}
.pr-info-row{
  display:flex;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,0.04);
}
.pr-info-row:last-child{
  border-bottom:none;
}
.pr-info-label{
  width:80px;
  flex-shrink:0;
  font-size:14px;
  color:rgba(255,255,255,0.45);
}
.pr-info-value{
  font-size:14px;
  color:#fff;
}
.pr-status{
  display:inline-block;
  padding:2px 10px;
  border-radius:12px;
  font-size:12px;
  background:rgba(52,211,153,0.15);
  color:#34D399;
  border:1px solid rgba(52,211,153,0.3);
}
/* ====== 价格页面 ====== */
#price-scale-wrap{
  position:relative;
  width:100%;
}
.page-price{
  position:absolute;
  left:50%; top:0;
  margin-left:-720px;
  width:1440px;
  height:2000px;
  transform-origin:center top;
  overflow:visible;
  z-index:1;
}

/* ====== 个人中心 - 新设计 ====== */
/* (旧 profile-wrap 样式已删除) */

/* ====== 首页点击覆盖层 ====== */
.click-cta{
  position:absolute;
  left:140px; top:410px;
  width:220px; height:50px;
  z-index:10;
  cursor:pointer;
}
.click-nav-home,
.click-nav-ai,
.click-nav-voices,
.click-nav-clone,
.click-nav-price,
.click-nav-user{
  position:absolute;
  z-index:10;
  cursor:pointer;
}

/* ====== 我的音色 - 表格布局 ====== */
.pr-vh-code,
.pr-vh-name,
.pr-vh-date,
.pr-vh-actions{
  position:absolute;
  height:25px;
  font-size:18px;
  color:rgba(255,255,255,0.871);
  text-align:center;
  line-height:25px;
  white-space:nowrap;
  z-index:1;
}
.pr-vh-code{ left:424px; width:44px; top:235.5px; }
.pr-vh-name{ left:472px; width:250px; top:235.5px; text-align:left; }
.pr-vh-date{ left:726px; width:160px; top:235.5px; }
.pr-vh-actions{ left:1140px; width:200px; top:235.5px; }

.pr-vr-code,
.pr-vr-name,
.pr-vr-date,
.pr-vr-actions{
  position:absolute;
  height:25px;
  font-size:18px;
  color:rgba(255,255,255,0.871);
  text-align:center;
  line-height:25px;
  white-space:nowrap;
  z-index:1;
}
.pr-vr-code{ left:424px; width:44px; }
.pr-vr-name{ left:472px; width:250px; text-align:left; display:flex; align-items:center; gap:8px; }
.pr-vr-date{ left:726px; width:160px; }
.pr-vr-actions{ left:1140px; width:200px; display:flex; align-items:center; justify-content:center; gap:8px; }

.pr-vr-avatar{
  width:24px; height:24px; border-radius:50%; object-fit:cover; flex-shrink:0;
}

.pr-vr-use-btn{
  background:rgba(254,126,30,0.15); color:#FE7E1E; border:1px solid rgba(254,126,30,0.35);
  border-radius:4px; padding:4px 12px; font-size:12px; cursor:pointer;
  white-space:nowrap; transition:all 0.15s;
}
.pr-vr-use-btn:hover{
  background:#FE7E1E; color:#fff;
}

.pr-vr-del-btn{
  background:rgba(239,68,68,0.10); color:#EF4444; border:1px solid rgba(239,68,68,0.30);
  border-radius:4px; padding:4px 12px; font-size:12px; cursor:pointer;
  white-space:nowrap; transition:all 0.15s;
}
.pr-vr-del-btn:hover{
  background:#EF4444; color:#fff;
}

.pr-vr-play-btn{
  background:rgba(255,255,255,0.08); color:#fff; border:1px solid rgba(255,255,255,0.20);
  border-radius:4px; width:28px; height:28px; cursor:pointer; display:flex; align-items:center; justify-content:center;
  transition:all 0.15s;
}
.pr-vr-play-btn:hover{
  background:rgba(255,255,255,0.18);
}
.pr-vr-play-btn.playing{
  background:rgba(254,126,30,0.20); border-color:#FE7E1E;
}

/* ====== 我的音色 - 底部分页 ====== */
.pr-voices-footer{
  position:absolute;
  left:424px; top:740px;
  width:912px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:1;
}
.pr-vf-total{
  font-size:13px;
  color:rgba(255,255,255,0.45);
}
.pr-v-pagination{
  display:flex;
  align-items:center;
  gap:4px;
}
.pr-vp-btn,
.pr-vp-num{
  width:28px; height:28px;
  border-radius:4px;
  border:none;
  background:#2D2740;
  color:rgba(255,255,255,0.65);
  font-size:13px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.pr-vp-btn:disabled{
  opacity:0.3;
  cursor:default;
}
.pr-vp-num.active{
  background:#7C3AED;
  color:#FFFFFF;
}
.pr-vp-num:hover:not(.active){
  background:rgba(124,58,237,0.3);
}
.pr-vp-ellipsis{
  color:rgba(255,255,255,0.45);
  font-size:13px;
  padding:0 2px;
}

/* ====== 我的作品 - 表格布局 ====== */
.pr-wh-code,.pr-wh-name,.pr-wh-type,.pr-wh-actor,.pr-wh-duration,.pr-wh-date,.pr-wh-expire,.pr-wh-actions{
  position:absolute;
  height:25px;
  font-size:14px;
  color:rgba(255,255,255,0.65);
  text-align:center;
  line-height:25px;
  white-space:nowrap;
  z-index:1;
}
.pr-wh-code{ left:424px; width:44px; top:235.5px; }
.pr-wh-name{ left:472px; width:150px; top:235.5px; text-align:left; }
.pr-wh-type{ left:626px; width:60px; top:235.5px; }
.pr-wh-actor{ left:690px; width:110px; top:235.5px; }
.pr-wh-duration{ left:804px; width:44px; top:235.5px; }
.pr-wh-date{ left:852px; width:130px; top:235.5px; }
.pr-wh-expire{ left:986px; width:80px; top:235.5px; }
.pr-wh-actions{ left:1140px; width:200px; top:235.5px; }

.pr-wr-code,.pr-wr-name,.pr-wr-type,.pr-wr-actor,.pr-wr-duration,.pr-wr-date,.pr-wr-expire{
  position:absolute;
  height:25px;
  font-size:14px;
  color:rgba(255,255,255,0.871);
  text-align:center;
  line-height:25px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  z-index:1;
}
.pr-wr-code{ left:424px; width:44px; }
.pr-wr-name{ left:472px; width:150px; text-align:left; }
.pr-wr-type{ left:626px; width:60px; font-size:12px; }
.pr-wr-actor{ left:690px; width:110px; font-size:13px; }
.pr-wr-duration{ left:804px; width:44px; }
.pr-wr-date{ left:852px; width:130px; font-size:12px; }
.pr-wr-expire{ left:986px; width:80px; font-size:12px; }

/* 我的作品 - 操作按钮区 */
.pr-wr-actions{
  position:absolute;
  left:1140px;
  width:200px;
  height:25px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}

.pr-wr-actions-row{
  display:flex;
  align-items:center;
  gap:12px;
  position:relative;
}
.pr-wr-actions .pr-w-btn{
  width:26px; height:26px;
  border-radius:6px;
  border:none;
  background:rgba(255,255,255,0.08);
  color:#fff;
  font-size:13px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background 0.2s;
  padding:0;
  line-height:1;
}
.pr-wr-actions .pr-w-btn:hover{
  background:#FE7E1E;
  color:#fff;
}
.pr-wr-actions .pr-w-btn-more{
  position:relative;
}

/* 更多按钮下拉菜单 */
.pr-w-more-menu{
  position:absolute;
  bottom:32px;
  left:50%;
  transform:translateX(-50%);
  min-width:120px;
  background:#252540;
  border:1px solid rgba(255,255,255,0.15);
  border-radius:8px;
  padding:6px 0;
  z-index:9999;
  box-shadow:0 8px 24px rgba(0,0,0,0.6);
}
.pr-w-more-item{
  padding:8px 14px;
  font-size:13px;
  color:rgba(255,255,255,0.8);
  cursor:pointer;
  white-space:nowrap;
  text-align:left;
  transition:background 0.15s;
}
.pr-w-more-item:hover{
  background:rgba(254,110,30,0.15);
  color:#FE6E1E;
}
.pr-w-more-item.pr-w-more-del{
  color:#F87171;
}
.pr-w-more-item.pr-w-more-del:hover{
  background:rgba(248,113,113,0.15);
}

/* ====== 我的额度 - 卡片布局 ====== */
.pr-credit-grid{
  position:absolute;
  left:440px; top:260px;
  width:440px;
  z-index:1;
}
.pr-credit-card{
  background:linear-gradient(135deg,rgba(255,255,255,0.08) 0%,rgba(255,255,255,0.02) 100%);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:12px;
  padding:24px;
  margin-bottom:16px;
}
.pr-credit-card .pr-cc-label{
  font-size:14px;
  color:rgba(255,255,255,0.55);
  margin-bottom:8px;
}
.pr-credit-card .pr-cc-value{
  font-size:36px;
  font-weight:700;
  color:#FFFFFF;
  line-height:1.2;
}
.pr-credit-card .pr-cc-unit{
  font-size:13px;
  color:rgba(255,255,255,0.4);
  margin-top:4px;
}
.pr-credit-card.pr-cc-yinlang .pr-cc-value{ color:#FE6E1E; }
.pr-credit-card.pr-cc-langhua .pr-cc-value{ color:#60A5FA; }

/* 使用进度 */
.pr-credit-usage{
  position:absolute;
  left:440px; top:500px;
  width:880px;
  z-index:1;
}
.pr-cu-title{
  font-size:15px;
  color:rgba(255,255,255,0.7);
  margin-bottom:12px;
}
.pr-cu-bar{
  width:100%; height:8px;
  background:rgba(255,255,255,0.1);
  border-radius:4px;
  overflow:hidden;
  margin-bottom:8px;
}
.pr-cu-bar-fill{
  height:100%;
  border-radius:4px;
  background:linear-gradient(90deg,#FE6E1E,#F5A65B);
  transition:width 0.3s;
}
.pr-cu-stats{
  display:flex;
  justify-content:space-between;
  font-size:13px;
  color:rgba(255,255,255,0.5);
}

/* ====== 账单/费用明细 - 表格 ====== */
.pr-bh-date,.pr-bh-type,.pr-bh-amount,.pr-bh-remark{
  position:absolute;
  height:25px;
  font-size:14px;
  color:rgba(255,255,255,0.65);
  text-align:center;
  line-height:25px;
  white-space:nowrap;
  z-index:1;
}
.pr-bh-date{ left:424px; width:150px; top:235.5px; }
.pr-bh-type{ left:578px; width:80px; top:235.5px; }
.pr-bh-amount{ left:662px; width:100px; top:235.5px; }
.pr-bh-remark{ left:766px; width:300px; top:235.5px; text-align:left; }

.pr-br-date,.pr-br-type,.pr-br-amount,.pr-br-remark{
  position:absolute;
  height:25px;
  font-size:14px;
  color:rgba(255,255,255,0.871);
  text-align:center;
  line-height:25px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  z-index:1;
}
.pr-br-date{ left:424px; width:150px; font-size:12px; }
.pr-br-type{ left:578px; width:80px; font-size:13px; }
.pr-br-amount{ left:662px; width:100px; }
.pr-br-remark{ left:766px; width:300px; text-align:left; }

/* 账单类型标签 */
.pr-br-type .type-consume{ color:#F87171; }
.pr-br-type .type-recharge{ color:#34D399; }
.pr-br-type .type-system{ color:#F5A65B; }

/* 单人模式选中音色卡片 */
.studio-card.active{background:linear-gradient(135deg, #1a1a2e, #4a1a6b) !important;border-color:#7b2d8e !important}
.studio-card.selected{background:linear-gradient(135deg, #1a1a2e, #4a1a6b) !important;border-color:#7b2d8e !important}


/* 多人出样下拉列表 */
#multiSelectDroplist{max-height:200px;overflow-y:auto}

/* ====== 我的额度 - 重设计 ====== */
.pr-credits-wrap{
  position:absolute;
  left:440px; top:244px;
  width:880px; height:536px;
  overflow-y:auto;
  padding-right:8px;
  z-index:2;
}
.pr-credits-wrap::-webkit-scrollbar{width:4px}
.pr-credits-wrap::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.12);border-radius:2px}

/* 会员状态条 */
.pr-cr-member-bar{
  padding:10px 16px;
  border-radius:10px;
  margin-bottom:16px;
  font-size:13px;
  color:#F5A65B;
  background:linear-gradient(135deg,rgba(245,166,91,0.12),rgba(255,200,100,0.05));
  border:1px solid rgba(245,166,91,0.2);
}

/* 余额卡片 */
.pr-cr-cards{display:flex;gap:16px;margin-bottom:16px}
.pr-cr-card{
  flex:1;height:110px;border-radius:14px;position:relative;overflow:hidden;
  transition:transform 0.25s;cursor:default
}
.pr-cr-card:hover{transform:translateY(-3px)}
.pr-cr-card-glow{
  position:absolute;inset:0;opacity:0.12;transition:opacity 0.3s;
}
.pr-cr-card:hover .pr-cr-card-glow{opacity:0.2}
.pr-cr-card-yinlang .pr-cr-card-glow{background:radial-gradient(ellipse at 30% 20%,#FE6E1E 0%,transparent 70%)}
.pr-cr-card-langhua .pr-cr-card-glow{background:radial-gradient(ellipse at 30% 20%,#60A5FA 0%,transparent 70%)}
.pr-cr-card-yinlang{background:linear-gradient(135deg,rgba(254,110,30,0.15) 0%,rgba(254,110,30,0.03) 50%,rgba(20,15,30,0.9) 100%);border:1px solid rgba(254,110,30,0.2)}
.pr-cr-card-langhua{background:linear-gradient(135deg,rgba(96,165,250,0.15) 0%,rgba(96,165,250,0.03) 50%,rgba(20,15,30,0.9) 100%);border:1px solid rgba(96,165,250,0.2)}
.pr-cr-card-front{position:relative;z-index:1;padding:16px 20px;height:100%;display:flex;flex-direction:column;justify-content:center}
.pr-cr-card-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.pr-cr-card-icon{font-size:18px}
.pr-cr-card-lbl{font-size:13px;color:rgba(255,255,255,0.55);font-weight:500}
.pr-cr-card-value{font-size:30px;font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:4px}
.pr-cr-card-yinlang .pr-cr-card-value{color:#FE6E1E}
.pr-cr-card-langhua .pr-cr-card-value{color:#60A5FA}
.pr-cr-card-sub{font-size:11px;color:rgba(255,255,255,0.3)}

/* 充值/会员区块 */
.pr-cr-section{
  background:rgba(255,255,255,0.035);
  border:1px solid rgba(255,255,255,0.07);
  border-radius:12px;padding:16px 20px;margin-bottom:12px
}
.pr-cr-section-title{font-size:15px;font-weight:700;color:rgba(255,255,255,0.9);margin-bottom:16px;letter-spacing:0.3px}
.pr-cr-field-lbl{font-size:12px;color:rgba(255,255,255,0.4)}

/* 币种选择 */
.pr-cr-unit-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.pr-cr-unit-group{display:flex;gap:6px}
.pr-cr-unit-opt{
  display:flex;align-items:center;gap:5px;padding:5px 14px;border-radius:18px;
  font-size:12px;cursor:pointer;background:rgba(255,255,255,0.05);
  color:rgba(255,255,255,0.45);border:1px solid transparent;transition:all 0.2s
}
.pr-cr-unit-opt:hover{background:rgba(255,255,255,0.09);color:rgba(255,255,255,0.75)}
.pr-cr-unit-opt.active{background:rgba(254,110,30,0.13);border-color:rgba(254,110,30,0.25);color:#FE6E1E}
.pr-cr-unit-dot{width:7px;height:7px;border-radius:50%;background:currentColor;opacity:0.4}
.pr-cr-unit-opt.active .pr-cr-unit-dot{opacity:1}

/* 金额预设 */
.pr-cr-amounts{display:flex;gap:10px;margin-bottom:12px}
.pr-cr-amt{
  flex:1;text-align:center;padding:12px 6px 10px;border-radius:10px;cursor:pointer;
  background:rgba(255,255,255,0.035);border:1px solid rgba(255,255,255,0.07);
  transition:all 0.2s;position:relative
}
.pr-cr-amt:hover{background:rgba(255,255,255,0.07);border-color:rgba(255,255,255,0.16);transform:translateY(-1px)}
.pr-cr-amt.selected{background:rgba(254,110,30,0.1);border-color:#FE6E1E;box-shadow:0 0 16px rgba(254,110,30,0.1)}
.pr-cr-amt.popular{border-color:rgba(254,110,30,0.25)}
.pr-cr-amt-price{font-size:17px;font-weight:700;color:rgba(255,255,255,0.88);margin-bottom:2px}
.pr-cr-amt.selected .pr-cr-amt-price{color:#FE6E1E}
.pr-cr-amt-label{font-size:11px;color:rgba(255,255,255,0.5)}
.pr-cr-amt-note{font-size:10px;color:rgba(255,255,255,0.25);margin-top:2px}
.pr-cr-amt-badge{
  position:absolute;top:-7px;right:6px;font-size:9px;padding:1px 7px;
  border-radius:7px;background:linear-gradient(135deg,#FE6E1E,#FF9A5C);color:#fff;font-weight:600
}

/* 充值按钮 */
.pr-cr-btn-sm{
  padding:7px 24px;border:none;border-radius:8px;font-size:13px;font-weight:600;
  cursor:pointer;background:linear-gradient(135deg,#FE6E1E,#FF9A5C);
  color:#fff;transition:all 0.2s
}

.pr-cr-btn-sm:hover{transform:translateY(-1px);box-shadow:0 3px 14px rgba(254,110,30,0.3)}
.pr-cr-btn-sm:disabled{opacity:0.4;cursor:not-allowed;transform:none}

/* 会员卡片 */
.pr-cr-membership-cards{display:flex;gap:14px}
.pr-cr-member-card{
  flex:1;padding:22px 18px;border-radius:14px;
  background:linear-gradient(160deg,rgba(255,255,255,0.05),rgba(255,255,255,0.01));
  border:1px solid rgba(255,255,255,0.08);
  text-align:center;position:relative;transition:all 0.3s cubic-bezier(0.4,0,0.2,1)
}
.pr-cr-member-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,0.18)}
.pr-cr-member-card-yearly{
  background:linear-gradient(160deg,rgba(254,110,30,0.1),rgba(200,80,20,0.03));
  border-color:rgba(254,110,30,0.2);
  box-shadow:0 4px 20px rgba(254,110,30,0.08)
}
.pr-cr-member-card-yearly:hover{border-color:rgba(254,110,30,0.4);box-shadow:0 6px 30px rgba(254,110,30,0.15)}
.pr-cr-mc-badge{
  display:inline-block;padding:4px 14px;border-radius:12px;
  font-size:11px;font-weight:700;color:rgba(255,255,255,0.7);letter-spacing:0.5px;
  background:rgba(255,255,255,0.1);margin-bottom:12px
}
.pr-cr-mc-badge-yearly{background:linear-gradient(135deg,rgba(254,110,30,0.2),rgba(255,150,50,0.15));color:#FE6E1E}
.pr-cr-mc-badge-save{font-size:10px;color:#34D399;margin-left:4px;background:rgba(52,211,153,0.12);padding:1px 6px;border-radius:6px}
.pr-cr-mc-price{font-size:13px;color:rgba(255,255,255,0.5);margin-bottom:14px;line-height:1}
.pr-cr-mc-price-num{font-size:34px;font-weight:800;color:#fff;letter-spacing:-1px}
.pr-cr-member-card-yearly .pr-cr-mc-price-num{color:#FE6E1E}
.pr-cr-mc-price-unit{font-size:13px;color:rgba(255,255,255,0.4)}
.pr-cr-mc-benefits{margin-bottom:18px;text-align:left;padding:0 6px}
.pr-cr-mc-benefit{font-size:12px;color:rgba(255,255,255,0.55);padding:5px 0;border-bottom:1px solid rgba(255,255,255,0.04)}
.pr-cr-mc-benefit:last-child{border-bottom:none}
.pr-cr-mc-btn{
  display:block;width:100%;padding:10px 0;border:none;border-radius:10px;
  font-size:14px;font-weight:700;cursor:pointer;letter-spacing:0.5px;
  background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.75);
  transition:all 0.25s
}
.pr-cr-mc-btn:hover{background:rgba(255,255,255,0.16);color:#fff}
.pr-cr-mc-btn-yearly{background:linear-gradient(135deg,#FF6B35,#6B4CFF);color:#fff;box-shadow:0 4px 12px rgba(107,76,255,0.2)}
.pr-cr-mc-btn-yearly:hover{box-shadow:0 6px 20px rgba(107,76,255,0.35);transform:translateY(-1px)}

/* 最近充值 */
.pr-cr-recent-list{}
.pr-cr-recent-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,0.04)}
.pr-cr-recent-item:last-child{border-bottom:none}
.pr-cr-recent-icon{font-size:15px}
.pr-cr-recent-info{display:flex;justify-content:space-between;flex:1}
.pr-cr-recent-amount{font-size:13px;font-weight:600;color:#34D399}
.pr-cr-recent-date{font-size:11px;color:rgba(255,255,255,0.3)}

/* 额度旧样式隐藏 */
.pr-credit-grid,.pr-credit-card,.pr-credit-usage{display:none}

/* ====== 套餐页面 - 新定价卡片 ====== */
/* 标题区 */
.plans-hero{
  text-align:center;
  padding:30px 0 24px;
}
.plans-title{
  font-size:28px;
  font-weight:700;
  color:#fff;
  margin-bottom:8px;
}
.plans-subtitle{
  font-size:14px;
  color:rgba(255,255,255,0.4);
}

/* 区块标题 */
.plan-block{
  margin-bottom:32px;
}
.plan-block-header{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
  padding:0 8px;
}
.plan-block-icon{font-size:22px}
.plan-block-title{
  font-size:16px;
  font-weight:600;
  color:rgba(255,255,255,0.85);
  margin:0 0 4px;
}
.plan-block-badge{
  display:inline-block;
  padding:2px 10px;
  border-radius:10px;
  font-size:11px;
  font-weight:600;
  background:rgba(254,110,30,0.15);
  color:#FE6E1E;
  vertical-align:middle;
  margin-left:6px;
}
.plan-block-badge-media{
  background:rgba(96,165,250,0.15);
  color:#60A5FA;
}
.plan-block-desc{
  font-size:12px;
  color:rgba(255,255,255,0.35);
  margin:0;
}

/* 卡片网格 */
.plans-grid{
  display:flex;
  gap:16px;
}

/* 单张卡片 */
.plan-card{
  flex:1;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:12px;
  padding:24px 20px 20px;
  position:relative;
  transition:all 0.3s;
  cursor:pointer;
}
.plan-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,0.15);
  box-shadow:0 8px 30px rgba(0,0,0,0.3);
}

/* 推荐卡片 */
.plan-card-popular{
  background:linear-gradient(135deg,rgba(254,110,30,0.08) 0%,rgba(100,50,180,0.06) 100%);
  border-color:rgba(254,110,30,0.3);
  box-shadow:0 4px 24px rgba(254,110,30,0.08);
}
.plan-card-popular:hover{
  border-color:rgba(254,110,30,0.5);
  box-shadow:0 8px 36px rgba(254,110,30,0.15);
}

/* 价格区 */
.plan-card-head{
  text-align:center;
  margin-bottom:20px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.plan-card-price-num{
  font-size:30px;
  font-weight:800;
  color:rgba(255,255,255,0.92);
  letter-spacing:-1px;
  line-height:1.1;
}
.plan-card-popular .plan-card-price-num{color:#FE6E1E}
.plan-card-units{
  font-size:13px;
  color:rgba(255,255,255,0.4);
  margin-top:4px;
}

/* 特性列表 */
.plan-features{
  list-style:none;
  margin:0 0 20px;
  padding:0;
}
.plan-feat-item{
  font-size:12px;
  color:rgba(255,255,255,0.55);
  padding:5px 0;
  display:flex;
  align-items:center;
  gap:7px;
}
.plan-feat-check{
  color:#34D399;
  font-size:12px;
  font-weight:700;
  flex-shrink:0;
}

/* 按钮 */
.plan-card-btn{
  width:100%;
  padding:10px 0;
  border:1px dashed rgba(255,255,255,0.15);
  border-radius:8px;
  background:transparent;
  color:rgba(255,255,255,0.6);
  font-size:13px;
  font-weight:500;
  cursor:pointer;
  transition:all 0.25s;
}
.plan-card-btn:hover{
  background:rgba(255,255,255,0.06);
  color:rgba(255,255,255,0.8);
}
.plan-card-btn-popular{
  border:none;
  background:linear-gradient(135deg,#FE6E1E,#FF9A5C);
  color:#fff;
  font-weight:600;
}
.plan-card-btn-popular:hover{
  box-shadow:0 4px 20px rgba(254,110,30,0.3);
}

/* 推荐标签 */
.plan-hot-badge{
  position:absolute;
  top:-10px;
  left:50%;
  transform:translateX(-50%);
  background:#1a1a2e;
  border:1px solid rgba(254,110,30,0.3);
  border-radius:14px;
  padding:3px 14px;
  font-size:11px;
  font-weight:600;
  color:#FE6E1E;
  white-space:nowrap;
  z-index:2;
}
.plan-hot-fire{font-size:12px;margin-right:2px}

/* 底部标签 */
.plan-card-popular-tag{
  position:absolute;
  bottom:-8px;
  left:50%;
  transform:translateX(-50%);
  background:rgba(254,110,30,0.1);
  border:1px solid rgba(254,110,30,0.2);
  border-radius:10px;
  padding:2px 12px;
  font-size:10px;
  color:rgba(254,110,30,0.6);
  white-space:nowrap;
}

/* ====== 支付二维码弹窗 ====== */
#payQrModal{background:rgba(0,0,0,0.55);z-index:2600}

.pay-qr-content{
  width:360px;
  padding:36px 32px 28px;
  text-align:center;
  background:#fff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:16px;
  box-shadow:0 8px 32px rgba(0,0,0,0.18);
}
.pay-qr-title{
  font-size:17px;
  font-weight:600;
  color:#1a1a2e;
  margin:0 0 12px;
}
.pay-qr-amount{
  font-size:28px;
  font-weight:800;
  color:#FE6E1E;
  margin-bottom:20px;
  letter-spacing:-1px;
}
.pay-qr-amount .pay-unit{font-size:14px;font-weight:400;color:rgba(0,0,0,0.4)}
.pay-qr-img-wrap{
  width:260px;
  height:260px;
  margin:0 auto 16px;
  background:#fff;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pay-qr-img{
  width:240px;
  height:240px;
  border-radius:6px;
}
.pay-qr-tips{
  margin-bottom:18px;
}
.pay-qr-tips p{
  margin:4px 0;
  font-size:13px;
  color:rgba(0,0,0,0.5);
}
.pay-qr-tips strong{
  color:#FE6E1E;
}
.pay-qr-sub{
  font-size:12px;
  color:rgba(0,0,0,0.3);
}
.pay-qr-check-btn{
  width:100%;
  padding:11px 0;
  border:none;
  border-radius:10px;
  background:linear-gradient(135deg,#FE6E1E,#FF9A5C);
  color:#fff;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  transition:all 0.2s;
  margin-bottom:8px;
}
.pay-qr-check-btn:hover{
  box-shadow:0 4px 20px rgba(254,110,30,0.3);
  transform:translateY(-1px);
}
.pay-qr-check-btn:disabled{
  opacity:0.5;
  cursor:not-allowed;
  transform:none;
  box-shadow:none;
}
.pay-qr-close-btn{
  width:100%;
  padding:8px 0;
  border:1px solid rgba(0,0,0,0.1);
  border-radius:8px;
  background:transparent;
  color:rgba(0,0,0,0.35);
  font-size:13px;
  cursor:pointer;
  transition:all 0.2s;
}
.pay-qr-close-btn:hover{
  background:rgba(0,0,0,0.04);
  color:rgba(0,0,0,0.55);
}
.pay-qr-status{
  margin-top:12px;
  font-size:13px;
  color:rgba(0,0,0,0.4);
  min-height:20px;
}
.pay-qr-status.pay-qr-success{
  color:#34D399;
  font-weight:600;
}

/* ====== 自定义充值 ====== */
.pr-cr-custom-wrap{
  padding:14px 16px 6px;
}
.pr-cr-custom-label{
  font-size:13px;
  color:rgba(255,255,255,0.5);
  margin-bottom:8px;
}
.pr-cr-custom-row{
  display:flex;
  align-items:center;
  gap:8px;
}
.pr-cr-custom-input{
  width:120px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:8px;
  background:rgba(255,255,255,0.04);
  color:#fff;
  font-size:14px;
  outline:none;
  transition:border-color 0.2s;
}
.pr-cr-custom-input:focus{border-color:#FE6E1E}
.pr-cr-custom-input::-webkit-outer-spin-button,
.pr-cr-custom-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.pr-cr-custom-unit{
  font-size:13px;
  color:rgba(255,255,255,0.35);
}
.pr-cr-custom-price{
  margin-left:auto;
  font-size:14px;
  font-weight:600;
  color:#FE6E1E;
}

/* ====== 混合支付 - 按量补差价 ====== */
.consume-hybrid{
  padding:10px 0;
  text-align:center;
}
.consume-btn-hybrid{
  padding:9px 24px;
  border:none;
  border-radius:8px;
  background:linear-gradient(135deg,#FE6E1E,#FF9A5C);
  color:#fff;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  transition:all 0.2s;
}
.consume-btn-hybrid:hover{
  box-shadow:0 4px 16px rgba(254,110,30,0.3);
  transform:translateY(-1px);
}

/* ====== 白底支付弹窗适配 ====== */
.pay-qr-content .modal-close{
  color:rgba(0,0,0,0.35);
}
.pay-qr-content .modal-close:hover{
  background:rgba(0,0,0,0.06);
  color:rgba(0,0,0,0.7);
}

/* 白底支付弹窗关闭按钮 */
.pay-qr-content .modal-close:hover{
  background:rgba(0,0,0,0.06);
  color:rgba(0,0,0,0.7);
}
