*{
    margin:0;
    padding:0;
    /* 1.去除android a/button/input标签被点击时产生的边框;2.去除ios a标签被点击时产生的半透明灰色背景 */
    /*解决了纯数字和纯字母换行的问题*/
    word-wrap: break-word;
    word-break: break-all;
    background-repeat: no-repeat;

}
body, button, input, select, textarea {
    font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif'!important;
    -webkit-font-smoothing: antialiased;
}
/*a {*/
    /*text-decoration: none;*/
    /*color: #333333;*/
/*}*/
/*a:hover   {text-decoration: none;}*/
/*a:link    {text-decoration: none;}*/
/*a:visited {text-decoration: none;}*/
/*a:hover   {text-decoration: none;}*/
/*a:active  {text-decoration: none;}*/
ul{list-style: none;}

body{
    background-color: #ffffff;
    font-size: 14px;
}