* {
    font-family: Microsoft YaHei;
}    

body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
table,
td,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse
}

code,
pre {
    white-space: pre;
    font-family: "Courier New", Courier, monospace
}

li {
    list-style: none
}

em {
    font-style: normal
}

img,
object {
    border: none;
    outline: 0
}

a img {
    vertical-align: top
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
figure,
footer,
header,
hgroup,
menu,
nav,
output,
progress,
section,
video {
    display: block;
    margin: 0;
    padding: 0
}

body {
    font: 400 12px/1.6 arial;
}

.hide {
    display: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

a {
    text-decoration: none
}

.clearfix {
    zoom: 1
}

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