.rc{ max-width:600px; margin:0 auto; margin-top:70px;}
ul { width:100%; list-style-type: none; }
ul li::before{
	height: 1.25rem;  width: 1.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center; border-radius: 999px; color: rgb(255, 255, 255); font-size: 12px; background-color: rgb(0, 0, 0); counter-increment: orderedlist 1; content: counter(orderedlist); margin-right: 16px; }
li {  counter-increment: orderedlist 0; content: counter(orderedlist); text-align:left; margin-bottom:20px; }


.progress{ width:500px; height:30px; background:white; margin:0 auto; margin-top:50px; border-radius:5px; overflow:hidden }
.bar{ width:0%; background:#4b00ff; height:30px;}