/* 文本列表 */
.spic,
.context {
	display: none;
}

.thread .media-body {}

.thread > input[name="modtid"] {
	accent-color: #0d6efd;
}

.subject {
	font-weight: 500 !important;
	color: #2a3648;
	line-height: 1.45;
}

.subject a {
	font-size: 14px;
	font-weight: 500;
	color: #1f2d3d;
}

.thread .subject .van-thread-tag {
	display: inline-block;
	margin-left: 0.35rem;
	padding: 0.18rem 0.48rem;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 500;
	border-radius: 999px;
	vertical-align: middle;
}

.context {
	font-size: 12px;
	color: #8a97a8;
	line-height: 1.6;
}

.thread:hover {
	background: #fafafa;
}

.thread:hover a {
	color: #0d6efd;
}
