.title {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 16px;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}

.list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.list>img {
	width: 120px;
	height: 75px;
	object-fit: contain;
	margin-right: 12px;
}

.list-info {
	width: calc(100% - 120px);
	height: 75px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.list-info>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-info>span {
	font-size: 15px;
	color: #555;
}

.list-info>div>span:nth-child(1) {
	font-size: 14px;
	color: #E38732;
	font-weight: 500;
}

.list-info>div>span:nth-child(2) {
	font-size: 12px;
}

.color1 {
	color: #4ED35B;
}

.color2 {
	color: #999;
}

.color3 {
	color: #D8A26B;
}