/* ========== 客户板块 Kehu- 专属样式 ========== */

/* 覆盖 news.css 的 Plan-page 基础属性 */
.Plan-page--kehu {
  background-color: #eeeeee;
  min-height: 49vw;
  position: relative;
  overflow: hidden;
  top: -80px;
}

.Plan-page--kehu .Plan-page__inner {
  padding-top: 0;
  padding-bottom: 0;
  /* height: 60.21vw;
  max-height: 1156px; */
}

/* ========== 头部 Banner ========== */
.Plan-page--kehu .Plan-banner {
  position: relative;
  width: 100%;
  padding-top: 5vw;
  padding-left: 0;
}

.Plan-page--kehu .Plan-banner__title {
  position: relative;
  margin-bottom: 0;
}

.Plan-page--kehu .Plan-banner__title::after {
  content: "";
  display: block;
  clear: both;
}

.Plan-page--kehu .Plan-banner__list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 0.83vw;
  margin-top: 1.5vw;
}

.Plan-page--kehu .Plan-banner__num {
  float: left;
  font-size: 8vw;
  font-weight: 700;
  color: #1783ec;
  line-height: 1;
  font-family: "almmFM";
}

.Plan-page--kehu .Plan-banner__plus {
  float: left;
  position: relative;
  font-size: 1.72vw;
  color: #f08300;
  font-weight: 700;
  line-height: 1;
  top: -0.26vw;
  left: 0;
}

.Plan-page--kehu .Plan-banner__selected {
  display: block;
  font-size: 1.41vw;
  color: #c8c8c8;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  font-family: "almmFM";
}

@media screen and (min-width: 641px) {
  .Plan-page--kehu .Plan-banner__heading {
    display: list-item;
    font-size: 3.13vw;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.1;
    margin: 0.5vw 0 0 0;
    font-family: "almmFM";
  }
}

@media screen and (max-width: 640px) {
  .Plan-page--kehu .Plan-banner__heading {
    display: list-item;
    font-size: 8vw;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.1;
    margin: 6vw 0 0 0;
    letter-spacing: 0.05em;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  }
}

.Plan-page--kehu .Plan-banner__cta {
  position: absolute;
  right: 0;
  top: 7.95vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2vw 3.5vw;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  color: #333;
  font-size: 0.83vw;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.Plan-page--kehu .Plan-banner__cta:hover {
  background: #ddd;
  border-color: #aaa;
}

/* ========== Logo 滚动区 ========== */
.Plan-page--kehu .Plan-logos {
  position: absolute;
  top: 15vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 34.43vw;
  overflow: hidden;
}

.Plan-page--kehu .Plan-logos__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Plan-page--kehu .Plan-logos__source {
  display: none;
}

.Plan-page--kehu .Plan-logos__track {
  display: flex;
  align-items: center;
  height: 6.25vw;
  position: absolute;
  left: 0;
  will-change: transform;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Plan-page--kehu .Plan-logos__track--row1 { top: 0; }
.Plan-page--kehu .Plan-logos__track--row2 { top: 7.45vw; }
.Plan-page--kehu .Plan-logos__track--row3 { top: 14.9vw; }
.Plan-page--kehu .Plan-logos__track--row4 { top: 22.35vw; }

.Plan-page--kehu .Plan-logos__card {
  flex: 0 0 15.73vw;
  height: 6.25vw;
  margin-right: 1.46vw;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.1vw 0.3vw rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Plan-page--kehu .Plan-logos__card:hover {
  transform: translateY(-0.2vw);
  box-shadow: 0 0.3vw 0.6vw rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.Plan-page--kehu .Plan-logos__card a {
  display: block;
  width: 100%;
  height: 100%;
}

.Plan-page--kehu .Plan-logos__card img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: cover;
}

/* 轨道动画 */
.Plan-page--kehu .Plan-logos__track--row1 {
  animation: marquee-row1 12.5s linear infinite;
}
.Plan-page--kehu .Plan-logos__track--row2 {
  animation: marquee-row2 13.75s linear infinite;
}
.Plan-page--kehu .Plan-logos__track--row3 {
  animation: marquee-row3 12s linear infinite;
}
.Plan-page--kehu .Plan-logos__track--row4 {
  animation: marquee-row4 13s linear infinite;
}

@keyframes marquee-row1 {
  from { transform: translateX(0); }
  to   { transform: translateX(-17.19vw); }
}
@keyframes marquee-row2 {
  from { transform: translateX(4.95vw); }
  to   { transform: translateX(-12.24vw); }
}
@keyframes marquee-row3 {
  from { transform: translateX(0); }
  to   { transform: translateX(-17.19vw); }
}
@keyframes marquee-row4 {
  from { transform: translateX(4.95vw); }
  to   { transform: translateX(-12.24vw); }
}

.Plan-page--kehu .Plan-logos:hover .Plan-logos__track {
  animation-play-state: paused;
}

/* ========== 两侧装饰面板 ========== */
.Plan-page--kehu .Plan-logos__panel {
  position: absolute;
  top: 0;
  width: 7.81vw;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.Plan-page--kehu .Plan-logos__panel--left {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(238, 238, 238, 1) 0%,
    rgba(238, 238, 238, 0.95) 40%,
    rgba(238, 238, 238, 0.6) 75%,
    rgba(238, 238, 238, 0) 100%
  );
}

.Plan-page--kehu .Plan-logos__panel--right {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(238, 238, 238, 1) 0%,
    rgba(238, 238, 238, 0.95) 40%,
    rgba(238, 238, 238, 0.6) 75%,
    rgba(238, 238, 238, 0) 100%
  );
}

/* ========== 响应式 ========== */
@media screen and (max-width: 1280px) {
  .Plan-page--kehu .Plan-banner__num { font-size: 7.5vw; }
  .Plan-page--kehu .Plan-banner__plus { font-size: 2.2vw; }
  .Plan-page--kehu .Plan-banner__selected { font-size: 1.8vw; }
  .Plan-page--kehu .Plan-banner__heading { display: list-item; font-size: 4vw; margin: 3vw 0 0 0; line-height: 1.1; }
  .Plan-page--kehu .Plan-banner__cta { font-size: 1.2vw; padding: 1.5vw 4vw; top: 12vw; }
  .Plan-page--kehu{top: 0;}
}

@media screen and (max-width: 1024px) {
  .Plan-page--kehu { min-height: 80vw; }
  .Plan-page--kehu .Plan-page__inner { height: 80vw; max-height: none; }
  .Plan-page--kehu .Plan-banner { padding-top: 10vw; }
  .Plan-page--kehu .Plan-banner__num { font-size: 10vw; }
  .Plan-page--kehu .Plan-banner__plus { font-size: 3vw; }
  .Plan-page--kehu .Plan-banner__selected { font-size: 2.5vw; margin-top: 1.8vw; }
  .Plan-page--kehu .Plan-banner__heading { display: list-item; font-size: 5.5vw; margin: 3vw 0 0 0; }
  .Plan-page--kehu .Plan-banner__cta { font-size: 1.6vw; padding: 2vw 5vw; top: 13vw; }
  .Plan-page--kehu .Plan-logos { top: 26vw; height: 42vw; }
  .Plan-page--kehu .Plan-logos__viewport { height: 100%; }
  .Plan-page--kehu .Plan-logos__track { height: 8vw; }
  .Plan-page--kehu .Plan-logos__track--row1 { top: 0; }
  .Plan-page--kehu .Plan-logos__track--row2 { top: 9.5vw; }
  .Plan-page--kehu .Plan-logos__track--row3 { top: 19vw; }
  .Plan-page--kehu .Plan-logos__track--row4 { top: 28.5vw; }
  .Plan-page--kehu .Plan-logos__card { flex: 0 0 20vw; height: 8vw; margin-right: 2vw; }
  .Plan-page--kehu .Plan-logos__panel { width: 10vw; }
}

@media screen and (max-width: 640px) {
  .Plan-page--kehu { min-height: auto; }
  .Plan-page--kehu .Plan-page__inner { width: 94%; height: auto; max-height: none; padding-top: 0; padding-bottom: 8vw; }
  .Plan-page--kehu .Plan-banner { padding-top: 14vw; }
  .Plan-page--kehu .Plan-banner__num { font-size: 16vw; }
  .Plan-page--kehu .Plan-banner__plus { font-size: 5vw; }
  .Plan-page--kehu .Plan-banner__selected { font-size: 4vw; margin-top: 3vw; }
  .Plan-page--kehu .Plan-banner__heading { font-size: 8vw; margin: 6vw 0 0 0; letter-spacing: 0.05em; }
  .Plan-page--kehu .Plan-banner__cta { position: static; margin-top: 6vw; font-size: 3.5vw; padding: 3vw 8vw; display: inline-flex; }
  .Plan-page--kehu .Plan-logos { position: relative; top: auto; margin-top: 8vw; width: 100%; height: auto; overflow: visible; }
  .Plan-page--kehu .Plan-logos__viewport { height: auto; overflow: visible; }
  .Plan-page--kehu .Plan-logos__track { position: static; display: flex; flex-wrap: wrap; gap: 3vw; height: auto; margin-bottom: 3vw; animation: none !important; }
  .Plan-page--kehu .Plan-logos__track--row1,
  .Plan-page--kehu .Plan-logos__track--row2,
  .Plan-page--kehu .Plan-logos__track--row3,
  .Plan-page--kehu .Plan-logos__track--row4 { top: auto; }
  .Plan-page--kehu .Plan-logos__card { flex: 0 0 calc((100% - 6vw) / 3); height: 22vw; margin-right: 0; }
  .Plan-page--kehu .Plan-logos__card:nth-child(n + 4) { display: none; }
  .Plan-page--kehu .Plan-logos__panel { display: none; }
}
