.jd-timeline-wrapper{--jd-tl-trans:0.4s cubic-bezier(0.22, 1, 0.36, 1);position:relative;width:100%}.jd-timeline-wrapper *,.jd-timeline-wrapper *::before,.jd-timeline-wrapper *::after{box-sizing:border-box}.jd-tl-actions{display:flex;gap:10px;margin-bottom:24px;justify-content:flex-start}.jd-tl-btn{border:1px solid currentColor;border-radius:20px;cursor:pointer;padding:8px 16px;font-size:14px;font-weight:500;color:inherit;background:#fff0;transition:background-color 0.2s linear,color 0.4s ease,border-color 0.4s;-webkit-tap-highlight-color:#fff0;font-family:inherit}.jd-tl-track{margin:0;padding:0;width:100%}.jd-tl-item{position:relative;padding-bottom:32px}.jd-tl-item:last-child{padding-bottom:0}.jd-tl-item:not(:last-child)::before{content:"";display:block;position:absolute;top:21px;left:50px;width:2px;height:100%;transform:translateX(-50%);background-color:#3d4fd6}.jd-tl-header{display:flex;align-items:flex-start}.jd-tl-arrow{flex-shrink:0;width:32px;height:32px;border:none;border-radius:4px;cursor:pointer;background:#fff0;position:relative;margin-right:12px;padding:0;color:inherit;display:flex;align-items:center;justify-content:center;transition:background-color 0.2s linear,color 0.4s ease,border-color 0.4s ease,box-shadow 0.4s ease;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:#fff0}.jd-tl-arrow svg{display:block;pointer-events:none;transition:transform var(--jd-tl-trans);width:20px;height:20px;transform:rotate(0deg);fill:currentColor}.jd-tl-arrow[aria-expanded="true"] svg{transform:rotate(90deg)}.jd-tl-dot{flex-shrink:0;display:inline-block;width:12px;height:12px;border-radius:50%;background-color:#3d4fd6;margin-top:10px;margin-right:16px}.jd-tl-meta{flex:1;min-width:0;display:flex;flex-direction:column}.jd-tl-date{display:block;font-size:14px;line-height:1.5;color:#666;margin-bottom:4px}.jd-tl-title{font-size:18px;line-height:1.3;font-weight:600;margin:0;color:#111}.jd-tl-body{border-radius:6px;overflow:hidden;margin-top:12px;margin-left:56px;display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--jd-tl-trans)}.jd-tl-body--expanded{grid-template-rows:1fr}.jd-tl-content{overflow:hidden;opacity:0;visibility:hidden;padding:20px 24px;background-color:#f8f9fa;color:#444;transition:opacity 0.4s ease,visibility 0.4s;transition-delay:0s,0.4s;font-size:15px;line-height:1.6}.jd-tl-body--expanded .jd-tl-content{opacity:1;visibility:visible;transition-delay:0.1s,0s}.jd-tl-content *:first-child{margin-top:0}.jd-tl-content *:last-child{margin-bottom:0}.jd-tl-content p{margin-bottom:1em}.jd-tl-content ul,.jd-tl-content ol{padding-left:20px}.jd-tl-content li{margin-bottom:.5em}[dir="rtl"] .jd-tl-arrow{margin-right:0;margin-left:12px}[dir="rtl"] .jd-tl-arrow svg{transform:rotate(180deg)}[dir="rtl"] .jd-tl-arrow[aria-expanded="true"] svg{transform:rotate(90deg)}[dir="rtl"] .jd-tl-dot{margin-right:0;margin-left:16px}[dir="rtl"] .jd-tl-item:not(:last-child)::before{transform:translateX(50%)}[dir="rtl"] .jd-tl-body{margin-left:0;margin-right:56px}@media only screen and (max-width:767px){.jd-tl-body{margin-left:40px}.jd-tl-content{padding:16px}}