/* 本地图标CSS - 替代Font Awesome */
.icon {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

/* 播放图标 */
.fa-play-circle:before {
    content: "▶";
    font-size: 1.2em;
}

/* 首页图标 */
.fa-home:before {
    content: "🏠";
}

/* 电视图标 */
.fa-tv:before {
    content: "📺";
}

/* 电影图标 */
.fa-film:before {
    content: "🎬";
}

/* 图表图标 */
.fa-chart-line:before {
    content: "📈";
}

/* 星星图标 */
.fa-star:before {
    content: "⭐";
}

/* 信息图标 */
.fa-info-circle:before {
    content: "ℹ";
}

/* 搜索图标 */
.fa-search:before {
    content: "🔍";
}

/* 用户图标 */
.fa-user:before {
    content: "👤";
}

/* 左箭头 */
.fa-chevron-left:before {
    content: "◀";
}

/* 右箭头 */
.fa-chevron-right:before {
    content: "▶";
}

/* 上箭头 */
.fa-chevron-up:before {
    content: "▲";
}

/* 火焰图标 */
.fa-fire:before {
    content: "🔥";
}

/* 日历星星图标 */
.fa-calendar-star:before {
    content: "📅⭐";
}

/* 网格图标 */
.fa-th-large:before {
    content: "▦";
}

/* 皇冠图标 */
.fa-crown:before {
    content: "👑";
}

/* 拳头图标 */
.fa-fist-raised:before {
    content: "✊";
}

/* 心形图标 */
.fa-heart:before {
    content: "❤";
}

/* 幽灵图标 */
.fa-ghost:before {
    content: "👻";
}

/* 笑脸图标 */
.fa-laugh:before {
    content: "😄";
}

/* 机器人图标 */
.fa-robot:before {
    content: "🤖";
}

/* 魔法图标 */
.fa-magic:before {
    content: "✨";
}

/* 历史图标 */
.fa-history:before {
    content: "🕰";
}

/* 音乐图标 */
.fa-music:before {
    content: "🎵";
}

/* 微博图标 */
.fa-weibo:before {
    content: "W";
    font-weight: bold;
    color: #e6162d;
}

/* QQ图标 */
.fa-qq:before {
    content: "Q";
    font-weight: bold;
    color: #12b7f5;
}

/* 微信图标 */
.fa-weixin:before {
    content: "WX";
    font-size: 0.8em;
    font-weight: bold;
    color: #07c160;
}

/* B站图标 */
.fa-bilibili:before {
    content: "B";
    font-weight: bold;
    color: #fb7299;
}

/* 品牌图标样式 */
.fab {
    font-family: Arial, sans-serif;
    font-style: normal;
}
