.page-news-details {
	min-width: 19.2rem;
	background: #ffffff;
}

/* 复制链接成功提示 */
.copy-link-toast {
	position: fixed;
	left: 50%;
	bottom: 0.4rem;
	transform: translateX(-50%) translateY(0.2rem);
	padding: 0.14rem 0.32rem;
	background: rgba(0, 0, 0, 0.78);
	color: #ffffff;
	font-size: 0.16rem;
	line-height: 1.4;
	font-weight: 400;
	border-radius: 0.06rem;
	z-index: 20000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
	pointer-events: none;
	box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.2);
}

.copy-link-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.news-details-main {
	padding-top: 1.07rem;
}

.news-detail {
	width: 18.2rem;
	margin: 0 auto;
}

.detail-layout {
	display: grid;
	grid-template-columns: 11.6rem 6.6rem;
}

.article-col {
	padding-right: 0;
}

.article-title {
	margin: 0;
	width: 11.6rem;
	font-size: 0.48rem;
	line-height: 0.66rem;
	font-weight: 400;
	color: #000000;
}

.article-meta-bar {
	margin-top: 0.52rem;
	width: 10.6rem;
	height: 0.64rem;
	padding: 0 0.44rem;
	background: linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.meta-group {
	display: flex;
	align-items: center;
	margin-right: 0.45rem;
	font-size: 0.14rem;
	line-height: 0.2rem;
}

.meta-group:not(:last-of-type)::after {
	content: "";
	width: 0.01rem;
	height: 0.2rem;
	background: #dddddd;
	margin-left: 0.45rem;
}

.meta-label {
	color: #666666;
}

.meta-value {
	margin-left: 0.05rem;
	font-size: 0.16rem;
	color: #222222;
}

.back-link {
	margin-left: auto;
	font-size: 0.14rem;
	color: #666666;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.12rem;
}

.back-link::after {
	content: "↩";
	font-size: 0.16rem;
	line-height: 1;
	color: #666666;
}

.article-body {
	margin-top: 0.5rem;
	width: 10.6rem;
	max-width: 100%;
	overflow-x: auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
	/* 正文基准：接口富文本里的 rem 会相对 html 根字号计算，易被 adapter 放大到异常大 */
	font-size: 0.16rem;
	line-height: 1.7;
	font-weight: 300;
	color: #222222;
}

/*
 * 强制后代继承正文字号，覆盖后台行内 style 中的 rem/px（行内无 !important 时本规则可覆盖）
 * 标题等见下方 h1–h6，避免整段被撑成标题尺寸
 */
.article-body * {
	font-size: inherit !important;
}

.article-body small {
	font-size: 0.85em !important;
}

.article-body sub,
.article-body sup {
	font-size: 0.75em !important;
	line-height: 1 !important;
	vertical-align: baseline;
}

.article-body sup {
	top: -0.35em;
	position: relative;
}

.article-body sub {
	bottom: -0.2em;
	position: relative;
}

/* 富文本内图片、视频等自适应容器宽度（不修改接口 HTML，仅样式约束） */
.article-body img,
.article-body video,
.article-body iframe {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align: middle;
}

.article-body table {
	max-width: 100%;
	display: block;
	overflow-x: auto;
}

.article-body p {
	margin: 0 0 0.22rem;
	line-height: inherit;
}

.article-body h1 {
	margin: 0.72rem 0 0.36rem;
	font-size: 0.44rem !important;
	line-height: 1.25 !important;
	font-weight: 400 !important;
	color: #222222 !important;
}

.article-body h2 {
	margin: 0.92rem 0 0.42rem;
	font-size: 0.3rem !important;
	line-height: 1.2 !important;
	font-weight: 300 !important;
	color: #222222 !important;
}

.article-body h3 {
	margin: 0.72rem 0 0.32rem;
	font-size: 0.24rem !important;
	line-height: 1.25 !important;
	font-weight: 400 !important;
	color: #222222 !important;
}

.article-body h4 {
	margin: 0.56rem 0 0.24rem;
	font-size: 0.2rem !important;
	line-height: 1.3 !important;
	font-weight: 400 !important;
	color: #222222 !important;
}

.article-body h5,
.article-body h6 {
	margin: 0.48rem 0 0.2rem;
	font-size: 0.18rem !important;
	line-height: 1.35 !important;
	font-weight: 400 !important;
	color: #222222 !important;
}

.article-cover {
	margin: 0.7rem auto 0.92rem;
	width: 6.38rem;
	height: 3.59rem;
	background:
		radial-gradient(1.2rem 0.8rem at 18% 20%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)),
		linear-gradient(125deg, #1a2d4f 0%, #34629d 52%, #5b8dc8 100%);
}

.side-col {
	width: 6.6rem;
	height: 10.1rem;
	background: #f8f8f8;
	padding: 1.3rem 0.5rem 0;
	box-sizing: border-box;
}

.side-title {
	font-size: 0.28rem;
	line-height: 0.2rem;
	color: #222222;
}

.share-list {
	margin-top: 0.34rem;
	display: flex;
	gap: 0.3rem;
}

.share-list button {
	width: 0.5rem;
	height: 0.5rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.share-list button img {
	width: 100%;
	height: 100%;
}

.share-list button.share-icon-btn.is-copied {
	box-shadow: 0 0 0 0.03rem #28a745;
}

.recommend-box {
	margin-top: 0.13rem;
	padding-top: 0.68rem;
	border-top: 0.01rem solid #dddddd;
}

.recommend-title {
	font-size: 0.28rem;
	line-height: 0.2rem;
	color: #222222;
	margin-bottom: 0.2rem;
}

.recommend-box ul {
	margin: 0.63rem 0 0;
	padding: 0;
	list-style: none;
}

.recommend-box li {
	font-size: 0.16rem;
	line-height: 0.5rem;
	font-weight: 300;
	color: #222222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recommend-box .recommend-article-link {
	display: block;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.recommend-box .recommend-article-link:hover {
	color: #fe0000;
}

.article-pager {
	width: 18.2rem;
	margin: 1.135rem auto 0;
	box-sizing: border-box;
}

.article-pager-inner {
	width: 10.89rem;
	margin: 0;
	padding-top: 0.555rem;
	border-top: 0.01rem solid #e8e8e8;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.article-pager-inner::before {
	content: "";
	position: absolute;
	left: calc(4.09rem + 2.71rem / 2);
	top: 0.555rem;
	bottom: 0;
	width: 0.01rem;
	transform: translateX(-50%);
	background: #e0e0e0;
}

.pager-item {
	width: 4.09rem;
	flex: 0 0 4.09rem;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pager-item.next {
	align-items: flex-end;
	text-align: right;
}

.pager-label {
	font-size: 0.14rem;
	line-height: 0.2rem;
	color: #666666;
}

.pager-text {
	margin-top: 0.17rem;
	font-size: 0.18rem;
	line-height: 0.26rem;
	font-weight: 400;
	color: #222222;
	white-space: normal;
	word-break: break-word;
}

.scheme {
	margin-top: 1.19rem;
	border-top: 0.01rem solid #d7d7d7;
	background: #ffffff;
	padding: 0.99rem 0 1rem;
}

.scheme .container {
	width: 17.2rem;
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.scheme h2 {
	margin: 0;
	font-size: 0.66rem;
	line-height: 1.0579rem;
	font-weight: 300;
	color: #222222;
}

.scheme p {
	margin: 0.09rem 0 0;
	max-width: 10.0502rem;
	font-size: 0.24rem;
	line-height: 0.34rem;
	font-weight: 300;
	color: #161616;
}

.scheme-btns {
	margin-top: 0.39rem;
	display: flex;
	align-items: center;
	gap: 0.2rem;
}

.scheme .scheme-btns .btn1,
.scheme .scheme-btns .btn2 {
	width: 2.42rem;
	height: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.16rem;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease;
	box-sizing: border-box;
}

.scheme .scheme-btns .btn1 {
	background: #fe0000;
	color: #ffffff;
	border: 0.0078rem solid #fe0000;
}

.scheme .scheme-btns .btn2 {
	border: 0.0078rem solid #cccccc;
	background: #ffffff;
	color: #000000;
}

.scheme .scheme-btns .btn1:hover {
	background: transparent;
	border: 0.0078rem solid #e6e6e6;
	color: #000000;
}

.scheme .scheme-btns .btn2:hover {
	background: #fe0000;
	border-color: transparent;
	color: #ffffff;
}

.scheme .scheme-btns .scheme-arrow {
	width: 0.2rem;
	margin-left: 0.6rem;
	flex-shrink: 0;
}

.scheme .scheme-btns .btn1:hover .scheme-arrow {
	content: url("https://junhe.oss-cn-beijing.aliyuncs.com/new_web/img/pc-index/hei-arrow.png");
}

.scheme .scheme-btns .btn2:hover .scheme-arrow {
	content: url("https://junhe.oss-cn-beijing.aliyuncs.com/new_web/img/pc-index/btn-arrow.png");
}