html {
    /* 若设置 font-size: 62.5%; 则 1rem = 10px */
    font-size: 16px;
}

html,
body,
#root {
    height: 100%;
}
