/* 重置样式 */
html,
body {
    margin: 0;
    user-select: none;
}

p {
    margin: 0;
    line-height: 1;
}
