html {
	overflow-x: hidden; /*横向*/
	overflow-y: auto; /*纵向*/
}

body {
	overflow-x: hidden; /*横向*/
	overflow-y: auto; /*纵向*/
}