
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,"Microsoft YaHei","PingFang SC","Helvetica Neue",sans-serif;line-height:1.8;overflow-x:hidden}
img{max-width:100%;height:auto;object-fit:contain;display:block}
a{text-decoration:none;color:inherit}
.wrap{width:min(1200px,calc(100% - 40px));margin:0 auto}
.brand{display:flex;align-items:center;gap:12px;font-weight:700}
.brand img{display:block;width:auto;height:38px;max-width:180px;max-height:42px;object-fit:contain;flex-shrink:0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.2s ease;white-space:nowrap}
.btn-primary{background:var(--btn);color:var(--btnText)}
.btn-outline{background:transparent;color:var(--outlineText);border-color:var(--outlineBorder)}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.hero p,.section p,.section li,.footer p{line-height:1.86}
.section h2,.section h3,.footer strong,.hero h1{line-height:1.15}
.faq details{background:#fff;border-radius:18px;padding:16px 18px;margin:0 0 12px;box-shadow:0 10px 22px rgba(0,0,0,.06)}
.faq summary{cursor:pointer;font-weight:700}
.mobile-bar{display:none}
@media (max-width:1024px){.actions{flex-direction:row}}
@media (max-width:768px){.wrap{width:min(100% - 28px,1200px)}.btn{width:auto}.actions{flex-direction:column}.mobile-bar{display:flex}.mobile-bar .btn{width:100%}}


.page-25 .site-header{background:#fff;color:#263C31;border-bottom:1px solid #e6e0d6}
.page-25 .routebar{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;min-height:76px}
.page-25 .legend{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;color:#56645C}
.page-25 .legend span{background:#F1E5D6;border-radius:999px;padding:8px 12px}
.page-25 .hero{background:#DDE8D4;padding:56px 0 32px;color:#263C31}
.page-25 .map{display:grid;grid-template-columns:1fr .95fr;gap:24px;align-items:center;position:relative}
.page-25 .map:after{content:'';position:absolute;left:32%;right:4%;top:54%;height:4px;background:linear-gradient(90deg,#D97945 0 58%,transparent 58% 100%);border-radius:999px}
.page-25 .map h1{margin:0 0 12px;font-size:clamp(32px,4.6vw,58px);line-height:1.08;max-width:11ch;color:#263C31}
.page-25 .map p,.page-25 .station p,.page-25 .section p,.page-25 .section li{font-size:16px;line-height:1.86;color:#56645C}
.page-25 .route-nodes{display:grid;gap:18px;position:relative;z-index:1}
.page-25 .node{background:#fff;border-radius:24px;padding:18px 20px;box-shadow:0 12px 26px rgba(51,87,68,.08);border-left:6px solid #D97945;min-height:96px}
.page-25 .node:nth-child(2){margin-left:16%}.page-25 .node:nth-child(3){margin-left:32%}.page-25 .node:nth-child(4){margin-left:48%}
.page-25 .route-img{justify-self:end;background:#F1E5D6;padding:14px;border-radius:22px;max-width:240px}
.page-25 .route-img img{max-height:240px}
.page-25 .section{padding:62px 0;background:#FAF8F2}
.page-25 .station-grid{display:grid;gap:18px}
.page-25 .station{background:#fff;border-radius:24px;padding:22px;box-shadow:0 12px 24px rgba(51,87,68,.08)}
.page-25 .station.b{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.page-25 .station.c{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:center;background:#F1E5D6}
.page-25 .station.d{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center}
.page-25 .station.e{text-align:center;background:#DDE8D4}
.page-25 .stepnum{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:#D97945;color:#fff;font-weight:700;margin-bottom:10px}
.page-25 .footer{background:#355744;color:#fff;padding:22px 0 92px}
.page-25 .footer-inner{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.page-25 .footer a{text-decoration:none}
@media (max-width:1024px){.page-25 .map,.page-25 .station.b,.page-25 .station.c,.page-25 .station.d,.page-25 .footer-inner{grid-template-columns:1fr}.page-25 .map:after{left:6%;right:6%;top:auto;bottom:18px}.page-25 .route-img{justify-self:start}.page-25 .node:nth-child(2),.page-25 .node:nth-child(3),.page-25 .node:nth-child(4){margin-left:0}}
@media (max-width:768px){.page-25 .routebar{grid-template-columns:1fr}.page-25 .legend{justify-content:flex-start}.page-25 .hero{padding-top:34px}.page-25 .hero .btn,.page-25 .section .btn{width:100%}.page-25 .map:after{display:none}.page-25 .footer{padding-bottom:84px}.page-25 .mobile-bar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:40;background:#355744;padding:10px 14px;min-height:64px}.page-25 .mobile-bar .btn{width:100%}.page-25 body{padding-bottom:78px}}

.site-brand,.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;min-width:max-content}
.site-logo,.brand img{display:block;width:auto;height:38px;max-width:180px;max-height:42px;object-fit:contain;flex-shrink:0}
@media (max-width:768px){.site-logo,.brand img{width:auto;height:32px;max-width:150px}}
