.category-title {
    background-color: #f0f0f0;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.category-title td {
    font-size: 16px;
}

/* 甄选体验课标题样式 */
.category-title:first-of-type {
    background-color: #fffbe6;
    color: #d48806;
}

/* 沉浸疗愈沙龙标题样式 */
.category-title:last-of-type {
    background-color: #e6f7ff;
    color: #1890ff;
}