@charset "UTF-8";

/* 商家入驻 V2 — 与用户中心/登录同色系 */
:root{
	--sj-rose:#FF5E80;
	--sj-coral:#FF5939;
	--sj-bg:#f0f2f7;
	--sj-card:#fff;
	--sj-text:#1a1d26;
	--sj-muted:#8b92a5;
	--sj-line:#e8ebf2;
	--sj-shadow:0 8px 32px rgba(26,29,38,.06);
}

.sj-page{
	background:var(--sj-bg);
	padding-bottom:56px;
}

/* ========== 顶部英雄区 ========== */
.sj-hero{
	position:relative;
	margin:0 auto 24px;
	max-width:1200px;
	padding:0 16px;
	min-height:360px;
}
.sj-hero__slide{
	position:relative;
	height:360px;
	border-radius:24px;
	overflow:hidden;
	box-shadow:var(--sj-shadow);
	z-index:1;
}
.sj-hero__overlay{
	top:0;
	left:16px;
	right:16px;
	width:auto;
	height:360px;
}
.sj-hero__slide .wst-slide-items,
.sj-hero__slide .wst-slide-items li{
	height:360px!important;
	min-width:100%!important;
	border-radius:24px;
}
.sj-hero__slide .wst-slide-numbox{
	bottom:16px;
}
.sj-hero__overlay{
	position:absolute;
	inset:0;
	border-radius:24px;
	background:linear-gradient(105deg,rgba(26,29,38,.72) 0%,rgba(26,29,38,.35) 45%,rgba(26,29,38,.15) 100%);
	pointer-events:none;
	z-index:2;
}
.sj-hero__content{
	position:absolute;
	left:16px;
	right:16px;
	top:0;
	height:360px;
	z-index:3;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	gap:24px;
	flex-wrap:wrap;
	padding:0 28px;
	box-sizing:border-box;
}
.sj-welcome{
	flex:1;
	min-width:280px;
	max-width:520px;
	color:#fff;
}
.sj-welcome__tag{
	display:inline-block;
	padding:6px 14px;
	border-radius:999px;
	font-size:12px;
	font-weight:600;
	background:rgba(255,94,128,.25);
	border:1px solid rgba(255,255,255,.2);
	margin-bottom:14px;
}
.sj-welcome h1{
	margin:0 0 8px;
	font-size:28px;
	font-weight:800;
	line-height:1.25;
}
.sj-welcome h1 em{
	font-style:normal;
	color:#ffb8a8;
}
.sj-welcome__user{
	margin:0 0 16px;
	font-size:15px;
	opacity:.9;
}
.sj-welcome__list{
	margin:0 0 22px;
	padding:0;
	list-style:none;
}
.sj-welcome__list li{
	position:relative;
	padding-left:18px;
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6;
	opacity:.92;
}
.sj-welcome__list li::before{
	content:'';
	position:absolute;
	left:0;top:8px;
	width:6px;height:6px;
	border-radius:50%;
	background:linear-gradient(135deg,var(--sj-rose),var(--sj-coral));
}
.sj-welcome__list strong{
	color:#ffd4c8;
	font-weight:600;
}
.sj-actions{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
}
.sj-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:140px;
	padding:12px 28px;
	border-radius:12px;
	font-size:15px;
	font-weight:600;
	text-decoration:none;
	border:0;
	cursor:pointer;
	transition:transform .2s,box-shadow .2s;
}
.sj-btn--primary{
	color:#fff;
	background:linear-gradient(135deg,var(--sj-rose),var(--sj-coral));
	box-shadow:0 8px 24px rgba(255,89,57,.35);
}
.sj-btn--primary:hover{
	transform:translateY(-2px);
	box-shadow:0 12px 32px rgba(255,89,57,.4);
	color:#fff;
	text-decoration:none;
}
.sj-btn--ghost{
	color:#fff;
	background:rgba(255,255,255,.12);
	border:1px solid rgba(255,255,255,.35);
}
.sj-btn--ghost:hover{
	background:rgba(255,255,255,.22);
	color:#fff;
	text-decoration:none;
}
.sj-btn--disabled{
	color:rgba(255,255,255,.45);
	background:rgba(255,255,255,.08);
	border:1px solid rgba(255,255,255,.15);
	cursor:not-allowed;
	pointer-events:none;
}

/* ========== 贴心提示（新） ========== */
.sj-notice{
	max-width:1200px;
	margin:0 auto 24px;
	padding:0 16px;
}
.sj-notice__card{
	display:flex;
	gap:0;
	border-radius:20px;
	overflow:hidden;
	background:var(--sj-card);
	border:1px solid var(--sj-line);
	box-shadow:var(--sj-shadow);
}
.sj-notice__aside{
	flex-shrink:0;
	width:120px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:12px;
	padding:24px 16px;
	background:linear-gradient(160deg,var(--sj-rose) 0%,var(--sj-coral) 100%);
	color:#fff;
}
.sj-notice__icon{
	width:52px;
	height:52px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:16px;
	background:rgba(255,255,255,.18);
	backdrop-filter:blur(4px);
}
.sj-notice__icon svg{
	width:32px;
	height:32px;
}
.sj-notice__tag{
	font-size:11px;
	font-weight:700;
	letter-spacing:.12em;
	opacity:.9;
}
.sj-notice__body{
	flex:1;
	padding:22px 28px;
	min-width:0;
}
.sj-notice__title{
	margin:0 0 8px;
	font-size:18px;
	font-weight:700;
	color:var(--sj-text);
}
.sj-notice__desc{
	margin:0 0 16px;
	font-size:14px;
	line-height:1.75;
	color:var(--sj-muted);
}
.sj-notice__features{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin:0;
	padding:0;
	list-style:none;
}
.sj-notice__features li{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:8px 14px;
	font-size:13px;
	font-weight:500;
	color:var(--sj-text);
	background:#fafbfc;
	border:1px solid var(--sj-line);
	border-radius:10px;
}
.sj-notice__features li i{
	width:6px;
	height:6px;
	border-radius:50%;
	background:linear-gradient(135deg,var(--sj-rose),var(--sj-coral));
	flex-shrink:0;
}

/* ========== 主内容区 ========== */
.sj-main{
	max-width:1200px;
	margin:0 auto;
	padding:0 16px;
}

.sj-section{
	background:var(--sj-card);
	border-radius:24px;
	border:1px solid var(--sj-line);
	box-shadow:var(--sj-shadow);
	padding:28px 32px 32px;
	margin-bottom:24px;
}
.sj-section__head{
	margin-bottom:24px;
	padding-bottom:16px;
	border-bottom:1px solid var(--sj-line);
}
.sj-section__head h2{
	margin:0;
	font-size:20px;
	font-weight:700;
	color:var(--sj-text);
	padding-left:14px;
	border-left:4px solid var(--sj-coral);
}
.sj-section__head p{
	margin:8px 0 0 14px;
	font-size:13px;
	color:var(--sj-muted);
}

/* ========== 入驻流程（卡片式步骤条） ========== */
.sj-flow__progress-wrap{
	margin-bottom:28px;
}
.sj-flow__progress-label{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:10px;
	font-size:13px;
	color:var(--sj-muted);
}
.sj-flow__progress-label strong{
	font-size:15px;
	color:var(--sj-coral);
	font-weight:700;
}
.sj-flow__track{
	height:8px;
	background:#eef0f4;
	border-radius:999px;
	overflow:hidden;
}
.sj-flow__bar{
	display:block;
	height:100%;
	border-radius:999px;
	background:linear-gradient(90deg,var(--sj-rose),var(--sj-coral));
	box-shadow:0 2px 8px rgba(255,89,57,.35);
	transition:width .4s ease;
}
.sj-flow__list{
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:12px;
	margin:0;
	padding:0;
	list-style:none;
}
.sj-flow__item{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	min-width:0;
}
.sj-flow__node{
	position:absolute;
	top:-6px;
	left:12px;
	z-index:2;
}
.sj-flow__node span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:28px;
	height:28px;
	padding:0 6px;
	border-radius:8px;
	font-size:12px;
	font-weight:800;
	color:var(--sj-muted);
	background:#fff;
	border:2px solid var(--sj-line);
	box-shadow:0 2px 6px rgba(26,29,38,.06);
}
.sj-flow__card{
	flex:1;
	margin-top:14px;
	padding:20px 14px 16px;
	text-align:center;
	background:#fafbfc;
	border:1px solid var(--sj-line);
	border-radius:16px;
	transition:all .3s;
}
.sj-flow__ico{
	width:36px;
	height:36px;
	margin:0 auto 12px;
	color:var(--sj-muted);
	stroke-linecap:round;
	stroke-linejoin:round;
}
.sj-flow__text h4{
	margin:0 0 6px;
	font-size:14px;
	font-weight:700;
	color:var(--sj-text);
	line-height:1.35;
}
.sj-flow__text p{
	margin:0;
	font-size:12px;
	line-height:1.5;
	color:var(--sj-muted);
}
.sj-flow__item.is-active .sj-flow__node span{
	color:#fff;
	border-color:transparent;
	background:linear-gradient(135deg,var(--sj-rose),var(--sj-coral));
	box-shadow:0 4px 12px rgba(255,89,57,.35);
}
.sj-flow__item.is-active .sj-flow__card{
	background:linear-gradient(180deg,#fff8f6 0%,#fff 100%);
	border-color:rgba(255,89,57,.35);
	box-shadow:0 8px 24px rgba(255,89,57,.12);
	transform:translateY(-4px);
}
.sj-flow__item.is-active .sj-flow__ico{
	color:var(--sj-coral);
}
.sj-flow__item.is-active .sj-flow__text h4{
	color:var(--sj-coral);
}

/* ========== 入驻指南 Tab ========== */
.sj-guide-tabs.wst-tab-box{
	width:100%!important;
	margin:0!important;
	background:transparent!important;
}
.sj-guide-tabs__nav{
	position:relative;
	margin-bottom:0;
}
.sj-guide-tabs .wst-tab-nav{
	display:flex!important;
	flex-wrap:wrap;
	gap:8px;
	height:auto!important;
	width:100%!important;
	border:0!important;
	background:transparent!important;
	padding:0 0 16px!important;
	margin:0!important;
	float:none!important;
}
.sj-guide-tabs .wst-tab-nav li{
	width:auto!important;
	float:none!important;
	padding:10px 20px!important;
	margin:0!important;
	border:1px solid var(--sj-line)!important;
	border-radius:999px!important;
	line-height:1.4!important;
	font-size:14px!important;
	color:var(--sj-muted)!important;
	background:#fafbfc!important;
	transition:all .25s;
}
.sj-guide-tabs .wst-tab-nav li:hover{
	color:var(--sj-coral)!important;
	border-color:rgba(255,89,57,.3)!important;
}
.sj-guide-tabs .wst-tab-nav li.on{
	color:#fff!important;
	font-weight:600!important;
	border-color:transparent!important;
	background:linear-gradient(135deg,var(--sj-rose),var(--sj-coral))!important;
	box-shadow:0 4px 14px rgba(255,89,57,.28)!important;
}
.sj-guide-tabs__bar{
	display:none;
}
.sj-guide-tabs .wst-tab-content{
	padding:24px!important;
	width:100%!important;
	min-height:280px!important;
	border:1px solid var(--sj-line)!important;
	border-radius:16px!important;
	background:#fafbfc!important;
}
.sj-guide-tabs .wst-tab-item{
	font-size:15px;
	line-height:1.85;
	color:#3d4454;
}
.sj-guide-tabs .wst-tab-item img{
	max-width:100%;
	height:auto;
	border-radius:8px;
}
.sj-guide-tabs .wst-tab-item a{
	color:var(--sj-coral);
}

@media (max-width:900px){
	.sj-hero__content{
		position:relative;
		transform:none;
		top:auto;
		padding:24px 0;
	}
	.sj-hero__slide{height:420px;}
	.sj-hero__overlay{
		background:linear-gradient(180deg,rgba(26,29,38,.5) 0%,rgba(26,29,38,.85) 100%);
	}
	.sj-notice__card{flex-direction:column;}
	.sj-notice__aside{
		width:100%;
		flex-direction:row;
		justify-content:flex-start;
		padding:16px 20px;
	}
	.sj-flow__list{
		grid-template-columns:1fr;
		gap:16px;
	}
	.sj-flow__item{
		flex-direction:row;
		align-items:flex-start;
		gap:12px;
	}
	.sj-flow__node{
		position:relative;
		top:0;
		left:0;
		flex-shrink:0;
	}
	.sj-flow__card{
		margin-top:0;
		text-align:left;
		padding:16px 18px;
		display:flex;
		align-items:flex-start;
		gap:14px;
	}
	.sj-flow__ico{
		margin:0;
		flex-shrink:0;
	}
	.sj-flow__text{flex:1;min-width:0;}
	.sj-section{padding:20px 16px;}
}
