.swiper-progress-bar {
	height: 2px;
	background: #e8e3e37d;
	border-radius: 5px;
	margin: 10px 0;
	position: relative;
}
.progress {
	background: #a8a8a8;
	width: 73px;
	height: 4px;
	position: absolute;
	top: -1px;
}

