/* 重置默认样式 */
* {
    margin: 0;
    padding: 0;
}

/* 主内容区域 */
main {
    min-height: calc(100vh - 60px);
}
