body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
    margin: 0;
}
@font-face {
    font-family:"siyuan";
    src: url('../font/siyuan.otf') format('opentype');

}

body, button, input, select, textarea {
    /*font: 14px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif*/
    /*font: 14px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif*/
    font-family: "siyuan", sans-serif;

}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

em, b {
    font-style: normal
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none
}

img {
    border: 0
}

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

button {
    cursor: pointer
}

button:hover {
    opacity: 0.9;
}

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

td, th, ul, ol {
    padding: 0
}

ul li {
    list-style: none;
}