
    :root{--red:#ff2513;--ink:#1d2327;--muted:#667078;--line:#e5e8ea;--soft:#f7f8f9}
    *{box-sizing:border-box}
    body{margin:0;background:#fff;color:var(--ink);font-family:"Lato Light","Lato",Arial,sans-serif;font-weight:300;line-height:1.68}
    .dps-sensitive-page{max-width:1120px;margin:0 auto;padding:44px 24px 64px}
    .dps-sensitive-page h1,.dps-sensitive-page h2,.dps-sensitive-page h3{margin:0 0 14px;font-weight:300;line-height:1.2;letter-spacing:.01em}
    .dps-sensitive-page h1{font-size:clamp(34px,5vw,54px);max-width:850px}
    .dps-sensitive-page h2{font-size:clamp(26px,3.4vw,38px)}
    .dps-sensitive-page h3{font-size:21px}
    .dps-sensitive-page p{margin:0 0 16px;color:var(--muted);font-size:16px}
    .dps-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:12px;color:var(--red);font-size:12px;letter-spacing:.15em;text-transform:uppercase}
    .dps-kicker:before{width:30px;height:1px;background:var(--red);content:""}
    .dps-hero{padding:10px 0 46px;border-bottom:1px solid var(--line)}
    .dps-hero .dps-lede{max-width:790px;color:#444;font-size:19px}
    .dps-rule{width:48px;height:2px;margin:18px 0 22px;background:var(--red)}
    .dps-section{padding:46px 0;border-bottom:1px solid var(--line)}
    .dps-section:last-child{border-bottom:0}
    .dps-section-head{max-width:790px;margin-bottom:24px}
    .dps-section-head p:last-child{margin-bottom:0}
    .dps-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}
    .dps-product{padding:20px;border:1px solid var(--line);background:#fff;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
    .dps-product:hover{transform:translateY(-3px);border-color:#f3a39b;box-shadow:0 8px 22px rgba(30,35,39,.07)}
    .dps-product-index{display:block;margin-bottom:12px;color:var(--red);font-size:12px;letter-spacing:.1em}
    .dps-product strong{display:block;font-size:17px;font-weight:300}
    .dps-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
    .dps-why-card{height:100%;padding:22px;border-top:2px solid var(--red);background:var(--soft)}
    .dps-why-card h3{margin-bottom:8px}
    .dps-why-card p{margin:0;font-size:15px}
    .dps-pricing{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}
    .dps-price{padding:22px;border:1px solid var(--line);background:#fff}
    .dps-price strong{display:block;color:var(--red);font-size:24px;font-weight:300;line-height:1.2}
    .dps-price span{display:block;margin-top:6px;color:var(--muted);font-size:14px}

    /* 图片样式部分 */
    .dps-supporting-figure{width:min(100%,700px);margin:32px auto 0;text-align:center}
    .dps-intro-image{display:block;width:100%;height:auto;aspect-ratio:1500/762;object-fit:contain;background:var(--soft);border-radius:2px}
    .dps-intro-caption{margin:9px 0 0;color:var(--muted);font-size:12px;line-height:1.5}

    .dps-growth{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;border-left:2px solid var(--red);background:var(--soft)}
    .dps-growth h2{margin-bottom:8px;font-size:30px}
    .dps-growth p{max-width:760px;margin:0}
    .dps-button{display:inline-flex;align-items:center;justify-content:center;flex:none;min-height:44px;padding:0 20px;border:1px solid var(--red);background:var(--red);color:#fff;text-decoration:none;font-size:14px;transition:background .2s ease,border-color .2s ease}
    .dps-button:hover,.dps-button:focus{border-color:#d91d0f;background:#d91d0f}
    @media(max-width:900px){.dps-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dps-why-grid{grid-template-columns:1fr 1fr}}
    @media(max-width:640px){.dps-sensitive-page{padding:32px 16px 46px}.dps-product-grid,.dps-why-grid,.dps-pricing{grid-template-columns:1fr}.dps-growth{display:block;padding:22px}.dps-growth .dps-button{margin-top:16px}.dps-supporting-figure{max-width:none}}
  