/* iconfont图标使用emoji替代方案 */

.iconfont {
    font-family: system-ui, -apple-system, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 图标映射到emoji */
.icon-shujujiankong:before { content: "📊"; }
.icon-zongjiankong:before { content: "📈"; }
.icon-user:before { content: "👤"; }
.icon-renzheng:before { content: "✅"; }
.icon-youxi:before { content: "🎮"; }
.icon-chongzhi:before { content: "💰"; }
.icon-tixian:before { content: "💸"; }
.icon-shouyi:before { content: "💵"; }
.icon-yaoqing:before { content: "📢"; }
.icon-xinshou:before { content: "📖"; }
.icon-qiandao:before { content: "📝"; }
.icon-denglu:before { content: "🔑"; }
.icon-renwu:before { content: "📋"; }
.icon-chongzhi2:before { content: "💳"; }
.icon-jinbi:before { content: "🪙"; }
.icon-zhangdan:before { content: "📄"; }
.icon-tongji:before { content: "📊"; }
.icon-shijian:before { content: "⏰"; }
.icon-xiaoshou:before { content: "📈"; }
.icon-xiazai:before { content: "⬇️"; }
