/* ============================================
   现代化商家入驻页面样式
   ============================================ */

/* 页面容器 */
.wst-shop-apply-wrapper {
    width: 100%;
    min-height: 100vh;
    background: #f5f7fa;
}

/* Banner区域 - 现代化设计 */
.apply-banner-modern {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
}

.apply-banner-modern .wst-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.apply-banner-modern .wst-container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

/* 消息框 - 现代化设计 */
.apply-msg-box-modern {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    width: 380px;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    margin-left: 50px;
}

.apply-msg-box-modern h3 {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
}

.apply-msg-box-modern .title-modern {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.apply-list-modern {
    color: #666;
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
    height: auto;
}

.apply-list-modern li {
    margin: 0 0 15px 0;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}

.apply-list-modern li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4a90e2;
    font-size: 20px;
    line-height: 1.4;
}

.apply-list-modern .highlight {
    color: #4a90e2;
    font-weight: 600;
}

.bottom-modern {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    background: transparent;
    filter: none;
    text-align: left;
}

.btn-submit-modern {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
    border: 0;
}

.btn-submit-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.6);
    color: #fff;
    text-decoration: none;
}

.btn-submit-modern.btn-query {
    background: #fff;
    color: #4a90e2;
    border: 2px solid #4a90e2;
    box-shadow: none;
}

.btn-submit-modern.btn-query:hover {
    background: #4a90e2;
    color: #fff;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
}

.btn-cancel-modern {
    display: inline-block;
    padding: 12px 28px;
    background: #e9ecef;
    color: #999;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: not-allowed;
    border: 0;
}

/* 贴心提示区域 - 现代化设计 */
.apply-tips-modern {
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #e9ecef;
}

.tips-content-modern {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.tips-icon-modern {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tips-icon-modern i {
    background: url(../img/ic_volume_24x24.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.tips-text-modern {
    flex: 1;
}

.tips-text-modern h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.tips-text-modern p {
    color: #666;
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
}

/* 入驻流程区域 */
.apply-process-section {
    padding: 50px 0;
    background: #fff;
}

.apply-step-head-modern {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #e9ecef;
    text-align: center;
}

.apply-guide-head {
    margin-top: 60px;
}

/* 现代化步骤条设计 */
.apply-step-modern {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.step-item-modern {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-item-modern:last-child .step-line-modern {
    display: none;
}

.step-icon-modern {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
    transition: all 0.3s ease;
}

.step-icon-modern:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.5);
}

.step-number {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 3;
}

.step-icon-modern::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.step-line-modern {
    position: absolute;
    top: 40px;
    left: calc(50% + 40px);
    width: calc(100% - 80px);
    height: 3px;
    background: linear-gradient(to right, #4a90e2 0%, #357abd 100%);
    z-index: 1;
}

.step-content-modern {
    margin-top: 20px;
    text-align: center;
}

.step-title-modern {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}

/* 入驻指南标签页 - 现代化设计 */
.wst-tab-box-modern {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-top: 30px;
}

.wst-tab-nav-modern {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
}

.wst-tab-nav-modern li {
    flex: 1;
    padding: 18px 20px;
    text-align: center;
    cursor: pointer;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    background: transparent;
    border: none;
    border-left: none;
    border-right: none;
    line-height: normal;
}

.wst-tab-nav-modern li:hover {
    color: #4a90e2;
    background: rgba(74, 144, 226, 0.05);
}

.wst-tab-nav-modern li.on {
    color: #4a90e2;
    border-bottom-color: #4a90e2;
    background: #fff;
    font-weight: 600;
}

.wst-tab-content-modern {
    padding: 30px;
    min-height: 300px;
    background: #fff;
    border: none;
    border-top: none;
}

.wst-tab-item-modern {
    display: none;
    position: relative;
    line-height: 1.8;
    color: #666;
    font-size: 14px;
}

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

/* 兼容旧版样式 */
.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;
}

/* 隐藏旧版样式元素 */
.apply-banner,
.apply-msg-box,
.apply-tips,
.apply-step,
.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;
}

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

/* 响应式设计 */
@media (max-width: 768px) {
    .apply-msg-box-modern {
        width: 90%;
        margin: 20px auto;
    }

    .apply-step-modern {
        flex-direction: column;
        gap: 30px;
    }

    .step-line-modern {
        display: none;
    }

    .step-item-modern {
        width: 100%;
    }
}
/* ============================================
   入驻步骤页面样式
   ============================================ */

.wst-shop-apply-step-wrapper {
    background: #f5f7fa;
    min-height: 100vh;
    padding: 40px 0;
}

/* 现代化步骤条容器 */
.flow-container-modern {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.stepflex-modern {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    padding: 40px 0;
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 50px 40px;
}

.step-item-modern-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    min-width: 0;
}

.step-icon-modern-step {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.step-icon-modern-step.icon-active {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
    animation: pulse 2s infinite;
}

.step-icon-modern-step.icon-inactive {
    background: #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.step-item-modern-step:hover .step-icon-modern-step {
    transform: scale(1.1);
}

.step-item-modern-step:hover .step-icon-modern-step.icon-active {
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.5);
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(74, 144, 226, 0.5);
    }
}

.step-number-modern {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.step-icon-modern-step.icon-active .step-number-modern {
    color: #fff;
}

.step-icon-modern-step.icon-inactive .step-number-modern {
    color: #999;
}

.step-line-modern-step {
    position: absolute;
    top: 30px;
    left: calc(50% + 30px);
    width: calc(100% - 60px);
    height: 3px;
    z-index: 1;
    transition: all 0.3s ease;
    pointer-events: none;
}

.step-line-modern-step.line-active {
    background: linear-gradient(to right, #4a90e2 0%, #357abd 100%);
}

.step-line-modern-step:not(.line-active) {
    background: #e9ecef;
}

.step-content-modern-step {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.step-title-modern-step {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    word-break: break-all;
    padding: 0 5px;
}

.step-title-modern-step.title-active {
    color: #4a90e2;
    font-weight: 600;
}

.step-title-modern-step.title-inactive {
    color: #999;
}

.main-head-modern {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 40px 0 30px;
    padding: 0 20px;
    text-align: center;
}

/* 表单区域现代化样式 */
.wst-shop-apply-step-wrapper .apply-box {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.wst-shop-apply-step-wrapper .apply-box2 {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-top: 2px solid #4a90e2;
}

.wst-shop-apply-step-wrapper .agreement-table {
    width: 100%;
    margin-bottom: 20px;
}

.wst-shop-apply-step-wrapper .agreement-table th {
    text-align: right;
    width: 250px;
    padding: 15px 20px 15px 0;
    color: #333;
    font-weight: 500;
    vertical-align: top;
}

.wst-shop-apply-step-wrapper .agreement-table td {
    text-align: left;
    padding: 15px 0;
    color: #666;
}

.wst-shop-apply-step-wrapper .agreement-table input[type=text],
.wst-shop-apply-step-wrapper .agreement-table input[type=password],
.wst-shop-apply-step-wrapper .agreement-table select,
.wst-shop-apply-step-wrapper .agreement-table textarea {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    /*padding: 10px 15px;*/
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 500px;
}

.wst-shop-apply-step-wrapper .agreement-table input[type=text]:focus,
.wst-shop-apply-step-wrapper .agreement-table input[type=password]:focus,
.wst-shop-apply-step-wrapper .agreement-table select:focus,
.wst-shop-apply-step-wrapper .agreement-table textarea:focus {
    border-color: #4a90e2;
    outline: none;
    box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.1);
}

.wst-shop-apply-step-wrapper .agreement-table textarea {
    min-height: 100px;
    resize: vertical;
}

.wst-shop-apply-step-wrapper .c-tip {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.6;
}

.wst-shop-apply-step-wrapper .examine-tips {
    text-align: center;
    padding: 60px 20px;
    font-size: 16px;
    color: #666;
}

.wst-shop-apply-step-wrapper .examine-tips img {
    vertical-align: middle;
    margin-right: 10px;
}

/* 兼容旧版样式 - 隐藏 */
.stepflex {
    display: none;
}

.flow-container {
    display: none;
}

.stepflex dl {
    display: none;
}

dl.doing {
    display: none;
}

.doing .s-num {
    display: none;
}

.s-num,
.s-num1 {
    display: none;
}

.s-num {
    display: none;
}

.s-num1 {
    display: none;
}

.s-text1 {
    display: none;
}

.s-text {
    display: none;
}

select {
    height: 29px;
}

.webuploader-container {
    overflow: hidden;
}

/* 隐藏旧版样式元素 */
.apply-banner,
.apply-msg-box,
.apply-tips,
.apply-step,
.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-modern {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px;
    margin: 30px auto;
    max-width: 1000px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    max-height: 500px;
    overflow-y: auto;
}

.apply-agreement-box-modern::-webkit-scrollbar {
    width: 8px;
}

.apply-agreement-box-modern::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.apply-agreement-box-modern::-webkit-scrollbar-thumb {
    background: #4a90e2;
    border-radius: 4px;
}

.apply-agreement-box-modern::-webkit-scrollbar-thumb:hover {
    background: #357abd;
}

.agreement-content-modern {
    color: #333;
    line-height: 1.8;
    font-size: 14px;
}

.agreement-content-modern h1,
.agreement-content-modern h2,
.agreement-content-modern h3 {
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 10px;
}

.agreement-content-modern p {
    margin-bottom: 10px;
}

.agreement-content-modern .tip {
    color: #999;
}

/* 协议勾选框样式 */
.agreement_box-modern {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.agreement-checkbox-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
}

.agreement-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    cursor: pointer;
    accent-color: #4a90e2;
}

.agreement-checkbox-text {
    color: #333;
    font-weight: 500;
}

/* 底部按钮区域 */
.agreement-bottom-modern {
    padding: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.btn-cancel-modern-step {
    display: inline-block;
    padding: 12px 40px;
    background: #fff;
    color: #666;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
}

.btn-cancel-modern-step:hover {
    background: #f8f9fa;
    border-color: #4a90e2;
    color: #4a90e2;
    text-decoration: none;
}

.btn-submit-modern-step {
    display: inline-block;
    padding: 12px 40px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
    border: 0;
}

.btn-submit-modern-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.6);
    color: #fff;
    text-decoration: none;
}

/* 兼容旧版样式 */
.apply-agreement-box {
    display: none;
}

.agreement_box {
    display: none;
}

.agreement-bottom {
    display: none;
}

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

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

/* 响应式设计 */
@media (max-width: 768px) {
    .apply-msg-box-modern {
        width: 90%;
        margin: 20px auto;
    }

    .apply-step-modern {
        flex-direction: column;
        gap: 30px;
    }

    .step-line-modern {
        display: none;
    }

    .step-item-modern {
        width: 100%;
    }

    .stepflex-modern {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }

    .step-line-modern-step {
        display: none;
    }

    .step-item-modern-step {
        width: 100%;
    }

    .flow-container-modern {
        padding: 0 15px;
    }

    .apply-agreement-box-modern {
        margin: 20px 15px;
        padding: 20px;
        max-height: 400px;
    }

    .agreement-bottom-modern {
        flex-direction: column;
        gap: 15px;
        padding: 20px 15px;
    }

    .btn-cancel-modern-step,
    .btn-submit-modern-step {
        width: 100%;
        max-width: 300px;
    }

    .wst-shop-apply-step-wrapper .apply-box,
    .wst-shop-apply-step-wrapper .apply-box2 {
        margin: 20px 15px;
        padding: 20px;
    }

    .wst-shop-apply-step-wrapper .agreement-table th {
        width: 100%;
        text-align: left;
        padding: 10px 0 5px 0;
        display: block;
    }

    .wst-shop-apply-step-wrapper .agreement-table td {
        padding: 0 0 15px 0;
        display: block;
        width: 100%;
    }

    .wst-shop-apply-step-wrapper .agreement-table input[type=text],
    .wst-shop-apply-step-wrapper .agreement-table input[type=password],
    .wst-shop-apply-step-wrapper .agreement-table select,
    .wst-shop-apply-step-wrapper .agreement-table textarea {
        max-width: 100%;
    }
}
