html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
iframe,
p,
ul,
li,
figcaption,
input {
	margin: 0;
	padding: 0;
}

.classfix {
	*zoom: 1;
}

.classfix::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
html{
    font: 16px "微软雅黑";
}
li{
    list-style: none;
}
b,strong{
    font-weight: normal;
}
i,em{
    font-style: normal;
}
a{
    text-decoration: none;
}