.supade-help {
	background-color: #f5bb90;
}

.classify-list {
	padding: 0 15px;
	text-align: center;
	display: table;
}

.classify-list-item {
	position: relative;
	display: table-cell;
	width: 1%;
	padding: 20px;
}

.classify-list-item .icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 70px;
}

.classify-list-item.supply .icon {
	color: #97c2dc;
}

.classify-list-item.demand .icon {
	color: #ebab7d;	
}

.classify-list-item .name {
	display: block;
	font-size: 15px;
	color: #333;
}

/* start issue-list */
.issue-list-item {
	display: block;
	position: relative;
	background-color: #fff;
	position: relative;
}

.issue-list-item:hover,.issue-list-item:focus,.issue-list-item:active {
	background-color: #f5f5f5;
}

.issue-list-item .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 30px;
	color: #999;
}

.issue-list-item .info {
	position: relative;
	padding: 12px 15px 12px 65px;
	height: 65px;
	line-height: 20px;
	color: #333;
}

/* start stage-line */
.stage-first {
	padding: 0 30px;
}

.stage-line {
	position: relative;
	display: table;
	text-align: center;
}

.stage-line.svg .stage-line-item:before {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	z-index: -1;
	border-top: 2px solid #ddd;
}

.stage-line-item {
	position: relative;
	display: table-cell;
	width: 1%;
	/* height: 49px;
	overflow: hidden;
	vertical-align: middle; */
}

.stage-line-item:first-child {
	text-align: left;
}

.stage-line-item:last-child {
	text-align: right;
}

.stage-line-item .name {
	line-height: 20px;
}

.stage-line-item .icon {
	margin: 5px 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50% !important;
	background-color: #aaa;
	color: #fff;
}

.stage-line-item.done .icon {
	background-color: #11cd6e;
}

.stage-line-item.afoot .icon {
	background-color: #fc9e2a;
}

.stage-line-item .info {
	line-height: 20px;
	font-size: 12px;
}

/* start stage-second */
@media ( min-width : 320px) {
	.stage-second {
		padding: 0 30px;		
	}
}

@media ( min-width : 375px) {
	.stage-second {
		padding: 0 50px;		
	}
}

@media ( min-width : 414px) {
	.stage-second {
		padding: 0 60px;
	}
}

/* start stage-third */
.stage-third {
	padding: 0 30px;
	text-align: center;
}

.stage-third .iconfont {
	height: 70px;
	line-height: 70px;
	font-size: 70px;
	overflow: hidden;
}

.stage-third .iconfont.online {
	color: #56abe4;
}

.stage-third .iconfont.warrant {
	color: #11cd6e;
}