/* 基准字号：整体放大到约18px（16px * 1.125） */
html {
  font-size: 115%;
}

/* 文字默认行高，保证可读性 */
body,
input,
select,
textarea,
button,
table,
td,
th {
  font-size: 1rem!important;
}