.help-detail-container {
	padding: 100px 20px 50px;
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}

.breadcrumb {
	font-size: 14px;
	color: #666;
	background: none;
	padding: 20px 0;
	border-bottom: solid 1px #eee;
}

.breadcrumb a {
	color: #666;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #f20921;
}

.tags {
	margin-top: 20px;
	/* margin-bottom: 30px; */
}

.share-icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
}

.tag {
	display: inline-block;
	padding: 5px 15px;
	background-color: #fff0e6;
	border-radius: 5px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 1px solid #fb9548;
	color: #fb9548;
}

.tag:hover {
	background-color: #f20921;
	color: white;
}

.article-info {
	border-radius: 10px;
}

.article-title {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
}

.article-content {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
}

.show-more {
	background-color: #f20921;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
}

.show-more:hover {
	background-color: #d1081c;
}

.article-meta {
	margin-top: 20px;
	font-size: 14px;
	color: #999;
	display: flex;
}

.article-meta span {
	margin-right: 20px;
}

.stats {
	display: flex;
	padding: 100px 20px 20px 20px;
	border-radius: 10px;
	width: 400px;
	justify-content: center;
}

.stat-item {
	margin-right: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stat-label {
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
}

.stat-value {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}

.article-detail {
	max-width: 1440px;
	margin: 0 auto 20px;
	padding: 20px 20px 50px;
}

.detail-title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 15px;
}

.like-count {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.detail-content {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 30px;
}

.detail-content p {
	margin-bottom: 15px;
}

.detail-content ol {
	margin-left: 20px;
	margin-bottom: 15px;
}

.detail-content li {
	margin-bottom: 10px;
}

.publish-date {
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
}

.action-buttons {
	display: flex;
	align-items: center;
}

.like-btn {
	padding: 8px 16px;
	border: 1px solid #FFF0E6;
	border-radius: 4px;
	margin-right: 15px;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	background-color: #FFF0E6;
	align-items: center;
	justify-content: center;
	color: #FF6F06;
}

.like-icon {
	width: 14px;
	margin-right: 5px;
}

.comment-btn {
	padding: 8px 16px;
	border: 1px solid #f20921;
	border-radius: 4px;
	margin-right: 15px;
	cursor: pointer;
	font-size: 14px;
}



.comment-btn {
	background-color: white;
	color: #f20921;
}

.view-count {
	color: #999;
	font-size: 14px;
}

.content {
	margin-top: 25px;
	width: 1440px;
	margin: 20px auto 40px;
	display: flex;
	justify-content: space-between;
}

.content-left {
	width: 1025px;
	background-color: #fff;
}

/* 上一篇下一篇导航 */
.detail-navigation {
	display: flex;
	justify-content: space-between;
	padding: 22px;
	background-color: #fff;
	margin-top: 20px;
}

.detail-nav-item {
	flex: 1;
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 4px;
}

.detail-nav-item:hover {
	border-color: #f20921;
}

.detail-nav-item:hover .detail-nav-content {
	color: #f20921;
}

.detail-nav-item:hover .detail-nav-title {
	color: #f20921;
}

.detail-nav-item.prev {
	margin-right: 20px;
}

.detail-nav-item.next {
	margin-left: 20px;
	text-align: right;
}

.detail-nav-title {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
	display: block;
}

.detail-nav-content {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
	display: block;
	transition: color 0.3s;
}

.detail-info-avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.detail-container {
	width: 1025px;
}

.detail-info {
	background-color: #fff;
	margin-bottom: 30px;
	min-height: 600px;
	padding: 20px;
	box-sizing: border-box;
}

.detail-info-name {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

.detail-info-nickname {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.detail-info-time {
	font-size: 14px;
	color: #999;
}

.detail-breadcrumb {
	font-size: 14px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.detail-breadcrumb a {
	color: #999;
	text-decoration: none;
}

.detail-breadcrumb a:hover {
	color: #f20921;
}

.detail-title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.3;
	margin-top: 10px;
}

.detail-meta-user {
	display: flex;
	align-items: center;
}

.detail-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.detail-meta-item {
	font-size: 14px;
	color: #999;
}

.detail-meta-item-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
}

/* 推荐内容区域 */
.detail-recommend {
	background-color: #fff;
	padding: 30px 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.detail-recommend-title {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.detail-recommend-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.detail-recommend-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px;
	border-radius: 4px;
	transition: all 0.3s;
}

.detail-recommend-item:hover {
	border-color: #f20921;
}

.detail-recommend-number {
	font-size: 16px;
	font-weight: 600;
	color: #777777;
	min-width: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #d4d4d4;
	border-radius: 2px;
}

.detail-recommend-item:nth-of-type(1) .detail-recommend-number {
	background-color: #ffeef1;
	color: #f1404b;
}

.detail-recommend-item:nth-of-type(2) .detail-recommend-number {
	background-color: #fff0e6;
	color: #ff6f06;
}

.detail-recommend-item:nth-of-type(3) .detail-recommend-number {
	background-color: #eef2ff;
	color: #5c7cff;
}

.detail-recommend-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.detail-recommend-title-link {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
	transition: color 0.3s;
	/* 两行隐藏 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.detail-recommend-title-link:hover {
	color: #f20921;
}

.detail-recommend-meta {
	font-size: 12px;
	color: #999;
}

.detail-recommend-image {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
}

/* 底部信息区域 */
.detail-footer {
	padding: 20px;
	background-color: #fff;
}

/* 温馨提示和二维码 */
.detail-tip {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 8px;
	margin-bottom: 30px;
}

.detail-tip-text {
	font-size: 14px;
	font-weight: 600;
	color: #ff7a45;
	margin-right: 5px;
}

.detail-tip-content {
	font-size: 14px;
	line-height: 32px;
	color: #333;
	margin: 0;
}

/* 按钮区域 */
.detail-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.detail-button {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.detail-button.weixin {
	background-color: #f20921;
	color: #fff;
}

.detail-button-qrcode {
	width: 18px;
	height: 18px;
}

.detail-button.app {
	background: linear-gradient(90deg, #fbda31 0%, #fe5618 100%);
	color: #fff;
}

.detail-button.like {
	background: linear-gradient(90deg, #fbda31 0%, #fe5618 100%);
	color: #fff;
}

/* 话题标签 */
.detail-tags {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.detail-tag {
	font-size: 14px;
	color: #666;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	background: #f5f5f5;
	border-radius: 89px 89px 89px 89px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detail-tag:hover {
	color: #f20921;
}

.detail-share {
	margin-left: auto;
	padding: 5px 20px;
	border: 1px solid #ef061c;
	border-radius: 40px;
	background-color: #fff;
	color: #ef061c;
	font-size: 14px;
	cursor: pointer;
}

.detail-share:hover {
	border-color: #ef061c;
	color: #fff;
	background-color: #ef061c;
}

/* 公司介绍 */
.detail-intro {
	text-align: center;
}

.detail-intro p {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 10px;
}

.detail-intro p:last-child {
	margin-bottom: 0;
}