html
{
background:#222;
/*background-image:url(../../data/image/First/Bg.png);*/
overscroll-behavior: none;

}


.body
{
	overscroll-behavior:none;
 letter-spacing: 0px;
position:absolute;
 margin:0px;
padding:0px;
font-size:14px;
/*font-family: 'Ubuntu', 'Comic Sans Ms',serif;*/
font-family: "Ubuntu","Microsoft YaHei", "微软雅黑","Comic Sans Ms";


border: 0px;
user-select: none;
-webkit-user-select: none;  /*  important!*/
 -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
  /*image-rendering: crisp-edges; ios会导致锯齿不用*/ 
    overflow:hidden;
	
/*filter: brightness(0.97); contrast(1.08);*/

}
