#canvas{
	background:rgba(255,255,255,0);/*关键点*/
	position: fixed;
	z-index:1;/*确保在遮盖的元素的上方*/
       right:0;
       bottom:100px;
}

body{
background:rgba(255,255,255,1);/*关键点*/
}