/* 笔记社区 PC */
.note-page-wrap{background:#f6f6f6;padding-bottom:30px;}
.note-page-wrap .note-nav-guide-bar{display:flex;align-items:center;justify-content:space-between;height:48px;line-height:48px;}
.note-page-wrap .note-nav-guide-crumb{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:bold; padding-left: 10px;}
.note-page-wrap .note-nav-guide-actions{flex-shrink:0;margin-left:16px;}
.note-page-wrap .note-nav-guide-actions .note-publish-open-btn{display:inline-block;padding:6px 18px;line-height:1.4;height:auto;background:#b10000;color:#fff;border:none;border-radius:20px;font-size:14px;cursor:pointer;font-weight:normal;}
.note-page-wrap .note-nav-guide-actions .note-publish-open-btn:hover{background:#900;}
.note-page-wrap #container{display:flex;align-items:flex-start;max-width:1200px;margin:0 auto;padding:15px 0;}
.note-page-wrap .note-main{flex:1;min-width:0;margin-right:20px;}
.note-page-wrap .note-sidebar{width:280px;flex-shrink:0;}
.note-feed-card{background:#fff;border-radius:12px;padding:16px 18px;margin-bottom:14px;box-shadow:0 1px 4px rgba(0,0,0,.06);}
.note-feed-head{display:flex;align-items:flex-start;margin-bottom:12px;}
.note-avatar{width:44px;height:44px;border-radius:50%;color:#fff;text-align:center;line-height:44px;font-size:18px;font-weight:bold;flex-shrink:0;margin-right:12px;}
.note-feed-user{flex:1;min-width:0;}
.note-feed-user strong{font-size:15px;color:#222;display:inline-block;margin-right:8px;}
.note-badge{display:inline-block;font-size:11px;color:#999;background:#f3f3f3;padding:2px 8px;border-radius:10px;vertical-align:middle;}
.note-time{display:block;font-size:12px;color:#999;margin-top:4px;}
.note-feed-body{display:block;text-decoration:none;color:inherit;}
.note-feed-body .note-text{font-size:15px;color:#333;line-height:1.65;margin:0 0 12px;white-space:pre-wrap;word-break:break-word;}
.note-img-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px;border-radius:8px;overflow:hidden;}
.note-img-grid .note-img-cell{position:relative;padding-top:100%;background:#f2f2f2;overflow:hidden;}
.note-img-grid .note-img-cell img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.note-img-grid .note-img-more::after{content:attr(data-more);position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.45);color:#fff;font-size:22px;font-weight:bold;display:flex;align-items:center;justify-content:center;}
.note-topics{margin-bottom:4px;}
.note-topics .note-tag{display:inline-block;font-size:12px;color:#666;background:#f5f5f5;padding:4px 10px;border-radius:14px;margin:0 6px 6px 0;}
.note-feed-foot{display:flex;border-top:1px solid #f0f0f0;padding-top:12px;margin-top:4px;}
.note-feed-foot span{flex:1;text-align:center;font-size:13px;color:#666;}
.note-feed-foot .note-foot-like,
.note-feed-foot .note-like-btn{cursor:pointer;border:none;background:none;flex:1;text-align:center;font-size:13px;color:#666;padding:0;}
.note-feed-foot .note-foot-like.liked,
.note-feed-foot .note-like-btn.liked{color:#ff2442;}
.note-feed-foot .note-like-btn .iconfont{font-size:16px;vertical-align:middle;margin-right:2px;}
.note-feed-foot .note-like-btn .like-num{font-weight:bold;margin-left:2px;vertical-align:middle;}
.note-feed-foot .note-like-btn.liked .iconfont{color:#ff2442;}
.note-pager{text-align:center;padding:16px 0;}
.note-pager a,.note-pager span{display:inline-block;margin:0 4px;padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#333;text-decoration:none;font-size:13px;}
.note-pager span.current{background:#b10000;color:#fff;border-color:#b10000;}
/* 右侧栏 */
.note-page-wrap .note-sidebar .sidebar-inner {
	padding: 0;
}

.note-page-wrap .note-side-panel {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
	margin-bottom: 14px;
	overflow: hidden;
}

.note-page-wrap .note-side-title {
	margin: 0;
	padding: 11px 16px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
	background: #fafafa;
	border-top: 2px solid #b10000;
	border-bottom: 1px solid #eee;
}

.note-page-wrap .note-side-body {
	padding: 8px 12px 12px;
}

.note-page-wrap .note-hot-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.note-page-wrap .note-hot-list li {
	border-bottom: 1px dashed #f0f0f0;
}

.note-page-wrap .note-hot-list li:last-child {
	border-bottom: none;
}

.note-page-wrap .note-hot-link {
	display: flex;
	align-items: flex-start;
	padding: 10px 4px;
	color: #444;
	text-decoration: none;
	transition: color 0.2s, background 0.2s;
	border-radius: 4px;
}

.note-page-wrap .note-hot-link:hover {
	color: #b10000;
	background: #fff8f6;
}

.note-page-wrap .note-hot-icon {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-top: 3px;
	background: url("../images/dianhao.png") no-repeat center;
	background-size: contain;
}

.note-page-wrap .note-hot-text {
	flex: 1;
	font-size: 13px;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.note-page-wrap .note-hot-meta {
	display: block;
	font-size: 11px;
	color: #999;
	margin-top: 4px;
	font-weight: normal;
}

.note-page-wrap .note-hot-empty {
	padding: 12px 4px;
	font-size: 13px;
	color: #bbb;
	text-align: center;
}

.note-page-wrap .note-goods-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.note-page-wrap .note-goods-list li {
	border-bottom: 1px solid #f5f5f5;
}

.note-page-wrap .note-goods-list li:last-child {
	border-bottom: none;
}

.note-page-wrap .note-goods-item {
	display: flex;
	align-items: center;
	padding: 10px 4px;
	text-decoration: none;
	color: inherit;
	transition: background 0.2s;
	border-radius: 4px;
}

.note-page-wrap .note-goods-item:hover {
	background: #fafafa;
}

.note-page-wrap .note-goods-thumb {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	margin-right: 10px;
	border-radius: 6px;
	overflow: hidden;
	background: #f5f5f5;
	border: 1px solid #eee;
}

.note-page-wrap .note-goods-thumb img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	display: block;
}

.note-page-wrap .note-goods-info {
	flex: 1;
	min-width: 0;
}

.note-page-wrap .note-goods-name {
	display: block;
	font-size: 13px;
	color: #333;
	line-height: 1.45;
	max-height: 38px;
	overflow: hidden;
}

.note-page-wrap .note-goods-item:hover .note-goods-name {
	color: #b10000;
}

.note-page-wrap .note-goods-price {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	color: #b10000;
	font-weight: bold;
}

.note-page-wrap .note-goods-price em {
	font-style: normal;
	font-size: 12px;
	margin-right: 2px;
}
.note-detail-images{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0;}
.note-detail-images a{display:block;border-radius:8px;overflow:hidden;}
.note-detail-images img{width:100%;display:block;object-fit:cover;}
.note-detail-comments{margin-top:16px;}
.note-detail-comments .note-cmt-item{display:flex;padding:12px 0;border-bottom:1px solid #f5f5f5;}
.note-reply-box{background:#fff;border-radius:12px;padding:18px;margin-top:14px;}
.note-reply-box textarea{width:100%;min-height:90px;border:1px solid #e0e0e0;border-radius:8px;padding:10px;box-sizing:border-box;}
.note-reply-box .btn-submit{margin-top:10px;background:#ff2442;color:#fff;border:none;border-radius:20px;padding:10px 24px;cursor:pointer;}


