
        @page {
            size: A4 landscape;
            margin: 12mm 10mm;
            background-color: #ffffff;
        }
        
        *, *::before, *::after {
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            margin: 0;
            padding: 0;
            color: #333333;
            background-color: #ffffff;
            font-size: 9.5pt;
            line-height: 1.3;
        }

        .header-container {
            margin-bottom: 15px;
            border-bottom: 2px solid #005689;
            padding-bottom: 8px;
        }

        h1 {
            font-size: 18pt;
            color: #005689;
            margin: 0 0 5px 0;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .subtitle {
            font-size: 10pt;
            color: #666666;
            margin: 0;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 5px;
            page-break-inside: avoid;
        }

        th {
            background-color: #0070c0;
            color: #ffffff;
            font-weight: 600;
            font-size: 9.5pt;
            text-align: center;
            vertical-align: middle;
            border: 1px solid #005689;
            padding: 6px 4px;
        }

        th .sub-unit {
            font-size: 8.5pt;
            font-weight: normal;
            display: block;
            margin-top: 2px;
        }

        td {
            border: 1px solid #d0d7de;
            padding: 6px 6px;
            text-align: center;
            vertical-align: middle;
            font-size: 9pt;
        }

        /* 斑马线条纹 */
        tr:nth-child(even) td {
            background-color: #f8fafc;
        }

        /* 侧边分类栏样式 */
        .category-cell {
            font-weight: bold;
            color: #005689;
            background-color: #f1f5f9 !important;
            font-size: 11pt;
            border-right: 2px solid #005689;
            width: 80px;
        }

        .model-cell {
            text-align: left;
            font-weight: 500;
            padding-left: 10px;
            color: #1e293b;
        }

        .remarks-cell {
            text-align: left;
            font-size: 8pt;
            color: #475569;
            line-height: 1.4;
            padding: 10px;
            background-color: #f8fafc !important;
            vertical-align: top;
            width: 160px;
            border-left: 2px solid #cbd5e1;
        }

        .remarks-title {
            font-weight: bold;
            color: #1e293b;
            margin-bottom: 4px;
            display: block;
        }

        .unit-header {
            background-color: #0062a3;
            font-size: 9pt;
        }
    