/**
 * 安全意识页面特定样式
 */

/* 页面头部背景 - 蓝色渐变 */
.page-header {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
