@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
body{margin:0px;font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
input,textarea,select,option{font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
a{text-decoration:none;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
img{border:0px;}
:focus {OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: 0px;}
ul{margin:0px; padding:0px;}
li{margin:0px; padding:0px; list-style:none;}
a{text-decoration:none;}
img{border:0px;object-fit:cover;}
h1{margin:0px; padding:0px;}
h2{margin:0px; padding:0px;}
h3{margin:0px; padding:0px;}
i{font-style: normal;}
b{font-weight: normal;}
object,embed,a,input{bblr:expression_r(this.onFocus=this.blur());outline:none;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
div:after,p:after,ul:after,li:after{content:""; clear:both; display:block; height:0px; overflow:hidden;}
html{
	font-family:"微软雅黑";
	font-size:60px;
}
body{		
	font-family:"微软雅黑";
	font-size:0.12rem;	
}

/*@media only all and (max-width:485px){
	html{font-size:55px;}	
}*/
@media only all and (max-width:325px){
	html{font-size:50px;}	
}


*{
	-webkit-touch-callout:none;  /*系统默认菜单被禁用*/
	-webkit-user-select:none; /*webkit浏览器*/
	-khtml-user-select:none; /*早期浏览器*/
	-moz-user-select:none;/*火狐*/
	-ms-user-select:none; /*IE10*/
	user-select:none;
}
input,textarea{
	-webkit-user-select:auto; /*webkit浏览器*/
}