
		/* FAQ标题区域（匹配参考图样式） */
		.faq-header {
		text-align: center;
		padding: 40px 20px 20px;
		max-width: 1000px;
		margin: 0 auto;
		}

		.faq-header h2 {
		font-size: 50px;
		color: #333333;
		margin: 0 0 10px;
		font-weight: 600;
		letter-spacing: 0.5px;
		}

		.faq-header .subtitle {
		font-size: 20px;
		color: #666666;
		margin: 0 0 5px;
		line-height: 1.5;
		}

		.faq-header .email {
		font-size: 25px;
		color: #000000;
		font-weight: 500;
		margin: 0;
		}	
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
        }
        /* 1100px宽度容器，居中显示 */
        .container {
            width: 1100px;
            margin: 0 auto;
            padding: 25px;
        }
        /* 标题样式 */
        h1 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 18px;
        }
        /* 介绍文本样式 */
        .intro-text {
            font-size: 16px;
            margin-bottom: 22px;
            line-height: 1.4;
        }
        /* 表格样式 */
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        table th, table td {
            border: 1px solid #000;
            padding: 14px;
            text-align: left;
            vertical-align: top;
            font-size: 16px;
            line-height: 1.4;
        }
        /* 表头加粗 */
        table th {
            font-weight: bold;
        }
        /* Key Features内的加粗文本 */
        .key-bold {
            font-weight: bold;
        }
        /* 底部警告文本样式 */
        .warning-text {
            font-size: 16px;
            line-height: 1.4;
        }
        .warning-text span {
            font-weight: bold;
        }
    