.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;}