body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object {
    padding: 0;
    margin: 0; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
    fieldset, img, abbr {
    border: 0;
}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, th, var {
    font-weight: normal;
    font-style: normal;
}
ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 1.0em;
}
q:before, q:after {
    content: ”;
}
a, ins {
    text-decoration: none;
}
::-webkit-input-placeholder {
          color: #484848;
        }
input,button,select,textarea{outline:none}textarea{resize:none}
a:link {color:#fff;text-decoration:none;}     /* 未被访问的链接     */
a:visited {color:#fff;text-decoration:none;}  /* 已被访问过的链接    */
a:hover {text-decoration:none;}    /* 鼠标悬浮在上的链接  */
a:active {color:#fff;text-decoration:none;}   /* 鼠标点中激活链接    */

a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}

/*html{    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;}*/
body{
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}