page{
	padding-bottom: 1px;
}
.consult-list{
	width: 90%;
	margin: 160upx auto 0;
	position: relative;
}
.consult-list-it{
	padding: 30upx;
	background-color: var(--c0);
	border-radius: 12upx;
	margin-bottom: 30upx;
	position: relative;
}
.consult-list-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--ceb);
}
.consult-list-top image{
	width: 72upx;
	height: 72upx;
	margin-right: 16upx;
}
.consult-list-top view{
	font-size: var(--f26);
	height: 72upx;
	display: block;
	line-height: 72upx;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.consult-list-top text{
	color: var(--c396);
	height: 72upx;
	display: block;
	line-height: 72upx;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 49%;
}
.consult-list-it .times{
	display: flex;
	padding:20upx 0;
	font-size: var(--f26);
	color: var(--c9);
	justify-content: space-between;
}
.consult-list-it .times text{
	display: block;
	line-height: 72upx;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 49%;
	color: #333333 !important;
}
.consult-list-it .tags{
	font-size: var(--f26);
	color: var(--c6);
}
.consult-list-it .tags2{
	font-size: var(--f26);;
	color: #ffad39;
}
.consult-list-it .tags3{
	font-size: var(--f26);
	color: var(--c396);
}
.bom{
	position: fixed;
	right: 26upx;
	bottom: 2%;
	z-index: 999;
}
.bom view{
	width: 130upx;
	height: 130upx;
	position: relative;
	margin-bottom: 10upx;
}
.bom image{
	width: 100%;
	height: 100%;
	display: block;
}
.bom text{
	position: absolute;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 20upx;
	font-size: 20upx;
	color: var(--c0);
}