:root { --red: #C62828; --red-dark: #8B0000; --yellow: #F9A825; --yellow-dark: #F57F17; --black: #1A1A1A; --black-soft: #2D2D2D; --gray: #666666; --gray-light: #E0E0E0; --gray-bg: #F5F5F5; --white: #FFFFFF; }

* { box-sizing: border-box; margin: 0px; padding: 0px; }

body { font-family: "Microsoft YaHei", 微软雅黑, "Segoe UI", "Helvetica Neue", Arial, sans-serif; background: var(--gray-bg); color: var(--black); line-height: 1.7; -webkit-font-smoothing: antialiased; }

.slide { width: 100%; max-width: 1200px; margin: 0px auto 24px; background: var(--white); border-radius: 16px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 24px; position: relative; }

.slide-inner { padding: 44px 56px 56px; }

.slide-title { font-size: 28px; font-weight: 700; color: var(--red); margin-bottom: 24px; padding-bottom: 12px; position: relative; letter-spacing: 0.02em; }

.slide-title::after { content: ""; position: absolute; bottom: 0px; left: 0px; width: 60px; height: 4px; background: var(--red); border-radius: 2px; }

.slide-footer { position: absolute; bottom: 0px; left: 0px; right: 0px; height: 32px; background: var(--black); display: flex; align-items: center; justify-content: space-between; padding: 0px 32px; font-size: 12px; color: rgba(255, 255, 255, 0.6); }

.slide-footer .brand { color: var(--yellow); font-weight: 600; }

.slide-footer .page-num { font-weight: 700; color: var(--yellow); }

.cover { min-height: 560px; background: linear-gradient(135deg, var(--black) 0%, var(--black-soft) 40%, var(--red-dark) 100%); color: var(--white); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; overflow: hidden; }

.cover::before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; height: 6px; background: linear-gradient(90deg, var(--red), var(--yellow), var(--red)); }

.cover::after { content: ""; position: absolute; bottom: 0px; left: 0px; right: 0px; height: 6px; background: linear-gradient(90deg, var(--yellow), var(--red), var(--yellow)); }

.cover-content { position: relative; z-index: 1; padding: 50px; }

.cover-eyebrow { font-size: 14px; letter-spacing: 0.3em; color: var(--yellow); text-transform: uppercase; margin-bottom: 24px; }

.cover h1 { font-size: 48px; font-weight: 700; line-height: 1.3; margin-bottom: 16px; }

.cover h1 .accent { color: var(--yellow); }

.cover .cover-en { font-size: 20px; color: rgba(255, 255, 255, 0.7); margin-bottom: 36px; }

.cover-pills { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.cover-pills .pill { padding: 8px 20px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 999px; font-size: 14px; color: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.05); }

.grid { display: grid; gap: 16px; }

.grid-2 { grid-template-columns: repeat(2, 1fr); }

.grid-3 { grid-template-columns: repeat(3, 1fr); }

.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { background: var(--gray-bg); border-radius: 12px; padding: 20px; border-top: 3px solid var(--red); }

.card .label { font-size: 12px; color: var(--gray); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.05em; }

.card .value { font-size: 22px; font-weight: 700; color: var(--red); }

.card .desc { font-size: 13px; color: var(--gray); margin-top: 8px; }

p { margin-bottom: 12px; font-size: 14px; color: rgb(51, 51, 51); }

strong { color: var(--red); font-weight: 700; }

ul { padding-left: 18px; margin-bottom: 10px; }

li { font-size: 14px; margin-bottom: 5px; color: rgb(51, 51, 51); }

h3 { font-size: 18px; font-weight: 700; color: var(--black); margin: 20px 0px 12px; }

h4 { font-size: 15px; font-weight: 700; color: var(--red); margin: 14px 0px 8px; }

.note { border-left: 4px solid var(--yellow); background: rgb(255, 253, 231); padding: 12px 18px; border-radius: 0px 8px 8px 0px; font-size: 13px; margin: 12px 0px; }

.img-full { width: 100%; border-radius: 12px; display: block; }

.img-shadow { box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 16px; }

.img-gallery { display: grid; gap: 16px; margin: 16px 0px; }

.img-gallery figure { margin: 0px; }

.img-gallery figcaption { font-size: 12px; color: var(--gray); text-align: center; margin-top: 6px; }

.img-gallery img { width: 100%; border-radius: 8px; display: block; }

.product-hero { display: grid; gap: 16px; margin: 16px 0px; }

.product-hero figure { margin: 0px; }

.product-hero img { width: 100%; height: 160px; object-fit: contain; background: var(--gray-bg); border-radius: 10px; padding: 10px; }

.product-hero figcaption { font-size: 12px; font-weight: 600; text-align: center; margin-top: 6px; color: var(--black); }

.product-split { display: grid; grid-template-columns: 2fr 3fr; gap: 24px; align-items: flex-start; margin-bottom: 16px; }

.product-split .left-col { display: flex; flex-direction: column; gap: 12px; }

.product-split .img-side { background: var(--gray-bg); border-radius: 12px; padding: 16px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

.product-split .img-side img { max-height: 180px; max-width: 100%; object-fit: contain; border-radius: 8px; }

.product-split .right-col { display: flex; flex-direction: column; gap: 8px; }

.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 10px 0px; }

.feat-item { display: flex; gap: 10px; align-items: flex-start; background: var(--gray-bg); border-radius: 8px; padding: 8px 12px; }

.feat-icon { flex-shrink: 0; width: 24px; height: 24px; background: var(--red); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }

.feat-icon.yellow { background: var(--yellow-dark); }

.feat-content h4 { margin: 0px 0px 2px; font-size: 13px; color: var(--black); }

.feat-content p { font-size: 11px; color: var(--gray); margin: 0px; }

.table-wrap { overflow-x: auto; margin: 12px 0px; border-radius: 8px; }

table { width: 100%; border-collapse: collapse; font-size: 13px; }

th { background: var(--black); color: var(--white); padding: 10px 14px; text-align: left; font-weight: 700; }

th:first-child { border-top-left-radius: 8px; }

th:last-child { border-top-right-radius: 8px; }

td { padding: 8px 14px; border-bottom: 1px solid var(--gray-light); }

tr:nth-child(2n) td { background: var(--gray-bg); }

.spec-table { width: 100%; border-collapse: collapse; font-size: 12px; margin: 10px 0px; }

.spec-table th { background: var(--black); color: var(--white); padding: 7px 10px; text-align: center; font-size: 12px; white-space: nowrap; }

.spec-table td { padding: 6px 10px; border: 1px solid var(--gray-light); text-align: center; word-break: break-word; }

.spec-table td:first-child { text-align: left; font-weight: 600; background: var(--gray-bg); white-space: nowrap; min-width: 120px; }

.product-list-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin: 16px 0px; }

.product-list-col { background: var(--gray-bg); border-radius: 12px; padding: 20px; border-left: 4px solid var(--red); }

.product-list-col.yellow { border-left-color: var(--yellow-dark); }

.product-list-col.dark { border-left-color: var(--black); }

.product-list-col h3 { margin-top: 0px; }

.product-list-col ul { list-style: none; padding-left: 0px; }

.product-list-col li { padding: 6px 0px; border-bottom: 1px dashed var(--gray-light); font-size: 13px; }

.product-list-col li:last-child { border-bottom: none; }

.tag { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; margin: 2px; }

.tag-red { background: rgb(255, 235, 238); color: var(--red-dark); }

.tag-yellow { background: rgb(255, 248, 225); color: var(--yellow-dark); }

@page { size: a4 landscape; margin: 0px; }

@media print {
  * { print-color-adjust: exact !important; }
  html, body { background: white; margin: 0px; padding: 0px; }
  .slide { width: 297mm; height: 210mm; max-width: none; margin: 0px; box-shadow: none; border-radius: 0px; break-after: page; break-inside: avoid; overflow: hidden; position: relative; }
  .slide:last-child { break-after: auto; }
  .slide-footer { bottom: 0px; left: 0px; right: 0px; position: absolute !important; }
  .cover { min-height: 210mm !important; }
}

@media (max-width: 768px) {
  .slide-inner { padding: 24px 20px; }
  .grid-2, .grid-3, .grid-4, .product-split, .feat-grid, .product-list-grid, .product-hero { grid-template-columns: 1fr; }
  .cover h1 { font-size: 32px; }
}