    
        body {
            margin:none;
            background-image: url("http://shou.shenxian.ren/templates/default/tupian/bj82.jpg");
            background-size: cover; /* 自适应屏幕大小*/
            background-attachment: fixed; /* 背景图片固定不动 */
            font-family: "微软雅黑";/* 字体 */
            justify-content: center; /* 水平居中*/
            overflow-y: scroll;
            scrollbar-width: none; /* 隐藏滚动条在Firefox中 */
            -ms-overflow-style: none; /* 隐藏滚动条在IE和Edge中 */
           }
        body::-webkit-scrollbar {
            display: none; /* 隐藏滚动条在Chrome和Safari中 */
           }
           /* 手机端背景图片 */
	   .mdui-loaded{
	       display: flex; /* 弹性布局 */
           background-size: cover; /* 自适应屏幕大小 */
	       justify-content: center; /* 水平居中 */
	       }
	   .mdui-container{
           width: 100%;/* 宽度 */
           max-width: 1900px;/* 最大宽度 */
	       min-width: 230px;/* 最小宽度 */
	       }
	       /* 宽度小于600px竖向排列 */
      @media (max-width: 600px) {
      .mdui-loaded {
           height: auto; /* 自动高度 */
           justify-content: center; /* 水平居中 */
           touch-action: pan-y; /* 上下翻页，禁止放大缩小 */ 
           }}
       #canvas {
         position: absolute;
         z-index: -99999;
         margin: 0;
         background-size: cover; /* 自适应屏幕大小*/
         background-attachment: fixed; /* 背景图片固定不动 */
      }
