.swiper-scrollbar {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
}
.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
