<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Natergy溯源系统</title>
    <style>

        .header h1 {
            font-size: 2.5rem;
            margin: 0;
            text-align: center;
        }

        body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            background-color: #ffffff;
            margin: 0;
            padding: 0;
            color: #333;
            font-size: 16px;
        }

        .spec-table th, .spec-table td {
            padding: 0.75rem;
            text-align: left;
            border-bottom: 1px solid #eaeaea;
        }

        .spec-table th {
            background-color: #f8f8f8;
            font-weight: 600;
            color: #2e8b57;
        }

        .spec-table tr:last-child td {
            border-bottom: none;
        }

        /* 固定列宽 */
        .spec-table th:nth-child(1),
        .spec-table td:nth-child(1) {
            width: 40%;
        }
        .spec-table th:nth-child(2),
        .spec-table td:nth-child(2) {
            width: 30%;
        }
        .spec-table th:nth-child(3),
        .spec-table td:nth-child(3) {
            width: 30%;
        }

        .spec-table .footer-row td {
            padding: 0.75rem;
            font-size: 0.95rem;
            color: #666;
        }

        @media (max-width: 600px) {
            .header h1 {
                font-size: 1.75rem;
            }
            .spec-table th, .spec-table td {
                padding: 0.5rem;
                font-size: 0.9rem;
            }
            .spec-table th:nth-child(1),
            .spec-table td:nth-child(1) {
                width: 46%;
            }
            .spec-table th:nth-child(2),
            .spec-table td:nth-child(2) {
                width: 27%;
            }
            .spec-table th:nth-child(3),
            .spec-table td:nth-child(3) {
                width: 27%;
            }
        }
    </style>
</head>
<body>

</body>
</html>