body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
em,
span {
	margin: 0;
	padding: 0;
}

body {
	font-family: '[SourceHanSerifCN]','Microsoft Yahei',"微软雅黑", sans-serif, tahoma, arial, 'Hiragino Sans GB', \24b8b\4f53;
	color: #272727;
	font-size: 13px;
	background: #fff;
}

a {
	outline: none;
	text-decoration: none;
	color: #272727;
}

a:hover {
	text-decoration: none;
	color: #D6B785;
}

li {
	list-style: none;
}

img {
	border: 0 none;
}

em {
	font-style: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i,
b {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

button,
input,
select,
textarea {
	font-size: 100%;
}


/* 使得表单元素在 ie 下能继承字体大小 */

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}