			
html{
	scrollbar-width:thin;
	scrollbar-color:#bebfc8 rgba(229, 235, 235, 0.5);
}	


::-webkit-scrollbar{
		width: 10px;
}
/*滑轨背景色*/
::-webkit-scrollbar-track{
	background-color: rgba(229, 235, 235, 0.5);
}
/*滑块颜色*/
::-webkit-scrollbar-thumb{
	background-color: #c7cfd3;
}