@charset "utf-8";

/*默认样式*/
body,div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,p{margin:0;padding:0;}
table{border-collapse: collapse;border-spacing:0 ;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);} /*手机点击去掉 系统蓝块*/
* {-webkit-tap-highlight-color: transparent;}
fieldset,img,{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style: normal;font-weight: normal;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color:#000;}
caption,th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
q:before,q:after{content:''}
abbr,acronym{border: 0;}
img{outline:none; img:none; vertical-align:middle;}
b{font-weight:normal;}
input,textarea,select,option{font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
/*:focus {OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: 0px;}*/
:focus {OUTLINE-COLOR: invert; OUTLINE-WIDTH: 0px;}
object,embed,a,input{bblr:expression_r(this.onFocus=this.blur());outline:none;}
input {-webkit-appearance:none; /*去除input默认样式*/ background:none; border:0;}
textarea{background:none;}
input[type="submit"],input[type="reset"],input[type="button"],input{-webkit-appearance:none;}
html{
	font-family:"微软雅黑";
	font-size:60px;
}
body{		
	font-family:"微软雅黑";
	font-size:0.12rem;	
}

.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
/*默认样式结束*/

@media only all and (max-width:485px){
	html{font-size:55px;}	
}
@media only all and (max-width:325px){
	html{font-size:50px;}	
}


