.progress-group {
	width:100%;
	margin:0 auto;
	font-family:Verdana;
	/* background:#ffffff; */
	padding:0;
}


.progress-group #progress_left {
	/* width:100px; */
    text-align: center;
}

.progress-group #progress_right {
	/* width:100%; */
}
.progress-group li {
	list-style:none;
	width:100%;
	height:20px;
	border-radius:20px;
	background:#f3f3f3;
	color:#ffffff;
	line-height:20px;
	overflow:hidden;
}
.progress-group li div {
	background:#ccc;
	color:#333333;
	height:100%;
	width:0;
	border-radius:20px;
	font-size:12px;
	text-align:right;
	line-height:20px;
}
.progress-group li div span {
	padding-right:10px;
	line-height:20px;
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	text-align:right;
    white-space: nowrap;
}
.progress-group h2 {
	margin-bottom: 15px;
	line-height:28px;
    font-size: 20px;
}
.progress-group .countdown {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:20px;
}
.progress-group .countdown span {
	width:35px;
	border-radius:10px;
	border:2px solid #333333;
	text-align:center;
	height:35px;
	line-height:35px;
	display:inline-block;
	margin:0 10px;
	font-size:20px;
    white-space: nowrap;
}
.progress-group .top {
	/* display:flex; */
    justify-content: center;
}
.progress-group .progress-item {
	display:flex;
	align-items:center;
	margin-bottom:10px;
}
.progress-group .progress-item>span {
	font-size:12px;
    white-space: nowrap;
}
