/* ========== Index 改版：对齐 img/index 蓝湖稿 ========== */
/* 蓝湖导出字体名 → 系统微软雅黑 UI（无独立字体文件时用 local 映射） */
@font-face {
  font-family: "MicrosoftYaHeiUi-Regular";
  src: local("Microsoft YaHei UI"), local("Microsoft YaHei");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MicrosoftYaHeiUi-Semibold";
  src: local("Microsoft YaHei UI"), local("Microsoft YaHei");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MicrosoftYaHeiUi-Bold";
  src: local("Microsoft YaHei UI"), local("Microsoft YaHei");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Regular";
  src: local("Inter"), local("Microsoft YaHei UI"), local("Microsoft YaHei");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --rx-orange: #f66f14;
  --rx-orange-2: #fb7c00;
  --rx-text: #f2f5f9;
  --rx-muted: #9e9e9e;
  --rx-muted-2: #7b7b7b;
  --rx-banxin: 1440px;
  --rx-font-regular: "MicrosoftYaHeiUi-Regular", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  --rx-font-semibold: "MicrosoftYaHeiUi-Semibold", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  --rx-font-bold: "MicrosoftYaHeiUi-Bold", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  --rx-font-inter: "Inter-Regular", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

/* 版心：在已有左右 padding 的区块内用 100% 吃满，勿再强制 min-width:1440（会撑出右侧黑边空档） */
.banxin1440 {
  width: 100%;
  max-width: var(--rx-banxin);
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  flex-shrink: 1;
}

/* 改版区块统一正文字体（对齐蓝湖 Regular） */
.heroSection,
.capSection,
.powerSection,
.verSection {
  font-family: var(--rx-font-regular);
  font-weight: 400;
}

/* Semibold：标题 / Tab / 卡片标题 */
.heroTitle,
.heroTitle .accent,
.capTitle,
.capTitle .grad,
.capTabName,
.powerTitle,
.powerTitle .grad,
.powerCardTitle,
.powerItemTitle,
.powerApiTitle,
.powerModelName,
.verTitle,
.verTitle .grad,
.verCardTitle,
.verLabel {
  font-family: var(--rx-font-semibold);
}

/* Bold：强调数字 / 规格 */
.powerSpec strong,
.powerPriceNum,
.powerModelPro,
.verBadge {
  font-family: var(--rx-font-bold);
}

/* Inter：能力区描述（蓝湖 api-key-ai） */
.capTabDesc {
  font-family: var(--rx-font-inter);
}

/* ---------- Hero 图一 / 图六 ---------- */
.heroSection {
  position: relative;
  width: 100%;
  /* 横向无 padding，与蓝湖 .section 一致，保证 image-34 的 right 相对全宽 */
  padding-top: 212px;
  box-sizing: border-box;
  overflow: hidden;
  background: #000;
  min-height: 796px;
}

/* 有顶部广告条时：广告 40 + 顶栏下移，Hero 顶部留白同步加大（对照 2.1） */
body.has-header-notice .heroSection {
  padding-top: 252px;
  min-height: 836px;
}

.heroBgLeft {
  position: absolute;
  left: 0;
  top: 40px;
  width: min(60vw, 900px);
  height: 100%;
  background: url('../img/index/top-left.gif') left top / cover no-repeat;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

/* 对齐蓝湖 .container-margin：全宽 stretch，作为 image-34 定位父级 */
.heroStageWrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.heroStage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: var(--rx-banxin);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.heroInner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 48px;
  width: 100%;
}

/* 对齐蓝湖 .image-34 —— 相对全宽 heroStageWrap，与 img/index 一致 */
.heroStageWrap .image-34,
.image-34 {

  flex-shrink: 0;
  width: 1104px;
  height: 736px;
  position: absolute;
  right: -77px;
  top: calc(50% - 489px);
  filter: blur(8.5px);
  -webkit-filter: blur(8.5px);
  object-fit: cover;
  aspect-ratio: 3 / 2;
  pointer-events: none;
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
}

/* 对齐蓝湖 .particle-export-1 */
.heroParticle {
  opacity: 0.4;
  flex-shrink: 0;
  width: 1387px;
  height: 890px;
  position: absolute;
  left: 880px;
  top: calc(50% - 693.8px);
  transform-origin: 0 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  object-fit: cover;
  aspect-ratio: 1387 / 890;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.heroLeft {
  flex: 0 0 auto;
  width: 564px;
  max-width: 100%;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.heroTitle {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1.36px;
  color: #f2f5f9;
  white-space: nowrap;
}

.heroTitle .accent {
  background: linear-gradient(100deg, #ffc79e 0%, #ffad75 45%, #f66f14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.heroSub {
  margin-top: 16px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.75px;
  font-weight: 400;
  color: #f2f5f9;
}

.heroDesc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #9e9e9e;
  max-width: 520px;
}

.heroBtns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 84px;
}

.heroBtnPrimary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 12px;
  background: radial-gradient(176.14% 60.74% at 50% 100%, #FFAD75 0%, rgba(255, 173, 117, 0) 79%), #F66F14;
  color: #f8f8f8;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.heroBtnPrimary:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  color: #f8f8f8;
}



.heroBtnGhost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  color: #f8f8f8;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.heroBtnGhost:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #f8f8f8;
}

.heroBtnGhost img {
  width: 16px;
  height: 16px;
  display: block;
}

.heroOs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 20px;
}

.heroOs img {
  width: 16px;
  height: 16px;
  display: block;
}

.heroRight {
  flex: 0 0 auto;
  width: 854px;
  max-width: calc(100% - 612px);
  min-width: 0;
  position: relative;
  z-index: 2;
}

.heroVideoCard {
  position: relative;
  width: 854px;
  max-width: 100%;
  aspect-ratio: 854 / 480;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0d0d0d;
  box-shadow: 0 10px 50px 0 rgba(238, 129, 54, 0.2);
  overflow: hidden;
}

.heroVideoCard:hover .heroVideoNav,
.heroVideoCard.is-hover .heroVideoNav {
  opacity: 1;
  pointer-events: auto;
}

.heroVideoTrack {
  position: relative;
  width: 100%;
  height: 100%;
}

.heroVideoSlide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  background: #0d0d0d;
}

.heroVideoSlide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.heroVideoSlide video,
.heroSlideVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #0d0d0d;
}

.heroVideoNav {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.heroVideoArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroVideoArrow:hover {
  background: rgba(246, 111, 20, 0.85);
}

.heroVideoArrow.prev {
  left: 12px;
}

.heroVideoArrow.next {
  right: 12px;
}

.heroVideoDots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}

.heroVideoDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.heroVideoDot.is-active {
  background: #f66f14;
}

.heroNews {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  border-radius: 12px;
  background: rgba(85, 85, 85, 0.1);
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.heroNewsItem {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  color: #cfcfcf;
  font-size: 14px;
  white-space: nowrap;
  min-width: 0;
}

.heroNewsItem+.heroNewsItem {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.heroNewsItem:hover {
  background: rgba(85, 85, 85, 0.20);
  color: #ffffff;
}

.heroNewsDate {
  color: #8a8a8a;
}

.heroNewsNew {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding: 0 8px;
  border-radius: 10px;
  background: rgba(242, 175, 72, 0.14);
  box-shadow: 0 0 0 1px rgba(242, 175, 72, 0.35);
  color: #f2af48;
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

/* ---------- 全链路 AI 能力 图七 ---------- */
.capSection {
  width: 100%;
  padding: 110px 24px 0 24px;
  box-sizing: border-box;
  background: #000;
}

.capHead {
  text-align: center;
  max-width: var(--rx-banxin);
  margin: 0 auto;
}

.capTitle {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1.2px;
  font-weight: 600;
  color: #f2f5f9;
}

.capTitle .grad {
  background: linear-gradient(100deg, #ffc79e 0%, #ffad75 45%, #f66f14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.capMark {
  margin-top: 24px;
  font-size: 22px;
  line-height: 30px;
  color: #9e9e9e;
}

.capPanel {
  max-width: var(--rx-banxin);
  margin: 56px auto 0;
  display: flex;
  gap: 48px;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 480px;
  padding-bottom: 0px;
}

/* 对齐蓝湖 rectangle-77 / 772 / 773 */
.capGlow,
.capPanel .rectangle-77,
.capPanel .rectangle-772,
.capPanel .rectangle-773 {
  background: rgba(239, 129, 54, 0.2);
  border-radius: 999px;
  width: 332px;
  height: 218px;
  position: absolute;
  left: -166px;
  filter: blur(100px);
  -webkit-filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  transition: top 0.35s ease, bottom 0.35s ease, transform 0.35s ease;
}

/* 生图 active → rectangle-77 左上 */
.capPanel[data-active="image"] .capGlow {
  top: -111.59px;
  bottom: auto;
  transform: none;
  -webkit-transform: none;
}

/* 生视频 active → rectangle-772 左侧居中 */
.capPanel[data-active="video"] .capGlow {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* 生 3D active → rectangle-773 左下 */
.capPanel[data-active="three"] .capGlow {
  top: auto;
  bottom: -111.41px;
  transform: none;
  -webkit-transform: none;
}

.capTabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-width: 0;
  align-self: stretch;
}

.capTab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 24px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: transparent;
  color: rgba(242, 245, 249, 0.8);
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: color 0.25s ease;
}

.capTab:first-child {
  padding-top: 0;
}

.capTab:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.capTab.is-active {
  padding-bottom: 28px;
  color: #f2f5f9;
}

.capTab.is-active+.capTab {
  padding-top: 24px;
}

.capTabRow {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.capTabIcon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.capTabName {
  flex: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: inherit;
}

.capTabPlus {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.capTab.is-active .capTabName {
  color: #fb7c00;
}

.capTab.is-active .capTabPlus {
  opacity: 0;
  visibility: hidden;
}

.capTabDesc {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #fafafa;
  opacity: 0.6;
  display: none;
  max-width: 100%;
}

.capTab.is-active .capTabDesc {
  display: block;
}

.capMediaWrap {
  flex: 0 0 756px;
  width: 756px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.capMedia {
  position: relative;
  width: 756px;
  max-width: 100%;
  height: 435px;
  border-radius: 12px;
  overflow: hidden;
  background: #121212;
}

.capMediaPanel {
  position: absolute;
  inset: 0;
  display: none;
}

.capMediaPanel.is-active {
  display: block;
}

.capMediaImg,
.capMediaVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.capMediaVideo {
  background: #0d0d0d;
}

.capMediaPlaceholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  background:
    linear-gradient(135deg, rgba(246, 111, 20, 0.12) 0%, transparent 45%),
    #121212;
}

.capBadgeTop,
.capBadgeBottom {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 2px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 12, 15, 0.56);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-size: 12px;
  line-height: 16px;
  color: #e4e4e7;
  box-sizing: border-box;
}

.capBadgeTop {
  top: 24px;
  left: 24px;
  right: auto;
  width: auto;
  max-width: calc(100% - 48px);
  height: 38px;
  gap: 4px;

  height: 38px;
  background: rgba(11, 12, 15, 0.56);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 0 12px;
}

.capBadgeBottom {
  left: 24px;
  right: auto;
  bottom: 16px;
  max-width: calc(100% - 48px);

  height: 38px;
  background: rgba(11, 12, 15, 0.56);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 11px;
}

.capBadgeBottomCenter {
  left: 50%;
  right: auto;
  bottom: 16px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  justify-content: center;
  gap: 4px;
  white-space: nowrap;

  height: 38px;
  background: rgba(11, 12, 15, 0.56);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 11px;
  display: flex;
  flex-wrap: nowrap;
}

.capBadgeTop .hl,
.capBadgeBottom .hl {
  color: #fb7c00;
}

.capModels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.capModelItem {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #aeb2b9;
  font-size: 12px;
  /* line-height: 20px; */
  margin-left: 3px;
}

.capModelItem img {
  /* width: 14px;
  height: 14px; */
  object-fit: contain;
}

.capVideoNote {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 11px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 12, 15, 0.56);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  height: 68px;
}

/* 生视频：模型条在底部，声场条在其上 */
.capMediaPanel[data-cap="video"] .capBadgeBottom {
  bottom: 16px;
  left: auto;
  right: 24px;
}

.capVideoThumb {
  width: 80px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  background: #111;
  pointer-events: none;
}

.capVideoNote p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #aeb7ba;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ---------- 算力三栏 图五 ---------- */
.powerSection {
  width: 100%;
  padding: 110px 24px 0 24px;
  box-sizing: border-box;
  background: radial-gradient(closest-side, #121212 0%, #000 100%);
}

.powerHead {
  text-align: center;
  max-width: var(--rx-banxin);
  margin: 0 auto 0;
}

.powerTitle {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1.2px;
  font-weight: 600;
  color: #f2f5f9;
}

.powerTitle .grad {
  background: linear-gradient(100deg, #ffc79e 0%, #ffad75 45%, #f66f14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.powerMark {
  margin-top: 24px;
  font-size: 22px;
  line-height: 30px;
  color: #9e9e9e;
}

.powerDiagram {
  position: relative;
  max-width: var(--rx-banxin);
  margin: 80px auto 0;
}

/* 对齐蓝湖 container45 芯片 */
.powerChipRow {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.powerChip {
  position: relative;
  width: auto;
  height: 72px;
  padding: 21px 32px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, #232323 0%, #222 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  box-shadow:
    inset 0 -3px 1px -1px rgba(0, 0, 0, 0.25),
    0 6px 4px -2px rgba(0, 0, 0, 0.15),
    0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/* 蓝湖：顶针引出；引线右下/底端锚在 Pin 顶心；圆球静态 8×8 空心 */
.powerPinLead {
  position: relative;
  overflow: visible;
}

.powerChipLeadSvg {
  position: absolute;
  pointer-events: none;
  overflow: visible;
  display: block;
}

/* 左：viewBox 1:1px；右下角 (86,36) = Pin 顶心 */
.powerChipLeadSvgL {
  right: 50%;
  bottom: 100%;
  width: 86px;
  height: 36px;
  margin-right: 0;
}

/* 中：底心 (4,36) = Pin 顶心 */
.powerChipLeadSvgM {
  left: 50%;
  bottom: 100%;
  width: 8px;
  height: 36px;
  margin-left: -4px;
}

.powerChipLeadSvg>svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* 左圆球：折线左端 —— 单独调 left/top */
.powerCircuitNodeLeadL {
  left: -4px;
  top: 0;
}

/* 中圆球：竖线顶端 —— 单独调 left/top */
.powerCircuitNodeLeadM {
  left: 0;
  top: -4px;
}

/* 8×8 空心圆球：静态，不参与光流动画 */
.powerCircuitNode {
  pointer-events: none;
}

/* 主 SVG 内节点：真实 8×8px DOM，圆心锚在 path 坐标 */
.powerCircuitNodeEl {
  position: absolute;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
  z-index: 2;
  margin: 0;
  padding: 0;
  -webkit-transform: none;
  transform: none;
}

.powerChipLogo {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(243, 130, 29, 0.6);
  position: relative;
  z-index: 1;
}

.powerPinL,
.powerPinR,
.powerPinT,
.powerPinB {
  position: absolute;
  display: flex;
  z-index: 0;
}

.powerPinL {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  flex-direction: column;
  gap: 16px;
}

.powerPinR {
  right: -10px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  flex-direction: column;
  gap: 16px;
}

.powerPinT {
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  flex-direction: row;
  gap: 10px;
  overflow: visible;
  z-index: 2;
}

.powerPinT .powerPin {
  overflow: visible;
}

.powerPinB {
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  flex-direction: row;
  gap: 10px;
}

.powerPin {
  width: 10px;
  height: 6px;
  border-radius: 1px 1px 0 0;
  background: linear-gradient(180deg, #787878 0%, #6b6b6b 33%, #8b8b8b 67%, #303030 100%);
  box-shadow:
    inset 1px 0 1px rgba(221, 221, 221, 1),
    inset 1px 0 1px 1px rgba(0, 0, 0, 0.1),
    0 2px 2px 1px rgba(0, 0, 0, 0.05);
}

.powerPinT .powerPin,
.powerPinB .powerPin {
  width: 6px;
  height: 10px;
}

.powerCardsWrap {
  position: relative;
  margin-top: 24px;
  padding-top: 54px;
}

/* 蓝湖 icon32 扩 viewBox；独立合成层，减轻主线程卡顿 */
.powerCircuitLines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 71px);
  width: 100%;
  height: 180px;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  contain: layout style;
}

/* 光流：两波交替；仅 stroke-dashoffset/opacity，无滤镜 */
/* gap > pathLength，避免终点绕回起点「回显」 */
.powerFlowStroke {
  stroke-dasharray: 14 220;
  opacity: 0;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 第1波：左外 + 中线 + 右外（同时） */
.powerFlowWave1 {
  -webkit-animation-name: rxFlowWave1;
  animation-name: rxFlowWave1;
}

/* 第2波：左内 + 右内 + 右中折线（第1波结束后） */
.powerFlowWave2 {
  -webkit-animation-name: rxFlowWave2;
  animation-name: rxFlowWave2;
}

/* 中线稍长光段，短路径更易看见 */
.powerFlowMid {
  stroke-dasharray: 18 220;
}

/* 1→2：先淡出清干净，再在不可见时把 offset 预置到起点，最后淡入，避免闪现 */
@-webkit-keyframes rxFlowWave1 {
  0% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  38% {
    stroke-dashoffset: -100;
    opacity: 1;
  }

  46% {
    stroke-dashoffset: -100;
    opacity: 0;
  }

  47%,
  100% {
    stroke-dashoffset: -234;
    opacity: 0;
  }
}

@keyframes rxFlowWave1 {
  0% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  38% {
    stroke-dashoffset: -100;
    opacity: 1;
  }

  46% {
    stroke-dashoffset: -100;
    opacity: 0;
  }

  47%,
  100% {
    stroke-dashoffset: -234;
    opacity: 0;
  }
}

@-webkit-keyframes rxFlowWave2 {

  0%,
  48% {
    stroke-dashoffset: -234;
    opacity: 0;
  }

  49% {
    stroke-dashoffset: 0;
    opacity: 0;
  }

  52% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  90% {
    stroke-dashoffset: -100;
    opacity: 1;
  }

  96% {
    stroke-dashoffset: -100;
    opacity: 0;
  }

  97%,
  100% {
    stroke-dashoffset: -234;
    opacity: 0;
  }
}

@keyframes rxFlowWave2 {

  0%,
  48% {
    stroke-dashoffset: -234;
    opacity: 0;
  }

  49% {
    stroke-dashoffset: 0;
    opacity: 0;
  }

  52% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  90% {
    stroke-dashoffset: -100;
    opacity: 1;
  }

  96% {
    stroke-dashoffset: -100;
    opacity: 0;
  }

  97%,
  100% {
    stroke-dashoffset: -234;
    opacity: 0;
  }
}

/* 视口外暂停，避免整页后台空转 */
.powerSection:not(.is-circuit-on) .powerFlowStroke {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* 三卡顶部色光：rectangle-78/79/80 */
.powerCardGlow {
  position: absolute;
  top: 54px;
  width: 156px;
  height: 1px;
  z-index: 3;
  pointer-events: none;
}

.powerCardGlowCyan {
  left: calc(50% - 550px);
  background: linear-gradient(90deg, rgba(46, 185, 223, 0) 0%, #2eb9df 50%, rgba(46, 185, 223, 0) 100%);
}

.powerCardGlowPurple {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(223, 108, 246, 0) 0%, #df6cf6 50%, rgba(223, 108, 246, 0) 100%);
}

.powerCardGlowWarm {
  right: calc(50% - 503px);
  background: linear-gradient(90deg, rgba(247, 204, 75, 0) 0%, #f7cc4b 50%, rgba(247, 204, 75, 0) 100%);
}

/* 区块文字自下而上入场（仅 transform/opacity，一次触发） */
.rxRise {
  opacity: 0;
  -webkit-transform: translate3d(0, 36px, 0);
  transform: translate3d(0, 36px, 0);
  -webkit-transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: var(--rx-rise-delay, 0s);
  transition-delay: var(--rx-rise-delay, 0s);
  will-change: transform, opacity;
}

.rxRise.is-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.powerCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
  align-items: stretch;
}

.powerCard {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 28px;
  box-sizing: border-box;
  box-shadow:
    inset 0 0 0 6px #060606,
    0 4px 6px rgba(0, 0, 0, 0.02),
    0 1px 0 1px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.powerCard:nth-child(2) {
  padding: 28px 28px 24px;
}

.powerCardHead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 24px;
}

.powerCardHeadIcon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
}

.powerCardHeadTxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.powerCardTitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #f2f5f9;
}

.powerCardSub {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #888;
}

.powerItemList {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.powerItemListCloud {
  gap: 12px;
  flex: 0;
}

.powerItem {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  cursor: default;
  transition: background 0.35s linear, border-color 0.35s linear;
}

.powerItem:hover {
  background: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

/* 图三：云端算力为翼底部两行信息区加高 */
.powerItemListCloud .powerItem {
  min-height: 91px;
  padding: 16px 16px;
  align-items: center;
}

.powerItemHighlight {
  /* background: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none; */
}

.powerCloudBox.powerItemHighlight {
  /* background: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none; */
}

.powerCloudBox:hover {
  background: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.powerItemIconBox {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.powerItemIconBox img {
  width: 16px;
  height: 16px;
  display: block;
}

.powerItemBody {
  flex: 1;
  min-width: 0;
}

.powerItemTitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #f2f5f9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 24px;
}

.powerTag {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 10px;
  background: rgba(255, 137, 3, 0.14);
  box-shadow: inset 0 0 0 1px rgba(243, 130, 29, 0.35);
  color: #ff8903;
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
}

.powerItemDesc {
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #888;
}

.powerItemDescMuted {
  margin-top: 4px;
  opacity: 0.5;
}

/* 悬停切换高亮，不做文字位移动画 */
@media (hover: hover) {

  .powerItem,
  .powerCloudBox,
  .powerApiBox {
    cursor: default;
  }
}

.powerHlCyan {
  color: #5bdafb;
  font-weight: 600;
}

.powerCloudBox {
  background: #0e0e0e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px 16px;
  margin-bottom: 10px;
  box-sizing: border-box;
  transition: background 0.35s linear, border-color 0.35s linear, box-shadow 0.35s linear;
}

.powerSpecs {
  display: flex;
  gap: 8px;
  padding-top: 16px;
}

.powerSpec {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.powerSpec img {
  width: 16px;
  height: 16px;
  display: block;
}

.powerSpec strong {
  display: block;
  margin-top: 6px;
  color: #f2f5f9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.powerSpec span {
  display: block;
  color: #888;
  font-size: 10px;
  line-height: 15px;
}

.powerPrice {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.powerPriceRow {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.powerPriceNum {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.75px;
  font-weight: 700;
  color: #ff8903;
}

.powerPriceUnit {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.75px;
  color: #99a6b4;
  padding-bottom: 4px;
}

.powerPriceTip {
  margin-top: 4px;
  font-size: 11px;
  line-height: 16.5px;
  color: #888;
}

.powerModelList {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  margin-bottom: 14px;
}

.powerModelRow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  cursor: default;
  transition: background 0.35s linear, border-color 0.35s linear, box-shadow 0.35s linear;
}

.powerModelRow:hover {
  background: rgba(23, 23, 23, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.powerModelIconBox {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 10px;
  padding: 6px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.powerModelIconBox img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  display: block;
}

.powerModelName {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f2f5f9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.powerModelBadge {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 12px;
  line-height: 15px;
  color: #f2f5f9;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 8px;
  border-radius: 12px;
}

.powerModelPro {
  display: inline-flex;
  align-items: center;
  padding: 1px 4px;
  border-radius: 4px;
  background: rgba(255, 185, 0, 0.9);
  color: #000;
  font-size: 9px;
  line-height: 12.86px;
  font-weight: 700;
}

.powerMore {
  border: 1px dashed rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 16px;
  color: #888;
  text-align: center;
  box-sizing: border-box;
}

.powerApiBox {
  margin-top: auto;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 137, 3, 0.35);
  background: rgba(255, 137, 3, 0.1);
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-sizing: border-box;
  pointer-events: none;
}

.powerApiBox .powerApiTitle {
  color: #ff8903;
}

.powerApiBody {
  flex: 1;
  min-width: 0;
}

.powerApiTitle {
  color: #ff8903;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.powerApiDesc {
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #888;
}

/* ---------- 版本选择 图十一 ---------- */
.verSection {
  width: 100%;
  padding: 90px 24px 70px;
  box-sizing: border-box;
  background: #000;
}

.verHead {
  text-align: center;
  margin-bottom: 40px;
}

.verTitle {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1.2px;
  font-weight: 600;
  color: #f2f5f9;
}

.verTitle .grad {
  background: linear-gradient(100deg, #ffc79e 0%, #ffad75 45%, #f66f14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.verMark {
  margin-top: 12px;
  font-size: 22px;
  line-height: 30px;
  color: #9e9e9e;
}

.verCards {
  max-width: var(--rx-banxin);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.verCard {
  position: relative;
  padding: 32px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  /* min-height: 420px; */
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
}

.verCard.recommend {
  /* background: linear-gradient(246.38deg,
      rgba(242, 150, 88, 0.15) 0%,
      rgba(255, 255, 255, 0.04) 63.32%,
      rgba(255, 255, 255, 0.01) 100%);
  border-color: rgba(246, 111, 20, 0.5);
  box-shadow:
    inset 0 1px 0 0 rgba(255, 255, 255, 0.12),
    0 0 28px rgba(246, 111, 20, 0.18); */

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(246deg, rgba(242, 150, 88, 0.15) 11.54%, rgba(255, 255, 255, 0.04) 53.41%, rgba(255, 255, 255, 0.01) 77.67%);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12) inset;
}

/* 对齐蓝湖 .text26 / .text27：右上角 33px */
.verBadge {
  position: absolute;
  top: 33px;
  right: 33px;
  z-index: 2;
  box-sizing: border-box;
  min-width: 48px;
  height: 24px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fafafa;
  background: radial-gradient(176.14% 60.74% at 50% 100%, #FFAD75 0%, rgba(255, 173, 117, 0) 79%), #F66F14;

}

.recommendLite {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #a1a1aa;
  border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.08);
background: linear-gradient(246deg, rgba(255, 255, 255, 0.01) 11.54%, rgba(255, 255, 255, 0.04) 35.8%, rgba(242, 150, 88, 0.15) 77.67%);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12) inset;
}

.verLabel {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #ff6800;
  margin-bottom: 0;
  padding-right: 64px;
  /* 避开右上角标 */
}


.verCard.lite .verLabel {
  color: #a1a5ab;
}

.verCardTitle {
  margin-top: 12px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #fafafa;
}

.verCardDesc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22.75px;
  color: #a1a1aa;
}

.verList {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.verListItem {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(242, 245, 249, 0.9);
}

.verListItem img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.verBtn {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.2s ease, opacity 0.2s ease;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
}

.verBtn img {
  width: 18px;
  height: 18px;
}

.verBtnPrimary {
  background: radial-gradient(176.14% 60.74% at 50% 100%, #FFAD75 0%, rgba(255, 173, 117, 0) 79%), #F66F14;
  color: #fafafa;
}

.verBtnGhost {
  color: #fafafa;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}


.verBtn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  color: #fafafa;
}

.verBtnGhost:hover {
  background: radial-gradient(176.14% 60.74% at 50% 100%, #FFAD75 0%, rgba(255, 173, 117, 0) 79%), #F66F14;
  color: #fafafa;
}

.verLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #71717a;
  text-decoration: none;
}

.verLink img {
  width: 16px;
  height: 16px;
}

.verLink:hover {
  color: #f66f14;
}

.verFeatures {
  max-width: 900px;
  margin: 48px auto 0;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.verFeatItem {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9a9a9a;
  font-size: 14px;
}

.verFeatItem img {
  width: 22px;
  height: 22px;
}

.inspiratSectionWrap {
  width: 100%;
  /* 除轮播外统一左右 24px */
  padding: 110px 24px 0;
  box-sizing: border-box;
  overflow: visible;
}

/* 灵感场景区（Tab 可切换） */
.pageWrap.flexColAliCenter {
  overflow: visible;
  min-width: 1440px;
  width: 100%;
  background: #000;
  align-items: stretch;
}

.inspiratSectionWrap.flexColAliCenter {
  overflow: visible;
  width: 100%;
  min-width: 1440px;
}

.InspiratTab {
  display: flex;
  visibility: visible;
  opacity: 1;
  width: 635px;
  height: 68px;
  background: #ffffff;
  border-radius: 34px;
  padding: 8px 10px;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.InspiratItem {
  flex: 1;
  height: 52px;
  margin: 0;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}

.InspiratItemAct {
  background: #27272f;
  border-radius: 26px;
  color: #fffcf9;
  font-weight: 400;
}

.InspiratCon {
  display: none;
  width: 1440px;
  max-width: 100%;
  height: 667px;
  margin-top: 88px;
  padding: 158px 0 0 93px;
  box-sizing: border-box;
  /* 与 2.1 / 蓝湖一致：拉伸铺满，避免 cover 裁切右侧人物 */
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

/* 游戏动画 / 电商 / 影视：整图背景 */
#You.InspiratCon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-image: url('../img/index/container60.png');
}

#Dian.InspiratCon {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-image: url('../img/Inspirat/2.png');
}



#Ying.InspiratCon {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-image: url('../img/Inspirat/影视前期.jpg');
}

#Mian {
  background-image: url('../img/Inspirat/4.png');
  padding: 158px 0 0 93px;
}

/* 产品设计 / 建筑室内：左文案 + 右视频 */
#Ping.InspiratCon,
#Jian.InspiratCon {
  padding: 158px 20px 158px 93px;
  justify-content: space-between;
  align-items: center;
}

#Ping.InspiratCon {
  padding: 158px 20px 158px 93px;
  justify-content: space-between;
  background-image: url('../img/Inspirat/影视前期.jpg');
}

#Jian.InspiratCon {
  padding: 158px 20px 158px 93px;
  justify-content: space-between;
  background-image: url('../img/Inspirat/jianBg.jpg');
}

.InspiratCon>.flexCol.justStart.h100 {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.InspiratCon>.JianVideo {
  position: relative;
  z-index: 1;
  width: 800px;
  max-width: 55%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  flex-shrink: 0;
  align-self: center;
  border-radius: 8px;
}

.You-title {
  width: 460px;
  color: #ffffff;
  line-height: 69px;
}

.You-mark {
  width: 493px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 72px;
}

.You-btn {
  width: 204px;
  height: 62px;
  background: linear-gradient(104deg, #f7741c 0%, #fda56a 47%, #f67117 100%);
  box-shadow: 0px 3px 14px 1px rgba(250, 137, 62, 0.5);
  border-radius: 20px;
  border: 1px solid #ba530e;
  color: #ffffff;
}

.diversitySectionWrap {
  width: 100%;
  min-width: 1440px;
  max-width: none;
  padding-top: 110px;
  /* 轮播图通栏，不加左右 padding */
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

/* 轮播上方标题仍留 24px，与其它区块对齐 */
.diversitySectionWrap>.flexColAliCenter.w100 {
  padding: 0 24px;
  box-sizing: border-box;
}

/* 最小 1440：除轮播外统一左右 24px（box-sizing 含 padding，避免再撑出右侧空白） */
.heroSection,
.capSection,
.powerSection,
.verSection,
.inspiratSectionWrap,
.pcHome,
.footer {
  min-width: 1440px;
  box-sizing: border-box;
}

.heroSection {
  /* 背景全宽；内容左右空隙在 .heroStage */
  padding-left: 0;
  padding-right: 0;
}

.diversitySectionWrap .moduleTitle,
.diversitySectionWrap .moduleMarkJsSwriper {
  display: block;
  visibility: visible;
  width: 100%;
  text-align: center;
}

/* 动画结束后保持可见，避免 animate.css 回落到 opacity:0 */
.powerSection .ani-up.animated,
.inspiratSectionWrap .ani-up.animated,
.diversitySectionWrap .ani-up.animated {
  opacity: 1 !important;
  -webkit-transform: none;
  transform: none;
}

.footer {
  background: #000;
}

/* 版心内容在 section 的 padding:0 24px 内铺满；footer 自身左右 24px，勿再撑死 1440 */
.footerWrap,
.footerTop,
.footerBott {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* 已取消 740 移动断点（移动版已从 index 移除） */
@media (max-width: 0) {

  html,
  body {
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: hidden;
  }

  .pageWrap {
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: hidden;
  }

  /* 移动端：去掉芯片（含上方线路）与下方连线 */
  .powerChipRow,
  .powerCircuitLines,
  .powerCardGlow,
  .powerCircuitNodeEl {
    display: none !important;
  }

  .powerCardsWrap {
    padding-top: 0 !important;
  }

  .powerCards {
    margin-top: 0 !important;
  }

  .powerFlowStroke {
    -webkit-animation: none !important;
    animation: none !important;
  }

  .rxRise {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .banxin1440,
  .heroStage {
    width: 100% !important;
    max-width: 100% !important;
  }

  .heroSection {
    padding: 88px 15px 32px;
    min-height: 0;
    overflow: hidden;
  }

  .heroStage {
    padding: 0;
  }

  .heroInner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .heroLeft,
  .heroRight {
    width: 100%;
    max-width: 100%;
  }

  .heroTitle {
    font-size: 36px;
    line-height: 1.2;
    white-space: normal;
  }

  .heroSub {
    font-size: 18px;
  }

  .heroDesc {
    font-size: 14px;
    line-height: 22px;
  }

  .heroBtns {
    margin-top: 28px;
    width: 100%;
  }

  /* 桌面版 index 仅保留一个「免费下载」，不再显示注册/第二个下载 */
  body:not(.rexwit-logged-in) .heroBtnMobileRegister,
  body.rexwit-logged-in .heroBtnMobileDown,
  .heroBtnMobileRegister,
  .heroBtnMobileDown {
    display: none !important;
  }

  .heroRight {
    display: none;
  }

  .heroStageWrap .image-34,
  .image-34 {
    width: 110%;
    height: auto;
    right: -18%;
    top: 55%;
    opacity: 0.85;
    filter: blur(2px);
  }

  .heroParticle {
    left: 30%;
    width: 140%;
    height: auto;
    opacity: 0.35;
  }

  .heroNews {
    flex-direction: column;
    align-items: stretch;
  }

  .heroNewsItem {
    justify-content: flex-start;
    white-space: normal;
    min-height: 44px;
  }

  .heroNewsItem+.heroNewsItem {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .heroVideoNav {
    opacity: 1;
    pointer-events: auto;
  }

  .capSection,
  .powerSection,
  .verSection {
    padding-left: 16px;
    padding-right: 16px;
  }

  .capTitle,
  .powerTitle,
  .verTitle {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }

  .capMark,
  .powerMark,
  .verMark {
    font-size: 16px;
    line-height: 24px;
  }

  .capTabName {
    font-size: 20px;
  }

  .verCards {
    grid-template-columns: 1fr;
  }

  .verCardTitle {
    font-size: 22px;
  }

  .verFeatures {
    gap: 20px 28px;
  }

  .inspiratSectionWrap {
    width: 100%;
    padding: 48px 16px 0;
    box-sizing: border-box;
  }

  .inspiratSectionWrap .moduleTitle,
  .diversitySectionWrap .moduleTitle {
    height: auto !important;
    font-size: 28px !important;
    line-height: 1.35;
    text-align: center;
    padding: 0 8px;
  }

  .inspiratSectionWrap .moduleMark,
  .diversitySectionWrap .moduleMarkJsSwriper {
    font-size: 14px !important;
    text-align: center;
    padding: 0 8px;
  }

  .InspiratTab {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
    box-sizing: border-box;
    justify-content: center;
  }

  .InspiratItem {
    margin: 0 !important;
  }

  .InspiratCon {
    width: 1440px !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 360px;
    padding: 40px 20px !important;
    box-sizing: border-box;
    background-size: cover !important;
  }

  .You-title {
    font-size: 28px !important;
    line-height: 1.3;
  }

  .You-mark {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
  }

  .JianVideo {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin-top: 16px;
  }

  .js-swiper,
  .curved-mask.top,
  .curved-mask.bottom {
    min-width: 0 !important;
    width: 100% !important;
  }

  .js-swiper-wrap-flex,
  .js-swiper-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {

  .powerFlowStroke {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 0 !important;
  }

  .rxRise,
  .rxRise.is-in {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .heroVideoSlide {
    transition: none;
  }
}

.recommend:hover,
.recommendLite:hover{
  border-color:#ff6800;
}