/* CSS Document */

/*Reset*/
*{ vertical-align:baseline; font-weight:inherit; font-family:inherit; font-style:inherit; padding:0; margin:0; border:none;}
body{ font-family:STXihei,Microsoft YaHei,SimSun,Arial; font-size:62.5%;}
ol, ul{ list-style:none;} 
img{ border:none; text-decoration:none; display:block;}
h1,h2,h3,h4,h5,h6{ font-weight:normal; font-size:12px;}
a{text-decoration:none;} 
a img, :link img, :visited img{ border:0px;} 
.clear {clear:both;} 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix {height: 1%;}
*+html .clearfix {min-height: 1%;}
/*basic*/
.fl{ float:left;}
.fr{ float:right;}
img{ width:100%;}
/*main*/
html{ height:100%; width:100%;}
body{ position: relative; height:100%; width:100%; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	

	-webkit-touch-callout:none;/*系统默认菜单被禁用*/

	-webkit-user-select:none;/*webkit浏览器*/
	
	-khtml-user-select:none;/*早起浏览器*/
	
	-moz-user-select:none;/*火狐浏览器*/
	
	-ms-user-select:none;/*IE浏览器*/
	
	user-select:none;/*用户是否能够选中文本*/

}
canvas{ display:block; width: 100%;}
a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-modify:read-write-plaintext-only; 
}
#pcShow{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
}
#pcShow img{
	width: 1000px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 11;
	margin-left: -500px;
	margin-top: -250px;
}
#webShow{
	width: 750px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0%;
	z-index: 11;
	display: none;
}
