/* body{
    background: url("../image/background.png") no-repeat fixed;
    background-size: 100% 100%;
}  */

/* 隐藏滚轮 */
::-webkit-scrollbar {
    display: none;
}
