/*
:root{
    --base-font-family:黑体;
    --base-font-family-en:'SimHei';
}
*/
html{
    font-family:'黑体\0','黑体\9';
    +font-family:'黑体';
}
*html{
    font-family:'黑体';
}