.req-card {
	height: 272px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	padding: 24px 24px;
	box-sizing: border-box;
	cursor: pointer
}

.req-card__time {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	background: #e9f6f1;
	border-radius: 0 4px 0 8px;
	position: absolute;
	font-size: 12px;
	color: #549371;
	right: 0;
	top: 0
}

.req-card__time.stopped {
	background: #ebeff3;
	color: #86909c
}

.req-card__hd {
	display: flex;
	align-items: center
}

.req-card__hd .req-card__type {
	background-image: linear-gradient(90deg,#f7efd0,#e3dbb0);
	border-radius: 2px;
	font-size: 12px;
	color: #77612b;
	padding: 6px 8px;
	display: flex;
	align-items: center;
	flex-basis: 110px;
	flex-shrink: 0
}

.req-card__hd .req-card__type .icon {
	height: 12px;
	margin-right: 8px;
	font-size: 14px;
	position: relative;
	top: 1px;
	width: 12px
}

.req-card__hd .req-card__title {
	font-weight: 600;
	font-size: 20px;
	color: #1d2129;
	margin-left: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-right: 60px
}

.req-card__tag {
	margin: 8px 0 16px 0;
	height: 28px
}

.req-card__desc {
	font-size: 14px;
	color: #4e5969;
	line-height: 21px;
	height: 42px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all
}

.req-card__tip {
	font-size: 12px;
	color: #1d212966;
	margin: 8px 0 15px 0
}

.req-card__fd {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.req-card__fd .price {
	font-weight: 600;
	font-size: 20px;
	color: #eb5647
}

.req-card__fd .tip {
	font-weight: 400;
	font-size: 12px;
	color: rgba(29,33,41,.6);
	margin-left: 10px
}
.req-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px
}
