﻿html {
	font-family: "Microsoft Yahei";padding:0;margin:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,button,textarea,p,th,td {
	padding: 0;
	margin: 0;
}
fieldset,img {
	border: 0;
}
a {
	text-decoration: none;
	color: #000;
	outline: none;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
input,button,textarea,select,optgroup,option {
	font-family: "Microsoft Yahei";
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,button,textarea,select {
	*font-size: 100%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.clear {
    zoom: 1;
}
.inlines{
	display:inline-block;
	_zoom:1;
	_display:inline;
}
.inlines{
	display:inline-block;
	_zoom:1;
	*display:inline;
}