/**
    v1.0.0
    Sean
    2017-07-31
    http://shawphy.com/2009/03/my-own-reset-css.html
 */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: MicrosoftYaHei;
}
body {
    width: 100%;
    height: 100%;
}
fieldset, img {
    border: 0;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
p{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
ol, ul{
    list-style: none;
}
/* tables still need ‘cellspacing=”0″‘ in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
a {
    text-decoration: none;
}
:link, :visited {
    text-decoration: none;
}
input, textarea {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
}