html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,button,input,select,option,textarea,menu{
    margin: 0;
    padding: 0;
    border:  none;
    outline: none;
    color:inherit;
    list-style: none;
    font-size: inherit;
    font-style: inherit;
    background: inherit;
    line-height:inherit;
    font-weight: inherit;
    text-decoration: none;
    box-sizing: border-box;
    vertical-align: inherit;
    -webkit-tap-highlight-color: transparent;
    font-family:"Microsoft YaHei",Helvetica,Arial sans-serif;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
i, img, header, nav, article, section, aside, footer, video, input, button, textarea,menu{
    display: block;
    box-sizing: border-box;
}
input, textarea{
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
textarea{
    resize: none;
}
button{
    cursor: pointer;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
body{
    padding-top:70px;
    padding-bottom:60px;
    background: #f7f7f7;
}
img{
    width: 100%;
}
a{
    display: inherit;
    cursor:pointer;
}