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

body {
    overflow: scroll;
    text-align: center;
    font: 10px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

i {
    font-style: normal
}

button, input, select, textarea {
    outline: 0;
    font: 12px Microsoft YaHei, SimHei
}

fieldset, img {
    border: 0
}

ol, ul {
    list-style: none
}

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

em {
    font-style: normal
}

textarea {
    resize: none
}

a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    cursor: pointer
}
a:hover{
    color: #104591; 
}