/**
 * css reset style
 */
*{
    margin: 0;
    padding: 0;
}
body,
blockquote,
dd,
dl,
figure,
form,
p,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}

a {
    text-decoration: none;
}

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

img {
    vertical-align: middle;
    border: none;
}

i,
em {
    font-style: normal;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-size: 14px;
    line-height: 1.428571429;
    font-family: "Microsoft Yahei", sans-serif;
    background-color: #fff;
    min-width: 980px;
}

.clear:before {
    content: " ";
    display: table;
}

.clear:after {
    content: " ";
    display: table;
    clear: both;
}

.clear {
    *zoom: 1;
}

