@charset "utf-8";
/* CSS Document */
* body,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,input,textarea{ margin:0; padding:0;font-size: 12px;}
li{ list-style:none;}
a{ text-decoration:none; color:#666;}
img{ vertical-align:top; border:none;}
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{ content:''; display:block; clear:both;}
/*body{ font-size:12px; background:#f2f2f2;}*/
input,select,option{border:none; padding:0; outline:none; background:none;margin:0;}
textarea{border:none; padding:0; outline:none; background:none; resize:none; -webkit-appearance: none; -webkit-tap-highlight-color: transparent;}
html,body{
	width:100%;
	height:100%;
	font-family: "Microsoft Yahei","宋体","Tahoma",Arial;
	color: #333;
}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}