@charset "utf-8";
header, footer, article, section, nav, menu, hgroup { display: block; }  /*html5兼容IE*/
html,body {
	font-size: 100%;  /* 在用户调整窗口大小时，字体大小做相应调整。 */
	-ms-text-size-adjust: 100%;  /* IE浏览器 */
	-webkit-text-size-adjust: 100%  /* FireFox浏览器 */
	font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 62.5%;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img,a {
	border: 0
}

dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

audio,canvas,video,progress {
	display: inline-block;
	vertical-align: baseline
}

a {
	outline: 0;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


button,input,textarea,select,optgroup,option,file {
	font: inherit;
	outline: 0;
	vertical-align: middle
}

img {
	max-width: 100%;
	height: auto
}


input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0
}

pre,code {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

.clear {
	clear: both;
	_height: 1px;
	overflow: hidden;
	*display: inline
}

.fl	{float:left;}
.fr	{float:right;}

body {
	background-color:#ffffff; color: #1a1a1a; font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
	 /* 这个属性可以使页面上的字体抗锯齿,使用后字体看起来会更清晰舒服。加上之后就顿时感觉页面小清晰了。 淘宝也在用哦！ */ 
}





