/*body背景*/
body {
    background-image:url('../resources/img/background.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position-x: 50%;
    background-position-y: 50%;
}