.header h1 {
    text-align: center;
    color: white;
}

.foot {
    text-align: center;
}

/* 设置滚动条宽度  因为此处设置0宽度，所以下面的颜色，圆角就无需设置了 */
::-webkit-scrollbar {
    width: 0px;

}

/* 设置滑块颜色 */
/* 设置滑块圆角 */
/* ::-webkit-scrollbar-thumb {
    background-color: #888;

    border-radius: 150px;

} */

/* 设置轨道颜色 */
/* ::-webkit-scrollbar-track {
    background-color: #ffffff;

} */