/* 更多图标样式 */
.icon-icon08:before { content: "1️⃣"; }
.icon-icon09:before { content: "2️⃣"; }
.icon-icon40:before { content: "3️⃣"; }
.icon-icon35:before { content: "4️⃣"; }
.icon-icon37:before { content: "5️⃣"; }
.icon-icon34:before { content: "6️⃣"; }
.icon-icon04:before { content: "✅"; }
.icon-icon36:before { content: "❌"; }
.icon-icon30:before { content: "💸"; }

.icon-fp {
    background: #ff5722;
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 12px;
    display: inline-block;
}
