.ArticlMainContainer {
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
}

/* ========== 淘铺王筛选区（按图布局）========== */
.page-wrapper {
	max-width: 1200px;
	margin: 0 auto 20px;
}

.page-wrapper .breadcrumb {
	font-size: 12px;
	color: #999;
	margin-bottom: 15px;
}

.page-wrapper .main-container {
	display: flex;
	gap: 20px;
	align-items: stretch;
}

.page-wrapper .filter-section {
	flex: 1;
	min-width: 0;
	display: flex;
}

.page-wrapper .filter-box {
	flex: 1;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 20px;
}

.page-wrapper .filter-header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.page-wrapper .filter-header-row .filter-title {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.page-wrapper .search-form {
	display: flex;
	align-items: center;
	gap: 10px;
}

.page-wrapper .search-input {
	width: 280px;
	height: 36px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
}

.page-wrapper .search-input:focus {
	outline: none;
	border-color: #00A0E9;
}

.page-wrapper .search-btn {
	height: 36px;
	padding: 0 24px;
	background-color: #00A0E9;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}

.page-wrapper .search-btn:hover {
	background-color: #0090d4;
}

/* 淘铺王筛选行 - 覆盖 filter-panel 的 table 布局 */
.page-wrapper .filter-row {
	display: flex !important;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
}

.page-wrapper .filter-row:last-child {
	border-bottom: none;
}

.page-wrapper .filter-label {
	flex-shrink: 0;
	width: 80px;
	font-weight: normal;
	color: #333;
	line-height: 32px;
	padding-top: 0px;
}

.page-wrapper .filter-content {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0px 15px;
	align-items: center;
}

.page-wrapper .filter-tag {
	padding: 0px 12px;
	font-size: 13px;
	color: #666;
	border: none;
	background: transparent;
}

.page-wrapper .filter-tag:hover {
	color: #00A0E9;
}

.page-wrapper .filter-tag.active {
	background-color: #00A0E9 !important;
	color: #fff !important;
	border-color: #00A0E9 !important;
}

.page-wrapper .filter-range {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	flex-basis: 100%;
}

.page-wrapper .filter-select {
	height: 32px;
	padding: 0 30px 0 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
	color: #666;
	background: #fff;
	appearance: none;
	cursor: pointer;
}

.page-wrapper .price-input {
	width: 80px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 13px;
}

.page-wrapper .range-dash {
	color: #999;
	font-size: 14px;
}

.page-wrapper .range-btn {
	height: 32px;
	padding: 0 16px;
	background-color: #00A0E9;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
}

.page-wrapper .filter-others .filter-select {
	min-width: 100px;
}

/* ========== 商标产品卡片网格 ========== */
.trademark-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
	margin: 20px 0;
	background: #fff;
}

.trademark-card {
	background: #fff;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 20px;
	box-sizing: border-box;
}

.trademark-card:nth-child(5n) {
	border-right: none;
}

.trademark-card:nth-last-child(-n+5) {
	border-bottom: none;
}

.trademark-card-visual {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	margin-bottom: 15px;
}

.trademark-card-visual img {
	max-width: 120px;
	max-height: 80px;
	object-fit: contain;
}

.trademark-card-visual .brand-text {
	font-size: 24px;
	font-weight: 600;
}

.trademark-card-title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

.trademark-card-desc {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.trademark-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.trademark-card-price {
	font-size: 16px;
	font-weight: 600;
	color: #ff4d4f;
}

.trademark-card-badge {
	padding: 2px 8px;
	background: #ff9c6e;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
}

/* ========== 猜您喜欢推荐区 ========== */
.guess-like-section {
	margin: 20px 0;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}

.guess-like-header {
	background: #f2f5f8;
	padding: 15px 20px;
}

.guess-like-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: inline;
	margin: 0;
}

.guess-like-subtext {
	font-size: 13px;
	color: #999;
	margin-left: 10px;
}

.guess-like-cards {
	width: 20%;
	display: flex;
	border-top: 1px solid #eee;

}

.guess-like-card {
	flex: 1;
	padding: 20px;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.guess-like-card:last-child {
	border-right: none;
}

.guess-like-card-visual {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	height: 80px;
	aspect-ratio: 4/3;
	margin-bottom: 12px;
}

.guess-like-card-visual img {
	width: 120px;
	height: 80px;
	object-fit: contain;
}

.guess-like-card-visual .brand-text {
	font-size: 20px;
	font-weight: bold;
}

.guess-like-card-title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}

.guess-like-card-desc {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.guess-like-card-price {
	font-size: 16px;
	font-weight: 600;
	color: #ff4400;
}

/* 淘铺王右侧边栏 */
/* 店铺列表主内容区 */
.page-wrapper .list-content {
	flex: 1;
	min-width: 0;
	margin: 0 20px;
}

.store-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 15px;
}

.store-card-header {
	margin-bottom: 15px;
}

.store-title-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.store-icon {
	display: inline-block;
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #ff6700;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
}

.store-title {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	flex: 1;
}

.store-title a {
	color: #333;
	text-decoration: none;
}

.store-title a:hover {
	color: #00A0E9;
}

.store-crowns {
	font-size: 14px;
}

.store-meta-row {
	font-size: 12px;
	color: #999;
}

.store-meta-row .store-date {
	margin-right: 15px;
}

.store-metrics-table {
	margin: 15px 0;
	background: #f9f9f9;
	border-radius: 4px;
	overflow: hidden;
}

.store-metrics-table .metrics-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.store-metrics-table .metrics-table td {
	padding: 8px 12px;
	border: 1px solid #eee;
	color: #666;
}

.store-metrics-table .metrics-table td:nth-child(odd) {
	width: 80px;
	background: #f5f5f5;
	color: #888;
}

.store-desc {
	font-size: 13px;
	color: #666;
	line-height: 1.6;
	margin: 15px 0;
}

.store-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.store-price {
	font-size: 22px;
	font-weight: 600;
	color: #e4393c;
}

.store-actions {
	display: flex;
	gap: 10px;
}

.btn-contact {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
}

.btn-online {
	background: #00A0E9;
	color: #fff;
	border: 1px solid #00A0E9;
}

.btn-online:hover {
	background: #0090d4;
}

.btn-wechat {
	background: #07c160;
	color: #fff;
	border: 1px solid #07c160;
}

.btn-wechat:hover {
	background: #06ad56;
}

.show-more-stores {
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 15px;
	margin-top: 15px;
}

.btn-show-more {
	width: 100%;
	padding: 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.btn-show-more:hover {
	background: #f5f5f5;
	color: #00A0E9;
}

.page-wrapper .sidebar {
	flex-shrink: 0;
	width: 280px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.page-wrapper .sidebar-feature {
	background: linear-gradient(135deg, #00A0E9 0%, #0088cc 100%);
	border-radius: 4px;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}

.page-wrapper .feature-icon {
	font-size: 32px;
	color: #fff;
}

.page-wrapper .feature-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #fff;
}

.page-wrapper .feature-desc {
	font-size: 12px;
	opacity: 0.95;
	color: #fff;
}

.page-wrapper .sidebar-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 0px;
	padding: 15px;
}

.page-wrapper .sidebar-btn {
	display: block;
	padding: 2px 20px;
	text-align: center;
	border: 1px solid #00A0E9;
	border-radius: 4px;
	color: #00A0E9;
	text-decoration: none;
	font-size: 14px;
	background: #fff;
	box-sizing: border-box;
}

.page-wrapper .sidebar-btn:hover {
	background-color: #00A0E9;
	color: #fff;
}

.page-wrapper .success-cases {
	background: #fff;
	border-radius: 4px;
	padding: 15px;
}

.page-wrapper .success-title {
	text-align: center;
	font-size: 13px;
	color: #999;
	margin-bottom: 15px;
}

.page-wrapper .success-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-wrapper .success-list li {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

.page-wrapper .success-list li:last-child {
	border-bottom: none;
}

.page-wrapper .case-main {
	font-size: 13px;
	color: #333;
	margin-bottom: 4px;
}

.page-wrapper .case-price {
	color: #e4393c;
	font-weight: 500;
}

.page-wrapper .case-desc {
	font-size: 12px;
	color: #999;
}

@media (max-width: 992px) {
	.page-wrapper .main-container {
		flex-direction: column;
	}

	.page-wrapper .sidebar {
		width: 100%;
	}
}

/* 有淘铺王筛选时，隐藏 RightCnt 内的重复筛选 */
.page-wrapper~.RightCnt .filter-panel {
	display: none;
}

/* 列表页顶部：面包屑 + 搜索 */
.list-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px 0;
}

.list-top-bar .detail-breadcrumb {
	margin-bottom: 0;
	font-size: 14px;
	color: #666;
}

.list-top-bar .detail-breadcrumb a {
	color: #379BE9;
	text-decoration: none;
}

.list-top-bar .detail-breadcrumb a:hover {
	text-decoration: underline;
}

.list-search-form {
	display: flex;
	align-items: center;
	gap: 8px;
}

.list-search-form input[type="text"] {
	width: 220px;
	height: 34px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 14px;
}

.list-search-form input[type="text"]:focus {
	outline: none;
	border-color: #379BE9;
}

.list-search-btn {
	height: 34px;
	padding: 0 20px;
	background: #379BE9;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
}

.list-search-btn:hover {
	background: #2a8ad8;
}

/* 筛选条件面板 */
.filter-panel {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-bottom: 15px;
	padding: 15px;
}

.filter-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
	padding-bottom: 8px;

}

.filter-row {
	display: table;
	width: 100%;
	margin-bottom: 12px;
}

.filter-row:last-child {
	margin-bottom: 0;
}

.filter-row dt {
	display: table-cell;
	width: 80px;
	line-height: 32px;
	padding: 5px 0;
	color: #888;
	font-size: 14px;
	vertical-align: top;
}

.filter-row dd {
	display: table-cell;
	padding: 5px 0 0 0;
	vertical-align: top;
}

.filter-tag {
	display: inline-block;
	line-height: 28px;
	padding: 0 12px;
	margin: 0 8px 8px 0;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.filter-tag:hover {
	color: #379BE9;
	border-color: #379BE9;
}

.filter-tag.ck {
	background: #379BE9;
	color: #fff;
	border-color: #379BE9;
}

.filter-sub {
	padding-top: 8px;
	clear: both;
}

/* 列表+侧栏布局 */
.list-with-sidebar {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.list-main {
	flex: 1;
	min-width: 0;
}

.list-sidebar-wrap {
	width: 260px;
	flex-shrink: 0;
}

/* 右侧边栏 */
.list-right-sidebar {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}

.sidebar-sell-box {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.sidebar-sell-header {
	background: #379BE9;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 10px;
}

.sidebar-sell-header i {
	margin-right: 5px;
}

.sidebar-sell-desc {
	font-size: 13px;
	color: #888;
	text-align: center;
	margin-bottom: 15px;
}

.sidebar-sell-btns {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sidebar-btn {
	display: block;
	line-height: 38px;
	text-align: center;
	border: 1px solid #379BE9;
	color: #379BE9;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
}

.sidebar-btn:hover {
	background: #379BE9;
	color: #fff;
}

.sidebar-success-box {
	padding: 15px;
}

.sidebar-success-header {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}

.sidebar-success-list {
	max-height: 280px;
	overflow-y: auto;
}

.sidebar-success-item {
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
	font-size: 13px;
	line-height: 1.6;
}

.sidebar-success-item:last-child {
	border-bottom: none;
}

.sidebar-success-item .success-phone {
	display: block;
	color: #666;
}

.sidebar-success-item .success-price {
	color: #e4393c;
	font-weight: 600;
	margin-right: 8px;
}

.sidebar-success-item .success-desc {
	color: #888;
}

/* 主内容区 */
.RightCnt {
	background: #fff;
}

/* 响应式：小屏侧栏下移 */
@media (max-width: 1024px) {
	.list-with-sidebar {
		flex-direction: column;
	}

	.list-sidebar-wrap {
		width: 100%;
	}
}

.ArticlMainContainer:after {
	content: '';
	display: block;
	clear: both;
}

.ArticlMainContainer .LeftsCnt {
	width: 18%;
	float: left;
}

.ArticlMainContainer .RightCnt {
	width: 80%;
	float: right;
	overflow: hidden;
}

/***/
.ShowContent .title {
	text-align: center;
	padding: 10px;
	line-height: 25px;
	font-size: 22px;
}

.ShowContent .infos {
	text-align: center;
	padding-bottom: 15px;
	font-size: 14px;
	color: #888;
}

.ShowContent .infos span {
	display: inline-block;
	margin: 0 10px;
}

.ShowContent .cnt {
	width: 100%;
	overflow: hidden;
	word-wrap: break-word;
	word-break: normal;
	word-break: break-all;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}

.ShowContent img {
	max-width: 100%;
}

/******/
.OtherInfos {
	margin-top: 20px;
	background: #FFF;
	width: 100%;
	overflow: hidden;
}

.OtherInfos .SideBox {
	margin: 0 15px;
	padding: 15px 0;
	position: relative;
}

.OtherInfos .SideBox:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #DDD solid 1px;
	left: 0;
	top: -1px;
}

.OtherInfos .SideBox .tag span {
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	padding: 0 10px;
	background: #DDD;
	color: #888;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #666;
	/**块阴影**/
	margin-bottom: 10px;
}

.OtherInfos .SideBox .cont {
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	overflow: hidden;
	word-wrap: break-word;
	word-break: normal;
	word-break: break-all;
}

.OtherInfos .SideBox .cont img {
	max-width: 100%;
}