/*基础及兼容样式*/
html, body, div, p, h1, h2, h3, h4, h5, h6,
blockquote, pre, form, fieldset, 
ol, ul, li, dl, dd, dt, 
table, tbody, thead, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/1.5 Arial,"\5FAE\8F6F\96C5\9ED1",sans-serif,"\5b8b\4f53";
	color: #333;
	-webkit-font-smoothing: antialiased;
}
img {
	border: 0;
}
button {
	vertical-align: middle;
	cursor: pointer;
}
input, img {
	vertical-align: middle;
}
input, textarea {
	padding: 5px; 
	border: 1px solid #ddd;
	background: #fff;
	font-size: inherit;
	font-family: Arial,"\5FAE\8F6F\96C5\9ED1",sans-serif,"\5b8b\4f53";
	outline: none;
}
textarea {
	overflow: hidden;
	resize: none;
}
input::-ms-clear {
	display:none;
}
select {
	outline: none
}
ul, ol,li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
table th a {
	color: #333;
}
table th a.on {
	font-weight: 700;
	text-decoration: none;
}
a {
	outline: 0;
	color: #fd3000;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.25s;
}
a:hover {
	color: #fd3000;
	text-decoration: underline;
}
em {
	font-style: normal;
}
i {
	font-style: normal;
	vertical-align: middle;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
b{
	font-weight: normal;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: 500;
}
.clear {
	clear: both;
}
.fix {
	zoom: 1
}
.fix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}