.swiper-scrollbar {
	position: relative;
	-ms-touch-action: none;
	background: #405961;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #f7f7f7;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}