html, body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input,button, textarea, p, blockquote, th, td, figure,a,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    /*font-size: 20px;*/
    font-family: "Microsoft YaHei", arial,\5b8b\4f53,sans-serif;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: break-all;
    list-style: none;
}
*:focus {outline: none;}
a{
    color: white;
}
a:hover{
    color: white;
}
html,body{
    width:100%;
    height:100%;
}
/*蒙灰页面*/
/*html{*/
    /*-ms-filter: grayscale(90%); /!* Chrome, Safari, Opera *!/*/
    /*-moz-filter: grayscale(90%); /!* Chrome, Safari, Opera *!/*/
    /*-o-filter: grayscale(90%); /!* Chrome, Safari, Opera *!/*/
    /*-webkit-filter: grayscale(90%); /!* Chrome, Safari, Opera *!/*/
    /*filter: grayscale(90%);*/
/*}*/
