/* 清除默认效果 */
* {
    margin: 0;
    bottom: 0;
    box-sizing: border-box;
    text-decoration: none;
}
