@font-face {
  font-family: 'AlimamaFangYuanTiVF';
  src: url("../fonts/AlimamaFangYuanTiVF-Thin.eot");
  src: url("../fonts/AlimamaFangYuanTiVF-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/AlimamaFangYuanTiVF-Thin.woff2") format("woff2"), url("../fonts/AlimamaFangYuanTiVF-Thin.woff") format("woff"), url("../fonts/AlimamaFangYuanTiVF-Thin.ttf") format("truetype"), url("../fonts/AlimamaFangYuanTiVF-Thin.svg#AlimamaFangYuanTiVF-Thin") format("svg");
}

.AlimamaFangYuanTiVF-Bold {
  font-family: 'AlimamaFangYuanTiVF';
  font-weight: 900;
}

.customize-features-swiper .swiper-slide {
  height: auto;
}

.customize-features-pagination.swiper-pagination-bullets {
  bottom: 0 !important;
}

.customize-features-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px !important;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.customize-features-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 4px;
  background: #fff;
}

/* 横线 + 右侧蓝色箭头 */
.customize-value-divider {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.customize-value-divider-line {
  flex: 1;
  min-width: 0;
  height: 1px;
  background: #e5e7eb;
}

.customize-value-chevron {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.12em;
  color: #2563eb;
}

/* 说明文字（无衬线）+ 背景 VALUE（衬线水印），右对齐叠层 */
.customize-value-copy {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-bottom: 35px;
  text-align: right;
  overflow: visible;
}

.customize-value-watermark {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  font-family: Georgia, 'Times New Roman', 'Noto Serif SC', serif;
  font-size: clamp(2.75rem, 8vw, 4.25rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0.02em;
  color: #044DB7;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

/* ========== lm_about 第三屏：lm_about_p3_h + lm_about_p3 + right_three（与下载站同源） ========== */


/* .lm_about_p3_h */
.customize-p3-h-spacer {
  width: 100%;
  height: 600vh;
  background: #fff;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 470px) {
  .customize-p3-h-spacer {
    height: 340vh;
  }
}

/* 第三屏：上下对称留白 + 左侧块垂直居中，与右侧全屏粒子字母的视觉中心对齐 */
.customize-p3-fixed {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 16% 0;
  box-sizing: border-box;
  background: #fff;
  pointer-events: none;
}

.customize-p3-wrap {
  width: 100%;
  height: 70vh;
  min-height: 0;
  will-change: transform;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: 10;
}
.customize-p3-fixed .customize-p3-fixed-inner {
  flex: 0 0 auto;
  width: 100%;
}

.customize-p3-fixed .container,
.customize-p3-fixed .customize-p3-list .li,
.customize-p3-fixed a,
.customize-p3-fixed button {
  pointer-events: auto;
}

/* 居中主标题区与下方列表间距 */
.customize-p3-fixed .customize-p3-heading {
  width: 100%;
  margin-bottom: 100px;
  padding-left: clamp(0.75rem, 3vw, 1.5rem);
  padding-right: clamp(0.75rem, 3vw, 1.5rem);
}

.customize-experience-intro {
  text-align: left;
}

.customize-experience-eyebrow-bar {
  display: inline-block;
  width: 3px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, #2ec4ff 0%, #24baff 100%);
  box-shadow: 0 0 12px rgba(36, 186, 255, 0.45);
}

/* .lm_about_p3 .list — gap 拉开三栏上下间距 */
.customize-p3-list {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vh, 28px);
  border-left: 1px solid #b2b2b2;
}

/* .lm_about_p3 .list .li — 参考 width:600px; padding-left:95px */
.customize-p3-list .li {
  position: relative;
  flex: 1;
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(6px, 0.8vh, 12px) 0 clamp(6px, 0.8vh, 12px) 50px;
  margin: 0;
  opacity: 0.1;
  transition:
    opacity 1s ease,
    flex 1s ease;
}

.customize-p3-list .li .nr {
  transform: scale(0.6);
  transform-origin: left center;
  transition: transform 1s ease;
}

.customize-p3-list .li.one {
  flex: 1.5;
  opacity: 1;
}

.customize-p3-list .li.one .nr {
  transform: scale(1);
}

.customize-p3-list .li::after {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 0;
  background: #044DB7;
  transition: height 1s ease;
}

.customize-p3-list .li.one::after {
  height: 100%;
}

.customize-p3-list .li:not(.one) .customize-scroll-title {
  font-weight: 300;
}

/* 参考 .list .tit / .txt 默认字号（与 Tailwind 并存，窄屏由下方 media 覆盖） */
.customize-p3-list .li .nr .customize-scroll-title {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 300;
}

.customize-p3-list .li .nr > p {
  font-size: 16px;
  line-height: 2;
  color: #666666;
}

/* .lm_about_p3 .right_three */
.customize-right-three.customize-three-root {
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -25%;
  top: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.01, 0.22, 0.41, 0.99);
  pointer-events: none;
}

.customize-right-three.customize-three-root.one {
  opacity: 1;
}

.customize-three-root canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* 对齐 lm_about_p4_h：参考默认 height:200px；1400/1002/470 为 0；758 为 160px */
.customize-p4-h {
  width: 100%;
  height: 200px;
  background: #fff;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1600px) {
  .customize-p3-list .li .nr .customize-scroll-title {
    font-size: 30px;
  }

  .customize-p3-list .li .nr > p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1400px) {
  .customize-p3-fixed .customize-p3-heading {
    margin-bottom: 80px;
  }

  .customize-p3-list .li .nr .customize-scroll-title {
    font-size: 24px;
  }

  .customize-p3-list .li .nr > p {
    font-size: 14px;
    line-height: 1.8;
  }

  .customize-p3-list .li {
    padding-left: 40px;
  }

  .customize-p4-h {
    height: 0;
  }
}

@media screen and (max-width: 1200px) {
  .customize-p3-list .li {
    width: 400px;
  }
}

@media screen and (max-width: 1002px) {
  .customize-p3-fixed {
    padding: 32% 0;
  }

  .customize-p3-list .li {
    padding-left: 20px;
    padding-top: clamp(4px, 0.6vh, 10px);
    padding-bottom: clamp(4px, 0.6vh, 10px);
  }
}

@media screen and (max-width: 758px) {
  .customize-p3-fixed {
    padding: 48% 0;
  }

  .customize-p3-list {
    gap: clamp(12px, 2vh, 22px);
  }

  .customize-p3-list .li .nr .customize-scroll-title {
    font-size: 20px;
  }


}

@media screen and (max-width: 470px) {
  .customize-p3-fixed {
    padding: 56% 0;
  }

  .customize-p3-list {
    gap: clamp(10px, 1.8vh, 18px);
  }

  .customize-p3-list .li {
    width: auto;
  }


  .customize-p3-fixed-inner {
    position: relative;
    z-index: 10;
  }

  .customize-right-three.customize-three-root {
    right: 0;
    opacity: 0;
  }

  .customize-right-three.customize-three-root.one {
    opacity: 0.4;
  }

  .customize-p4-h {
    height: 0;
  }
}

/*
 * 内发光：用 inset box-shadow 从四边向内侧柔化，模拟设计稿里的边缘高光
 * 可调最末两层的 blur / 透明度；勿用 overflow:hidden 包住，以免个别浏览器裁切阴影
 */
.customize-card-inner-glow {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 56px rgba(255, 255, 255, 0.12),
    inset 0 0 20px rgba(255, 255, 255, 0.18);
}


