/* 图片列表 */
.media .ml-1 .avatar-3,
.thread > a.ml-1 {
	display: none;
}

.context {
	display: none;
}

.threadlist {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.threadlist .thread {
	width: 25%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 8px 18px;
	box-sizing: border-box;
	border-bottom: 0;
	background: transparent;
}

.threadlist .thread > input[name="modtid"] {
	position: absolute;
	top: 10px;
	left: 18px;
	z-index: 5;
	width: 18px;
	height: 18px;
	margin: 0 !important;
	accent-color: #0d6efd;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.thread .media-body {
	width: 100%;
}

.spic {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	line-height: normal;
	border-radius: 10px;
	background: #f5f5f5;
}

.spic a {
	display: block;
	width: 100%;
	height: 100%;
}

.spic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hidden-sm {
	display: none;
}

.subject {
	font-weight: 500 !important;
	color: #2a3648;
	margin: 0.55rem 0 0.3rem;
	height: 42px;
	overflow: hidden;
	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;
}

.thread:hover {
	background: transparent;
}

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

.thread img {
	cursor: pointer;
	opacity: 0.95;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

.thread:hover img {
	opacity: 1;
	transform: scale(1.06);
}

@media (max-width: 900px) {
	.threadlist .thread {
		width: 33.3333%;
	}
}

@media (max-width: 480px) {
	.threadlist {
		margin: 0 -5px;
	}

	.threadlist .thread {
		width: 50%;
		padding: 0 5px 12px;
	}

	.threadlist .thread > input[name="modtid"] {
		top: 8px;
		left: 11px;
		width: 16px;
		height: 16px;
	}

	.subject {
		height: 38px;
		margin-top: 0.5rem;
	}

	.subject a {
		font-size: 13px;
	}

	.thread .subject .van-thread-tag {
		font-size: 10px;
		padding: 0.16rem 0.42rem;
	}

	.spic {
		border-radius: 8px;
	}
}
