body {
	background-color: #f8f8f8;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
	display: flex;
	align-items: center;
	padding: 20px 0 20px 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #64748b;
	width: 100%;
	background: #ffffff;
}

.breadcrumb-item {
	color: #64748b;
	text-decoration: none;
	transition: color 0.2s ease;
	display: inline-flex;
	align-items: center;
	line-height: 1.5;
}

.breadcrumb-item:hover {
	color: var(--color);
}

.breadcrumb-item.breadcrumb-current {
	color: #64748b;
	font-weight: normal;
	cursor: default;
	pointer-events: none;
}

.breadcrumb-separator {
	margin: 0 10px;
	color: #64748b;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

/* 店铺页店招区 — Figma 991:44 */
.shop-index-head {
	background: #ffffff;
	border-bottom: 1px solid #e2e8f0;
}

/* Tab + 轮播：与页面同宽，不占 container2 左右留白 */
.shop-index-head-strip {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.shop-index-head-strip .shutter {
	max-width: none;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.shop-index-head .shopIndexHeader {
	align-items: center;
	min-height: 140px;
	padding: 20px 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: transparent;
}

.shop-index-head .shopIndexHeaderLeft {
	align-items: flex-start;
	gap: 16px;
}

.shop-index-head .shopIndexHeader .shopHeaderLogoMount,
.shop-index-head .shopIndexHeader .img-box {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	box-shadow: none;
}

.shop-index-head .shopHeaderLogoMount {
	flex-shrink: 0;
}

/* 店招 — 直播中头像（与店铺列表逻辑一致，尺寸按 100px 店招比例） */
.shop-index-head .shopLogoLiveColumn {
	position: relative;
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	cursor: pointer;
	outline: none;
	overflow: visible;
}

.shop-index-head .shopLogoLiveColumn:focus-visible {
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(254, 44, 85, 0.35);
}

.shop-index-head .shopLogoLiveBadge {
	position: absolute;
	left: 50%;
	bottom: 6px;
	transform: translateX(-50%);
	z-index: 3;
	display: inline-block;
	padding: 2px 7px;
	font-size: 10px;
	line-height: 1.3;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(90deg, #fe2c55, #ff6b9d);
	border-radius: 3px;
	white-space: nowrap;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.25);
	user-select: none;
	pointer-events: none;
}

.shop-index-head .shopLogoLiveWrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shop-index-head .shopLogoLiveRing {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-left: 0;
	margin-top: 0;
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center center;
	background: radial-gradient(
		circle at center,
		rgba(254, 44, 85, 0) 0%,
		rgba(254, 44, 85, 0) 66%,
		rgba(235, 28, 72, 0.98) 72%,
		rgba(254, 44, 85, 0.62) 84%,
		rgba(254, 44, 85, 0.22) 94%,
		rgba(254, 44, 85, 0) 100%
	);
	animation: platformshopLiveRingPulse 1.85s ease-in-out infinite;
}

.shop-index-head .shopLogoLiveRing::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	background: #fff;
}

.shop-index-head .shopLogoLiveColumn .logoImgBox.logoImgBox--liveInner {
	position: relative;
	z-index: 1;
	width: 86px;
	height: 86px;
	margin: 0;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
	transform: scale(1);
	transform-origin: center center;
}

@keyframes platformshopLiveRingPulse {
	0%,
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.07);
	}
}

@keyframes platformshopLiveInnerPulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.93);
	}
}

.shop-index-head .shop-details_ {
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	row-gap: 8px;
}

.shop-index-head .shopName {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	color: #0a0a0a;
	line-height: 1.35;
}

.shop-index-head .shop-header-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

/* 店招店铺级别：渐变胶囊主要衬托「名称」；左侧圆盘托图标并盖住下方渐变（与设计稿一致） */
.shop-index-head .shop-header-level {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: none;
	border: none;
	box-shadow: none;
}

.shop-index-head .shop-level-pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	height: 16px;
	line-height: 16px;
	padding: 5px 6px 5px 15px;
	border-radius: 999px;
	overflow: visible;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
}

/* 级别 1：名称区底 — 品牌橙系渐变 */
.shop-index-head .shop-header-level--1 .shop-level-pill {
	background: linear-gradient(90deg, color-mix(in srgb, var(--color) 55%, #ffffff) 0%, var(--color) 51.67%);
}

/* 级别 2：名称区底 — 青蓝渐变 */
.shop-index-head .shop-header-level--2 .shop-level-pill {
	background: linear-gradient(90deg, #01EDFF 0%, #07A7F5 51.67%);
}

/* 级别 3：名称区底 — 紫系渐变 */
.shop-index-head .shop-header-level--3 .shop-level-pill {
	background: linear-gradient(90deg, #CE62D7 0%, #8C3EA0 51.67%);
}

.shop-index-head .shop-level-icon-wrap {
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.shop-index-head .shop-header-level.hide {
	display: none;
}

.shop-index-head .shop-level-icon {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
	flex-shrink: 0;
}

.shop-index-head .shop-level-name {
	position: relative;
	z-index: 1;
	font-size: 12px;
	transform: scale(0.8);
	line-height: 1.3;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
}

.shop-index-head .shop-info-extra {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 13px;
	color: #838383;
}

.shop-index-head .follow-div {
	margin-top: 4px;
}

.shop-index-head .follow-div em {
	font-size: 14px;
	font-weight: 400;
	color: #838383;
}

.shop-index-head .shop-buttons-group {
	gap: 11px;
}

.shop-index-head .save-shop-btn,
.shop-index-head .contact-supplier-btn {
	width: 160px;
	min-width: 160px;
	height: 36px;
	line-height: 34px;
	padding: 0 16px;
	border-radius: 999px;
	font-weight: 400;
}

.shop-index-head .save-shop-btn i,
.shop-index-head .contact-supplier-btn i {
	display: none;
}

.shop-index-head .save-shop-btn b,
.shop-index-head .contact-supplier-btn b {
	font-weight: 400;
}

.shop-index-head .saves.active {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: var(--color) !important;
	border: 1px solid var(--color) !important;
	color: #ffffff !important;
	box-shadow: none;
	transform: none;
}

.shop-index-head .unsaves.active {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	color: var(--color) !important;
	border: 1px solid var(--color) !important;
	background-color: #ffffff !important;
	box-shadow: none;
	transform: none;
}

.shop-index-head .saves.active:hover,
.shop-index-head .unsaves.active:hover {
	filter: brightness(0.96);
	transform: none;
	box-shadow: none;
}

.shop-index-head .contact-supplier-btn {
	background: #ffffff;
	border: 1px solid var(--color);
	color: var(--color);
}

.shop-index-head .contact-supplier-btn b,
.shop-index-head .contact-supplier-btn i {
	color: var(--color);
}

.shop-index-head .contact-supplier-btn:hover {
	background: color-mix(in srgb, var(--color) 7%, #ffffff);
	border-color: var(--color);
	color: var(--color);
	box-shadow: none;
	transform: none;
}

.shop-index-head .contact-supplier-btn:hover b,
.shop-index-head .contact-supplier-btn:hover i {
	color: var(--color);
}


.headerNav {
	border: none;
}

.container2 {
	width: 96%;
	min-width: 1200px;
	max-width: 1440px;
	margin: 15px auto;
}

.shopHeader {
	width: 100%;
}

.shopHeader img {
	width: 100%;
	max-height: 200px;
}

/*产品主体样式*/
/*头部*/
.shopTopNav {
	width: 100%;
	height: 50px;
	display: flex;
}

.shopTopNav .shopTopNavList {
	height: 100%;
	flex: 1;
	line-height: 50px;
	text-align: center;
	background-color: var(--color);
	color: #fff;
	font-size: 12px;
}

.shopTopNav .now {
	background-color: #1f804e;
	font-weight: bold;
	font-size: 14px;
}
/* Shop Body Tabs */
.shop-body-tabs {
	display: flex;
	gap: 0;
	margin-top: 20px;
	margin-bottom: 0;
	border-bottom: 2px solid #e5e7eb;
	background: #ffffff;
	border-radius: 8px 8px 0 0;
}

/* 店招下方 Tab + 搜索：全宽橙条，内层 96% 与 container2 左右对齐 */
.shop-index-head .shop-body-tabs-bar {
	width: 100%;
	min-height: 40px;
	background: var(--color);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.shop-index-head .shop-body-tabs-bar-inner {
	width: 96%;
	max-width: 1440px;
	min-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 4px;
	box-sizing: border-box;
}

.shop-index-head .shop-body-tabs-bar-inner .shop-body-tabs {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	border: none;
	background: transparent;
	border-radius: 0;
}

.shop-index-head .shop-body-tabs-bar-inner .shop-body-tab {
	padding: 10px 20px;
	min-height: 40px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	background: transparent;
	border: none;
	border-bottom: none;
	border-radius: 0;
}

.shop-index-head .shop-body-tabs-bar-inner .shop-body-tab:hover {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.08);
}

.shop-index-head .shop-body-tabs-bar-inner .shop-body-tab.active {
	background: #EB470F;
	color: #ffffff;
	font-weight: 600;
}

.shop-index-head .shop-body-tabs-bar-inner .shop-body-tab.active:hover {
	background: #EB470F;
	color: #ffffff;
}

.shop-index-head .shop-body-tabs-bar-inner .shop-tab-search {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 240px;
	max-width: 100%;
	height: 32px;
	margin: 4px 0;
	padding: 0 10px 0 16px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 999px;
}

.shop-index-head .shop-body-tabs-bar-inner .shop-tab-search .shop-product-search-input {
	flex: 1;
	min-width: 0;
	height: 32px;
	padding: 0;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	color: #0a0a0a;
	background: transparent;
}

.shop-index-head .shop-body-tabs-bar-inner .shop-tab-search .shop-product-search-input::placeholder {
	color: #bbbbbb;
}

.shop-index-head .shop-body-tabs-bar-inner .shop-tab-search .shop-tab-search-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #bbbbbb;
}

.shop-index-head .shop-body-tabs-bar-inner .shop-tab-search .shop-tab-search-btn:hover {
	color: var(--color);
}

.shop-body-tab {
	flex: 0 0 auto;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 500;
	color: #64748b;
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shop-body-tab:hover {
	color: var(--color);
	background: rgba(37, 99, 235, 0.05);
}

.shop-body-tab.active {
	color: var(--color);
	font-weight: 600;
	border-bottom-color: var(--color);
	background: transparent;
}

.shop-body-tab.active:hover {
	background: transparent;
}

.shop-body-tab .reviews-count {
	margin-left: 6px;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.8;
}

.shop-body-tab-content {
	display: block;
	border-radius: 0 0 8px 8px;
}

.shop-body-tab-content.hide {
	display: none;
}

.shop-about-content {
	min-height: 400px;
}

.shopBody {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
	padding: 20px 0;
}
.shopLeftNav {
	width: 300px;
}
/* 右侧商品区整体 — 与店招 991:44 / 商品栅格 991:45 同一白卡体系 */
.shopRightGoods {
	width: calc(100% - 320px);
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #eff5fa;
	box-sizing: border-box;
	overflow: hidden;
}
.product-recommendations {
	width: 100%;
	flex-basis: 100%;
	margin-top: 20px;
}

.searchTypeContainer {
	box-sizing: border-box;
	border: 2px solid #f5f5f5;
	font-size: 12px;
}

.searchTypeContainerTop {
	background-color: #FCFCFC;
	width: 100%;
	border-bottom: 2px solid #f5f5f5;
	height: 40px;
	line-height: 40px;
	text-indent: 2em;
}

.innerShopNav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #eee;
}

.innerShopNav .shopSearchTypeList {
	width: 25%;
	text-align: center;
	color: #666;
}

.shopSearchInputBox {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.shopSearchInputBox input {
	width: 80%;
	margin-left: 10%;
	height: 25px;
	border: 1px solid #CCCCCC;
	text-indent: 1em;
	font-size: 12px;
	color: #666;
}

.shopSearchInputBox .iconfont {
	right: 25px;
}

.shopSearchInputBox input::-webkit-input-placeholder {
	color: #ccc;
}

.defaultType {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	background: #ffffff;
}

/* 店铺内类目树容器：与侧栏一体，无额外内边距 */
.store-index-class .defaultType {
	padding: 0;
	background: #ffffff;
}

.defaultType dl {
	margin-bottom: 0;
}

.defaultType .defaultTypeList {
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 8px 16px;
	text-align: center;
	height: auto;
	min-height: 32px;
	line-height: 16px;
	color: #475569;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	transition: all 0.2s ease;
	cursor: pointer;
}

.defaultType .defaultTypeList:hover {
	background: #f1f5f9;
	border-color: var(--color);
	color: var(--color);
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(37, 99, 235, 0.1);
}

.defaultType .defaultTypeList.now {
	color: #ffffff;
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	border-color: var(--color);
	font-weight: 600;
	box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
}

.rankings {
	font-size: 12px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* 左侧「Browse by category」：与通用 .rankings 叠用，覆盖为 Figma 926:993 / 与首页分类卡一致 */
.rankings.store-index-class {
	font-size: inherit;
	border: none;
	border-radius: 10px;
	overflow: hidden;
	background: #ffffff;
}

.rankingsTop {
	background: #ffffff;
	width: 100%;
	height: auto;
	min-height: 0;
	line-height: 1.35;
	padding: 14px 20px 14px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 700;
	color: #0a0a0a;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 10px 10px 0 0;
}

/* 左侧第二块 .rankings 无 store-index-class，顶角与父卡片 8px 一致 */
.rankings:not(.store-index-class) > .rankingsTop {
	border-radius: 8px 8px 0 0;
}

.rankingsNeck {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid var(--color);
	font-size: 0;
}

.rankingsNeck span {
	display: inline-block;
	width: 49%;
	text-align: center;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rankingsNeck .now {
	color: #fff;
	background: var(--color);
}

.rankingsItemsBox {
	width: 100%;
	text-align: center;
}

.rankingsItemsList {
	width: 90%;
	min-height: 80px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	gap: 10px;
}

.rankingsItemsList:last-child {
	border: none;
}

.rankingsItemsLeft {
	width: 80px;
}

.rankingsItemsLeft img {
	width: 100%;
}


.rankingsItemsSaleNumber b {
	color: #2E71E6;
	font-weight: normal;
}

.rankingsItemsSaleNumber em {
	color: #999;
}

.rankingsItemsRight {
	flex: 1;
	text-align: left;
}

.rankingsItemsRight p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 12px;
	-webkit-line-clamp: 2;
	width: 100%;
	overflow: hidden;
}

.rankingsItemsPrice {
	color: var(--color);
	font-size: 12px;
}

.rankingsItemsTitle {
	color: #000;
}

.shopLeftNav .innerShopNav .now {
	color: var(--color);
}

/* 右侧商品列表 — 991:45：浅底栅格 + 白卡片 */
.shopRightListSell,
.shopRightListAll {
	width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	align-items: start;
	align-content: start;
	margin: 0;
	padding: 0px 15px 24px;
	list-style: none;
	flex: 0 0 auto;
}

.shopRightListItems {
	width: auto;
	min-width: 0;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
	cursor: pointer;
}

.shopRightListItems:hover {
	transform: translateY(-1px);
}

.shopRightListAll .empty-class,
.shopRightListSell .empty-class {
	grid-column: 1 / -1;
}

.shopRightGoods .feedBackPages.pagesContainer {
	margin: 0;
	padding: 16px 15px 24px;
}

/* 右侧商品区分页器（Figma 953:95） */
.shopRightGoods .feedBackPages .pagesList {
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.shopRightGoods .feedBackPages .pagesList .fl {
	float: none;
}

.shopRightGoods .feedBackPages .pagesList li {
	min-height: 36px;
}

.shopRightGoods .feedBackPages .pagesList .pagesNumber {
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	color: #64748b;
	font-size: 13px;
	font-weight: 500;
	box-shadow: none;
}

.shopRightGoods .feedBackPages .pagesList .pagesNumber.now {
	background: var(--color);
	border-color: var(--color);
	color: #ffffff;
	font-weight: 600;
	box-shadow: 0 2px 8px color-mix(in srgb, var(--color) 35%, transparent);
}

.shopRightGoods .feedBackPages .pagesList .prevPages,
.shopRightGoods .feedBackPages .pagesList .nextPages {
	min-width: 90px;
	height: 36px;
	padding: 0 14px;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	color: #244462;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.shopRightGoods .feedBackPages .pagesList .prevPages:hover,
.shopRightGoods .feedBackPages .pagesList .nextPages:hover {
	border-color: color-mix(in srgb, var(--color) 28%, #e2e8f0);
	background: color-mix(in srgb, var(--color) 8%, #ffffff);
	color: var(--color);
}

.shopRightGoods .feedBackPages .pagesList .prevPages.is-disabled,
.shopRightGoods .feedBackPages .pagesList .nextPages.is-disabled {
	border-color: #e2e8f0;
	background: #f8fafc;
	color: #cbd5e1;
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
}

.shopRightGoods .feedBackPages .pagesList .prevPages.is-disabled:hover,
.shopRightGoods .feedBackPages .pagesList .nextPages.is-disabled:hover {
	border-color: #e2e8f0;
	background: #f8fafc;
	color: #cbd5e1;
}

.shopRightGoods .feedBackPages .pagesList li em,
.shopRightGoods .feedBackPages .pagesList li span {
	font-size: 13px;
	color: #64748b;
}

.shopRightGoods .feedBackPages .pagesList .totalPages {
	color: #0a0a0a;
	font-weight: 600;
}

.shopRightGoods .feedBackPages .pagesList input[type="text"] {
	width: 56px;
	height: 36px;
	border-radius: 8px;
	margin-left: 4px;
	font-size: 13px;
}

.shopRightGoods .feedBackPages .pagesList .sureJump {
	min-width: 44px;
	height: 36px;
	padding: 0 14px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
}

.shopRightGoods .feedBackPages .pagesList .pagesInput,
.shopRightGoods .feedBackPages .pagesList .sureJump {
	display: none !important;
}

.shopRightListItemsinfo {
	width: 100%;
	font-size: 12px;
}

.shopRightListItemsinfo .img-box {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
	background: #fafafa;
}

.shopRightListItemsinfo .img-box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.shopRightListItems:hover .img-box img {
	transform: scale(1.05);
}

.shopRightListItemsinfo .tl {
	padding: 14px 16px 16px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.shopRightListItemsinfo .productTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	max-height: calc(1.45em * 2);
	word-break: break-word;
	overflow-wrap: anywhere;
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 0 8px;
	transition: color 0.2s ease;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
}

.shopRightListItems:hover .productTitle {
	color: var(--color);
}

.shopRightListItemsinfo .productPrice {
	margin: 0;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 2px 4px;
	position: static;
}

.shopRightListItemsinfo .productPrice b {
	font-size: 14px;
	color: var(--color);
	font-weight: 600;
}

.shopRightListItemsinfo .productPrice .productPriceText {
	font-size: 16px;
	color: var(--color);
	font-weight: 700;
	line-height: 1.2;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
}

.goods-bottoms {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #f1f5f9;
	display: flex;
	align-items: center;
	gap: 4px;
}

.goods-bottoms span {
	color: #94a3b8;
	font-size: 12px;
}

.goods-bottoms .rankingsItemsSaleNumber {
	color: #64748b;
	font-size: 12px;
	font-weight: 500;
}

.shutter {
	margin: 0 auto;
	max-width: 1440px;
}

.goods-bottoms {
	margin-top: 10px;
}

.goods-bottoms span {
	color: #999;
}

.goods-bottoms em {
	color: var(--color);
}

/*分页 S*/
/* Modern Pagination Styles */
.feedBackPages.pagesContainer {
	margin: 30px 0 20px 0;
	padding: 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #666;
}
/*二维码 S*/
.erweima {
	width: 60%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
}
.titleErweima{
	display: flex;
	align-items: center;
	justify-content: center;
}
.example{
	margin-left: 5px;
}
.erweimaContainerClass {
	width: 150px;
	border: 1px solid #ccc;
	position: absolute;
	left: 25px;
	top: 30px;
	border-radius: 2px;
	background-color: #fff;
	display: none;
	z-index: 999;
}
.erweimaContainerClass img{
	width: 90%;
	height: 90%;
}
.erweima:hover .erweimaContainerClass{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/*二维码 E*/
.shopAd {
	width: 100%;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border: 1px solid #f1f5f9;
	background: #f8fafc;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.shopIndexHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0;
	min-height: 160px;
	width: 100%;
	background: #ffffff;
	border-radius: 12px;
	padding: 24px 28px;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border: 1px solid #f1f5f9;
}

.shopIndexHeaderLeft {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 20px;
}

.shopIndexHeaderRight {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.shop-buttons-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-end;
}

.shopIndexHeader .img-box {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	flex-shrink: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.shopIndexHeader .shopName {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.4;
}

.shopIndexHeader .shop-info-extra {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 12px;
	font-size: 13px;
	color: #64748b;
	flex-wrap: wrap;
}

.shopIndexHeader .shop-info-extra span {
	display: inline-flex;
	align-items: center;
}

.shopIndexHeader .shop-info-extra span:not(:last-child):not(:empty)::after {
	content: '|';
	margin-left: 16px;
	margin-right: 16px;
	color: #e5e7eb;
}

.shopIndexHeader .shop-info-extra span:empty {
	display: none;
}

.shopIndexHeader .follow-div {
	margin-top: 8px;
}

.shopIndexHeader .follow-div em {
	font-size: 13px;
	color: #64748b;
}

.save-shop-btn {
	display: none;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.25s ease;
	font-weight: 500;
	box-sizing: border-box;
}

.save-shop-btn.active {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.save-shop-btn b {
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
}

.save-shop-btn i {
	display: inline-block;
	margin-right: 8px;
	font-size: 16px;
	vertical-align: middle;
	line-height: 1;
	font-family: "iconfont" !important;
	width: 16px;
	height: 16px;
	text-align: center;
}

.saves {
	border: 1.5px solid var(--color);
	background: var(--color);
	color: #ffffff;
}

.saves:hover {
	background: linear-gradient(135deg, var(--color) 0%, #1d4ed8 100%);
	color: #ffffff;
	border-color: var(--color);
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
	transform: translateY(-1px);
}

.saves i,
.saves b {
	color: #ffffff;
}

.saves:hover i,
.saves:hover b {
	color: #ffffff;
}

.unsaves {
	border: 1.5px solid var(--color);
	border-radius: 8px;
	background: rgba(37, 99, 235, 0.08);
	color: var(--color);
}

.unsaves:hover {
	background: rgba(37, 99, 235, 0.12);
	border-color: var(--color);
	box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
	transform: translateY(-1px);
}

.unsaves b,
.unsaves i {
	color: var(--color);
}

.unsaves i {
	display: inline-block;
	margin-inline-end: 8px;
	font-size: 16px;
	vertical-align: middle;
	line-height: 1;
	font-family: "iconfont" !important;
	width: 16px;
	height: 16px;
	text-align: center;
}

.unsaves:hover i,
.unsaves:hover b {
	color: var(--color);
}

.contact-supplier-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.25s ease;
	font-weight: 500;
	box-sizing: border-box;
	border: 1.5px solid #e5e7eb;
	background: #f3f4f6;
	color: #1e293b;
}

.contact-supplier-btn b {
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
	color: #1e293b;
}

.contact-supplier-btn i {
	margin-right: 8px;
	font-size: 16px;
	vertical-align: middle;
	color: #1e293b;
}

.contact-supplier-btn:hover {
	background: #e5e7eb;
	border-color: #d1d5db;
	color: #1e293b;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
}

.contact-supplier-btn:hover i,
.contact-supplier-btn:hover b {
	color: #1e293b;
}

.contact-supplier-btn:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	background: #e5e7eb;
}

.shop-details-div {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}

.store-index-class dl dt {
	position: relative;
	border-bottom: 1px solid #eff5fa;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 46px;
	padding: 12px 22px 12px;
	box-sizing: border-box;
	transition: background 0.2s ease, color 0.2s ease;
}

.store-index-class dl dt:hover {
	background: #fafbfd;
}

.store-index-class dl:last-child dt {
	border-bottom: none;
}

.store-index-class dl dt > span {
	display: block;
	flex: 1;
	min-width: 0;
	text-decoration: none;
	padding-left: 0;
	cursor: pointer;
	color: #244462;
	font-size: 16px;
	font-weight: 400;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	line-height: 1.35;
	transition: color 0.2s ease;
}

.store-index-class dl dt:hover span {
	color: var(--color);
}

.store-index-class dt .shop-cat-chevron {
	flex-shrink: 0;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	font-weight: 300;
	color: #94a3b8;
	cursor: pointer;
	transition: color 0.2s ease, transform 0.2s ease;
	transform: scale(0.78, 0.88);
	transform-origin: center center;
	-webkit-font-smoothing: antialiased;
}

.store-index-class dl dt:hover .shop-cat-chevron {
	color: var(--color);
}

.store-index-class dl dt.now {
	background: color-mix(in srgb, var(--color) 7%, #ffffff);
}

.store-index-class dl dt.now span {
	color: var(--color);
}

.store-index-class dl dd.now span {
	color: var(--color);
	font-weight: 600;
	background: color-mix(in srgb, var(--color) 7%, #ffffff);
}

.store-index-class dl dd {
	display: none;
	background: #fafbfd;
	padding: 0;
	margin: 0;
}

.store-index-class dl.open dd {
	display: block;
	animation: slideDown 0.2s ease;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.store-index-class dl dd span {
	padding-left: 52px;
	padding-right: 22px;
	min-height: 44px;
	line-height: 1.35;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #64748b;
	font-weight: 400;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	border-bottom: 1px solid #eff5fa;
	transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.store-index-class dl dd:last-child span {
	border-bottom: none;
}

.store-index-class dl dd:hover span {
	color: var(--color);
	font-weight: 500;
	background: color-mix(in srgb, var(--color) 6%, #ffffff);
	padding-left: 56px;
}

.empty-class {
	text-align: center;
	padding: 100px 0;
	margin: 0 auto;
}

.empty-class img {
	width: 100px;
}

.empty-class p {
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}

/* 关注店铺弹窗开始 */
.attentionBox{
	width: 480px;
	max-width: 90vw;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 28px 28px;
	z-index: 1000;
	box-sizing: border-box;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
	animation: modalFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -48%);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.attentionBig .makeAtten{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 999;
	animation: backdropFadeIn 0.2s ease-out;
}

@keyframes backdropFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.attentionBox img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-top: -60px;
	margin-bottom: 16px;
	background-color: #ffffff;
	border: 4px solid #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.attentionBox .nameTwo {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 8px;
	text-align: center;
	line-height: 1.5;
}

.attentionBox .nameTwo span:first-child {
	color: var(--color);
	margin-right: 4px;
}

.attentionBox .enjoyThree {
	color: #64748b;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.attentionBox .attenUl {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(59, 130, 246, 0.08) 100%);
	border-radius: 12px;
	border: 1px solid rgba(37, 99, 235, 0.1);
	gap: 12px;
}

.attentionBox .attenUl li {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #475569;
	line-height: 1.6;
	position: relative;
	padding-left: 24px;
}

.attentionBox .attenUl li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--color);
	font-weight: 600;
	font-size: 16px;
}

.attentionBox .yesAttention {
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px;
	font-size: 13px;
	color: #64748b;
	line-height: 1.6;
	width: 100%;
	flex-wrap: wrap;
	gap: 4px;
}

.attentionBox .yesAttention input[type="checkbox"] {
	margin-right: 8px;
	margin-top: 2px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	accent-color: var(--color);
}

.attentionBox .yesAttention .span1 {
	color: var(--color);
	cursor: pointer;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.attentionBox .yesAttention .span1:hover {
	color: #1d4ed8;
}

.attentionBox button {
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	outline: none;
	border: none;
	border-radius: 10px;
	line-height: 44px;
	height: 44px;
	color: #ffffff;
	background: linear-gradient(135deg, var(--color) 0%, #1d4ed8 100%);
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.attentionBox button:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.attentionBox button:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.attentionBox-close {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width:0px;
	height: 0px;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1001;
	padding: 0;
	margin: 0;
}

.attentionBox-close:hover {
	background: #f9fafb;
	border-color: #d1d5db;
	transform: translateX(-50%) scale(1.08);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.attentionBox-close:active {
	transform: translateX(-50%) scale(0.96);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	background: #f3f4f6;
}

.attentionBox-close i {
	font-size: 18px;
	color: #1e293b;
	transition: all 0.2s ease;
	font-weight: 500;
}

.attentionBox-close:hover i {
	color: #0f172a;
	transform: rotate(90deg);
}
/* 关注店铺弹窗结束 */
/* 查看协议店铺弹窗开始 */
.agreementBox{
	width: 50%;
	position: fixed;
	top: 15%;
	left: 25%;
	padding: 0px 10px;
	border-radius: 15px;
	background-color: white;
	z-index: 999;
}
.agreementBox .tipName {
	width: 100%;
	height: 50px;
	background-color:white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	padding-right: 10px;
	
}
.agreementBox .title{
	font-weight: 700;
}
.agreementBox .agreementCount{
	max-height: 450px;
	overflow-y: auto;
}
.agreementBox .colse{
	cursor: pointer;
}
/* 查看协议店铺弹窗结束 */

.searchGoods {
	width: 100%;
	display: flex;
	gap: 0;
	padding: 12px;
	background: #ffffff;
	border-bottom: 1px solid #f1f5f9;
}

.searchGoods input {
	flex: 1;
	height: 36px;
	padding: 0 14px;
	border-start-start-radius: 6px;
	border-end-start-radius: 6px;
	border-start-end-radius: 0;
	border-end-end-radius: 0;
	border: 1px solid #e2e8f0;
	border-inline-end: none;
	box-sizing: border-box;
	font-size: 13px;
	color: #475569;
	background: #ffffff;
	transition: all 0.2s ease;
}

.searchGoods input:focus {
	outline: none;
	border-color: var(--color);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.searchGoods input::placeholder {
	color: #94a3b8;
}

.searchGoods button {
	width: 48px;
	height: 36px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	border-start-start-radius: 0;
	border-end-start-radius: 0;
	border-start-end-radius: 6px;
	border-end-end-radius: 6px;
	background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
	border: 1px solid var(--color);
	cursor: pointer;
	overflow: hidden;
	transition: all 0.2s ease;
	padding: 0;
	box-shadow: 0 1px 2px rgba(37, 99, 235, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchGoods button .iconfont {
	font-size: 18px;
	line-height: 1;
}

.searchGoods button:hover {
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(37, 99, 235, 0.3);
}

.searchGoods button:active {
	transform: translateY(0);
}

.shopRightFilter,
.shopRightTitle {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	min-height: 52px;
	line-height: 1.2;
	border: none;
	border-radius: 0;
	padding: 15px;
	color: #64748b;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	box-shadow: none;
}

.shopRightFilter .fl {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
	text-align: center;
	min-height: 34px;
	line-height: 1.2;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	color: #64748b;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	background: transparent;
	border: 1px solid transparent;
}

.shopRightFilter .fl:hover {
	background: color-mix(in srgb, var(--color) 8%, #ffffff);
	color: var(--color);
	border-color: color-mix(in srgb, var(--color) 22%, #eff5fa);
}

.shopRightFilter .fl.now {
	box-sizing: border-box;
	background: var(--color);
	color: #ffffff;
	border-color: var(--color);
	font-weight: 600;
	box-shadow: 0 2px 8px color-mix(in srgb, var(--color) 35%, transparent);
}

.shopRightFilter .fl.now:hover {
	filter: brightness(0.96);
	color: #ffffff;
	box-shadow: 0 2px 10px color-mix(in srgb, var(--color) 40%, transparent);
}

.shopRightFilter.shopRightFilter--sort {
	justify-content: flex-start;
	align-items: center;
}

.shopRightFilter--sort .shop-sort-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	width: 100%;
	flex-wrap: wrap;
}

.shopRightFilter--sort .shop-sort-left {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
	min-width: 0;
}

.shopRightFilter--sort .shop-sort-label {
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 600;
	color: #0a0a0a;
	letter-spacing: 0.01em;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
}

.shopRightFilter--sort .shop-sort-total {
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	color: #64748b;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	white-space: nowrap;
}

.shopRightFilter--sort .shop-product-total-label {
	margin-right: 6px;
}

.shopRightFilter--sort .shop-product-total-num {
	font-size: 16px;
	font-weight: 700;
	color: #0a0a0a;
	font-variant-numeric: tabular-nums;
}

.shopRightFilter--sort .shop-product-total-unit {
	color: #64748b;
	font-weight: 400;
	font-size: 16px;
}

.shopRightFilter--sort .shop-sort-left .shop-sort-select {
	flex: 1;
	min-width: 100px;
	max-width: 220px;
	height: 40px;
	padding: 0 40px 0 14px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #244462;
	background-color: #fafbfd;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 16px 16px;
	border: 1px solid #eff5fa;
	border-radius: 30px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.shopRightFilter--sort .shop-sort-left .shop-sort-select::-ms-expand {
	display: none;
}

.shopRightFilter--sort .shop-sort-left .shop-sort-select:hover {
	background-color: #ffffff;
	border-color: color-mix(in srgb, var(--color) 22%, #eff5fa);
	color: #0f172a;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.shopRightFilter--sort .shop-sort-left .shop-sort-select:focus {
	outline: none;
	background-color: #ffffff;
	border-color: var(--color);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--color) 16%, transparent), 0 2px 8px rgba(15, 23, 42, 0.06);
}

.shop-details_{
	display: flex;
	align-items: center;
}
.shopQualInfos{
	font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    color: #666;
    border: 1px solid #666;
    padding: 2px 10px;
    border-radius: 4px;
    z-index: 2;
}

/* 手机号弹窗样式 */
.phone-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.phone-modal-container {
	background: #fff;
	border-radius: 12px;
	width: 90%;
	max-width: 400px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	animation: slideUp 0.3s ease-out;
	overflow: hidden;
}

@keyframes slideUp {
	from {
		transform: translateY(30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.phone-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px;
	border-bottom: 1px solid #f0f0f0;
}

.phone-modal-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.phone-modal-close {
	font-size: 20px;
	color: #999;
	cursor: pointer;
	transition: color 0.2s;
}

.phone-modal-close:hover {
	color: #333;
}

.phone-modal-body {
	padding: 40px 24px;
	text-align: center;
}

.phone-icon {
	margin-bottom: 20px;
}

.phone-icon i {
	font-size: 48px;
	color: #2d74ff;
}

.phone-number {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	letter-spacing: 2px;
	word-break: break-all;
}

.phone-modal-footer {
	display: flex;
	gap: 12px;
	padding: 20px 24px;
	border-top: 1px solid #f0f0f0;
}

.phone-modal-btn {
	flex: 1;
	padding: 12px 24px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	background: #fff;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s;
}

.phone-modal-btn:hover {
	border-color: #2d74ff;
	color: #2d74ff;
	background: #f0f7ff;
}

.phone-modal-btn-primary {
	background: #2d74ff;
	color: #fff;
	border-color: #2d74ff;
}

.phone-modal-btn-primary:hover {
	background: #1d5fdd;
	border-color: #1d5fdd;
	color: #fff;
}

/* Company profile card — Figma node 1083:69 */
.company-profile-card {
	margin-bottom: 15px;
	border-radius: 10px;
}

.company-profile-card .company-info-container {
	padding: 0;
	margin-bottom: 0;
	background: #ffffff;
	border-radius: 10px;
	border: none;
	box-shadow: none;
	overflow: hidden;
}

/* 无认领提示条时，信息区保留顶内边距 */
.company-profile-card .company-info-container > .company-info-section:first-child {
	padding-top: 20px;
}

.company-profile-card .company-info-container > .shop-claim-banner ~ .company-info-section {
	padding-top: 0;
}

.company-info-container {
	padding: 24px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	margin-bottom: 20px;
}

.company-info-section {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0 20px 20px;
}

.info-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 12px;
	min-height: 48px;
	padding: 12px 0;
	border-bottom: 1px solid #ededed;
	box-sizing: border-box;
}

.info-item:last-child {
	border-bottom: none;
}

.info-item__label {
	display: inline-block;
	flex: 0 0 auto;
	min-width: 117px;
	max-width: 45%;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #000000;
}

.info-item__value {
	flex: 1;
	min-width: 120px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #333333;
	word-break: break-word;
}

/* 兼容旧结构（若有其它脚本仍输出 label/span） */
.info-item label {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #000000;
	min-width: 117px;
	flex-shrink: 0;
}

.info-item span:not(.info-item__label):not(.info-item__value) {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	flex: 1;
	word-break: break-word;
}

/* Certifications Styles */
.certifications-container {
	padding: 20px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
}

.certifications-container h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
}

.certifications-list {
	margin-top: 0;
}

.certifications-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.certification-item {
	text-align: center;
}

.cert-image {
	margin-bottom: 10px;
}

.cert-preview-img {
	max-width: 100%;
	height: auto;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cert-preview-img:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 店铺资料认领（claimStatus：平台生成 / 审核中）— 主题色浅底与描边 */
.shop-claim-banner {
	margin: 20px 20px 16px;
	padding: 0;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	box-sizing: border-box;
}

.shop-claim-banner--pending {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	min-height: 114px;
	padding: 16px 20px;
	border: 1px solid color-mix(in srgb, var(--color) 28%, #ffffff);
	background: color-mix(in srgb, var(--color) 10%, #ffffff);
}

.shop-claim-banner--pending .shop-claim-banner__text {
	flex: 1;
	min-width: min(100%, 260px);
	margin: 0;
	text-align: start;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #333333;
	white-space: normal;
}

.shop-claim-banner--review {
	display: flex;
	align-items: center;
	min-height: 72px;
	padding: 16px 20px;
	border-radius: 10px;
	border: 1px solid color-mix(in srgb, var(--color) 28%, #ffffff);
	background: color-mix(in srgb, var(--color) 7%, #ffffff);
}

.shop-claim-banner__text {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #333333;
}

.shop-claim-banner__text--solo {
	flex: 1;
}

.shop-claim-banner--review .shop-claim-banner__text {
	margin-bottom: 0;
}

.shop-claim-submit-btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	box-sizing: border-box;
	min-width: 159px;
	height: 36px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #ffffff;
	background: var(--color);
	border: 1px solid var(--color);
	border-radius: 100px;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.shop-claim-submit-btn:hover {
	background: rgba(var(--rgba4), 0.88);
	border-color: rgba(var(--rgba4), 0.88);
	opacity: 0.96;
}

/* 店铺认领弹窗 — 与 Figma 1083:69 店铺资料区同一视觉语言 */
.profile-claim-modal .profile-claim-modal__container {
	max-width: 520px;
	width: 92%;
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.profile-claim-modal .phone-modal-header {
	padding: 18px 20px;
	border-bottom: 1px solid #ededed;
}

.profile-claim-modal .phone-modal-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #000000;
}

.profile-claim-modal .phone-modal-body.profile-claim-form {
	padding: 20px;
	text-align: left;
}

.profile-claim-modal .profile-claim-form {
	max-height: 65vh;
	overflow-y: auto;
}

.profile-claim-modal .phone-modal-footer {
	padding: 16px 20px 20px;
	border-top: 1px solid #ededed;
	gap: 12px;
}

.profile-claim-modal .phone-modal-footer .phone-modal-btn {
	flex: 1;
	height: 40px;
	padding: 0 16px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.28px;
	border-radius: 8px;
	border: 1px solid #dedede;
	background: #ffffff;
	color: #333333;
}

.profile-claim-modal .phone-modal-footer .phone-modal-btn:hover {
	border-color: #cfcfcf;
	color: #000000;
	background: #fafafa;
}

.profile-claim-modal .phone-modal-footer .phone-modal-btn-primary {
	height: 40px;
	padding: 0 20px;
	font-weight: 400;
	color: #ffffff;
	background: var(--color);
	border: 1px solid var(--color);
	border-radius: 100px;
}

.profile-claim-modal .phone-modal-footer .phone-modal-btn-primary:hover {
	background: rgba(var(--rgba4), 0.88);
	border-color: rgba(var(--rgba4), 0.88);
	color: #ffffff;
}

.profile-claim-modal .profile-claim-tip {
	margin: 0 0 16px 0;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #333333;
	background: color-mix(in srgb, var(--color) 10%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--color) 28%, #ffffff);
	border-radius: 10px;
	box-sizing: border-box;
}

.profile-claim-modal .profile-claim-tip-text {
	vertical-align: middle;
}

.profile-claim-modal .profile-claim-login-link {
	display: inline-block;
	margin-inline-start: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: var(--color);
	text-decoration: none;
	border-bottom: 1px solid rgba(var(--rgba4), 0.35);
	white-space: nowrap;
}

.profile-claim-modal .profile-claim-login-link:hover {
	color: rgba(var(--rgba4), 0.88);
	border-bottom-color: rgba(var(--rgba4), 0.88);
}

.profile-claim-modal .profile-claim-hint {
	margin: 0 0 8px 0;
	font-size: 13px;
	line-height: 22px;
	color: #666666;
}

.profile-claim-modal .profile-claim-row {
	margin-bottom: 16px;
}

.profile-claim-modal .profile-claim-row:last-child {
	margin-bottom: 0;
}

.profile-claim-modal .profile-claim-row .profile-claim-label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #000000;
}

.profile-claim-modal .profile-claim-row--radio .profile-claim-radios {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
}

.profile-claim-modal .profile-claim-radio-label {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	margin-bottom: 0 !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #333333 !important;
	cursor: pointer;
}

.profile-claim-modal .profile-claim-radio-label input[type='radio'] {
	margin: 0;
	width: 16px;
	height: 16px;
	accent-color: var(--color);
	cursor: pointer;
}

.profile-claim-modal .profile-claim-input,
.profile-claim-modal .profile-claim-textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.28px;
	color: #333333;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.profile-claim-modal .profile-claim-input::placeholder,
.profile-claim-modal .profile-claim-textarea::placeholder {
	color: #999999;
}

.profile-claim-modal .profile-claim-input:focus,
.profile-claim-modal .profile-claim-textarea:focus {
	border-color: var(--color);
	box-shadow: 0 0 0 2px rgba(var(--rgba4), 0.18);
}

.profile-claim-modal .profile-claim-textarea {
	resize: vertical;
	min-height: 100px;
	border-radius: 8px;
}