.jcode-progress-scrollbar {
	position: fixed;
	width: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	height: 4px;
	background: red;
	z-index: 9999;
	transition: 0.3s width;
}