html {
	overflow-x: hidden;
}


.scrollsidebar {
	position: fixed;
	top: 80px;
	right: 0;
	border-radius: 10px;
	padding: 6px;
	/* background-color: #ffff; */
	width: 62px;
	height: 120px;
}

.item {
	width: 52px;
	height: 58px;
	cursor: pointer;
	display: inline-block;
}

.item-desc {
	display: inline-block;
	height: 20px;
	color: #583992;
	width: 100%;
	font-size: 12px;
}