*{padding:0px;
    margin:0px;
   }

a{
    text-decoration: none;

}
li{
    list-style: none;
    /* cursor: default; */
}
img{
    vertical-align: top;
}
span{
    cursor: default;
}
body,html{
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    color: #333;
    /* font-size: 12px; */
     /* 禁止选中 */
  -moz-user-select:none; /*火狐*/
  -webkit-user-select:none; /*webkit浏览器*/
  -ms-user-select:none; /*IE10*/
  -khtml-user-select:none; /*早期浏览器*/
  user-select:none;

  
}
html{
    overflow-x: hidden; overflow-y: auto;
}
body{
 
}