@charset "UTF-8";

/* ========== 商家入驻 V4 · 暖棕高级风 #F4EBE2（与登录注册一致） ========== */
.shop-join-v4 {
	--sj4-bg: #F4EBE2;
	--sj4-surface: #FFFCF8;
	--sj4-card: #FFFFFF;
	--sj4-ink: #5C4A3A;
	--sj4-ink-soft: #8C7B6A;
	--sj4-accent: #8C6E4A;
	--sj4-accent-mid: #A8845E;
	--sj4-accent-deep: #6B5235;
	--sj4-line: rgba(140, 110, 74, 0.14);
	--sj4-radius: 20px;
	--sj4-radius-sm: 12px;
	padding-bottom: 64px;
	background: var(--sj4-bg);
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
	color: var(--sj4-ink);
}

/* ---------- Hero ---------- */
.sj4-hero {
	position: relative;
	padding: 36px 0 28px;
	overflow: hidden;
	background: var(--sj4-bg);
}

.sj4-hero-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.sj4-hero-bg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
	display: block;
}

.sj4-hero-bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 58%;
	height: 100%;
	display: block;
}


.sj4-hero-media {
	position: relative;
	min-height: 420px;
	height: 420px;
	border-radius: var(--sj4-radius) 0 0 var(--sj4-radius);
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(92, 74, 58, 0.14);
	background: #EDDDC6;
}

.sj4-hero-img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sj4-hero-panel.apply-msg-box {
	filter: none;
	width: auto;
	height: auto;
	min-height: 420px;
	margin: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	padding: 36px 32px 28px;
	background: rgba(255, 252, 248, 0.96);
	border-radius: 20px;
	border: 1px solid var(--sj4-line);
	border-left: none;
	box-shadow: 0 24px 64px rgba(92, 74, 58, 0.1);
	backdrop-filter: blur(8px);
}

.sj4-hero-tag {
	display: inline-block;
	align-self: flex-start;
	margin-bottom: 20px;
	padding: 5px 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	color: #fff;
	background: linear-gradient(135deg, #A8845E, #8C6E4A);
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(140, 110, 74, 0.28);
}

.sj4-hero-greet {
	margin: 0 0 8px;
	padding: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.35;
	color: var(--sj4-ink);
	box-shadow: none;
}

.sj4-hero-sub {
	margin: 0 0 24px;
	font-size: 14px;
	font-weight: 600;
	color: var(--sj4-ink-soft);
	line-height: 1.5;
}

.sj4-hero-list {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
}

.sj4-hero-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
	padding: 14px 16px;
	font-size: 13px;
	line-height: 1.65;
	color: var(--sj4-ink-soft);
	background: var(--sj4-card);
	border: 1px solid var(--sj4-line);
	border-radius: var(--sj4-radius-sm);
	box-shadow: 0 4px 16px rgba(92, 74, 58, 0.04);
}

.sj4-hero-num {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(180deg, #A8845E, #8C6E4A);
	border-radius: 8px;
}

.sj4-hero-list strong {
	color: var(--sj4-accent);
	font-weight: 700;
}

.sj4-hero-actions.bottom {
	margin: 20px 0 0;
	padding: 0;
	filter: none;
	background: transparent;
	border: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: stretch;
}

.sj4-btn {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin: 0 !important;
	padding: 0 20px !important;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: transform 0.2s, box-shadow 0.2s;
}

.sj4-btn-primary {
	color: #fff !important;
	background: linear-gradient(180deg, #A8845E 0%, #8C6E4A 100%) !important;
	border: none;
	box-shadow: 0 10px 28px rgba(140, 110, 74, 0.32);
}

.sj4-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(140, 110, 74, 0.38);
	color: #fff !important;
}

.sj4-btn-outline {
	color: var(--sj4-accent) !important;
	background: #fff !important;
	border: 1px solid rgba(140, 110, 74, 0.28) !important;
	box-shadow: none !important;
}

.sj4-btn-outline:hover {
	background: #EDDDC6 !important;
	transform: translateY(-1px);
	color: var(--sj4-accent-deep) !important;
}

.sj4-btn-disabled {
	color: #B0A090 !important;
	background: #F5F0EA !important;
	border: 1px solid var(--sj4-line) !important;
	cursor: not-allowed;
	box-shadow: none !important;
}

/* ---------- 贴心提示（新版） ---------- */
.sj4-notice.apply-tips {
	width: 100%;
	height: auto;
	color: inherit;
	background: transparent;
	padding: 8px 0 32px;
}

.sj4-notice-wrap.wst-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.sj4-notice-bar {
	display: flex;
	align-items: center;
	gap: 28px;
	padding: 28px 32px;
	background: linear-gradient(135deg, #8C6E4A 0%, #A8845E 55%, #C4A882 100%);
	border-radius: var(--sj4-radius) var(--sj4-radius) 0 0;
	box-shadow: 0 12px 40px rgba(92, 74, 58, 0.16);
}

.sj4-notice-bar-left {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.sj4-notice-icon {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.25);
	position: relative;
	flex-shrink: 0;
}

.sj4-notice-icon::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	left: 13px;
    top: 12px;
	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.14'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.sj4-notice-kicker {
	display: block;
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.75);
}

.sj4-notice-bar-left h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	white-space: nowrap;
}

.sj4-notice-quote {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.92);
}

.sj4-notice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: var(--sj4-card);
	border: 1px solid var(--sj4-line);
	border-top: none;
	border-radius: 0 0 var(--sj4-radius) var(--sj4-radius);
	overflow: hidden;
	box-shadow: 0 16px 48px rgba(92, 74, 58, 0.08);
}

.sj4-notice-grid li {
	padding: 28px 24px;
	border-right: 1px solid var(--sj4-line);
	transition: background 0.2s;
}

.sj4-notice-grid li:last-child {
	border-right: none;
}

.sj4-notice-grid li:hover {
	background: #FFFCF8;
}

.sj4-notice-grid-num {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 800;
	color: var(--sj4-accent);
	background: #F4EBE2;
	border-radius: 999px;
	letter-spacing: 0.06em;
}

.sj4-notice-grid strong {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 800;
	color: var(--sj4-ink);
}

.sj4-notice-grid p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: var(--sj4-ink-soft);
}

/* ---------- 主内容区 ---------- */
.sj4-main.wst-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 24px;
}

.sj4-section {
	margin-top: 48px;
}

.sj4-section-head {
	margin-bottom: 28px;
}

.sj4-section-kicker {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	color: var(--sj4-accent-mid);
}

.sj4-section-title.apply-step-head {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 28px;
	font-weight: 800;
	color: var(--sj4-ink);
	line-height: 1.2;
}

/* ---------- 入驻流程 · 全新步骤条 ---------- */
.sj4-track.apply-step {
	position: relative;
	width: 95%;
	height: auto;
	margin: 0;
	padding: 40px 32px 36px;
	overflow: visible;
	background: var(--sj4-card);
	border: 1px solid var(--sj4-line);
	border-radius: var(--sj4-radius);
	box-shadow: 0 20px 56px rgba(92, 74, 58, 0.08);
}

.sj4-track-rail {
	position: absolute;
	top: 72px;
	left: 10%;
	right: 10%;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #EDDDC6 0%, #8C6E4A 50%, #EDDDC6 100%);
	opacity: 0.45;
}

.sj4-track-list {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 8px;
}

.sj4-track-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 0;
}

.sj4-track-node {
	position: relative;
	width: 88px;
	height: 88px;
	margin-bottom: 16px;
}

.sj4-track-step {
	position: absolute;
	top: -8px;
	right: -4px;
	z-index: 3;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	padding: 0 6px;
	font-size: 11px;
	font-weight: 800;
	color: #fff;
	background: var(--sj4-accent-deep);
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(92, 74, 58, 0.25);
}

.sj4-track-ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: linear-gradient(145deg, #FFFCF8, #F4EBE2);
	border: 2px solid rgba(140, 110, 74, 0.2);
	box-shadow: 0 8px 24px rgba(92, 74, 58, 0.1);
	transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.sj4-track-item:hover .sj4-track-ico {
	transform: translateY(-4px) scale(1.03);
	border-color: rgba(140, 110, 74, 0.4);
	box-shadow: 0 14px 32px rgba(140, 110, 74, 0.18);
}

.sj4-track-ico::before {
	content: "";
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sj4-track-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='%238C6E4A' 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");
}

.sj4-track-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='%238C6E4A' 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");
}

.sj4-track-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='%238C6E4A' 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");
}

.sj4-track-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='%238C6E4A' 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");
}

.sj4-track-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='%238C6E4A' 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");
}

.sj4-track-label {
	font-size: 14px;
	font-weight: 700;
	color: var(--sj4-ink);
	line-height: 1.45;
	max-width: 120px;
}

/* ---------- 入驻指南 Tab ---------- */
.sj4-tabs.wst-tab-box {
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: var(--sj4-card);
	border: 1px solid var(--sj4-line);
	border-radius: var(--sj4-radius);
	box-shadow: 0 16px 48px rgba(92, 74, 58, 0.08);
}





.sj4-tabs .wst-tab-nav li::after {
	display: none !important;
}

.sj4-tabs .wst-tab-nav li:hover {
	color: var(--sj4-accent);
	background: rgba(255, 255, 255, 0.7);
}

.sj4-tabs .wst-tab-nav li.on {
	color: var(--sj4-accent);
	background: #fff;
	border-color: var(--sj4-line);
	box-shadow: 0 4px 16px rgba(92, 74, 58, 0.08);
	font-weight: 700;
	line-height: 60px;
}

.sj4-tabs .wst-tab-content {
	padding: 28px 32px 36px;
	border: none;
	background: #fff;
	width: 100% !important;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.8;
	color: var(--sj4-ink-soft);
}

.sj4-tabs .wst-tab-item {
	display: none;
}

.sj4-tabs .wst-tab-item:first-child {
	display: block;
}

.sj4-tabs .wst-tab-item img {
	max-width: 100%;
	height: auto;
	border-radius: var(--sj4-radius-sm);
}

/* 覆盖 shopapply 旧样式 */
.shop-join-v4 .apply-msg-box h3,
.shop-join-v4 .apply-msg-box .title,
.shop-join-v4 .apply-msg-box ul {
	color: inherit;
	padding: 0;
	margin: 0;
	height: auto;
	box-shadow: none;
}

.shop-join-v4 .apply-tips .title,
.shop-join-v4 .apply-tips .content {
	width: auto;
	height: auto;
	display: block;
	padding: 0;
	vertical-align: baseline;
}

@media (max-width: 960px) {
	.sj4-hero-inner.wst-container {
		grid-template-columns: 1fr;
	}

	.sj4-hero-media {
		border-radius: var(--sj4-radius) var(--sj4-radius) 0 0;
		min-height: 280px;
		height: 280px;
	}

	.sj4-hero-img {
		min-height: 280px;
		height: 100%;
	}

	.sj4-hero-bg-right {
		width: 100%;
		height: 55%;
		top: auto;
		bottom: 0;
		opacity: 0.85;
	}

	.sj4-hero-panel.apply-msg-box {
		border-radius: 0 0 var(--sj4-radius) var(--sj4-radius);
		border-left: 1px solid var(--sj4-line);
		border-top: none;
		min-height: 0;
	}

	.sj4-notice-bar {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		padding: 24px 20px;
	}

	.sj4-notice-bar-left h3 {
		white-space: normal;
	}

	.sj4-notice-grid {
		grid-template-columns: 1fr;
	}

	.sj4-notice-grid li {
		border-right: none;
		border-bottom: 1px solid var(--sj4-line);
	}

	.sj4-notice-grid li:last-child {
		border-bottom: none;
	}

	.sj4-track-rail {
		display: none;
	}

	.sj4-track-list {
		flex-direction: column;
		align-items: center;
		gap: 24px;
	}

	.sj4-track-item {
		width: 100%;
		max-width: 280px;
	}

	.sj4-tabs .wst-tab-nav li {
		flex: 1 1 100%;
	}
}

@media (max-width: 480px) {
	.sj4-section-title.apply-step-head {
		font-size: 22px;
	}

	.sj4-track.apply-step {
		padding: 28px 16px;
	}

	.sj4-hero-panel.apply-msg-box {
		padding: 28px 20px 24px;
	}
}
