#edit_step{
	padding: 0.3rem 0.8rem;
	height: 0.9rem;
	position: relative;
}
#edit_progress_bar{
	width: 100%;
	height: 0.04rem;
	border-radius: 0.02rem;
	background-color: #313131;
	margin-top: 0.26rem;
}
#edit_pregress{
	height: 100%;
	background-color: #f51522;
/*	position: relative;*/
	transition: width 0.5s;
}
#edit_pregress.edit_st{
	width: 1.2rem;
}
#edit_pregress.edit_nd{
	width: 3.6rem;
}
#edit_pregress.edit_rd{
	width: 4.8rem;
}
/*#edit_pregress:after{
	display: block;
	content: "";
	width: 0.04rem;
	height: 0.04rem;
	background-color: #f51522;
	-webkit-filter: blur(0.03rem);
	position: absolute;
	top: 0;
	right: -0.02rem;
}*/
#edit_status{
	width: calc(100% + 1.3rem);
	height: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: -0.22rem;
	margin-left: -0.65rem;
	position: relative;
}
.step_list i{
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #313131;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	line-height: 0.4rem;
	font-style: normal;
	margin-left: 0.45rem;
}
.step_active i{
	background-color: #f51522;
	position: relative;
}
/*.step_active i:before{
	display: block;
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: linear-gradient(#ffd8b8,#ff9d8a);
	position: absolute;
	left: -0.1rem;
	top: -0.1rem;
}*/
.step_list i img{
	display: block;
	width: 100%;
	height: 100%;
}
.step_list span{
	display: block;
	width: 1.3rem;
	text-align: center;
	height: 0.3rem;
	font-size: 0.24rem;
	color: #141414;
	line-height: 0.3rem;
	margin-top: 0.18rem;
}
.step_active span{
	color: #f51825;
}
.step_list .pass{
	color: #d50b17;
}
/*submit提交*/
#course_personal_submit{
	width: 100%;
	height: 0.8rem;
	background-color: rgba(182,55,49,.98);
	position: absolute;
	bottom: 1.2rem;
	left: 0.2rem;
	position: fixed;
	bottom: 0;
	left: 0;
}
#personal_submit{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0.26rem;
	background: transparent;
	color: #fff;
}
#department_tips{
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	left: 50%;
	margin-left: -2.5rem;
	width: 5rem;
	height: 0.8rem;
	background-color: rgba(0,0,0,0);
	display: none;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
	line-height: 0.8rem;
	z-index: 6;
	transition: background-color 0.5s;
}