.loadingLine{
	position: absolute;
	bottom: 20%;
	right: -10%;
	width: 80%;
	z-index: 8;
}
.progress-bar{
	width: calc(90% - 20px);
	left: 5%;
	/* background: url(img/jindutiaodi.png) no-repeat; */
	box-shadow: none;
	height: 40px;
	background-size: 100% 100%;
	position: relative;
	z-index: 20;
	padding-right: 20px;
}
.stripes>span{
	height: 40px;
	/* background: url(img/jindutiao.png) no-repeat; */
	background-size: 100% 100%;
	transition:none;
	animation:none;
	position: relative;
	left: 7px;
	top:-1px;
	border-radius: 0;
}
.stripes p{
	position: absolute;
	color: #212121;
	font-size: 12px;
	text-align: center;
	width: 100%;
	font-family: "arial black";
}
.stripes p b{
	font-weight: normal;
}
.loadingTop{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 11;
}
.loadingLogo{
	position: absolute;
	top: 23%;
	right: 13%;
	width: 74%;
	z-index: 12;
}
.loadingYz{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	height: 100%;
}
.loadingYy{
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 30px;
	z-index: 10;
}
body>canvas{
	position: relative;
	z-index: 9999;
}

.progress-bar canvas{
	position: absolute;
	top: -68px;
	left: 0;
	z-index: 11;
}