body { background-color: rgba(255, 255, 255, 1); }body { 
	background-color: #fefefe;
  min-width:1200;
}
::-webkit-scrollbar { 
	width: 3px;
	height: 3px;
}::-webkit-scrollbar-track { 
	background: #f1f1f1;
}::-webkit-scrollbar-thumb { 
	background: #888;
	border-radius: 5px;
}::-webkit-scrollbar-thumb:hover { 
	background: #555;
}