﻿/* 全局所有元素（除了i标签）强制使用宋体，强势覆盖其他CSS */
*:not(i) {
    font-family: Arial, serif !important;
}
