@charset "UTF-8";

/* ========== 商家入驻 V2 · 浅橙渐变 · 仅 shop_join 页 ========== */
.shop-join-v2 {
	--sj-orange: #fb923c;
	--sj-orange-mid: #fdba74;
	--sj-orange-deep: #ea580c;
	--sj-ink: #7c2d12;
	--sj-ink-soft: #9a3412;
	--sj-muted: #78716c;
	--sj-card: #ffffff;
	--sj-radius: 16px;
	--sj-line: rgba(251, 146, 60, 0.22);
	padding-bottom: 48px;
	background: linear-gradient(
		168deg,
		#fffbeb 0%,
		#ffedd5 18%,
		#fff7ed 55%,
		#ffffff 100%
	);
	background-attachment: fixed;
}

/* ---------- Hero：左入驻面板 + 右轮播框（非叠层） ---------- */
.shop-join-v2 .shop-join-v2-hero-wrap.apply-banner {
	width: 100%;
	height: auto;
	min-height: 0;
	position: relative;
	top: 0;
	overflow: visible;
	padding: 28px 0 8px;
}

.shop-join-v2 .shop-join-v2-hero.wst-container {
	display: grid;
	grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--sj-line);
	box-shadow: 0 20px 56px rgba(194, 65, 12, 0.12);
	background: #fff;
}

.shop-join-v2 .shop-join-v2-hero-aside.apply-msg-box {
	filter: none;
	width: auto;
	min-height: 0;
	height: auto;
	margin: 0;
	z-index: auto;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: linear-gradient(165deg, #fff7ed 0%, #ffedd5 42%, #fed7aa 100%);
	display: flex;
	flex-direction: column;
	padding: 0 0 4px;
}

.shop-join-v2 .shop-join-v2-hero-tag {
	display: inline-block;
	align-self: flex-start;
	margin: 22px 22px 0;
	padding: 5px 12px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: #fff;
	background: linear-gradient(135deg, #fb923c, #ea580c);
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(234, 88, 12, 0.25);
}

.shop-join-v2 .shop-join-v2-hero-aside h3 {
	color: var(--sj-ink);
	font: 800 22px/1.3 "Microsoft Yahei", sans-serif;
	padding: 14px 22px 4px;
	margin: 0;
	box-shadow: none;
}

.shop-join-v2 .shop-join-v2-hero-aside .title {
	color: var(--sj-ink-soft);
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 1.5;
	padding: 0 22px 12px;
}

.shop-join-v2 .shop-join-v2-hero-points {
	list-style: none;
	margin: 0;
	padding: 0 16px 8px;
	height: auto;
	min-height: 0;
	flex: 1;
}

.shop-join-v2 .shop-join-v2-hero-points li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 10px;
	padding: 10px 12px;
	list-style: none;
	font-size: 13px;
	line-height: 1.55;
	color: var(--sj-muted);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(251, 146, 60, 0.2);
	border-radius: 12px;
}

.shop-join-v2 .shop-join-v2-hero-points em {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, #fb923c, #ea580c);
	border-radius: 8px;
}

.shop-join-v2 .shop-join-v2-hero-points strong {
	color: var(--sj-orange-deep);
	font-weight: 700;
}

.shop-join-v2 .shop-join-v2-hero-actions.bottom {
	margin: 0;
	padding: 14px 18px 20px;
	filter: none;
	background: transparent;
	border-top: 1px dashed rgba(194, 65, 12, 0.18);
	border-radius: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: stretch;
}

.shop-join-v2 .shop-join-v2-hero-actions .btn-submit,
.shop-join-v2 .shop-join-v2-hero-actions .btn-cancel {
	width: 100%;
	min-width: 0;
	height: 42px;
	line-height: 42px;
	display: block;
	margin: 0 !important;
	padding: 0 16px !important;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	box-sizing: border-box;
}

.shop-join-v2 .shop-join-v2-hero-actions .btn-submit {
	background: linear-gradient(135deg, #fb923c, #f97316, #ea580c) !important;
	border: none;
	box-shadow: 0 6px 18px rgba(234, 88, 12, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-join-v2 .shop-join-v2-hero-actions .btn-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 22px rgba(234, 88, 12, 0.35);
	color: #fff !important;
}

.shop-join-v2 .shop-join-v2-btn-ghost.btn-submit {
	background: #fff !important;
	color: var(--sj-orange-deep) !important;
	border: 1px solid rgba(251, 146, 60, 0.55) !important;
	box-shadow: none !important;
}

.shop-join-v2 .shop-join-v2-btn-ghost.btn-submit:hover {
	background: rgba(255, 237, 213, 0.8) !important;
	color: var(--sj-ink) !important;
	transform: translateY(-1px);
}

.shop-join-v2 .shop-join-v2-hero-actions .btn-cancel {
	background: #f5f5f4 !important;
	border: 1px solid #e7e5e4 !important;
	color: #a8a29e !important;
	cursor: not-allowed;
	box-shadow: none;
}

/* 右侧轮播区 */
.shop-join-v2 .shop-join-v2-hero-media {
	position: relative;
	min-height: 360px;
	background: linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);
	border-left: 1px solid var(--sj-line);
}

.shop-join-v2 .shop-join-v2-hero-media-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 700;
	color: var(--sj-ink-soft);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--sj-line);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(194, 65, 12, 0.08);
}

.shop-join-v2 .shop-join-v2-hero-media .wst-slide {
	position: relative !important;
	top: 0 !important;
	left: 0;
	right: 0;
	z-index: 1 !important;
	height: 100%;
	min-height: 360px;
	overflow: hidden;
}

.shop-join-v2 .shop-join-v2-hero-media .wst-slide::after {
	display: none;
}

.shop-join-v2 .shop-join-v2-hero-media .wst-slide-items {
	min-width: 100% !important;
	width: 100%;
	height: 360px !important;
	margin: 0;
	padding: 0;
}

.shop-join-v2 .shop-join-v2-hero-media .wst-slide-items li {
	height: 415px !important;
	width: 100%;
}

.shop-join-v2 .shop-join-v2-hero-media .wst-slide-numbox {
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	z-index: 4;
}

.shop-join-v2 .shop-join-v2-hero-media .wst-slide-controls span {
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--sj-ink-soft);
	border: 1px solid var(--sj-line);
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
}

.shop-join-v2 .shop-join-v2-hero-media .wst-slide-controls span.curr {
	background: linear-gradient(135deg, #fb923c, #ea580c);
	color: #fff;
	border-color: transparent;
}

/* ---------- 贴心提示：三栏 Bento ---------- */
.shop-join-v2 .shop-join-v2-notice.apply-tips {
	color: var(--sj-muted);
	background: transparent;
	width: 100%;
	height: auto;
	padding: 20px 0 4px;
}

.shop-join-v2 .shop-join-v2-notice-grid.wst-container {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr) 168px;
	gap: 0;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--sj-line);
	box-shadow: 0 12px 40px rgba(194, 65, 12, 0.08);
	background: #fff;
}

.shop-join-v2 .shop-join-v2-notice-label {
	padding: 22px 18px;
	text-align: center;
	background: linear-gradient(180deg, #ffedd5 0%, #fff7ed 100%);
	border-right: 1px solid var(--sj-line);
}

.shop-join-v2 .shop-join-v2-notice-icon {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 12px;
	border-radius: 14px;
	background: linear-gradient(135deg, #fde68a, #fb923c);
	box-shadow: 0 6px 16px rgba(234, 88, 12, 0.22);
	position: relative;
}

.shop-join-v2 .shop-join-v2-notice-icon::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M11 5L6 9H2v6h4l5 4V5z'/%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.shop-join-v2 .shop-join-v2-notice-label h3 {
	margin: 0 0 6px;
	font-size: 17px;
	font-weight: 800;
	color: var(--sj-ink);
}

.shop-join-v2 .shop-join-v2-notice-label p {
	margin: 0;
	font-size: 12px;
	color: var(--sj-orange-deep);
	font-weight: 600;
	letter-spacing: 0.06em;
}

.shop-join-v2 .shop-join-v2-notice-body {
	padding: 22px 26px;
	display: flex;
	align-items: center;
	border-right: 1px solid rgba(251, 146, 60, 0.15);
	background: #fff;
	position: relative;
}

.shop-join-v2 .shop-join-v2-notice-body::before {
	content: "\201C";
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 48px;
	line-height: 1;
	color: rgba(251, 146, 60, 0.2);
	font-family: Georgia, serif;
}

.shop-join-v2 .shop-join-v2-notice-body .content {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #57534e;
}

.shop-join-v2 .shop-join-v2-notice-perks {
	list-style: none;
	margin: 0;
	padding: 16px 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(180deg, #fffbeb 0%, #fff7ed 100%);
}

.shop-join-v2 .shop-join-v2-notice-perks li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(251, 146, 60, 0.2);
	font-size: 12px;
	color: var(--sj-ink-soft);
	font-weight: 600;
}

.shop-join-v2 .shop-join-v2-notice-perks b {
	font-size: 11px;
	font-weight: 800;
	color: var(--sj-orange-deep);
	opacity: 0.85;
	min-width: 22px;
}

/* ---------- 区块标题 ---------- */
.shop-join-v2 .apply-step-head {
	margin-top: 32px;
	margin-bottom: 20px;
	border-bottom: none;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.3;
	padding-left: 14px;
	color: var(--sj-ink);
	position: relative;
}

.shop-join-v2 .apply-step-head::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: linear-gradient(180deg, #fde68a, #fb923c, #ea580c);
}

/* ---------- 入驻流程步骤条（无图片） ---------- */
.shop-join-v2 .shop-join-v2-steps {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 8px 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto 36px;
	padding: 28px 20px 32px;
	background: var(--sj-card);
	border: 1px solid var(--sj-line);
	border-radius: var(--sj-radius);
	box-shadow: 0 10px 36px rgba(194, 65, 12, 0.07);
	overflow: visible;
}

.shop-join-v2 .shop-join-v2-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 130px;
	flex-shrink: 0;
}

.shop-join-v2 .shop-join-v2-step-num {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--sj-orange-deep);
	margin-bottom: 8px;
	opacity: 0.85;
}

.shop-join-v2 .shop-join-v2-step-ico {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #fff7ed, #ffedd5);
	border: 1px solid rgba(251, 146, 60, 0.35);
	box-shadow: 0 6px 18px rgba(234, 88, 12, 0.1);
	margin-bottom: 12px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shop-join-v2 .shop-join-v2-step:hover .shop-join-v2-step-ico {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(234, 88, 12, 0.18);
}

.shop-join-v2 .shop-join-v2-step-ico::before {
	content: "";
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.shop-join-v2 .shop-join-v2-step-ico--a::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c2410c' stroke-width='1.8'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6M9 15l2 2 4-4'/%3E%3C/svg%3E");
}

.shop-join-v2 .shop-join-v2-step-ico--b::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c2410c' stroke-width='1.8'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpath d='M9 22V12h6v10'/%3E%3C/svg%3E");
}

.shop-join-v2 .shop-join-v2-step-ico--c::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c2410c' stroke-width='1.8'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E");
}

.shop-join-v2 .shop-join-v2-step-ico--d::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c2410c' stroke-width='1.8'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Cpath d='M2 10h20M6 15h2M10 15h4'/%3E%3C/svg%3E");
}

.shop-join-v2 .shop-join-v2-step-ico--e::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c2410c' stroke-width='1.8'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cpath d='M3 6h18M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
}

.shop-join-v2 .shop-join-v2-step-label {
	font-size: 13px;
	font-weight: 600;
	color: var(--sj-ink-soft);
	line-height: 1.4;
	max-width: 110px;
}

.shop-join-v2 .shop-join-v2-step-arrow {
	flex: 0 0 36px;
	width: 36px;
	height: 64px;
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.shop-join-v2 .shop-join-v2-step-arrow::before {
	content: "";
	width: 24px;
	height: 2px;
	background: linear-gradient(90deg, rgba(251, 146, 60, 0.25), #fb923c);
	border-radius: 1px;
}

.shop-join-v2 .shop-join-v2-step-arrow::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fb923c;
	border-bottom: 2px solid #fb923c;
	transform: rotate(-45deg);
}

/* ---------- 入驻指南 Tab（保留 TabPanel） ---------- */
.shop-join-v2 .shop-join-v2-guide {
	margin-bottom: 24px;
}

.shop-join-v2 #applyTab.wst-tab-box {
	width: 100%;
	margin-top: 0;
	background: var(--sj-card);
	border: 1px solid var(--sj-line);
	border-radius: var(--sj-radius);
	overflow: hidden;
	box-shadow: 0 10px 36px rgba(194, 65, 12, 0.07);
}

.shop-join-v2 #applyTab .wst-tab-nav {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	min-height: 48px;
	margin: 0;
	padding: 12px 12px 0;
	gap: 8px;
	background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
	border: none;
	border-bottom: 1px solid var(--sj-line);
	width: 100%;
	box-sizing: border-box;
}

.shop-join-v2 #applyTab .wst-tab-nav li {
	float: none;
	width: auto;
	flex: 1 1 auto;
	min-width: 120px;
	max-width: 100%;
	cursor: pointer;
	margin: 0;
	list-style: none;
	border: 1px solid transparent;
	border-bottom: none;
	line-height: 1.35;
	text-align: center;
	color: var(--sj-muted);
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px 10px 0 0;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.shop-join-v2 #applyTab .wst-tab-nav li:hover {
	color: var(--sj-ink-soft);
	background: rgba(255, 237, 213, 0.5);
}

.shop-join-v2 #applyTab .wst-tab-nav li.on {
	border: 1px solid var(--sj-line);
	border-bottom: 1px solid #fff;
	color: var(--sj-orange-deep);
	font-weight: 800;
	background: #fff;
	box-shadow: 0 -2px 12px rgba(234, 88, 12, 0.06);
}

.shop-join-v2 #applyTab .wst-tab-content {
	padding: 24px 28px 32px;
	width: 100% !important;
	min-height: 300px;
	margin-bottom: 0 !important;
	border: none;
	border-top: none;
	background: #fff;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.75;
	color: #44403c;
}

.shop-join-v2 #applyTab .wst-tab-item {
	position: relative;
}

.shop-join-v2 #applyTab .wst-tab-item img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.shop-join-v2 .shop-join-v2-body {
	width: 1200px;
	max-width: calc(100% - 24px);
	margin: 0 auto;
}

@media (max-width: 900px) {
	.shop-join-v2 .shop-join-v2-hero.wst-container {
		grid-template-columns: 1fr;
	}

	.shop-join-v2 .shop-join-v2-hero-media {
		min-height: 260px;
		border-left: none;
		border-top: 1px solid var(--sj-line);
	}

	.shop-join-v2 .shop-join-v2-hero-media .wst-slide,
	.shop-join-v2 .shop-join-v2-hero-media .wst-slide-items,
	.shop-join-v2 .shop-join-v2-hero-media .wst-slide-items li {
		min-height: 260px !important;
		height: 260px !important;
	}

	.shop-join-v2 .shop-join-v2-notice-grid.wst-container {
		grid-template-columns: 1fr;
	}

	.shop-join-v2 .shop-join-v2-notice-label {
		border-right: none;
		border-bottom: 1px solid var(--sj-line);
	}

	.shop-join-v2 .shop-join-v2-notice-body {
		border-right: none;
		border-bottom: 1px solid var(--sj-line);
	}

	.shop-join-v2 .shop-join-v2-notice-perks {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.shop-join-v2 .shop-join-v2-notice-perks li {
		flex: 1 1 calc(33% - 8px);
		min-width: 100px;
	}

	.shop-join-v2 .shop-join-v2-steps {
		flex-direction: column;
		align-items: center;
		padding: 24px 16px;
	}

	.shop-join-v2 .shop-join-v2-step-arrow {
		width: auto;
		height: 24px;
		margin: 4px 0;
		transform: rotate(90deg);
	}

	.shop-join-v2 #applyTab .wst-tab-nav li {
		flex: 1 1 100%;
		border-radius: 10px;
	}

	.shop-join-v2 #applyTab .wst-tab-nav li.on {
		border-bottom: 1px solid var(--sj-line);
	}
}
