﻿.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #666666
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #1c69d4;
	border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}