/* 图标样式 */
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-align: center;
}

.icon-search:before {
    content: "🔍";
}

.icon-view:before {
    content: "👁";
}

.icon-top:before {
    content: "⬆️";
}

.icon-suanming:before {
    content: "🔮";
}

.icon-bazi:before {
    content: "📊";
}

.icon-xingzuo:before {
    content: "♈";
}

.icon-qiming:before {
    content: "📝";
}

.icon-hehun:before {
    content: "💑";
}

.icon-shengxiao:before {
    content: "🐲";
}

.icon-huangli:before {
    content: "📆";
}

.icon-rili:before {
    content: "📅";
}

.icon-jiri:before {
    content: "🎊";
}

.icon-wuxing:before {
    content: "⚡";
}

.icon-jiemeng:before {
    content: "💭";
}