
        /* Global Font Setting  ---------TPU材料对比表格*/
        body {
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        }

        /* CSS for the table styling */
        table {
            width: 100%;
            border-collapse: collapse; /* Merges table borders */
            margin-bottom: 20px;
        }
        th, td {
            border: 1px solid #ddd; /* Light gray border for fine lines */
            padding: 12px;
            text-align: left;
        }
        th {
            background-color: #f5f5f5; /* Light background for header */
            font-weight: bold;
            color: #333;
        }
        /* Highlight specific cells */
        td strong {
            color: #007bff; /* Optional: Highlight the "Best" feature descriptions */
        }
        h2 {
            color: #2c3e50;
            padding-bottom: 5px;
        }
        .summary-paragraph {
            line-height: 1.6;
            margin-top: 20px;
        }
        .summary-paragraph strong {
            color: #000000;
        }
        /* Style for the main content section */
        .manufacturer-guide-section {
            padding: 20px;
            margin: auto;
            max-width: 1200px; /* Optional: Max width for better readability on large screens */
background-color: #ffffff;
        }
    