html, body {
    width: 100%;
    height: 100%;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
    font-family: Arial, "微軟正黑體", "sans-serif";
}
.wallpaper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
