.stepflex{float:right;border-top:5px solid #f1f1f1;text-align:center;margin:60px 0px 0px 50px;}
.flow-container{ width: 1200px;display: flex;flex-direction: row;justify-content: center;}
.stepflex dl{border-top:5px solid #f1f1f1;float:left;position:relative;top:-5px;width:160px;}
dl.doing{border-top-color:#04bd3d;}
.doing .s-num{background-position:-23px 0;}
.s-num,.s-num1{color:#fff;font-weight: 700;height:23px;line-height:23px;margin:-15px auto 0;position:relative;width:23px;border-radius:25px;}
.s-num{background:#04bd3d;}
.s-num1{background:#f1f1f1;}
.s-text1{line-height:30px;}
.s-text{line-height:30px;color:#04bd3d;}
select{height:29px;}
.webuploader-container{overflow:hidden;}
/* 新设计样式 */
.shop-join-hero {
	position: relative;
	width: 100%;
	min-height: 500px;
	margin-top: -8px;
	overflow: hidden;
}

.shop-join-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.shop-join-hero .wst-slide {
	position: relative;
	height: 500px;
	overflow: hidden;
	z-index: 0;
}

.shop-join-hero .wst-slide-items {
	min-width: 1200px;
	height: 500px;
}

.shop-join-hero .wst-slide-items li {
	height: 500px;
}

.shop-join-welcome-card {
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 16px;
	padding: 40px;
	margin: 35px 0;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(10px);
    max-width: 420px;
    margin-left: 720px;

}

.welcome-header {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}

.welcome-header h2 {
	font-size: 28px;
	color: #333;
	margin: 0 0 10px 0;
	font-weight: 600;
}

.welcome-subtitle {
	font-size: 18px;
	color: #4285F4;
	margin: 0;
	font-weight: 500;
}

.welcome-content {
	margin-bottom: 30px;
}

.welcome-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 15px;
	background: #f8f9fa;
	border-radius: 10px;
	transition: all 0.3s;
}

.welcome-item:hover {
	background: #f0f0f0;
	transform: translateX(5px);
}

.welcome-icon {
	font-size: 32px;
	margin-right: 15px;
	flex-shrink: 0;
    margin-top: 20px;
}

.welcome-text {
	flex: 1;
}

.welcome-text p {
	margin: 5px 0;
	color: #666;
	line-height: 1.6;
}

.welcome-text .highlight {
	color: #4285F4;
	font-weight: 600;
}

.welcome-actions {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.btn-apply-primary,
.btn-apply-secondary {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s;
	cursor: pointer;
	border: none;
}

.btn-apply-primary {
	background: linear-gradient(135deg, #4285F4 0%, #00c6ff 100%);
	color: #fff;
	box-shadow: 0 4px 15px rgba(66, 133, 244, 0.3);
}

.btn-apply-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(66, 133, 244, 0.4);
}

.btn-apply-secondary {
	background: #fff;
	color: #4285F4;
	border: 2px solid #4285F4;
}

.btn-apply-secondary:hover {
	background: #4285F4;
	color: #fff;
}

.btn-apply-disabled {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	background: #ddd;
	color: #999;
	cursor: not-allowed;
}

/* 贴心提示 */
.shop-join-tips {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 40px 0;
}

.tips-card {
	display: flex;
	align-items: flex-start;
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.tips-icon {
	font-size: 48px;
	margin-right: 20px;
	flex-shrink: 0;
    margin-top: 20px;
}

.tips-content h3 {
	font-size: 20px;
	color: #333;
	margin: 0 0 15px 0;
	font-weight: 600;
}

.tips-content p {
	color: #666;
	line-height: 1.8;
	margin: 0;
    font-size: 16px;
}

/* 主要内容区域 */
.shop-join-main {
	background: #fff;
	padding: 60px 0;
}

.section-title {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 3px solid #4285F4;
}

.title-icon {
	font-size: 28px;
	margin-right: 12px;
}

.section-title h3 {
	font-size: 24px;
	color: #333;
	margin: 0;
	font-weight: 600;
}

/* 新流程样式 */
.apply-step-new {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px 0;
	padding: 30px;
	background: #f8f9fa;
	border-radius: 16px;
}

.step-item {
	flex: 1;
	min-width: 150px;
	text-align: center;
	position: relative;
}

.step-number {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: 32px;
	background: #4285F4;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	z-index: 2;
	box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

.step-icon {
	margin: 20px auto 15px;
	width: 80px;
	height: 80px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.step-item:hover .step-icon {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.step-icon i {
	background: url(../img/btn_80x80.png) no-repeat;
	display: block;
	width: 80px;
	height: 80px;
}

.step-icon i.a { background-position: -12px 0px; }
.step-icon i.b { background-position: -94px 0px; }
.step-icon i.c { background-position: -176px 0px; }
.step-icon i.d { background-position: -258px 0px; }
.step-icon i.e { background-position: -340px 0px; }

.step-title {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.step-connector {
	flex: 0 0 40px;
	height: 3px;
	background: linear-gradient(140deg, #FF7B86 0%, #e9ddde 100%);
	margin: 0 10px;
	position: relative;
	top: -20px;
}

/* 入驻指南标签页 */
.guide-tabs {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	margin-top: 20px;
}

.guide-tab-nav {
	margin: 0;
	padding: 0;
	display: flex;
	background: #f8f9fa;
	border-bottom: 2px solid #e9ecef;
}

.guide-tab-nav li {
	flex: 1;
	list-style: none;
	padding: 18px 20px;
	text-align: center;
	cursor: pointer;
	color: #666;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s;
	border-bottom: 3px solid transparent;
}

.guide-tab-nav li:hover {
	color: #4285F4;
	background: #fff;
}

.guide-tab-nav li.on {
	color: #4285F4;
	background: #fff;
	border-bottom-color: #4285F4;
	font-weight: 600;
}

.guide-tab-content {
	padding: 30px;
	min-height: 300px;
	background: #fff;
}

.guide-tab-item {
	display: none;
	line-height: 1.8;
	color: #666;
}

.guide-tab-item:first-child {
	display: block;
}

/* 保留旧样式以兼容 */
.apply-banner{width: 100%;height:320px;position: relative;z-index: 1;top:-8px;display: none;}
.apply-msg-box{display: none;}
.apply-tips{display: none;}
.apply-step{display: none;}
.apply-step-head{display: none;}

.main-head{font-size:17px;font-weight:bold;height:35px;line-height:35px;text-align:left;}
.apply-box {border-top: 2px solid #FC7A64;border-left: 1px solid #eeeeee;border-right: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;padding: 5px 0px 0px 5px;}
.apply-box2 {border-top: 2px solid #FC7A64;}
.apply-agreement-box{height:350px;border:1px solid #eeeeee;padding:5px;overflow:auto;margin:0 auto;}
.apply-agreement-box .tip{color:gray}
.agreement-table{width:100%;margin-bottom:10px;}
.agreement-table th{text-align: right;width:250px;}
.agreement-table td{text-align: left;padding:8px 0px 8px 0px}
.agreement-table .head-ititle{background:url('../img/img_seller_ggjt.png') no-repeat 5px 4px;padding-left:28px;padding-bottom:5px;font-weight:bold;}
.agreement-table input[type=text]{margin:2px;width: 400px;}
.agreement-table textarea{margin:2px;}
.agreement_box{text-align:center;margin-top:5px;}
.agreement-bottom{padding:10px 5px;text-align: center}
.examine-tips{text-align: center;width:100%;padding-top:60px;padding-bottom:80px;font-weight: 600;font-size:16px;color:#999;}
.agreement-table .c-tip{padding-top:5px;}
label{margin-right:20px;}
.webuploader-pick{padding:3px 10px;}
.goodsCat{width:200px;margin-right:20px;float:left;}
.wst-tab-box {width: 100%;height: auto;margin: 0px auto;background: #ffffff;margin-top:10px;}
.wst-tab-nav {margin: 0;padding: 0;height: 35px;top: 0px;z-index: 30;background: #ffffff;width:100%;border-bottom: 1px solid #eeeeee;border-left: 1px solid #eeeeee}
.wst-tab-nav li {width:23.24%;cursor: pointer;float: left;margin: 0 0px;list-style: none;border: 1px solid #eee;border-bottom: none;border-left: none;line-height: 34px;text-align: center;color: #000000;padding-left: 10px;padding-right: 10px;}
.wst-tab-nav .on {border-top: 1px solid #ff2704;border-bottom: 1px solid #ffffff;color: #ff2704;font-weight:bold;}
.wst-tab-content {padding: 5px;width: 99%;height: auto;border: 1px solid #eee;border-top:none;background: #FFF;}
.upload-picker div:nth-child(2){top:0!important;left:0!important;width:200px!important;height:100%!important;}
#totalCatFee{color:red;}
/**支付方式**/
.pay-box{border-left:1px solid #eeeeee;border-right:1px solid #eeeeee;border-top:1px solid #eeeeee;padding:5px 0px 10px 10px;}
.pay-boxs{padding:0 20px;border-bottom: 1px solid #fff;}
.pay-box ul{padding-left:15px;}
.pay-box ul li{width:1185px;}
.pay-box .label{width:200px;float:left;height:30px;line-height:30px;}
.pay-box .txt{height:auto;line-height:30px;width:985px;float:left;color:#999999;}
.pay-sbox{border:1px solid #eeeeee;padding:5px 0px;}
.pay-sbox-head{border-bottom: 2px solid #ddd;line-height:35px;}
.pay-tip1{height:37px;width:760px;text-align: center;margin:10px auto;background: url(../img/pay_liucheng.png) no-repeat 0px -10px;background-size: cover; }
.pay-tip2{height:37px;width:760px;text-align: center;margin:10px auto;background: url(../img/pay_liucheng.png) no-repeat 0px -71px;background-size: cover; }
.pay-tip3{height:37px;width:760px;text-align: center;margin:10px auto;background: url(../img/pay_liucheng.png) no-repeat 0px -132px;background-size: cover; }
.pay-sbox .qrcode-box{min-height: 300px;height: auto;}
.pay-sbox .tips-box{line-height:35px;text-align: left;font-weight: bold;padding:5px 10px;}
.pay-sbox .qrcode-box .pbox{text-align: center;margin-top: 10px;font-weight: bold;}
.pay-sbox .wst-qrcode{width:260px;height:260px;text-align:center;margin:0 auto;}
.pay-sbox .wst-qrcode img{width:260px;height:260px;}
.pay-sbox .bnt-box{text-align:center;font-weight: bold;padding:5px 10px;line-height:50px;}
.pay-sbox .pay-type{line-height:35px;text-align: left;font-weight: bold;padding:5px 10px;}
.pay-sbox .pay-list{text-align: left;font-weight: bold;padding:5px 10px;}
.pay-sbox .succ-box{text-align: center;padding: 50px;}
.wst-payCode-weixinpays {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/weixinpays.png) no-repeat 0px 0px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-weixinpays-curr {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/weixinpays.png) no-repeat 0px -75px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-alipays {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/alipays.png) no-repeat 0px 0px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-alipays-curr {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/alipays.png) no-repeat 0px -75px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-wallets {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/wallets.png) no-repeat 0px 0px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.wst-payCode-wallets-curr {height:69px;width:167px;text-align: center;margin:10px auto;background: url(../img/wallets.png) no-repeat 0px -75px;background-size: cover;float: left;margin-right:10px;cursor:pointer;}
.pay-sbox{border:1px solid #eeeeee;padding:5px 0px;}
.pay-sbox .balance-box{min-height: 300px;height: auto;}
.pay-sbox .balance-box .pbox{text-align: center;padding-top: 40px;font-weight: bold;}
.pay-sbox .balance-box .pbox2{text-align: center;padding-top: 10px;font-weight: bold;}
.pbox-tip{color:#0ae;margin-left:10px;}
.pay-btn{background: #eb5f43 none repeat scroll 0 0;border: 1px solid #d33110;border-radius: 3px;color: #ffffff;cursor: pointer;outline: medium none;}
.pay-sbox .wst-pay-bnt {height:40px;width:132px;text-align: center;margin:10px auto;background: url(../img/btn_pay.png) no-repeat 0px 0px;cursor:pointer;}
.pay-sbox .wst-pay-bnt:hover {height:40px;width:132px;text-align: center;margin:10px auto;background: url(../img/btn_pay.png) no-repeat 0px -57px;cursor:pointer;}
.wst-wallet-box{border:1px solid #ddd;margin:10px;padding:5px;line-height: 35px;height:40px;}
.wst-wallet-box .wst-wallte-item{background:url("../img/icon_qianbaoyue.png") no-repeat;padding-left:30px;height:30px;margin-top:5px;float:left;}

/* shop join v2 */
.join-v2{
	background:#f4f7ff;
	padding-bottom:42px;
}
.join-v2 .wst-container{
	position:relative;
}
.join-v2-hero{
	position:relative;
	padding:34px 28px;
	border-radius:20px;
	margin-top:22px;
	background:
		linear-gradient(140deg, rgba(17,36,78,.95), rgba(30,58,122,.92)),
		repeating-linear-gradient(120deg, rgba(137,166,235,.18) 0 2px, transparent 2px 18px);
	color:#eaf1ff;
	overflow:hidden;
}
.join-v2-hero::before{
	content:"";
	position:absolute;
	inset:0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
	background-size:42px 42px;
	opacity:.3;
}
.join-v2-header{
	position:relative;
	z-index:2;
	display:flex;
	justify-content:space-between;
	gap:22px;
	flex-wrap:wrap;
}
.join-v2-title h2{
	margin:0;
	font-size:34px;
	letter-spacing:1px;
}
.join-v2-title p{
	margin:10px 0 0;
	color:#c8d6fa;
}
.join-v2-lines{
	min-width:280px;
	padding-top:6px;
}
.join-v2-lines i{
	display:block;
	height:2px;
	margin:11px 0;
	background:linear-gradient(90deg, transparent, rgba(149,188,255,.9), transparent);
}
.join-v2-body{
	position:relative;
	z-index:2;
	margin-top:22px;
	display:grid;
	grid-template-columns:1.1fr 1fr;
	gap:16px;
}
.join-v2-panel{
	border:1px solid rgba(196,218,255,.28);
	border-radius:14px;
	background:rgba(5,18,46,.34);
	padding:16px 18px;
}
.join-v2-panel h4{
	margin:0 0 10px;
	font-size:16px;
	color:#eff4ff;
}
.join-v2-panel p{
	margin:0 0 8px;
	line-height:1.8;
	color:#d5e0fb;
}
.join-v2-actions{
	display:flex;
	gap:12px;
	margin-top:8px;
	flex-wrap:wrap;
}
.join-v2-btn{
	min-width:134px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:10px;
	padding:0 16px;
}
.join-v2-btn.primary{
	background:linear-gradient(135deg, #4e7ae6, #6a95ff);
	color:#fff;
}
.join-v2-btn.secondary{
	background:rgba(255,255,255,.12);
	border:1px solid rgba(186,207,255,.42);
	color:#e6efff;
}
.join-v2-btn.disabled{
	background:rgba(255,255,255,.2);
	color:#cbd7f5;
	cursor:not-allowed;
}
.join-v2-section{
	margin-top:20px;
	background:#fff;
	border:1px solid #e4ebf8;
	border-radius:16px;
	padding:22px 20px;
	box-shadow:0 10px 26px rgba(25,44,90,.08);
}
.join-v2-section-title{
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:18px;
}
.join-v2-section-title h3{
	margin:0;
	font-size:22px;
	color:#213a6d;
}
.join-v2-section-title span{
	display:block;
	width:34px;
	height:4px;
	border-radius:4px;
	background:linear-gradient(90deg, #446fda, #77a0ff);
}
.join-v2-steps{
	position:relative;
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:12px;
}
.join-v2-steps::before{
	content:"";
	position:absolute;
	left:8%;
	right:8%;
	top:28px;
	height:2px;
	background:linear-gradient(90deg, #9ebcf8, #5885e8, #9ebcf8);
}
.join-v2-step{
	position:relative;
	padding-top:2px;
	text-align:center;
}
.join-v2-step .dot{
	position:relative;
	z-index:2;
	width:18px;
	height:18px;
	margin:0 auto 14px;
	border-radius:50%;
	background:#fff;
	border:4px solid #4b75dc;
	box-shadow:0 0 0 6px rgba(75,117,220,.15);
}
.join-v2-step .num{
	display:inline-block;
	font-size:12px;
	color:#4b75dc;
	border:1px solid #d3dff8;
	border-radius:999px;
	padding:2px 8px;
	margin-bottom:8px;
	background:#f8fbff;
}
.join-v2-step .txt{
	font-size:14px;
	color:#334f86;
	line-height:1.6;
}
.join-v2-guide{
	border-radius:12px;
	overflow:hidden;
	border:1px solid #e3eafb;
}
.join-v2-guide .guide-tab-nav{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	padding:12px;
	background:#f7f9ff;
	border-bottom:1px solid #e3eafb;
}
.join-v2-guide .guide-tab-nav li{
	padding:7px 14px;
	background:#fff;
	border:1px solid #dbe5fb;
	border-radius:999px;
	color:#4d6495;
}
.join-v2-guide .guide-tab-nav .curr,
.join-v2-guide .guide-tab-nav .j-tab-selected,
.join-v2-guide .guide-tab-nav li.on{
	background:linear-gradient(135deg,#2f4f9a,#5e83df);
	color:#fff;
	border-color:transparent;
}
.join-v2-guide .guide-tab-content.wst-tab-content{
	width:100%;
	border:none;
	padding:0;
	min-height:0;
	background:#fff;
}
.join-v2-guide .guide-tab-item{
	padding:18px;
	line-height:1.9;
	color:#2e3e63;
}
.join-v2-guide .guide-tab-item img{
	max-width:100%;
}
@media (max-width:980px){
	.join-v2-hero{padding:24px 16px;}
	.join-v2-body{grid-template-columns:1fr;}
	.join-v2-steps{grid-template-columns:1fr 1fr;gap:14px;}
	.join-v2-steps::before{display:none;}
}

/* shop join step v2 */
.joinstep-v2{
	background:#f4f7ff;
	padding:20px 0 48px;
}
.joinstep-v2 .wst-container{
	position:relative;
}
.joinstep-v2 .flow-container{
	display:none;
}
.joinstep-v2-hero{
	border-radius:18px;
	padding:22px 22px 18px;
	margin:14px 0 16px;
	color:#eaf1ff;
	background:
		linear-gradient(140deg, rgba(17,36,78,.96), rgba(30,58,122,.92)),
		repeating-linear-gradient(120deg, rgba(137,166,235,.18) 0 2px, transparent 2px 18px);
	overflow:hidden;
	position:relative;
	box-shadow:0 14px 34px rgba(19,34,66,.22);
}
.joinstep-v2-hero::before{
	content:"";
	position:absolute;
	inset:0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
		linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
	background-size:42px 42px;
	opacity:.28;
}
.joinstep-v2-hero-top{
	position:relative;
	z-index:2;
	display:flex;
	justify-content:space-between;
	gap:18px;
	flex-wrap:wrap;
	align-items:flex-end;
}
.joinstep-v2-title h2{
	margin:0;
	font-size:28px;
	letter-spacing:1px;
}
.joinstep-v2-title p{
	margin:10px 0 0;
	color:#c8d6fa;
}
.joinstep-v2-current{
	display:flex;
	align-items:center;
	gap:10px;
	background:rgba(0,0,0,.18);
	border:1px solid rgba(186,207,255,.22);
	border-radius:999px;
	padding:10px 14px;
}
.joinstep-v2-current .tag{
	font-size:12px;
	color:#dbe7ff;
	background:rgba(255,255,255,.12);
	border:1px solid rgba(255,255,255,.18);
	border-radius:999px;
	padding:2px 8px;
}
.joinstep-v2-current b{
	font-size:14px;
	color:#ffffff;
	letter-spacing:.5px;
}
.joinstep-v2-steps{
	position:relative;
	z-index:2;
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:10px;
	margin-top:18px;
}
.joinstep-v2-steps::before{
	content:"";
	position:absolute;
	left:6%;
	right:6%;
	top:16px;
	height:2px;
	background:linear-gradient(90deg, rgba(155,190,255,.35), rgba(120,156,238,.92), rgba(155,190,255,.35));
}
.joinstep-v2-step{
	text-align:center;
	position:relative;
	padding-top:2px;
}
.joinstep-v2-step .node{
	position:relative;
	z-index:2;
	width:18px;
	height:18px;
	margin:0 auto 10px;
	border-radius:50%;
	background:rgba(255,255,255,.9);
	border:4px solid rgba(106,149,255,.75);
	box-shadow:0 0 0 6px rgba(106,149,255,.14);
}
.joinstep-v2-step .node span{
	display:none;
}
.joinstep-v2-step .label{
	font-size:13px;
	color:#dbe7ff;
	line-height:1.5;
}
.joinstep-v2-step.is-done .node{
	border-color:#5ce5b2;
	box-shadow:0 0 0 6px rgba(92,229,178,.16);
}
.joinstep-v2-step.is-current .node{
	border-color:#ffd08a;
	box-shadow:0 0 0 8px rgba(255,208,138,.16);
}
.joinstep-v2-head{
	margin:0 0 10px;
	font-size:18px;
	color:#213a6d;
}
.joinstep-v2 .apply-box,
.joinstep-v2 .apply-box2,
.joinstep-v2 .apply-agreement-box{
	background:#fff;
	border:1px solid #e4ebf8;
	border-radius:16px;
	box-shadow:0 10px 26px rgba(25,44,90,.08);
}
.joinstep-v2 .apply-box,
.joinstep-v2 .apply-box2{
	padding:14px 14px 6px;
}
.joinstep-v2 .apply-agreement-box{
	padding:16px;
}
.joinstep-v2 .agreement-bottom{
	margin-top:16px;
	background:#fff;
	border:1px solid #e4ebf8;
	border-radius:16px;
	box-shadow:0 10px 26px rgba(25,44,90,.08);
	padding:14px 16px;
}
.joinstep-v2 .btn-submit{
	background:linear-gradient(135deg, #2f4f9a, #6a95ff);
	border:none;
	color:#fff !important;
	border-radius:10px;
	padding:10px 18px;
}
.joinstep-v2 .btn-cancel{
	background:#f3f6ff;
	border:1px solid #dbe5fb;
	color:#35569f !important;
	border-radius:10px;
	padding:10px 18px;
}
@media (max-width:980px){
	.joinstep-v2-steps{grid-template-columns:1fr 1fr;gap:12px;}
	.joinstep-v2-steps::before{display:none;}
}

/* joinstep v2: form styling (step2/step3 etc) */
.joinstep-v2 .agreement-table{
	width:100%;
	margin:0;
	border-collapse:separate;
	border-spacing:0 10px;
}
.joinstep-v2 .agreement-table tr{
	background:transparent;
}
.joinstep-v2 .agreement-table th,
.joinstep-v2 .agreement-table td{
	padding:10px 10px;
	vertical-align:middle;
}
.joinstep-v2 .agreement-table th{
	width:190px;
	text-align:right;
	color:#2f467a;
	font-weight:600;
	letter-spacing:.2px;
}
.joinstep-v2 .agreement-table td{
	color:#2e3e63;
}
.joinstep-v2 .agreement-table .c-tip{
	padding-top:6px;
	color:#7a8bb0;
	line-height:1.7;
}
.joinstep-v2 .agreement-table input[type=text],
.joinstep-v2 .agreement-table input[type=password],
.joinstep-v2 .agreement-table textarea,
.joinstep-v2 .agreement-table select,
.joinstep-v2 input.a-ipt,
.joinstep-v2 textarea.a-ipt,
.joinstep-v2 select.a-ipt{
	box-sizing:border-box;
	border:1px solid #d6dfee;
	border-radius:12px;
	background:#fff;
	color:#1b2a4a;
	height:40px;
	line-height:40px;
	padding:0 12px;
	outline:none;
	transition:all .15s ease;
}
.joinstep-v2 .agreement-table textarea,
.joinstep-v2 textarea.a-ipt{
	height:auto;
	line-height:1.8;
	padding:10px 12px;
	min-height:96px;
	resize:vertical;
}
.joinstep-v2 .agreement-table input[type=text]{
	width:min(520px, 100%);
}
.joinstep-v2 .agreement-table select,
.joinstep-v2 select.a-ipt{
	height:40px;
	line-height:40px;
	padding-right:34px;
}
.joinstep-v2 .agreement-table input[type=text]:focus,
.joinstep-v2 .agreement-table input[type=password]:focus,
.joinstep-v2 .agreement-table textarea:focus,
.joinstep-v2 .agreement-table select:focus,
.joinstep-v2 .a-ipt:focus{
	border-color:#4f78db;
	box-shadow:0 0 0 3px rgba(79,120,219,.15);
}
.joinstep-v2 .msg-box,
.joinstep-v2 .msg-box *{
	font-size:12px;
}

/* goods category multi-checkbox layout */
.joinstep-v2 .goodsCat{
	float:none;
	width:calc(50% - 14px);
	min-width:210px;
	margin:0 10px 10px 0;
	display:inline-flex;
	align-items:center;
	gap:8px;
}
.joinstep-v2 .goodsCat input[type=checkbox]{
	margin:0;
	transform:translateY(1px);
}
.joinstep-v2 .goods-cat{
	margin-right:0;
}

/* upload picker modern look */
.joinstep-v2 .upload-picker{
	width:min(520px,100%);
	height:42px;
	line-height:42px;
	border-radius:12px;
	border:1px dashed #bcd0f4;
	background:linear-gradient(180deg,#f8fbff,#ffffff);
	color:#35569f;
	padding:0 14px;
	cursor:pointer;
}
.joinstep-v2 .upload-picker:hover{
	border-color:#4f78db;
	box-shadow:0 0 0 3px rgba(79,120,219,.12);
}
.joinstep-v2 .upload-picker .webuploader-pick{
	background:transparent;
	padding:0;
	color:inherit;
}
.joinstep-v2 .agreement-table img{
	border-radius:10px;
}

/* map container keep within card */
.joinstep-v2 #container{
	border-radius:14px;
	overflow:hidden;
	border:1px solid #dbe5fb;
}

/* step4 examine: rotating plant + new typography */
.joinstep-v2 .examine-tips{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:26px;
	padding:28px 18px;
	min-height:220px;
	font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
.joinstep-v2 .joinstep-plant-spin{
	width:176px;
	height:176px;
	background:url(../img/plant_rotate.svg) no-repeat center;
	background-size:contain;
	animation:plantSpin 7.2s linear infinite, plantBob 2.8s ease-in-out infinite;
	filter: drop-shadow(0 14px 18px rgba(12,24,56,.14));
}
.joinstep-v2 .joinstep-plant-spin.is-fast{
	animation-duration:4.8s, 2.6s;
}
.joinstep-v2 .joinstep-plant-spin.is-pause{
	animation:none;
	opacity:.92;
	transform:rotate(-8deg);
}
.joinstep-v2 .joinstep-examine-text{
	max-width:560px;
	text-align:left;
}
.joinstep-v2 .joinstep-examine-title{
	font-size:24px;
	font-weight:800;
	letter-spacing:.5px;
	color:#223a6a;
	margin-bottom:10px;
}
.joinstep-v2 .joinstep-examine-desc{
	font-size:15px;
	line-height:1.9;
	color:#52658f;
}
@keyframes plantSpin{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
@keyframes plantBob{
	0%,100%{translate:0 0;}
	50%{translate:0 -6px;}
}
@media (max-width:980px){
	.joinstep-v2 .examine-tips{
		flex-direction:column;
		text-align:center;
	}
	.joinstep-v2 .joinstep-examine-text{
		text-align:center;
	}
}

@media (max-width:980px){
	.joinstep-v2 .agreement-table th{
		width:110px;
	}
	.joinstep-v2 .agreement-table input[type=text]{
		width:100%;
	}
	.joinstep-v2 .goodsCat{
		width:100%;
		min-width:auto;
	}
}