body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体", "宋体";
}

body {
    background: #fff;
    color: ##575656;
    font-size: 14px;
}

a,
a:hover,
a:link,
a:active,
a:visited {
    color: #333333;
    display: block;
    text-decoration: none;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体", "宋体", Arial, Tahoma;
}

a:hover {
    text-decoration: underline;
    color: #f98b0c;
}

img {
    border: none;
    display: block;
}

em {
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

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

p {
    word-wrap: break-word;
}

.clearfloat {
    zoom: 1;
}

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

.dn {
    display: none;
}