/* 表情符号页 — Emoji 卡片字号稍大 */
.sym-char {
    font-size: 1.8rem;
}

@media (max-width: 640px) {
    .sym-char {
        font-size: 1.5rem;
    }
}