
.timeline-section[data-v-92711246] {
  padding-top: calc(60px * var(--page-scale));
  padding-bottom: calc(60px * var(--page-scale));
}
.timeline-title[data-v-92711246] {
  /* clamp 回退：旧浏览器不支持 */
  font-size: calc(3rem * var(--page-scale));
  font-size: clamp(1.875rem, calc(3rem * var(--page-scale)), 3rem);
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #111827;
}
.timeline-viewport[data-v-92711246] {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 44.102564%; /* 688 / 1560 */
  overflow: hidden;
}
@supports (aspect-ratio: 1 / 1) {
.timeline-viewport[data-v-92711246] {
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 1560 / 688;
}
}
.timeline-image[data-v-92711246] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 142.435897%; /* 2222 / 1560，避免旧内核不支持 calc 除法 */
  height: 100%;
  max-width: none;
  transition: transform 0.45s ease;
  will-change: transform;
}
.timeline-nav[data-v-92711246] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(30px * var(--page-scale));
}
.timeline-nav-btn + .timeline-nav-btn[data-v-92711246] {
  margin-left: calc(12px * var(--page-scale));
}
.timeline-nav-btn[data-v-92711246] {
  display: flex;
  height: calc(30px * var(--page-scale));
  width: calc(30px * var(--page-scale));
  min-height: 24px;
  min-width: 24px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s;
  cursor: pointer;
}
.timeline-nav-btn--active[data-v-92711246] {
  background-color: #e60012;
  color: #fff;
}
.timeline-nav-btn--active[data-v-92711246]:hover {
  background-color: #c8161d;
}
.timeline-nav-btn--disabled[data-v-92711246] {
  background-color: rgba(0, 0, 0, 0.06);
  color: #9ca3af;
  cursor: not-allowed;
}

