@charset "utf-8";
/* CSS Document */	

/*reset*/
body { width:100%; font-family:"微软雅黑","arial","sans-serif"; text-align:left; background:#f2f2f2; margin:0; padding:0; }
body{
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,header,menu,section,nav,footer { margin:0; padding:0; outline:none; }
p,i,u,ul,ol,dl { font-weight:normal; }
/*ul,ol,dl,dt,dd,li { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:12px; font-weight:normal; }
address,cite,code,em,th { font-weight:normal; font-style:normal; }*/
a { text-decoration:none; blr:expression(this.onFocus=this.blur()); outline: none; }
a:hover { text-decoration:none; }
a:visited { text-decoration:none; }
a:focus { outline:none; -moz-outline:none; }
button,html input[type=button],input[type=submit] { -webkit-appearance:none; }

.clearBoth { display:block; overflow:hidden; clear:both; height:0; line-height:0; font-size:0; }
img { vertical-align:top; border:0; }
.fL { float:left; }
.fR { float:right; }
.pR { position:relative; }
.pA { position:absolute; }
.tL { text-align:left; }
.tC { text-align:center; }
.tR { text-align:right; }
.hidden { display:none; }

.t0 { top:0; }
.r0 { right:0; }
.b0 { bottom:0; }
.l0 { left:0; }