.index3_60 {
    width: 100%;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    background-image: url(../images/index3/index3_60_60.jpg);
    text-align: left;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    display: block;
    overflow: hidden;
}

.index3_60 .index3_100 {
    width: 1280px;
    height: 524px;
    padding: 0px;
    clear: both;
    margin: 0 auto;
    margin-top: 87px;
    text-align: left;
    display: block;
}

.index3_60 .index3_100 .index3_94 {
    width: 1061px;
    min-height: 474px;
    padding: 0px;
    margin-top: 25px;
    margin-left: 39px;
    text-align: left;
    display: block;
}

.index3_60 .index3_100 .index3_94 .index3_95 {
    width: 1061px;
    padding: 0px;
    clear: both;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 60px;
    display: block;
}

.index3_60 .index3_100 .index3_94 .index3_96 {
    width: 1061px;
    height: 72px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    line-height: 72px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

/* 时间轴连接线 */
.index3_60 .index3_100 .index3_94 .index3_96::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 60px;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, 
        rgba(154, 255, 0, 0.8) 0%, 
        rgba(154, 255, 0, 0.6) 25%, 
        rgba(154, 255, 0, 0.4) 50%, 
        rgba(154, 255, 0, 0.2) 75%, 
        rgba(255, 255, 255, 0.2) 100%
    );
    border-radius: 2px;
    z-index: 1;
    transform: translateY(-50%);
    animation: timelineGlow 3s ease-in-out infinite alternate;
}

/* 时间轴发光动画 */
@keyframes timelineGlow {
    0% {
        box-shadow: 0 0 5px rgba(154, 255, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 15px rgba(154, 255, 0, 0.6), 0 0 25px rgba(154, 255, 0, 0.3);
    }
}

/* 版本按钮增强为时间轴节点 */
.index3_60 .index3_100 .index3_94 .index3_96 .index3_101 {
    padding: 10px 20px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    line-height: 52px;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    min-width: 80px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 时间轴节点内部发光效果 */
.index3_60 .index3_100 .index3_94 .index3_96 .index3_101::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle, rgba(154, 255, 0, 0.8) 0%, rgba(154, 255, 0, 0.3) 70%, transparent 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    opacity: 0;
}

/* 流光效果 */
.index3_60 .index3_100 .index3_94 .index3_96 .index3_101::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(154, 255, 0, 0.3), transparent);
    transition: left 0.6s ease;
}

/* 悬停效果 */
.index3_60 .index3_100 .index3_94 .index3_96 .index3_101:hover {
    color: #9AFF00;
    transform: translateY(-3px) scale(1.05);
    border-color: rgba(154, 255, 0, 0.6);
    box-shadow: 
        0 5px 15px rgba(154, 255, 0, 0.3),
        0 0 20px rgba(154, 255, 0, 0.2),
        inset 0 0 20px rgba(154, 255, 0, 0.1);
}

.index3_60 .index3_100 .index3_94 .index3_96 .index3_101:hover::before {
    opacity: 1;
    width: 20px;
    height: 20px;
}

.index3_60 .index3_100 .index3_94 .index3_96 .index3_101:hover::after {
    left: 100%;
}

/* 激活状态（选中的版本） */
.index3_60 .index3_100 .index3_94 .index3_96 .index3_101.active {
    color: #9AFF00;
    background: radial-gradient(circle, rgba(154, 255, 0, 0.2) 0%, rgba(154, 255, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 100%);
    border-color: #9AFF00;
    box-shadow: 
        0 0 25px rgba(154, 255, 0, 0.5),
        0 0 40px rgba(154, 255, 0, 0.3),
        inset 0 0 15px rgba(154, 255, 0, 0.2);
    animation: activeNodePulse 2s ease-in-out infinite alternate;
}

.index3_60 .index3_100 .index3_94 .index3_96 .index3_101.active::before {
    opacity: 1;
    width: 25px;
    height: 25px;
    background: radial-gradient(circle, #9AFF00 0%, rgba(154, 255, 0, 0.6) 50%, rgba(154, 255, 0, 0.2) 100%);
    animation: activeNodeCore 1.5s ease-in-out infinite alternate;
}

/* 激活节点动画 */
@keyframes activeNodePulse {
    0% {
        transform: translateY(-3px) scale(1.05);
    }
    100% {
        transform: translateY(-3px) scale(1.1);
    }
}

@keyframes activeNodeCore {
    0% {
        box-shadow: 0 0 10px rgba(154, 255, 0, 0.8);
    }
    100% {
        box-shadow: 0 0 20px rgba(154, 255, 0, 1), 0 0 30px rgba(154, 255, 0, 0.6);
    }
}

/* 完成状态的节点（已经过去的版本） */
.index3_60 .index3_100 .index3_94 .index3_96 .index3_101.completed {
    border-color: rgba(154, 255, 0, 0.8);
    background: rgba(154, 255, 0, 0.1);
}

.index3_60 .index3_100 .index3_94 .index3_96 .index3_101.completed::before {
    opacity: 1;
    width: 16px;
    height: 16px;
    background: rgba(154, 255, 0, 0.6);
}

/* 时间轴进度条动画 */
.index3_60 .index3_100 .index3_94 .index3_96.timeline-progress::before {
    background: linear-gradient(to right, 
        #9AFF00 0%, 
        #9AFF00 var(--progress, 25%), 
        rgba(154, 255, 0, 0.3) var(--progress, 25%), 
        rgba(255, 255, 255, 0.2) 100%
    );
    transition: all 0.8s ease;
}

/* 时间轴转换状态 */
.index3_60 .index3_100 .index3_94 .index3_96.transitioning::before {
    animation: timelineTransition 0.6s ease-in-out;
}

@keyframes timelineTransition {
    0% { transform: translateY(-50%) scaleX(1); }
    50% { transform: translateY(-50%) scaleX(1.05); opacity: 0.8; }
    100% { transform: translateY(-50%) scaleX(1); opacity: 1; }
}

/* 点击波纹效果 */
.click-ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, rgba(154, 255, 0, 0.6) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: clickRippleAnimation 0.6s ease-out forwards;
    pointer-events: none;
    z-index: 10;
}

@keyframes clickRippleAnimation {
    0% {
        width: 20px;
        height: 20px;
        opacity: 1;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

/* 激活波纹效果 */
.activation-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: radial-gradient(circle, #9AFF00 0%, rgba(154, 255, 0, 0.3) 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: activationRippleAnimation 1s ease-out forwards;
    pointer-events: none;
    z-index: 10;
}

@keyframes activationRippleAnimation {
    0% {
        width: 10px;
        height: 10px;
        opacity: 1;
        box-shadow: 0 0 10px rgba(154, 255, 0, 0.8);
    }
    50% {
        width: 60px;
        height: 60px;
        opacity: 0.6;
        box-shadow: 0 0 25px rgba(154, 255, 0, 0.6);
    }
    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
        box-shadow: 0 0 40px rgba(154, 255, 0, 0.3);
    }
}

/* 完成标记效果 */
.completion-checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #9AFF00;
    font-size: 20px;
    font-weight: bold;
    transform: translate(-50%, -50%) scale(0);
    animation: checkmarkAnimation 0.8s ease-out forwards;
    pointer-events: none;
    z-index: 10;
    text-shadow: 0 0 10px rgba(154, 255, 0, 0.8);
}

@keyframes checkmarkAnimation {
    0% {
        transform: translate(-50%, -50%) scale(0) rotate(-180deg);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* 悬停工具提示 */
.timeline-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    color: #9AFF00;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    transform: translateY(10px);
    animation: tooltipFadeIn 0.3s ease-out forwards;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(154, 255, 0, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5), 0 0 20px rgba(154, 255, 0, 0.2);
}

.timeline-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    transform: translateX(-50%);
}

@keyframes tooltipFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 时间轴节点呼吸动画增强 */
.index3_60 .index3_100 .index3_94 .index3_96 .index3_101.active {
    animation: activeNodePulse 2s ease-in-out infinite alternate, 
               activeNodeGlow 3s ease-in-out infinite;
}

@keyframes activeNodeGlow {
    0%, 100% {
        box-shadow: 
            0 0 25px rgba(154, 255, 0, 0.5),
            0 0 40px rgba(154, 255, 0, 0.3),
            inset 0 0 15px rgba(154, 255, 0, 0.2);
    }
    50% {
        box-shadow: 
            0 0 35px rgba(154, 255, 0, 0.7),
            0 0 60px rgba(154, 255, 0, 0.4),
            inset 0 0 25px rgba(154, 255, 0, 0.3);
    }
}

/* 响应式设计调整 */
@media (max-width: 768px) {
    .index3_60 .index3_100 .index3_94 .index3_96 {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }
    
    .index3_60 .index3_100 .index3_94 .index3_96::before {
        width: 3px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background: linear-gradient(to bottom, 
            rgba(154, 255, 0, 0.8) 0%, 
            rgba(154, 255, 0, 0.6) 25%, 
            rgba(154, 255, 0, 0.4) 50%, 
            rgba(154, 255, 0, 0.2) 75%, 
            rgba(255, 255, 255, 0.2) 100%
        );
    }
    
    .index3_60 .index3_100 .index3_94 .index3_96 .index3_101 {
        margin: 0 auto;
    }
}

/* Swiper容器样式 */
.swiper-container {
    width: 100%;
    height: 287px;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
}

/* 在Swiper中的index3_97样式 */
.swiper-slide .index3_97 {
    width: 1061px;
    height: 287px;
    padding: 0px;
    margin: 0;
    text-align: left;
    opacity: 1 !important;
    display: block !important;
    transform: translateX(0) !important;
    transition: none;
    clear: none;
}

.swiper-slide .index3_97 h3 {
    color: #ffffff !important;
    margin: 0;
    padding: 10px 0;
}

.swiper-slide .index3_97 ul {
    color: #ffffff;
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.swiper-slide .index3_97 ul li {
    color: #ffffff;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* 原有的index3_97样式（用于非Swiper场景） */
.index3_60 .index3_100 .index3_94 .index3_97:not(.swiper-slide .index3_97) {
    width: 1061px;
    height: 287px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    opacity: 0;
    display: none;
    transform: translateX(50px);
    transition: all 0.5s ease;
}

.index3_60 .index3_100 .index3_94 .index3_97:not(.swiper-slide .index3_97).active {
    opacity: 1;
    display: block;
    transform: translateX(0);
}

.index3_60 .index3_100 .index3_94 .index3_97 .index3_98 {
    width: 1061px;
    height: 114px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.index3_60 .index3_100 .index3_94 .index3_97 .index3_99 {
    width: 1061px;
    height: 173px;
    padding: 0px;
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    color: #ffffff;
    font-size: 22px;
    line-height: 20px;
    display: block;
}


/* 响应式竖向时间轴布局 - 小于1200px */
@media (max-width: 1199px) {
    /* 时间轴主容器修复 - 移除固定高度限制 */
    .index3_60 .index3_100 .index3_94 {

    }
    
    /* 隐藏原始的复杂flex布局时间轴 */
    .ai-v-time {
        display: none !important;
    }
    
    /* 显示table版本的时间轴 */
    .timeline-table {
        display: block !important;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
    }
    
    .timeline-table table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        background: transparent;
        table-layout: auto; /* 让表格自适应内容 */
    }
    
    .timeline-row {
        position: relative;
        border: none;
    }
    
    .timeline-row:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    /* 版本号列 - 自适应宽度 */
    .timeline-version {
        width: auto; /* 自适应宽度 */
        min-width: 100px; /* 最小宽度保证美观 */
        max-width: 120px; /* 最大宽度避免过宽 */
        padding: 20px 15px; /* 减少固定padding */
        text-align: center;
        vertical-align: middle; /* 垂直居中对齐 */
        position: relative;
    }
    
    /* 版本号节点样式 */
    .version-node {
        width: 60px; /* 减小固定尺寸 */
        height: 60px;
        background: rgba(0, 0, 0, 0.7);
        border: 3px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #ffffff;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        backdrop-filter: blur(5px);
        margin: 0 auto; /* 水平居中 */
        position: relative;
        z-index: 2;
    }
    
    .version-node:hover {
        color: #9AFF00;
        border-color: rgba(154, 255, 0, 0.6);
        box-shadow: 0 0 15px rgba(154, 255, 0, 0.3);
        transform: scale(1.05);
    }

    
    /* 第一行和最后一行的连接线处理 */
    .timeline-row:first-child .timeline-version::before {
    }
    
    .timeline-row:last-child .timeline-version::before {
        bottom: 50%;
    }
    
    /* 内容列 - 自适应宽度 */
    .timeline-content {
        width: auto; /* 自适应宽度 */
        padding: 15px 20px; /* 减少固定padding */
        vertical-align: middle; /* 垂直居中对齐 */
    }
    
    /* 内容包装器 */
    .content-wrapper {
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 20px; /* 减少内边距 */
        backdrop-filter: blur(5px);
        position: relative;
        min-height: auto; /* 自适应高度 */
    }
    
    /* 内容指向线 */
    .content-wrapper::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 8px 0;
        border-color: transparent rgba(255, 255, 255, 0.1) transparent transparent;
        transform: translateY(-50%);
    }
    
    /* 内容标题 */
    .content-wrapper h3 {
        color: #9AFF00;
        font-size: 18px; /* 适中的字体大小 */
        font-weight: bold;
        margin: 0 0 10px 0; /* 减少下边距 */
        text-shadow: 0 0 8px rgba(154, 255, 0, 0.3);
    }
    
    /* 内容列表 */
    .content-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .content-wrapper ul li {
        margin: 8px 0; /* 减少行间距 */
        padding-left: 20px;
        position: relative;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.4; /* 紧凑的行高 */
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* 列表项前的小圆点 */
    .content-wrapper ul li::before {
        content: '•';
        position: absolute;
        left: 0;
        color: #9AFF00;
        font-weight: bold;
    }
    
    .content-wrapper ul li:last-child {
        margin-bottom: 0;
    }
}

/* 时间轴内容淡入动画 */
@keyframes timelineContentFadeIn {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 激活内容的动画 */
.ai-v-time .swiper-slide.timeline-active {
    animation: timelineContentFadeIn 0.6s ease-out !important;
}

/* 修复响应式样式中的伪元素问题 */
@media (max-width: 1199px) {
    .ai-v-time .index3_96 .index3_101::after {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: -100% !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(90deg, transparent, rgba(154, 255, 0, 0.3), transparent) !important;
        transition: left 0.6s ease !important;
        border-radius: 50% !important;
    }
    
    .ai-v-time .index3_96 .index3_101.active::after {
        animation: none !important;
    }
    
    .ai-v-time .index3_96 .index3_101:hover::after {
        left: 100% !important;
    }
}

/* 响应式时间轴布局的父容器修复 */
@media (max-width: 1199px) {
    /* 确保父容器能适应内容高度 */
    .index3_60 .index3_100 {
        height: auto !important;
        min-height: 524px !important;
    }
    
    /* 主标题样式保持 */
    .index3_60 .index3_100 .index3_94 .index3_95 {

    }
    
    /* 确保时间轴容器的背景和溢出处理 */
    .ai-v-time {
        background: transparent !important;
        overflow: visible !important;
        position: relative !important;
    }
    
    /* 确保内容容器的最小高度 */
    .ai-v-time .swiper-container {
        min-height: 300px !important;
    }
    
    /* 内容项之间的间距调整 */
    .ai-v-time .swiper-slide:last-child {
        margin-bottom: 0 !important;
    }
    
    /* 防止内容溢出 */
    .ai-v-time .swiper-slide .index3_97 {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    /* 优化连接线在不同内容高度下的显示 */
    .ai-v-time .index3_96::before {
        min-height: 200px !important;
    }
}

/* 确保在更大屏幕恢复正常布局时，响应式样式不会干扰 */
@media (min-width: 1200px) {
    .ai-v-time {
        display: none !important;
    }
    
    /* 确保原始布局在大屏幕时正常显示 */
    .index3_60 .index3_100 .index3_94 .index3_96 {
        display: flex !important;
    }
}

/* 移除复杂的响应式时间轴布局，改用table方案 */
@media (max-width: 1199px) {
    /* 隐藏原始的flex布局时间轴 */
    .ai-v-time .index3_96,
    .ai-v-time .swiper-container {
        display: none !important;
    }
    
    /* 显示table版本的时间轴 */
    .timeline-table {
        display: block !important;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
    }
    
    .timeline-table table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        background: transparent;
        table-layout: auto; /* 让表格自适应内容 */
    }
    
    .timeline-row {
        position: relative;
        border: none;
    }
    
    .timeline-row:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    /* 版本号列 - 移除固定宽度，让其自适应 */
    .timeline-version {
        width: auto; /* 改为自适应 */
        min-width: 100px; /* 设置最小宽度 */
        padding: 20px 15px; /* 减少padding */
        text-align: center;
        vertical-align: top;
        position: relative;
        border: none;
    }
    
    /* 版本号节点样式 - 让尺寸更灵活 */
    .version-node {
        width: 60px; /* 减小固定尺寸 */
        height: 60px; /* 减小固定尺寸 */
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.7);
        border: 3px solid rgba(255, 255, 255, 0.3);
        color: #ffffff;
        font-size: 16px; /* 稍微减小字体 */
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        flex-shrink: 0; /* 防止缩小 */
    }
    
    .version-node:hover {
        color: #9AFF00;
        border-color: rgba(154, 255, 0, 0.6);
        box-shadow: 0 0 20px rgba(154, 255, 0, 0.3);
        transform: scale(1.05);
    }

    
    /* 第一行和最后一行的连接线调整 */
    .timeline-row:first-child .timeline-version::before {
    }
    
    .timeline-row:last-child .timeline-version::before {
        bottom: 50%;
    }
    
    /* 内容列 - 让其自适应内容 */
    .timeline-content {
        padding: 20px 15px; /* 减少padding */
        vertical-align: top;
        border: none;
        position: relative;
        width: auto; /* 自适应宽度 */
    }
    
    /* 内容包装器 - 让其更好地适应内容 */
    .content-wrapper {
        background: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 20px; /* 减少padding */
        backdrop-filter: blur(5px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        position: relative;
        min-height: auto; /* 让高度自适应 */
    }
    
    /* 连接线从版本号指向内容 */
    .content-wrapper::before {
        content: '';
        position: absolute;
        left: -15px; /* 调整连接线位置 */
        top: 30px;
        width: 15px; /* 缩短连接线 */
        height: 2px;
        background: linear-gradient(to right, rgba(154, 255, 0, 0.6), rgba(154, 255, 0, 0.2));
        z-index: 1;
    }
    
    .content-wrapper h3 {
        color: #9AFF00;
        font-size: 18px; /* 稍微减小字体 */
        font-weight: bold;
        margin: 0 0 12px 0; /* 减少margin */
        padding: 0 0 12px 0; /* 减少padding */
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-shadow: 0 0 10px rgba(154, 255, 0, 0.3);
        line-height: 1.3; /* 设置行高 */
    }
    
    .content-wrapper ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .content-wrapper ul li {
        color: #ffffff;
        font-size: 14px; /* 稍微减小字体 */
        line-height: 1.5; /* 调整行高 */
        padding: 6px 0 6px 20px; /* 减少padding */
        margin: 3px 0; /* 减少margin */
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        word-wrap: break-word; /* 确保长文本换行 */
        overflow-wrap: break-word; /* 现代浏览器支持 */
    }
    
    .content-wrapper ul li::before {
        content: '▶';
        position: absolute;
        left: 0;
        color: #9AFF00;
        font-size: 10px; /* 减小图标尺寸 */
    }
    
    .content-wrapper ul li:last-child {
        border-bottom: none;
        margin-bottom: 0; /* 最后一项去掉底部margin */
    }
    
    /* 移动端优化 */
    @media (max-width: 768px) {
        .timeline-table {
            padding: 15px;
        }
        
        .timeline-version {
            min-width: 80px; /* 减小最小宽度 */
            padding: 15px 10px; /* 进一步减少padding */
        }
        
        .version-node {
            width: 50px; /* 在移动端进一步减小 */
            height: 50px;
            font-size: 14px;
        }
        
        .timeline-content {
            padding: 15px 10px; /* 减少padding */
        }
        
        .content-wrapper {
            padding: 15px; /* 减少padding */
        }
        
        .content-wrapper h3 {
            font-size: 16px; /* 移动端字体更小 */
            margin-bottom: 10px;
        }
        
        .content-wrapper ul li {
            font-size: 13px; /* 移动端字体更小 */
            padding: 5px 0 5px 16px; /* 进一步减少padding */
            line-height: 1.4;
        }
        
        .content-wrapper::before {
            left: -12px; /* 调整连接线 */
            width: 12px;
        }
    }
    
    /* 极小屏幕优化 */
    @media (max-width: 480px) {

        .version-node {
            width: 45px;
            height: 45px;
            font-size: 12px;
        }
        
        .timeline-content {
            padding: 12px 8px;
        }
        
        .content-wrapper {
            padding: 12px;
        }
        
        .content-wrapper h3 {
            font-size: 15px;
            margin-bottom: 8px;
            padding-bottom: 8px;
        }
        
        .content-wrapper ul li {
            font-size: 12px;
            padding: 4px 0 4px 14px;
            margin: 2px 0;
        }
        
        .content-wrapper ul li::before {
            font-size: 9px;
        }
    }
}

/* 大屏幕时隐藏table版本 */
@media (min-width: 1200px) {
    .timeline-table {
        display: none !important;
    }
    
    /* 确保大屏幕时ai-v-time及其子元素正常显示 */
    .ai-v-time {
        display: block !important;
    }
    
    .ai-v-time .index3_96,
    .ai-v-time .swiper-container {
        display: block !important;
    }
}

/* 修复ai-v-time显示问题 - 覆盖错误的隐藏设置 */
@media (max-width: 1199px) {
    /* 确保ai-v-time容器本身保持可见 */
    .ai-v-time {
    }
    
    /* 只隐藏ai-v-time的子元素 */
    .ai-v-time .index3_96,
    .ai-v-time .swiper-container {
        display: none !important;
    }
    
    /* 确保table版本可见 */
    .ai-v-time .timeline-table {
    }
}

/* 清晰的响应式时间轴布局 */

/* 默认状态：timeline-table隐藏 */
.timeline-table {
    display: none;
}

/* 大屏幕时（≥1200px）：显示原始ai-v-time，隐藏table */
@media (min-width: 1200px) {
    .timeline-table {
        display: none !important;
    }
    
    /* 确保原始布局在大屏幕时正常显示 */
    .index3_60 .index3_100 .index3_94 .index3_96 {
        display: flex !important;
    }
}

/* 小屏幕时（<1200px）：隐藏原始ai-v-time子元素，显示table */
@media (max-width: 1199px) {
    /* 时间轴主容器修复 - 让容器能够自适应table内容的高度 */
    .index3_60 .index3_100 {
        width: calc(100% - 30px);
        max-width: 1200px !important;
        margin: 0 auto !important; /* 水平居中 */
        text-align: center !important; /* 内容居中 */
        display: block !important;
    }
    
    .index3_60 .index3_100 .index3_94 {
        min-height: auto !important; /* 改为自适应高度 */
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: calc(100% - 40px);
        max-width: 1000px !important;
        margin: 25px auto 0 auto !important;
        padding: 20px !important;
        background-color: #73808173;
        border-radius: 10px;
    }
    
    /* 标题也要水平居中 */
    .index3_60 .index3_100 .index3_94 .index3_95 {
        width: 100% !important;
        max-width: 1000px !important;
        margin: 0 auto 30px auto !important;
        text-align: center !important;
    }
    
    /* 确保ai-v-time容器本身保持可见并居中 */
    .ai-v-time {
        display: block !important;
        width: 100% !important;
        max-width: 1000px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    /* 在小屏幕时隐藏原始的flex布局时间轴的子元素 */
    .ai-v-time .index3_96,
    .ai-v-time .swiper-container {
        display: none !important;
    }
    
    /* 显示table版本的时间轴 */
    .ai-v-time .timeline-table {
        display: block !important;
    }
}

/* Table版本的时间轴（小屏幕显示） */
.timeline-table {
    display: none; /* 默认隐藏 */
}

/* 大屏幕时（≥1200px）：隐藏table，显示原始ai-v-time */
@media (min-width: 1200px) {
    .timeline-table {
        display: none !important;
    }
    
    .ai-v-time {
        display: block !important;
    }
    
    .ai-v-time .index3_96,
    .ai-v-time .swiper-container {
        display: block !important;
    }
}

/* 小屏幕时（<1200px）：显示table，隐藏原始ai-v-time子元素 */
@media (max-width: 1199px) {
    /* 时间轴主容器修复 - 让容器能够自适应table内容的高度 */
    .index3_60 .index3_100 {
        width: calc(100% - 30px);
        max-width: 1200px !important;
        margin: 0 auto !important; /* 水平居中 */
        text-align: center !important; /* 内容居中 */
        display: block !important;
    }
    
    .index3_60 .index3_100 .index3_94 {
        min-height: auto !important; /* 改为自适应高度 */
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: calc(100% - 40px);
        max-width: 1000px !important;
        margin: 25px auto 0 auto !important;
        padding: 20px !important;
        background-color: #73808173;
        border-radius: 10px;
    }
    
    /* 标题也要水平居中 */
    .index3_60 .index3_100 .index3_94 .index3_95 {
        width: 100% !important;
        max-width: 1000px !important;
        margin: 0 auto 30px auto !important;
        text-align: center !important;
    }
    
    /* 确保ai-v-time容器本身保持可见并居中 */
    .ai-v-time {
        display: block !important;
        width: 100% !important;
        max-width: 1000px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
    
    /* 在小屏幕时隐藏原始的flex布局时间轴的子元素 */
    .ai-v-time .index3_96,
    .ai-v-time .swiper-container {
        display: none !important;
    }
    
    /* 显示table版本的时间轴 */
    .ai-v-time .timeline-table {
        display: block !important;
    }
}