::-webkit-scrollbar {
  display: none;  
}
html{
    overflow:-moz-scrollbars-none;
    -ms-overflow-style:none;
}
/*火狐下隐藏滚动条 */
.wrap{
	scrollbar-width: none;
}