/* 转运商城新版布局：与 mall.css 叠加。深色全站底 + .mall-v2-sheet 浅色层 + 分段 Tab */

.mall-v2-page{
	min-height:100vh;
	padding-bottom:100px;
	display:flex;
	flex-direction:column;
	gap:12px;
}
@media (min-width:380px){
	.mall-v2-page{gap:14px;}
}

.mall-v2-sheet{
	background:linear-gradient(180deg,#fff 0%,#f1f5f9 48%,#eef2f6 100%);
	border:1px solid rgba(255,255,255,.14);
	border-radius:18px;
	box-shadow:0 12px 40px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.5);
	padding:10px 6px 18px;
	margin:0 2px;
}
@media (min-width:380px){
	.mall-v2-sheet{
		margin:0 6px;
		padding:12px 10px 20px;
	}
}
@media (min-width:768px){
	.mall-v2-sheet{
		margin:0 auto;
		max-width:1400px;
		width:100%;
		padding:16px 16px 24px;
		box-sizing:border-box;
	}
}

.mall-v2-page .mall-v2-sheet .mall-hero{
	margin:0 0 18px;
	margin-top:0;
}
@media (min-width:768px){
	.mall-v2-page .mall-v2-sheet .mall-hero{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
		max-width:100%;
		width:100%;
		box-sizing:border-box;
	}
}

.mall-v2-section{
	margin:0 0 16px;
}
.mall-v2-section:last-of-type{
	margin-bottom:0;
}

.mall-v2-sheet .mall-v2-section--member{
	background:#fff;
	border:1px solid rgba(15,23,42,.08);
	box-shadow:0 4px 18px rgba(15,23,42,.06);
}
.mall-v2-sheet .mall-v2-h2{color:#0f172a}
.mall-v2-sheet .mall-v2-lead{color:#475569}
.mall-v2-sheet .mall-v2-lead strong{color:#e11d48}
.mall-v2-sheet .mall-v2-bullets{color:#64748b}
.mall-v2-sheet .mall-v2-muted{color:#64748b}

/* 仅含页头的卡片：收紧底部留白 */
.mall-v2-sheet--hero{padding-bottom:12px;}
.mall-v2-sheet--hero .mall-hero{margin-bottom:0!important;}

.mall-v2-hero-more{
	margin:12px 0 0;
	font-size:13px;
}
.mall-v2-sheet .mall-v2-hero-more{margin-top:10px;}
.mall-v2-hero-more-link{
	color:#be123c;
	font-weight:600;
	text-decoration:none;
}
.mall-v2-hero-more-link:hover{text-decoration:underline;}

.mall-v2-section--member{
	background:rgba(30,41,59,.5);
	border:1px solid rgba(148,163,184,.2);
	border-radius:16px;
	padding:16px 14px 18px;
	box-shadow:0 8px 28px rgba(0,0,0,.22);
}
.mall-v2-sheet .mall-v2-section--member{
	border-radius:16px;
	padding:16px 14px 18px;
}
.mall-v2-section-head{
	margin-bottom:14px;
}
.mall-v2-section-head--row{
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	gap:12px;
	margin-bottom:10px;
}
.mall-v2-h2{
	font-size:17px;
	font-weight:700;
	color:#f1f5f9;
	margin:0 0 8px;
}
.mall-v2-lead{
	font-size:13px;
	color:#cbd5e1;
	line-height:1.55;
	margin:0 0 10px;
}
.mall-v2-lead strong{color:#fda4af;font-weight:600}
.mall-v2-bullets{
	margin:0;
	padding-left:18px;
	font-size:12px;
	color:#94a3b8;
	line-height:1.6;
}
.mall-v2-muted{
	font-size:12px;
	color:#64748b;
	white-space:nowrap;
}

.mall-v2-member-scroll{
	margin:0 -6px;
	overflow:hidden;
}
.mall-v2-member-cards{
	display:flex;
	gap:10px;
	overflow-x:auto;
	padding:4px 6px 8px;
	scroll-snap-type:x mandatory;
	scrollbar-width:none;
	-webkit-overflow-scrolling:touch;
}
.mall-v2-member-cards::-webkit-scrollbar{display:none}

.mall-v2-member-card{
	flex:0 0 148px;
	scroll-snap-align:start;
	position:relative;
	background:linear-gradient(160deg,rgba(255,255,255,.1),rgba(30,41,59,.85));
	border:1px solid rgba(251,113,133,.35);
	border-radius:14px;
	padding:12px 12px 14px;
	cursor:pointer;
	transition:transform .15s,border-color .15s,box-shadow .15s;
	box-shadow:0 4px 18px rgba(0,0,0,.28);
	text-align:center;
}
.mall-v2-sheet .mall-v2-member-card{
	background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
	border:1px solid rgba(251,113,133,.38);
	box-shadow:0 4px 14px rgba(15,23,42,.08);
}
.mall-v2-sheet .mall-v2-member-name{color:#0f172a}
.mall-v2-sheet .mall-v2-member-hint{color:#64748b}
.mall-v2-sheet .mall-v2-member-price{color:#e11d48}
.mall-v2-sheet .mall-v2-member-was{color:#94a3b8}
.mall-v2-sheet .mall-v2-member-merit{color:#059669}

.mall-v2-member-card:active{transform:scale(.98)}
.mall-v2-member-card:hover{
	border-color:rgba(251,113,133,.55);
	box-shadow:0 8px 26px rgba(0,0,0,.35);
}
.mall-v2-sheet .mall-v2-member-card:hover{
	box-shadow:0 8px 22px rgba(15,23,42,.12);
}
.mall-v2-member-badge{
	position:absolute;
	top:8px;
	right:8px;
	font-size:10px;
	font-weight:600;
	color:#fff;
	background:linear-gradient(135deg,#f43f5e,#fb7185);
	padding:2px 7px;
	border-radius:999px;
}
.mall-v2-member-icon{
	font-size:28px;
	line-height:1;
	text-align:center;
	margin-bottom:8px;
}
.mall-v2-member-name{
	font-size:14px;
	font-weight:700;
	color:#f8fafc;
	margin:0 0 4px;
	line-height:1.3;
}
.mall-v2-member-hint{
	font-size:11px;
	color:#94a3b8;
	margin:0 0 8px;
	line-height:1.35;
	min-height:2.7em;
}
.mall-v2-member-price-row{
	display:flex;
	align-items:baseline;
	justify-content:center;
	gap:6px;
	flex-wrap:wrap;
	margin-bottom:2px;
}
.mall-v2-member-price{
	display:inline-flex;
	align-items:baseline;
	gap:1px;
	line-height:1;
	color:#fda4af;
}
.mall-v2-member-currency{
	font-size:13px;
	font-weight:600;
	color:inherit;
	position:relative;
	top:-0.06em;
}
.mall-v2-member-amount{
	font-size:22px;
	font-weight:700;
	color:inherit;
	letter-spacing:-0.02em;
	font-variant-numeric:tabular-nums;
}
.mall-v2-member-was{
	font-size:11px;
	color:#64748b;
	text-decoration:line-through;
}
.mall-v2-member-merit{
	font-size:10px;
	color:#6ee7b7;
	margin-bottom:4px;
}
.mall-v2-member-cta{
	width:100%;
	margin-top:6px;
	padding:8px 10px;
	border:none;
	border-radius:10px;
	font-size:13px;
	font-weight:600;
	color:#fff;
	background:linear-gradient(135deg,#FF6B6B,#fb7185);
	cursor:pointer;
	box-shadow:0 4px 14px rgba(244,63,94,.35);
}
.mall-v2-member-cta:active{opacity:.92}

.mall-v2-sku-tabs-wrap{
	display:flex;
	flex-wrap:nowrap;
	gap:0;
	margin-bottom:10px;
	padding:4px;
	border-radius:14px;
	background:#e2e8f0;
	border:1px solid rgba(15,23,42,.08);
	box-shadow:inset 0 1px 2px rgba(15,23,42,.06);
}
.mall-v2-sku-tab{
	appearance:none;
	flex:1;
	min-width:0;
	border:none;
	background:transparent;
	color:#64748b;
	font-size:12px;
	font-weight:600;
	padding:10px 6px;
	border-radius:11px;
	cursor:pointer;
	transition:background .2s,color .2s,box-shadow .2s;
	line-height:1.25;
}
.mall-v2-sku-tab:hover{
	color:#334155;
	background:rgba(255,255,255,.35);
}
.mall-v2-sku-tab.active{
	background:#fff;
	color:#0f172a;
	box-shadow:0 2px 8px rgba(15,23,42,.1),0 1px 0 rgba(255,255,255,.9);
	font-weight:700;
}
.mall-v2-sku-tab--soon{
	color:#94a3b8;
	font-weight:600;
}
.mall-v2-sku-tab--soon:not(.active){
	border:1px dashed transparent;
}
.mall-v2-sku-tab--soon.active{
	color:#475569;
}
.mall-v2-sku-hint{
	font-size:11px;
	color:#64748b;
	margin:0 0 12px;
	line-height:1.45;
}

/* Tab 条：浅色轨道 + 紫描边，与白色 sheet 统一；未选中用深灰字保证对比度 */
.mall-v2-sku-tabs-wrap--accent{
	background:linear-gradient(180deg,#f8fafc 0%,#eef2ff 100%);
	border:1px solid rgba(139,92,246,.28);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 1px 3px rgba(15,23,42,.06);
}
.mall-v2-sku-tabs-wrap--accent .mall-v2-sku-tab{
	color:#475569;
	border:1px solid transparent;
	box-sizing:border-box;
}
.mall-v2-sku-tabs-wrap--accent .mall-v2-sku-tab:hover{
	color:#1e293b;
	background:rgba(255,255,255,.65);
}
.mall-v2-sku-tabs-wrap--accent .mall-v2-sku-tab.active{
	background:#fff;
	color:#0f172a;
	border:1px solid rgba(139,92,246,.45);
	box-shadow:0 2px 10px rgba(124,58,237,.12),0 1px 0 rgba(255,255,255,.95);
	font-weight:700;
}
.mall-v2-sku-tabs-wrap--accent .mall-v2-sku-tab--soon:not(.active){
	color:#64748b;
}

.mall-v2-sku-grid{
	padding:0!important;
}
.mall-v2-sku-grid .product-card{
	width:100%;
	box-sizing:border-box;
}

/* 精选商品卡：与「灵犀会员」卡同系 — 白底、深色字、居中排版（覆盖 mall.css 玻璃深色卡） */
.mall-v2-sheet .mall-v2-sku-grid .product-card{
	background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
	border:1px solid rgba(251,113,133,.32);
	box-shadow:0 4px 14px rgba(15,23,42,.08);
	backdrop-filter:none;
	-webkit-backdrop-filter:none;
	flex-direction:column;
	align-items:center;
	text-align:center;
	padding:11px 10px 12px;
	gap:6px;
}
.mall-v2-sheet .mall-v2-sku-grid .product-card::after{
	box-shadow:inset 0 1px 0 rgba(15,23,42,.05);
}
.mall-v2-sheet .mall-v2-sku-grid .product-card:hover{
	border-color:rgba(251,113,133,.45);
	box-shadow:0 8px 22px rgba(15,23,42,.12);
	transform:translateY(-1px);
}
.mall-v2-sheet .mall-v2-sku-grid .product-headline{
	justify-content:center;
	width:100%;
	gap:4px;
}
.mall-v2-sheet .mall-v2-sku-grid .card-cat-dot{
	margin-top:0;
	align-self:center;
}
/* 与「服务与报告」Tab 对齐：统一图标/标题/说明尺寸，并覆盖 mall.css 大屏上的 52px 图标与 3 行标题 */
.mall-v2-sheet .mall-v2-sku-grid .product-icon{
	width:44px;
	height:44px;
	font-size:22px;
	border-radius:11px;
	background:#f1f5f9;
	border:1px solid rgba(148,163,184,.22);
}
.mall-v2-sheet .mall-v2-sku-grid .product-title{
	color:#0f172a;
	text-align:center;
	font-size:14px;
	font-weight:600;
	line-height:1.35;
	margin:0;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	overflow:hidden;
}
.mall-v2-sheet .mall-v2-sku-grid .product-desc{
	color:#64748b;
	text-align:center;
	font-size:12px;
	line-height:1.38;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.mall-v2-sheet .mall-v2-sku-grid .product-content{
	align-items:center;
	width:100%;
	gap:3px;
}
.mall-v2-sheet .mall-v2-sku-grid .product-price-wrapper{
	align-items:center;
	min-width:auto;
	width:100%;
	text-align:center;
	margin-top:-2px;
}
.mall-v2-sheet .mall-v2-sku-grid .price-main{
	display:inline-flex;
	align-items:baseline;
	justify-content:center;
	gap:1px;
	line-height:1;
	color:#e11d48;
}
.mall-v2-sheet .mall-v2-sku-grid .price-currency{
	font-size:12px;
	font-weight:600;
	color:inherit;
	position:relative;
	top:-0.05em;
}
.mall-v2-sheet .mall-v2-sku-grid .price-amount{
	font-size:17px;
	font-weight:700;
	color:inherit;
	letter-spacing:-0.02em;
	font-variant-numeric:tabular-nums;
}
.mall-v2-sheet .mall-v2-sku-grid .price-original{
	display:inline-flex;
	align-items:baseline;
	justify-content:center;
	gap:0;
	color:#94a3b8;
	text-decoration:line-through;
	text-decoration-color:#94a3b8;
}
.mall-v2-sheet .mall-v2-sku-grid .price-original-currency{
	font-size:9px;
	font-weight:500;
	color:inherit;
	position:relative;
	top:-0.04em;
}
.mall-v2-sheet .mall-v2-sku-grid .price-original-amount{
	font-size:11px;
	font-weight:500;
	color:inherit;
}
.mall-v2-sheet .mall-v2-sku-grid .merit-discount-tip{
	color:#059669;
	text-align:center;
}

@media(min-width:768px){
	.mall-v2-sheet .mall-v2-sku-grid .product-card{
		padding:13px 12px 14px;
		min-height:0;
	}
	.mall-v2-sheet .mall-v2-sku-grid .product-icon{
		width:44px;
		height:44px;
		font-size:22px;
		margin:0 auto 4px;
		border-radius:11px;
	}
	.mall-v2-sheet .mall-v2-sku-grid .product-headline{
		gap:4px;
	}
	.mall-v2-sheet .mall-v2-sku-grid .product-content{
		gap:3px;
	}
	.mall-v2-sheet .mall-v2-sku-grid .product-title{
		font-size:14px;
		line-height:1.35;
		-webkit-line-clamp:2;
		line-clamp:2;
	}
	.mall-v2-sheet .mall-v2-sku-grid .product-desc{
		font-size:12px;
		line-height:1.38;
		min-height:0!important;
		-webkit-line-clamp:2!important;
		line-clamp:2!important;
		color:#64748b!important;
	}
	.mall-v2-sheet .mall-v2-sku-grid .price-currency{
		font-size:13px;
	}
	.mall-v2-sheet .mall-v2-sku-grid .price-amount{
		font-size:18px;
	}
	.mall-v2-sheet .mall-v2-sku-grid .price-original-currency{
		font-size:10px;
	}
	.mall-v2-sheet .mall-v2-sku-grid .price-original-amount{
		font-size:12px;
	}
}

button.product-card{
	font:inherit;
	text-align:left;
	border:none;
}
.mall-v2-sheet .mall-v2-sku-grid button.product-card{
	text-align:center;
}

.mall-v2-empty{
	grid-column:1 / -1;
	text-align:center;
	padding:28px 16px;
	background:rgba(30,41,59,.45);
	border:1px dashed rgba(148,163,184,.25);
	border-radius:14px;
	color:#94a3b8;
}
.mall-v2-sheet .mall-v2-empty{
	background:#f8fafc;
	border:1px dashed rgba(100,116,139,.35);
}
.mall-v2-empty-title{
	font-size:15px;
	font-weight:600;
	color:#cbd5e1;
	margin:0 0 8px;
}
.mall-v2-sheet .mall-v2-empty-title{color:#334155}
.mall-v2-empty-desc{
	font-size:13px;
	line-height:1.55;
	margin:0;
	color:#64748b;
}

.mall-v2-related{
	margin-top:4px;
}
.mall-v2-sheet .mall-related-section.mall-v2-related{
	background:#fff;
	border:1px solid rgba(15,23,42,.08);
	box-shadow:0 4px 16px rgba(15,23,42,.06);
	border-radius:16px;
	padding:16px 14px;
}
.mall-v2-sheet .mall-v2-related-title{
	color:#0f172a;
}

@media(min-width:768px){
	.mall-v2-section{
		margin:0 0 20px;
	}
	.mall-v2-member-cards{
		display:grid;
		grid-template-columns:repeat(3,1fr);
		overflow:visible;
		padding:4px 0 0;
		gap:14px;
	}
	.mall-v2-member-card{
		flex:none;
		min-height:0;
		display:flex;
		flex-direction:column;
	}
	.mall-v2-member-hint{min-height:auto}
	.mall-v2-member-cta{margin-top:8px}
	.mall-v2-member-currency{font-size:14px}
	.mall-v2-member-amount{font-size:24px}
	.mall-v2-sku-tab{
		font-size:13px;
		padding:11px 12px;
	}
	.mall-v2-product-grid.mall-v2-sku-grid,
	.mall-v2-section .mall-v2-sku-grid{
		display:grid;
		grid-template-columns:repeat(2,1fr);
		gap:14px;
		max-width:1400px;
		margin:0 auto;
	}
}

@media(min-width:1100px){
	.mall-v2-section .mall-v2-sku-grid{
		grid-template-columns:repeat(3,1fr);
	}
}

/* 实物商品：封面缩略图 + 弹窗选购 */
a.mall-v2-sku-card--physical,
button.mall-v2-sku-card--physical{
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
.mall-v2-physical-more{
	display:block;
	grid-column:1 / -1;
	text-align:center;
	padding:14px 16px;
	margin-top:4px;
	font-size:14px;
	font-weight:600;
	color:#4f46e5;
	background:linear-gradient(135deg,rgba(79,70,229,.08),rgba(99,102,241,.06));
	border:1px dashed rgba(79,70,229,.35);
	border-radius:14px;
	text-decoration:none;
	transition:background .2s,border-color .2s;
}
.mall-v2-physical-more:hover{
	background:linear-gradient(135deg,rgba(79,70,229,.12),rgba(99,102,241,.1));
	border-color:rgba(79,70,229,.5);
}
.mall-v2-phys-cover{
	width:56px;
	height:56px;
	border-radius:14px;
	overflow:hidden;
	flex-shrink:0;
	background:#1e293b;
}
.mall-v2-phys-cover img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.mall-v2-phys-hint{
	font-size:12px;
	color:#6366f1;
	margin-top:4px;
	font-weight:600;
}

/* ========== 实物专区列表页 physical-list.html ==========
   手机：双列（电商常见）；平板起多列，避免 PC 窄条+双列空洞 */
.physical-list-main.container{
	max-width:min(1320px, 100%);
	margin-left:auto;
	margin-right:auto;
	padding-bottom:32px;
	box-sizing:border-box;
}

.physical-list-page #pl-grid.mall-v2-sku-grid{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:12px;
	width:100%;
	box-sizing:border-box;
}

@media (min-width:900px){
	.physical-list-page #pl-grid.mall-v2-sku-grid{
		grid-template-columns:repeat(3, minmax(0, 1fr));
		gap:16px;
	}
	.physical-list-page .mall-v2-phys-cover{
		width:64px;
		height:64px;
		border-radius:16px;
	}
}

@media (min-width:1200px){
	.physical-list-page #pl-grid.mall-v2-sku-grid{
		grid-template-columns:repeat(4, minmax(0, 1fr));
		gap:18px;
	}
	.physical-list-page .mall-v2-phys-cover{
		width:72px;
		height:72px;
	}
}
