/* === styles.css === */
/* ThemeName=速发卡首页第六套
   Description=高端自动发货平台-虚拟电商一站式解决方案
   Version=V1.3.0
*/

/* 商户进件样式 */
.feature-cards {
    margin-bottom: 24px;
}

.feature-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.feature-card.highlight h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    background: rgba(255,255,255,0.2);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
}

.promotion-box {
    background: linear-gradient(135deg, #fff8e6 0%, #fff3cd 100%);
    border: 1px solid #ffeaa7;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}

.promo-item {
    padding: 10px 0;
    font-size: 15px;
    color: #856404;
}

.promo-item:first-child {
    border-bottom: 1px dashed #ffeaa7;
}

.merchant-types h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.merchant-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.merchant-card {
    background: white;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s;
}

.merchant-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.merchant-icon {
    font-size: 40px;
    margin-bottom: 12px;
}

.merchant-card h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}

.merchant-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.merchant-card li {
    padding: 6px 0;
    color: #666;
    font-size: 14px;
}

/* 投诉规则样式 */
.complaint-rules {
    background: white;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,dt,dd{margin:0;padding:0;}
body{min-width:1200px;font:14px/1.8 "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;background:#fff;-webkit-text-size-adjust:100%;color:#333;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
a{color:#007AFF;text-decoration:none;}
a:hover{text-decoration:underline;}
i,em{font-style:normal;}
strong{font-weight:normal;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
.hide{display:none!important;}
.red{color:#e15f63!important;}

::-webkit-input-placeholder{color:#AAAAAA;font-size:12px;}
:-moz-placeholder{color:#AAAAAA;font-size:12px;}
::-moz-placeholder{color:#AAAAAA;font-size:12px;}
:-ms-input-placeholder{color:#AAAAAA;font-size:12px;}
::-ms-input-placeholder{color:#AAAAAA;font-size:12px;}

.ico-msg,.arr,.login-form label,.login-common .cbx,.cms-notice h2,.cms-notice .ico-new,.ico-refresh,.platform .ico,.accordion .ico,.applyment .ico,.dialog-hd .ico-cls{background:url("../imgs/sprite-wechatpay.png?v=20190327") no-repeat;overflow:hidden;}

.clr:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
.clr{zoom:1;}
.vs{display:inline-block;width:1px;height:12px;background:#505050;overflow:hidden;opacity:0.54;vertical-align:middle;margin:-2px 16px 0;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;}

.wrap{width:1120px;margin:0 auto;}
.wrap-footer{width:1280px;margin:0 auto;}

.big-title{margin-bottom:57px;font-size:28px;line-height:1.4;font-weight:700;}

.underline{text-align:center;position:relative;}
.underline:after{content:"";position:absolute;width:44px;height:4px;bottom:-19px;left:50%;margin-left:-22px;background:#007AFF;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;}

.btn-primary{display:inline-block;min-width:60px;height:30px;line-height:30px;padding:0 22px;text-align:center;background:#007AFF;color:#FFF !important;font-size:14px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.btn-primary:hover{text-decoration:none;background:#58D78C;color:#FFF;}

.ico-msg{width:46px;height:46px;vertical-align:middle;display:inline-block;}
.ico-msg.succ{background-position:0 -251px;}
.ico-msg.warn{background-position:-50px -251px;}
.ico-msg.info{background-position:-100px -251px;}

.page-msg .inner{padding-top:20px;padding-bottom:20px;}
.page-msg .msg-ico{float:left;margin-top:-1px;*margin-top:1px;}
.page-msg .msg-cnt{min-height:56px;margin-left:56px;}
.page-msg .msg-cnt p{color:#8d8d8d;word-break:break-all;}
.page-msg.align-center{text-align:center;}
.page-msg.align-center .inner{min-width:220px;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;text-align:left;}
.page-msg.align-middle .msg-cnt{min-height:auto;padding-top:11px;}
.page-msg.icon-center{text-align:center;}
.page-msg.icon-center .msg-cnt{margin-left:0;}
.page-msg.icon-center .msg-cnt h4{margin:20px 0 3px;}
.page-msg.icon-center .msg-ico{float:none;margin:0;}
.page-msg.align-center{text-align:center;}
.page-msg.align-center .inner{min-width:220px;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;text-align:left;}
/* 右侧悬浮工具栏 */
.side-toolbar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    border-radius: 14px 0 0 14px;
    box-shadow: 0 8px 22px rgba(0,80,180,0.22);
}

.side-toolbar .tool-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    padding: 0;
    border-radius: 0;
    background: #0878f8;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.36);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.2s ease;
}

.side-toolbar .tool-item:first-child {
    border-radius: 14px 0 0 0;
}

.side-toolbar .tool-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 0 14px;
}

.side-toolbar .tool-item:hover {
    background: #0069dd;
    text-decoration: none;
    z-index: 2;
}

.side-toolbar .tool-item svg {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
    color: #fff;
}

.side-toolbar .tool-item span {
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.side-toolbar .expand-panel {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    min-width: 176px;
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    transform: translateY(-50%) scale(0.96);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.side-toolbar .tool-item:hover .expand-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}

.side-toolbar .service-card {
    padding: 9px 10px;
    border-radius: 8px;
    background: #f7f9fc;
    text-align: left;
}

.side-toolbar .service-card + .service-card,
.side-toolbar .service-card + .qr-section {
    margin-top: 8px;
}

.side-toolbar .service-title {
    font-size: 12px;
    line-height: 1.35;
    color: #222;
    font-weight: 600;
}

.side-toolbar .service-desc {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.35;
    color: #666;
}

.side-toolbar .qr-section {
    text-align: center;
}

.side-toolbar .qr-title {
    margin-bottom: 4px;
    font-size: 12px;
    color: #333;
}

.side-toolbar .qr-subtitle {
    margin-bottom: 8px;
    font-size: 12px;
    color: #007AFF;
    font-weight: 600;
}

.side-toolbar .qr-section img {
    width: 104px;
    height: 104px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .side-toolbar {
        right: 0;
        gap: 0;
        border-radius: 12px 0 0 12px;
    }

    .side-toolbar .tool-item {
        width: 62px;
        height: 62px;
        border-radius: 0;
    }

    .side-toolbar .tool-item svg {
        width: 21px;
        height: 21px;
        margin-bottom: 5px;
    }

    .side-toolbar .tool-item span {
        font-size: 11px;
    }
}

/* 站点切换 */
.sitebar{height:35px;line-height:35px;background:#2C2C2C;font-size:12px;}
.sitebar a{color:#9D9D9D;}
.sitebar .selected{color:#007AFF;}

.header{height:88px;border-bottom:1px solid #eaeaea;background:#fff;overflow:visible;position:relative;z-index:500;}
.header .wrap{display:flex;align-items:center;justify-content:flex-start;height:88px;gap:0;overflow:visible;width:100%;max-width:1280px;padding:0 16px;box-sizing:border-box;}
.header .logo{float:none;flex:0 0 auto;margin:0;padding:0;max-width:200px;min-width:0;height:88px;line-height:88px;background:none;text-indent:0;font-size:20px;font-weight:700;color:#007AFF;letter-spacing:0;white-space:nowrap;overflow:hidden;}
.header .header-spacer{flex:1 1 auto;min-width:24px;height:1px;}
.header .header-toolbar{margin-left:0;display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;min-width:0;gap:6px;}
.header .logo a{color:#007AFF;text-decoration:none;font-weight:700;display:inline-block;max-width:100%;vertical-align:middle;}
.header .logo a.logo-img-link{display:flex;align-items:center;height:88px;max-width:200px;font-weight:400;overflow:hidden;}
.header .logo img,
.header .logo .logo-img{display:block;height:48px;max-height:48px;width:auto;max-width:180px;object-fit:contain;}
.header .logo a:hover{color:#007AFF;text-decoration:none;}
.header .link{float:none;flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;min-width:0;padding-top:0;gap:0;overflow:visible;position:relative;z-index:510;}
.header .link > a{display:block;float:none;line-height:30px;padding:3px 2px 0;margin:0 12px;color:#333;vertical-align:middle;border-bottom:3px solid transparent;font-size:14px;white-space:nowrap;flex-shrink:0;}
.header .link > a:hover{color:#007AFF;text-decoration:none;}
.header .link > a.selected{color:#007AFF;border-color:#007AFF;}
.header .link .nav-dropdown{position:relative;display:inline-flex;align-items:center;flex-shrink:0;height:88px;z-index:520;}
.header .link .nav-dropdown-toggle{display:block;line-height:30px;padding:3px 2px 0;margin:0 12px;color:#333;vertical-align:middle;border-bottom:3px solid transparent;font-size:14px;white-space:nowrap;cursor:pointer;text-decoration:none;}
.header .link .nav-dropdown-toggle:hover{color:#007AFF;text-decoration:none;}
.header .link .nav-dropdown.is-active > .nav-dropdown-toggle,
.header .link .nav-dropdown-toggle.selected{color:#007AFF;border-color:#007AFF;}
.header .link .nav-dropdown-menu{display:none;position:absolute;top:100%;left:auto;right:0;transform:none;min-width:148px;padding:6px 0;background:#fff;border:1px solid #e8e8e8;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:530;}
.header .link .nav-dropdown:hover .nav-dropdown-menu{display:block;}
.header .link .nav-dropdown-menu a{display:block;float:none;line-height:32px;padding:0 16px;margin:0;border-bottom:none;font-size:13px;white-space:nowrap;color:#333;}
.header .link .nav-dropdown-menu a:hover{background:#f5f9ff;color:#007AFF;text-decoration:none;}
.header .link .nav-dropdown-menu a.selected{color:#007AFF;font-weight:500;}
.header .header-actions{display:inline-flex;align-items:center;flex-shrink:0;margin-left:20px;gap:12px;}
.header .header-actions .btn-login,
.header .link .btn-login{display:inline-block;height:36px;line-height:34px;padding:0 20px;margin:0;border:1px solid #007AFF;border-radius:4px;background:#fff;color:#007AFF !important;font-size:15px;font-weight:500;white-space:nowrap;box-sizing:border-box;text-decoration:none;}
.header .header-actions .btn-login:hover,
.header .link .btn-login:hover{background:#f0f7ff;text-decoration:none;color:#007AFF !important;}
.header .header-actions .btn-apply,
.header .header-actions .btn-apply:hover,
.header .link .btn-apply,
.header .link .btn-apply:hover{display:inline-block;min-width:72px;height:36px;line-height:36px;padding:0 24px;margin:0;border:none;border-radius:4px;color:#fff !important;flex-shrink:0;white-space:nowrap;font-size:15px;font-weight:500;box-sizing:border-box;text-decoration:none;}
.header .header-actions .btn-apply:hover,
.header .link .btn-apply:hover{text-decoration:none;color:#fff !important;}
.mobile-apply-link{display:none;}

.footer{margin-top:110px;color:#9D9D9D;background:#404343;}
.footer a{color:#9D9D9D !important;}
.footer a:hover{color:#007AFF !important;text-decoration:none;}
.footer .wrap{padding:43px 0 23px;overflow:visible;}
.footer .footer-service{overflow:visible;}
.footer-wecom-item{position:relative;display:block;z-index:20;}
.footer-wecom-trigger{cursor:pointer;color:#9D9D9D!important;text-decoration:none;}
.footer-wecom-trigger:hover{color:#007AFF!important;text-decoration:none;}
.footer-wecom-popover{display:none!important;position:absolute;left:0;bottom:calc(100% + 10px);z-index:900;padding:12px;background:#fff;border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.22);text-align:center;line-height:1.4;white-space:normal;}
.footer-wecom-popover::after{content:'';position:absolute;left:24px;bottom:-6px;width:12px;height:12px;background:#fff;transform:rotate(45deg);box-shadow:2px 2px 4px rgba(0,0,0,.06);}
.footer-wecom-popover img{display:block;width:140px;height:140px;border-radius:4px;}
.footer-wecom-popover-tip{display:block;margin-top:8px;font-size:12px;color:#666;white-space:nowrap;}
.footer-wecom-item:hover .footer-wecom-popover{display:block!important;}
.footer .footer-service dl{float:left;padding-left:43px;margin-left:43px;min-height:155px;height:auto!important;height:155px;border-left:none;}
.footer .footer-service dt{color:#FFF;margin-bottom:21px;font-size:14px;}
.footer .footer-service dd{margin-top:7px;line-height:1.6;}
.footer .footer-service .service-about{padding-left:0;margin-left:0;}
.footer .footer-service .service-help{position:relative;z-index:15;overflow:visible;}
.footer .footer-service .service-qrcode{float:right;margin-left:43px;padding-left:43px;border-left:none;text-align:center;overflow:visible;}
.footer .footer-service .service-qrcode dt{font-size:10px;margin-bottom:12px;color:#FFF;}
.footer .footer-service .service-qrcode .img-qrcode{width:129px;height:129px;max-width:129px;max-height:129px;display:block;object-fit:contain;}
.footer .footer-service:after{content:'';display:table;clear:both;}
.footer-badges-bar{margin-top:24px;padding:18px 0 6px;text-align:center;}
.footer-badges{display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 18px;}
.footer-badges a,.footer-badges span{display:inline-flex;align-items:center;line-height:0;opacity:.92;transition:opacity .2s ease,transform .2s ease;}
.footer-badges a:hover,.footer-badges span:hover{opacity:1;transform:translateY(-1px);}
.footer-badges img{display:block;height:40px;width:auto;max-width:168px;object-fit:contain;}
.footer-badges a:last-child img,.footer-badges span:last-child img{height:48px;max-width:200px;}
.footer-beian{margin-top:8px;padding:12px 0 6px;text-align:center;}
.footer-copyright{font-size:12px;line-height:2;color:#9D9D9D;margin:0 auto;}
.footer-copyright a{color:#9D9D9D!important;text-decoration:none;}
.footer-copyright a:hover{color:#007AFF!important;}
.footer-filing{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 10px;font-size:12px;line-height:1.8;color:#9D9D9D;margin:4px auto 0;}
.footer-filing a,.footer-filing span{display:inline-flex;align-items:center;margin:0;vertical-align:middle;}
.footer-filing img,.footer-filing .footer-filing-icon{display:inline-block;width:16px;height:16px;max-width:16px;max-height:16px;object-fit:contain;vertical-align:middle;margin-right:4px;}
.footer-filing .divider{color:#666;margin:0 4px;}
.banner{position:relative;width:100%;height:508px;overflow:hidden;background:#f5f7fa;}
.banner-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 74% 28%,rgba(83,168,255,.34),transparent 38%),radial-gradient(circle at 62% 78%,rgba(99,102,241,.18),transparent 42%),linear-gradient(135deg,#f8fbff 0%,#eef6ff 48%,#f6f8ff 100%);}
.banner-video-carousel{position:absolute;inset:0;overflow:hidden;}
.banner-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.4s ease;pointer-events:none;}
.banner-video.active{opacity:1;}
.banner.is-static .banner-video-carousel{display:none;}
.banner-video-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.72) 38%,rgba(255,255,255,.18) 62%,transparent 78%);pointer-events:none;}
.banner-scene,.banner-skyline,.banner-particles,.banner-bottom-glow{display:none;}
.brand-title-accent{display:block;margin-top:6px;color:#2b3139;font-weight:900;}

/* 品牌宣传区域 - 左侧文案 */
.brand-content{position:absolute;top:0;left:0;width:100%;height:508px;z-index:10;pointer-events:none;background:transparent;}
.brand-content a{pointer-events:auto;}
.brand-inner{max-width:1120px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 24px 50px;}
.brand-info{flex:0 1 auto;padding-left:48px;max-width:680px;}
.hero-title.hero-title-slider{font-size:48px;font-weight:700;line-height:1.35;letter-spacing:.01em;color:#2b3139;text-align:left;}
.hero-title.hero-title-slider .hero-title-slide > i{font-weight:700;font-style:normal;color:#2b3139;-webkit-text-fill-color:#2b3139;}
.hero-title.hero-title-slider .hero-title-slide > em{margin-top:4px;font-weight:600;font-style:normal;color:#007AFF;-webkit-text-fill-color:#007AFF;}
.brand-subtitle{font-size:16px;color:#8b93a1;line-height:1.85;margin-bottom:34px;max-width:520px;}
.brand-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:0;}
.brand-btn-primary,.brand-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.brand-btn-primary{color:#fff;background:linear-gradient(90deg,#4facff 0%,#007AFF 52%,#0062d6 100%);box-shadow:0 10px 24px rgba(0,122,255,.22);}
.brand-btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(0,122,255,.28);}
.brand-btn-secondary{color:#007AFF;background:#fff;border:1px solid rgba(0,122,255,.32);box-shadow:0 10px 24px rgba(15,40,80,.08);}
.brand-btn-secondary:hover{transform:translateY(-1px);border-color:rgba(0,122,255,.5);box-shadow:0 14px 28px rgba(15,40,80,.12);}
.brand-stats{display:none;}
.brand-btn-doc,.brand-btn-test{display:none;}
.hero-visual{display:none;}
.login-guide{display:none;}

@media (max-width:992px){
.brand-inner{flex-direction:column;justify-content:center;padding-bottom:70px;gap:28px;}
.banner-video-overlay{background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.72) 55%,rgba(255,255,255,.25) 100%);}
.brand-info{padding-left:0;text-align:center;flex:0 1 auto;max-width:100%;}
.hero-title.hero-title-slider{font-size:36px;text-align:center;}
.brand-subtitle{margin-left:auto;margin-right:auto;font-size:15px;}
.brand-buttons{display:flex;justify-content:center;}
}

/* 保留旧登录框样式供其它页面复用 */

/* 移除旧登录框样式 */
.login{display:none;}
.login .form-item .input-group input{flex:1;}
.login .form-item .input-group button{padding:0 10px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;font-size:11px;color:#666;cursor:pointer;white-space:nowrap;transition:all 0.3s;}
.login .form-item .input-group button:hover{background:#eee;}
.login .btn-login{width:100%;padding:10px;background:#007AFF;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background 0.3s;}
.login .btn-login:hover{background:#0066dd;}
.login .login-footer{text-align:center;padding:12px 20px;border-top:1px solid #f0f0f0;}
.login .login-footer span{color:#999;font-size:12px;}
.login .login-footer a{color:#007AFF;text-decoration:none;}
.login .login-footer a:hover{text-decoration:underline;}
.login .oauth-divider{padding:12px 20px;text-align:center;position:relative;}
.login .oauth-divider::before{content:'';position:absolute;top:50%;left:20px;right:20px;height:1px;background:#e0e0e0;}
.login .oauth-divider span{position:relative;background:#fff;padding:0 10px;color:#999;font-size:11px;}
.login .oauth-icons{display:flex;justify-content:center;gap:12px;padding:0 20px 14px;}
.login .oauth-icon{width:32px;height:32px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s;}
.login .oauth-icon:hover{background:#eee;transform:scale(1.05);}
.login .oauth-icon svg{width:16px;height:16px;}

/* 登录框原有样式 - 隐藏或移除 */
.login-weixin{display:none;}
.login-common{display:none;}
.login .title{margin:0 0 15px;font-size:16px;font-weight:400;text-align:center;line-height:1;}
.login .tips-info{color:#999;}
.login .tips-error{color:#F4692A;}
.login .tips-error,.login .tips-info{position: relative;top: -5px;font-size:12px;line-height:1.4; padding: 0 30px 10px  30px;}

.login-switch{width:215px;margin:0 auto 25px;overflow:hidden;}        
.login-switch a{float:left;display:block;width:106px;height:28px;line-height:28px;margin-right:-1px;border:1px solid #eee;font-size:13px;text-align:center;color:#333;text-decoration:none;}
.login-switch a:hover{color:#007AFF;}
.login-switch .selected{color:#007AFF;border-color:#007AFF;position:relative;z-index:2;}
.login-switch a:first-child{border-top-left-radius:3px;-moz-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-moz-border-bottom-left-radius:3px;-webkit-border-bottom-left-radius:3px;}
.login-switch a:last-child{border-top-right-radius:3px;-moz-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-bottom-right-radius:3px;-webkit-border-bottom-right-radius:3px;}
.login-service{height:64px;line-height:64px;font-size:13px;text-align:center;}
.login-service .vs{background:#CCC;}
.login-service a {color:#007AFF !important;}

.login-common,.login-weixin{min-height:240px;height:auto!important;height:240px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.login-common .login-form{width: 320px;min-height: 334px;background: #FFF;border-radius: 4px;margin: 0 auto;}
.login-common input{width:100%;padding:10px 0;border:0;outline:0;font-family:"Microsoft YaHei";font-size:14px;}
.login-common .login-account,.login-common .login-password{height:40px;line-height:40px;padding-left:32px;background:#FFF;border:1px solid #EEE;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;}
.login-common .ico-account,.login-common .ico-password{width:20px;height:20px;overflow:hidden;line-height:999px;float:left;margin:12px 0 0 -24px;position:absolute;}
.login-common .ico-account{background-position:-236px -160px;}
.login-common .ico-password{background-position:-256px -160px;}
.login-common .cbx{width:16px;height:16px;display:inline-block;margin:-3px 6px 0 0;*margin-top:0;vertical-align:middle;cursor:pointer;overflow:hidden;background-position:-276px -160px;}
.login-common .cbx-on{background-position:-294px -160px;}
.login-common .login-password{margin: 15px 0;}
.login-common .login-verify{margin: 0 32px; overflow: hidden;}
.login-common .login-verify a,.login-common .login-memory a{color:#333}
.login-common .login-verify a:hover,.login-common .login-memory a:hover{color:#007AFF;text-decoration:none;}
.login-common .verify-input{float:left;padding-left: 10px;background:#FFF;border:1px solid #EEE;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:1px;}
.login-common .verify-input input{padding:9px 0 10px; width: 96px;}
.login-common .verify-image{float:left;width:100px;height:40px;margin:0 6px;}
.login-common .verify-change{float:right;margin-top:11px;}
.login-common .login-memory{margin-top:6px;overflow:hidden;}
.login-common .memory-account{float:left; display: none;}

.login-common .forget-password-block {text-align: center;padding: 14px 0 15px 0px;}
.login-common .forget-password{font-family: PingFangSC-Regular;font-weight: 400;font-size: 14px;color: #526999;letter-spacing: 0;}
.login-common .btn-login{width: 256px;height: 40px;background: #007AFF;border-radius: 4px;font-family: PingFangSC-Medium;font-weight: 500;font-size: 16px;color: #FFFFFF;letter-spacing: 0;line-height: 40px;text-align: center;margin: 0 32px;cursor: pointer;}
.login-err-msg {font-family: PingFangSC-Regular;font-weight: 400;font-size: 14px;color: #F15451;letter-spacing: 0;line-height: 30px;height: 30px;margin-left: 32px;}
.login-weixin{text-align:center;}
.login-weixin a{color:#4466AD;}
.login-weixin .qrcode-img{width:212px;height:212px;margin:0 auto;position:relative;}
.login-weixin .qrcode-img img{width:212px;height:212px;vertical-align:top;}
.login-weixin .qrcode-img .alt{position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;cursor:pointer;}
.login-weixin .qrcode-img .alt .mask{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0.7;filter:alpha(opacity=70);-moz-opacity:0.7;background:#000;}
.login-weixin .qrcode-img .alt .void{height:52px;position:absolute;top:50%;right:0;left:0;margin-top:-26px;z-index:11;}
.login-weixin .qrcode-img .alt .void .ico-refresh{width:26px;height:23px;margin:0 auto 10px;display:block;background-position:-294px -186px;}
.login-weixin .page-msg{font-size:14px;padding-top:30px;}


/* Banner 插图轮播 */
.slider a{display:block;width:100%;height:508px;text-indent:-9999px;}
.slider ul li{position:absolute;top:0;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#e8e8e8;}
.slider ol{position:absolute;z-index:9;top:397px;display:table;left:50%;margin-left:-73px;padding:16px 16px 16px 0;}
.slider ol li{float:left;width:10px;height:10px;margin-left:16px;text-indent:-9999px;background:#007AFF;opacity: 0.6;border-radius:5px;overflow:hidden;}
.slider ol li.active{width:56px;opacity:0.9;}

/*最新公告（浅色主题）*/
.notice{line-height:50px;position:absolute;right:0;left:0;bottom:0;z-index:11;font-size:13px;border-top:1px solid rgba(0,122,255,.1);}
.notice .wrap{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;}
.notice .cms-notice{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;max-width:100%;margin:0 auto;}
.notice .mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:1;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(244,249,255,.9) 50%,rgba(255,255,255,.94) 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
.notice:hover .mask{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(238,246,255,.96) 50%,rgba(255,255,255,.98) 100%);}
.notice a{color:#4e5969;display:inline-block;cursor:pointer;transition:color .2s ease;}
.notice a:hover{color:#007AFF;}
.notice h2{float:none;flex:0 0 auto;width:20px;height:20px;line-height:999px;margin:0 14px 0 0;overflow:hidden;background-position:-214px -161px;filter:brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(7471%) hue-rotate(210deg) brightness(102%) contrast(101%);}
.notice ul{display:flex;align-items:center;flex:0 1 auto;margin:0;padding:0;list-style:none;min-width:0;}
.notice li{float:none;width:auto;max-width:320px;margin:0 36px 0 0;position:relative;flex-shrink:1;}
.notice li:last-child{margin-right:0;}
.notice li a{display:flex;align-items:center;}
.notice li .notice-img{width:32px;height:32px;margin-right:10px;border-radius:4px;object-fit:cover;flex-shrink:0;}
.notice li span{display:inline-block;vertical-align:top;}
.notice li .time{color:#007AFF;font-weight:500;}
.notice li .name{max-width:280px;_width:280px;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;margin-left:0;color:#1d2129;}
.notice li a:hover .name{color:#007AFF;}
.notice li .ico-new{position:absolute;display:inline-block;width:17px;height:9px;margin:21px 0 0 5px;background-position:-192px -191px;}
.notice .more{position:static;flex:0 0 auto;margin:0 0 0 20px;}
.notice .more a{color:#007AFF;font-weight:500;}
.notice .more a:hover{text-decoration:none;color:#0062d6;}
.notice .more .arr{display:inline;width:auto;height:auto;margin-left:4px;vertical-align:baseline;line-height:inherit;overflow:visible;background:none;font-style:normal;color:inherit;}
/* 实体企业区域 */
.enterprise{background:#fff;padding:60px 0;text-align:center;}
.enterprise .enterprise-content{max-width:900px;margin:0 auto;}
.enterprise .enterprise-title{font-size:28px;font-weight:700;color:#333;margin-bottom:16px;}
.enterprise .enterprise-desc{font-size:16px;color:#666;line-height:1.8;margin-bottom:30px;}
.enterprise .enterprise-tags{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-bottom:30px;}
.enterprise .enterprise-tag{display:flex;align-items:center;gap:8px;font-size:15px;color:#333;}
.enterprise .enterprise-tag::before{content:"";display:inline-block;width:8px;height:8px;background:#007AFF;border-radius:50%;}
.enterprise .enterprise-images{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;}
.enterprise .enterprise-images img{width:200px;height:200px;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.1);background:#FFF;padding:15px;}

/* 客户案例 */
.customer-case{background:#fff;padding:74px 0 60px;}
.customer-case .case-card{display:flex;gap:40px;padding:36px 40px;border-radius:12px;background:#fff;border:1px solid #eef2f7;box-shadow:0 12px 36px rgba(91,121,173,.12);}
.customer-case .case-main{flex:1;min-width:0;}
.customer-case .case-head{margin-bottom:18px;}
.customer-case .case-tag{display:inline-block;padding:4px 12px;border-radius:20px;background:#eef5ff;color:#007AFF;font-size:13px;line-height:1.4;}
.customer-case .case-title{margin:14px 0 0;font-size:24px;line-height:1.45;color:#1a2436;font-weight:700;}
.customer-case .case-desc{margin:0 0 14px;color:#5b6677;font-size:15px;line-height:1.85;}
.customer-case .case-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.customer-case .case-tags span{display:inline-block;padding:6px 14px;border-radius:6px;background:#f5f8fc;color:#334155;font-size:13px;border:1px solid #e8edf5;}
.customer-case .case-side{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:20px;}
.customer-case .case-metrics{display:grid;grid-template-columns:1fr;gap:14px;}
.customer-case .case-metric{padding:18px 20px;border-radius:10px;background:linear-gradient(180deg,#f8fbff 0%,#f2f7ff 100%);border:1px solid #e3edff;text-align:left;}
.customer-case .case-metric strong{display:block;font-size:28px;line-height:1.1;color:#007AFF;font-weight:700;margin-bottom:8px;}
.customer-case .case-metric span{display:block;color:#334155;font-size:14px;line-height:1.6;}
.customer-case .case-metric em{display:block;margin-top:4px;color:#8a96a8;font-style:normal;font-size:12px;}
.customer-case .case-quote{margin:0;padding:18px 20px;border-left:4px solid #007AFF;background:#f8fbff;border-radius:0 8px 8px 0;color:#4a5870;font-size:14px;line-height:1.8;}
.customer-case .case-quote cite{display:block;margin-top:10px;color:#8a96a8;font-style:normal;font-size:13px;}
.customer-case .case-ref{margin:24px 0 0;text-align:center;color:#999;font-size:13px;}
.customer-case .case-ref a{color:#007AFF;text-decoration:none;}
.customer-case .case-ref a:hover{text-decoration:underline;}
.customer-testimonials{margin-top:0;padding-top:0;border-top:none;}
.customer-testimonials .testimonials-header{max-width:720px;margin:0 auto 40px;text-align:center;}
.customer-testimonials .testimonials-title{margin:0 0 14px;font-size:24px;line-height:1.4;font-weight:700;color:#1a2436;}
.customer-testimonials .testimonials-desc{margin:0;color:#666;font-size:16px;line-height:1.8;}
.customer-testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.customer-testimonials .testimonial-card{display:flex;flex-direction:column;justify-content:space-between;min-height:220px;padding:28px 26px;border-radius:12px;background:#fff;border:1px solid #eef2f7;box-shadow:0 8px 28px rgba(91,121,173,.1);transition:transform .25s ease,box-shadow .25s ease;}
.customer-testimonials .testimonial-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(91,121,173,.16);}
.customer-testimonials .testimonial-quote{margin:0 0 24px;color:#334155;font-size:15px;line-height:1.85;}
.customer-testimonials .testimonial-author{display:flex;align-items:center;gap:12px;margin-top:auto;}
.customer-testimonials .testimonial-author img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #eef5ff;}
.customer-testimonials .testimonial-meta strong{display:block;font-size:15px;line-height:1.4;color:#1a2436;font-weight:700;}
.customer-testimonials .testimonial-meta span{display:block;margin-top:2px;font-size:13px;line-height:1.4;color:#8a96a8;}
@media (max-width:992px){
.customer-testimonials .testimonials-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto;}
.customer-testimonials .testimonial-card{min-height:0;}
}

/* 合作伙伴区域 */
.partners{background:#FFF;padding:60px 0;text-align:center;overflow:hidden;}
.partners .big-title{margin-bottom:10px;font-size:28px;font-weight:700;color:#333;}
.partners .subtitle{display:none;}
.partners .logo-list{display:flex;justify-content:center;align-items:center;gap:120px;flex-wrap:wrap;}
.partners .logo-item{display:flex;align-items:center;gap:12px;opacity:0.7;transition:opacity 0.3s;}
.partners .logo-item:hover{opacity:1;}
.partners .logo-item img{width:110px;height:110px;object-fit:contain;}
.partners .logo-item .logo-text{display:none;}

/* 合作伙伴滚动动画 */
.partners .logo-scroll{overflow:hidden;width:100%;position:relative;}
.partners .logo-scroll::before,
.partners .logo-scroll::after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none;}
.partners .logo-scroll::before{left:0;background:linear-gradient(to right,#FFF,transparent);}
.partners .logo-scroll::after{right:0;background:linear-gradient(to left,#FFF,transparent);}
.partners .logo-scroll-inner{display:flex;width:max-content;gap:60px;animation:scroll-left 30s linear infinite;}
.partners .logo-scroll-inner:hover{animation-play-state:paused;}
@keyframes scroll-left{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
/*平台能力*/
.platform{margin-top:74px;}
.platform .wrap{position:relative;}
.platform li{float:left;width:251px;margin-right:38px;}
.platform li a{display:block;height:316px;padding:0 32px;text-align:center;background:#fff;border:2px solid #fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);box-shadow:0 2px 10px 0 rgba(0,0,0,0.1);border-color:#f3f3f3\0;*border-color:#f3f3f3;}
.platform li a:hover{border-color:#007AFF;color:#007AFF;text-decoration:none;}
.platform .last{margin-right:0;}
.platform .ico{display:block;width:80px;height:80px;}
.platform .ability .ico{background-position:0 0;}
.platform .ability:hover .ico{background-position:0 -80px;filter:hue-rotate(69deg);}
.platform .operate .ico{background-position:-80px 0;}
.platform .operate:hover .ico{background-position:-80px -80px;filter:hue-rotate(69deg);}
.platform .capital .ico{background-position:-160px 0;}
.platform .capital:hover .ico{background-position:-160px -80px;filter:hue-rotate(69deg);}
.platform .safety .ico{background-position:-240px 0;}
.platform .safety:hover .ico{background-position:-240px -80px;filter:hue-rotate(69deg);}
.platform .ctr{width:80px;height:80px;padding:20px;margin:34px auto 0;background:#FAFAFA;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.platform .tit{margin-top:14px;font-size:18px;color:#333;line-height:1.4;font-weight:700;}
.platform .tit:after{width:34px;bottom:-15px;margin-left:-17px;background:#F4F4F4;}
.platform .txt{color:#999999;font-size:12px;margin-top:29px;line-height:20px;}
.platform .more{position:absolute;top:8px;right:0;font-size:12px;}
.platform .more a{color:#333;}
.platform .more a:hover{color:#007AFF;text-decoration:none;}
.platform .more .arr{display:inline-block;width:7px;height:12px;margin-left:7px;vertical-align:middle;line-height:999px;overflow:hidden;background-position:-177px -173px;}
.platform .more a:hover .arr{color:#007AFF;background-position:-186px -173px;}


/*行业解决方案（对齐 pay.weixin.qq.com 原版样式）*/
.solution{margin-top:74px;}
.solution > .big-title{text-align:center;margin-bottom:0;}
.accordion{width:100%;height:480px;margin:70px auto 50px;color:#FFF;position:relative;overflow:hidden;}
.accordion ul{display:flex;flex-wrap:nowrap;width:100%;margin:0;padding:0;list-style:none;}
.accordion li{width:175px;height:480px;position:relative;overflow:hidden;flex:0 0 175px;float:none;background-repeat:no-repeat;background-position:center 44%;background-size:cover;transition:width .5s ease,flex-basis .5s ease;isolation:isolate;}
.solution.is-scenes-ready .accordion li.scene-game{background-color:#e8f4fc;background-image:url('../imgs/solution/game-card-v2.webp?v=20260716perf4');}
.solution.is-scenes-ready .accordion li.scene-software{background-color:#e8f4fc;background-image:url('../imgs/solution/software-license-v2.webp?v=20260716perf4');}
.solution.is-scenes-ready .accordion li.scene-member{background-color:#e8f4fc;background-image:url('../imgs/solution/member-vip-v2.webp?v=20260716perf4');}
.solution.is-scenes-ready .accordion li.scene-course{background-color:#e8f4fc;background-image:url('../imgs/solution/course-online-v2.webp?v=20260716perf4');}
.solution.is-scenes-ready .accordion li.scene-account{background-color:#e8f4fc;background-image:url('../imgs/solution/account-proxy-v2.webp?v=20260716perf4');}
.solution.is-scenes-ready .accordion li.scene-wholesale{background-color:#e8f4fc;background-image:url('../imgs/solution/card-wholesale-v2.webp?v=20260716perf4');}

.accordion .link-area{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9;}
.accordion .link-area:focus-visible{outline:3px solid #fff;outline-offset:-6px;border-radius:4px;}
.accordion .text-mask{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;background:linear-gradient(180deg,rgba(6,42,92,0) 42%,rgba(4,32,75,.18) 66%,rgba(3,24,61,.78) 100%);z-index:1;transition:opacity .3s ease;}
.accordion .text-area{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;overflow:hidden;z-index:2;box-sizing:border-box;}
.accordion .text-area .ico{display:none;}
.accordion .text-area .ico-ecommerce{background-position:0 -214px;}
.accordion .text-area .ico-supermarket{background-position:-39px -214px;}
.accordion .text-area .ico-drink{background-position:-155px -214px;}
.accordion .text-area .ico-school{background-position:-74px -214px;}
.accordion .text-area .ico-parking{background-position:-111px -214px;}
.accordion .text-area .ico-social{background-position:-200px -214px;}
.accordion .text-area .tit{position:absolute;right:0;bottom:38px;left:0;margin:0;font-size:18px;font-weight:600;line-height:1.4;text-align:center;text-shadow:0 2px 12px rgba(0,25,70,.45);}
.accordion .text-area .tit:after{width:36px;bottom:-14px;margin-left:-18px;background:rgba(255,255,255,.72);}
.accordion .text-area .txt{height:62px;width:100%;font-size:14px;overflow:hidden;margin:10px 0 0;line-height:21px;letter-spacing:.2px;color:#fff;}
.accordion .text-area .txt,.accordion .text-area .opt{display:none;}
.accordion .selected .text-area{width:360px;max-width:calc(100% - 48px);height:auto;min-height:116px;padding:22px 24px;top:auto;right:24px;bottom:24px;left:auto;overflow:visible;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:linear-gradient(135deg,rgba(0,122,255,.94),rgba(31,78,216,.88));box-shadow:0 16px 34px rgba(0,70,180,.22);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}
.accordion .selected .text-area .tit{position:relative;right:auto;bottom:auto;left:auto;margin:0;font-size:20px;font-weight:700;line-height:1.35;text-align:left;text-shadow:none;}
.accordion .selected .tit:after{width:38px;bottom:-9px;margin-left:-19px;background:#fff;opacity:.4;}
.accordion .selected .text-area .txt,.accordion li.selected .text-area .opt{display:block;float:none;}

/* 快速入驻 */
.applyment{margin-top:74px;}
.applyment li{float:left;width:185px;height:180px;padding:22px 26px;margin-right:155px;position:relative;border:1px solid #EEE;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.applyment li.last{margin-right:0;}
.applyment .wrap{width:1027px;}
.applyment .flow-sheet{overflow:hidden;}
.applyment .flow-sheet ol{width:120%;}
.applyment .flow-sheet li{float:left;width:185px;height:175px;padding:22px 26px;margin-right:155px;position:relative;background:#FFF;border:1px solid #EEE;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.applyment .flow-sheet .arr{width:18px;height:30px;position:absolute;right:-86px;top:50%;margin:-10px 0 0 0;background-position:-158px -160px;}
.applyment .flow-sheet .num{font-size:60px;font-family:Arial;font-weight:bold;line-height:1;}
.applyment .flow-sheet .tit{font-size:18px;margin-top:10px;font-weight:700;}
.applyment .flow-sheet .txt{font-size:12px;color:#999;line-height:1.8;margin-top:10px;}
.applyment .flow-sheet .ico{width:52px;height:52px;position:absolute;top:26px;right:22px;}
.applyment .flow-sheet .ico-datum{background-position:0 -160px;}
.applyment .flow-sheet .ico-audit{background-position:-52px -160px;}
.applyment .flow-sheet .ico-agree{background-position:-104px -160px;}
.applyment .flow-opt{margin-top:38px;text-align:center;}
.applyment .flow-opt .btn-apply{display:inline-block;padding:0;width:310px;height:50px;line-height:50px;font-size:16px;}

.pendant{display:none!important;}

#login-identity-tabbar{margin: 0 auto;height: 60px;margin-bottom: 16px;}
.login-identity-tabbar-item {display: inline-block;height: 18px;font-family: PingFangSC-Medium;font-weight: 500;font-size: 16px;color: rgba(0,0,0,0.90);letter-spacing: 0;text-align: center;line-height: 18px;margin-left: 24px;padding-bottom: 8px;cursor: pointer;margin-top: 30px;}
.tabbar-active {color: #007AFF;border-bottom: 3px solid #007AFF;}
#IDQrcode{width: 320px;height: 334px;background: #FFF;border-radius: 4px;margin: 0 auto;}
.login-qrcode-title{height: 62px;line-height: 62px;font-family: PingFangSC-Medium;font-weight: 500;font-size: 16px;color: rgba(0,0,0,0.90);letter-spacing: 0;}
#IDSwitchAccountLogin {width: 62px;height: 62px;position: absolute;right: 0;top: 0;cursor: pointer;}

.login-state{z-index: 11;position: absolute;width: 100%;height: 100%;}
.login-refresh-icon {width:48px !important;height: 48px !important;margin-top: 42px;margin-bottom: 16px;}
.login-warn-icon {width: 48px !important;height: 48px !important;margin-top: 31px;margin-bottom: 16px;}
.login-success-icon {width: 48px !important;height: 48px !important;margin-top: 55px;margin-bottom: 16px;}
.login-button {width: 80px;height: 32px;border-radius: 4px;font-family: PingFangSC-Medium;font-weight: 500;font-size: 12px;color: #FFFFFF;letter-spacing: 0;text-align: center;line-height: 32px;margin: 16px auto 0;cursor: pointer;}
.login-state-refresh{background: #007AFF;}
.login-state-complete{background: #EEEEEE;color: rgba(0,0,0,0.90);}
.login-state-title {font-family: PingFangSC-Medium;font-weight: 500;font-size: 14px;color: #FFFFFF;letter-spacing: 0;text-align: center;line-height: 16px;margin-bottom: 8px;}
.login-state-msg {font-family: PingFangSC-Regular;font-weight: 400;font-size: 12px;color: #FFFFFF;letter-spacing: 0;text-align: center;line-height: 15px;margin-top: 8px;}
.mg-20 {margin: 0 20px;}

.login-account-header {height: 56px;position: relative;}
.login-account-title {font-family: PingFangSC-Medium;font-weight: 500;font-size: 16px;color: rgba(0,0,0,0.90);letter-spacing: 0;text-align: center;line-height: 62px;}
#IDSwitchWechatLogin {width: 62x;height: 62px;position: absolute;right: 0;top: 0;cursor: pointer;}
.login-account-form {margin: 0 32px;}

.admin-error-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -10px;
    width: 356px;
    min-height: 367px;
    background-color: #fff;
    padding: 42px 30px;
    z-index: 1000;
    border-radius: 4px;
    text-align: center;
}
.admin-error-box .admin-error-close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.admin-error-box .admin-error-tips {
    font-family: PingFang SC;
    text-align: center;
    color: #CD746C;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 22px;
}
.admin-error-box .admin-img-code {
    width: 160px;
    height: 160px;
}
.admin-error-box .admin-img-box {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    margin-bottom: 12px;
    position: relative;
}
.admin-error-box .admin-img-reload-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.admin-error-box .admin-error-desc {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #999999;
}
.with-loading{padding:100px 0;text-align:center;}
.with-loading .loading{display:block;width:40px;height:40px;margin:0 auto;background:url("https://gtimg.wechatpay.cn/pay/img/common/loading.gif?v=20190225") no-repeat;}
.admin-error-box .admin-img-reload-btn {
    width: 80px;
    height: 32px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    background: #EEEEEE;
    color: rgba(0, 0, 0, 0.90)
}

/* 响应式基础：允许移动端按真实视口排版 */
@media (max-width: 1199px) {
    html,
    body {
        width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }

    .wrap,
    .wrap-footer,
    .applyment .wrap {
        width: auto;
        max-width: 1120px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 24px;
        padding-left: 24px;
        box-sizing: border-box;
    }

    .side-toolbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .wrap,
    .wrap-footer,
    .applyment .wrap {
        padding-right: 16px;
        padding-left: 16px;
    }

    .header,
    .header .logo,
    .header .logo a.logo-img-link,
    .header .link .nav-dropdown {
        height: 72px;
    }

    .header .wrap {
        height: 72px;
        padding: 0 16px;
    }

    .header .logo,
    .header .logo a.logo-img-link {
        max-width: 166px;
        line-height: 72px;
    }

    .header .logo img,
    .header .logo .logo-img {
        width: auto;
        max-width: 166px;
        height: 44px;
    }

    .header .header-spacer {
        min-width: 8px;
    }

    .header .header-toolbar {
        display: none;
    }

    .mobile-apply-link,
    .mobile-apply-link:hover {
        display: inline-flex;
        position: absolute;
        top: 19px;
        right: 16px;
        z-index: 520;
        align-items: center;
        height: 34px;
        padding: 0 14px;
        border-radius: 4px;
        background: #007AFF;
        color: #fff;
        font-size: 13px;
        line-height: 34px;
        text-decoration: none;
    }

    .header .link,
    .header .header-actions .btn-login {
        display: none;
    }

    .header .header-actions {
        margin-left: 0;
    }

    .header .header-actions .btn-apply,
    .header .header-actions .btn-apply:hover {
        min-width: 0;
        height: 34px;
        padding: 0 14px;
        font-size: 13px;
        line-height: 34px;
    }

    .banner,
    .brand-content {
        height: 500px;
    }

    .brand-inner {
        justify-content: center;
        padding: 0 20px 60px;
        box-sizing: border-box;
    }

    .brand-info {
        width: 100%;
    }

    .hero-title.hero-title-slider {
        min-height: 2.8em;
        margin-bottom: 14px;
        font-size: 31px;
        line-height: 1.38;
    }

    .brand-subtitle {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.7;
    }

    .brand-buttons {
        gap: 10px;
    }

    .brand-btn-primary,
    .brand-btn-secondary {
        min-width: 0;
        padding: 12px 20px;
        font-size: 14px;
    }

    .side-toolbar {
        display: none;
    }

    .notice {
        line-height: 50px;
    }

    .notice .wrap {
        padding: 0 12px;
    }

    .notice .cms-notice {
        width: 100%;
    }

    .notice li {
        max-width: none;
        margin-right: 0;
    }

    .notice li:nth-child(n + 2) {
        display: none;
    }

    .notice li .name {
        max-width: 190px;
    }

    .notice .more {
        margin-left: auto;
    }

    .why-choose,
    .platform,
    .solution,
    .applyment {
        margin-top: 52px;
    }

    .why-choose-subtitle {
        font-size: 15px;
    }

    .platform-grid.byte-card-grid {
        grid-template-columns: 1fr;
    }

    .accordion {
        width: auto;
        height: auto;
        margin: 50px 16px 30px;
    }

    .accordion ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .accordion li,
    .accordion li.selected {
        width: auto;
        height: 220px;
        min-width: 0;
        padding: 0;
        flex: none;
        border-radius: 10px;
        background-position: center;
        background-size: cover;
    }

    .solution.is-scenes-ready .accordion li.scene-game {
        background-image: url('../imgs/solution/game-card-v2-sm.webp?v=20260716perf4');
    }

    .solution.is-scenes-ready .accordion li.scene-software {
        background-image: url('../imgs/solution/software-license-v2-sm.webp?v=20260716perf4');
    }

    .solution.is-scenes-ready .accordion li.scene-member {
        background-image: url('../imgs/solution/member-vip-v2-sm.webp?v=20260716perf4');
    }

    .solution.is-scenes-ready .accordion li.scene-course {
        background-image: url('../imgs/solution/course-online-v2-sm.webp?v=20260716perf4');
    }

    .solution.is-scenes-ready .accordion li.scene-account {
        background-image: url('../imgs/solution/account-proxy-v2-sm.webp?v=20260716perf4');
    }

    .solution.is-scenes-ready .accordion li.scene-wholesale {
        background-image: url('../imgs/solution/card-wholesale-v2-sm.webp?v=20260716perf4');
    }

    .accordion .text-area,
    .accordion .selected .text-area {
        top: auto;
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: auto;
        max-width: none;
        height: auto;
        min-height: 0;
        padding: 12px;
        border-radius: 8px;
        background: rgba(0, 122, 255, .9);
        box-sizing: border-box;
    }

    .accordion .text-mask,
    .accordion .selected .text-mask,
    .accordion .text-area .ico {
        display: none;
    }

    .accordion .text-area .tit,
    .accordion .selected .text-area .tit {
        position: static;
        right: auto;
        bottom: auto;
        left: auto;
        float: none;
        margin: 0;
        color: #fff;
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
        text-shadow: none;
    }

    .accordion .text-area .tit:after,
    .accordion .selected .text-area .tit:after {
        display: none;
    }

    .accordion .text-area .txt,
    .accordion .selected .text-area .txt {
        display: block;
        float: none;
        width: auto;
        height: auto;
        margin: 6px 0 0;
        color: rgba(255, 255, 255, .9);
        font-size: 12px;
        line-height: 1.5;
    }

    .enterprise,
    .customer-case,
    .partners {
        padding: 52px 0;
    }

    .enterprise .enterprise-content {
        padding: 0 16px;
    }

    .enterprise .enterprise-title,
    .customer-case .big-title,
    .partners .big-title {
        font-size: 24px;
    }

    .enterprise .enterprise-images {
        gap: 12px;
    }

    .enterprise .enterprise-images img {
        width: 130px;
        height: 130px;
        padding: 8px;
    }

    .customer-testimonials .testimonials-desc {
        font-size: 14px;
    }

    .applyment .flow-sheet {
        overflow: visible;
    }

    .applyment .flow-sheet ol {
        display: grid;
        width: 100%;
        gap: 12px;
    }

    .applyment .flow-sheet li,
    .applyment .flow-sheet li.last {
        float: none;
        width: auto;
        height: 150px;
        margin: 0;
        box-sizing: border-box;
    }

    .applyment .flow-sheet .arr {
        display: none;
    }

    .applyment .flow-opt .btn-apply {
        width: min(100%, 310px);
    }

    .footer {
        margin-top: 70px;
    }

    .footer .wrap {
        padding: 36px 16px 20px;
    }

    .footer .footer-service {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
    }

    .footer .footer-service dl,
    .footer .footer-service .service-about,
    .footer .footer-service .service-qrcode {
        float: none;
        min-height: 0;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .footer .footer-service .service-qrcode {
        grid-column: 1 / -1;
    }

    .footer .footer-service .service-qrcode .img-qrcode {
        width: 112px;
        height: 112px;
    }

    .footer-filing {
        display: block;
    }

    .footer-filing a,
    .footer-filing span {
        justify-content: center;
        margin: 4px 0;
    }
}

@media (max-width: 520px) {
    .accordion {
        margin-top: 42px;
    }

    .accordion ul {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .accordion li,
    .accordion li.selected {
        height: 230px;
        background-position: center 43%;
    }

    .accordion .text-area,
    .accordion .selected .text-area {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 13px 14px;
    }
}


/* === hero-title-slider.css === */
/* 参考 sufk.cn hero-title-slider：纯 CSS 依次轮播，字号/颜色在 styles.css */
.hero-title.hero-title-slider {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 2.2em;
  margin: 0 0 22px;
}

.hero-title.hero-title-slider .hero-title-slide {
  grid-area: 1 / 1;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-weight: inherit;
  font-style: normal;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  white-space: normal;
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  filter: blur(8px);
  pointer-events: none;
  animation: heroTitleAutoPlay 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.hero-title.hero-title-slider .hero-title-slide:nth-child(1) {
  animation-delay: 0s;
}

.hero-title.hero-title-slider .hero-title-slide:nth-child(2) {
  animation-delay: 3s;
}

.hero-title.hero-title-slider .hero-title-slide:nth-child(3) {
  animation-delay: 6s;
}

.hero-title.hero-title-slider .hero-title-slide > i,
.hero-title.hero-title-slider .hero-title-slide > em {
  display: block;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
}

@keyframes heroTitleAutoPlay {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
    filter: blur(8px);
  }
  6%,
  30% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  36%,
  100% {
    opacity: 0;
    transform: translateY(-18px) scale(1.02);
    filter: blur(8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title.hero-title-slider .hero-title-slide {
    animation: none;
    opacity: 0;
    transform: none;
    filter: none;
  }

  .hero-title.hero-title-slider .hero-title-slide.is-active,
  .hero-title.hero-title-slider .hero-title-slide:nth-child(1) {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .hero-title.hero-title-slider {
    min-height: 2.2em;
    text-align: center;
  }
}


/* === article.css === */
/* 文章列表 / 详情页 — 与首页 index 主题一致 */
body.article-page {
    min-width: 1200px;
    background: #f5f7fb;
}

.article-page-hero {
    padding: 36px 0 28px;
    background: linear-gradient(180deg, #fff 0%, #f5f7fb 100%);
    border-bottom: 1px solid #eaeaea;
}

.article-page-hero .big-title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #222;
}

.article-page-hero-desc {
    margin: 10px 0 0;
    font-size: 14px;
    color: #888;
    max-width: 720px;
}

.article-main {
    padding: 0 0 64px;
    min-height: 400px;
    background: #f5f7fb;
}

.article-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.article-breadcrumb {
    margin: 20px 0;
    font-size: 13px;
    color: #888;
}

.article-breadcrumb a {
    color: #666;
}

.article-breadcrumb a:hover {
    color: #007AFF;
}

.article-breadcrumb .sep {
    margin: 0 8px;
    color: #ccc;
}

.article-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.article-sidebar {
    flex: 0 0 220px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 20px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sidebar-title {
    margin: 0 20px 12px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.article-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.article-categories li a {
    display: block;
    padding: 10px 20px;
    color: #555;
    font-size: 14px;
    border-left: 3px solid transparent;
    transition: all 0.2s;
}

.article-categories li a:hover {
    color: #007AFF;
    background: #f7f9fc;
}

.article-categories li.active a {
    color: #007AFF;
    background: #f0f7ff;
    border-left-color: #007AFF;
    font-weight: 600;
}

.article-content-panel,
.article-detail-panel {
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.article-panel-head {
    padding: 28px 32px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: linear-gradient(135deg, #f8fbff 0%, #fff 100%);
}

.article-panel-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}

.article-panel-desc {
    margin: 8px 0 0;
    font-size: 14px;
    color: #888;
}

.article-panel-count {
    margin: 8px 0 0;
    font-size: 13px;
    color: #aaa;
}

.article-list-faq .article-list-link {
    padding: 16px 32px;
}

.article-list-meta .meta-dot {
    margin: 0 6px;
}

.article-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.article-list-item {
    border-bottom: 1px solid #f0f0f0;
}

.article-list-item:last-child {
    border-bottom: none;
}

.article-list-link {
    display: block;
    padding: 20px 32px;
    color: inherit;
    cursor: pointer;
    transition: background 0.2s;
}

.article-list-link:hover {
    background: #f7f9fc;
    text-decoration: none;
}

.article-list-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 1.5;
    margin-bottom: 6px;
}

.article-list-link:hover .article-list-title {
    color: #007AFF;
}

.article-list-summary {
    display: block;
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-list-meta {
    display: block;
    font-size: 12px;
    color: #aaa;
}

.article-empty {
    padding: 64px 32px;
    text-align: center;
    color: #999;
    font-size: 15px;
}

.article-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 24px 32px;
    border-top: 1px solid #f0f0f0;
}

.article-pagination .page-btn {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
    font-size: 13px;
    background: #fff;
}

.article-pagination .page-btn:hover {
    border-color: #007AFF;
    color: #007AFF;
    text-decoration: none;
}

.article-pagination .page-info {
    font-size: 13px;
    color: #888;
}

/* 详情页 */
.article-detail-head {
    padding: 32px 40px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.article-detail-title {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}

.article-detail-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #999;
}

.article-detail-meta .meta-tag {
    display: inline-block;
    padding: 2px 10px;
    background: #f0f7ff;
    color: #007AFF;
    border-radius: 3px;
    font-size: 12px;
}

.article-detail-body {
    padding: 32px 40px;
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    word-break: break-word;
}

.article-detail-body img {
    max-width: 100%;
    height: auto;
}

.article-detail-body p {
    margin: 0 0 1em;
}

.article-detail-body h2,
.article-detail-body h3,
.article-detail-body h4 {
    margin: 1.5em 0 0.8em;
    color: #222;
}

.article-detail-body ul,
.article-detail-body ol {
    padding-left: 1.5em;
    margin: 0 0 1em;
}

.article-detail-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.article-detail-body table th,
.article-detail-body table td {
    border: 1px solid #e8e8e8;
    padding: 8px 12px;
    text-align: left;
}

.article-detail-body table th {
    background: #f7f9fc;
}

.article-detail-foot {
    padding: 20px 40px 32px;
    border-top: 1px solid #f0f0f0;
}

.article-back-link {
    font-size: 14px;
    color: #007AFF;
}

.article-back-link:hover {
    text-decoration: underline;
}

/* 开店指引页 */
.article-layout-guide {
    display: block;
}

.guide-page-panel .article-detail-head {
    background: linear-gradient(135deg, #f0f7ff 0%, #fff 60%);
}

.guide-lead {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #e8eef5;
}

.guide-tagline {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #007AFF;
    letter-spacing: 0.02em;
}

.guide-intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: #555;
}

.guide-highlight {
    margin-bottom: 32px;
    padding: 20px 24px;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 1px solid #d6e8ff;
    border-radius: 8px;
}

.guide-highlight h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #222;
}

.guide-highlight p {
    margin: 0;
    color: #555;
}

.guide-section {
    margin-bottom: 36px;
}

.guide-section-title {
    margin: 0 0 20px;
    padding-left: 14px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    border-left: 4px solid #007AFF;
}

.guide-step-card {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    padding: 22px 24px;
    background: #fafbfd;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.guide-step-card:hover {
    border-color: #d6e8ff;
    box-shadow: 0 4px 16px rgba(0, 122, 255, 0.06);
}

.guide-step-num {
    flex: 0 0 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #007AFF;
    background: #fff;
    border: 2px solid #007AFF;
    border-radius: 50%;
}

.guide-step-body {
    flex: 1;
    min-width: 0;
}

.guide-step-body h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.guide-step-body p {
    margin: 0 0 10px;
}

.guide-step-body p:last-child {
    margin-bottom: 0;
}

.guide-list {
    margin: 0 0 12px;
    padding-left: 1.4em;
}

.guide-list li {
    margin-bottom: 8px;
}

.guide-tip {
    margin-top: 12px !important;
    padding: 10px 14px;
    font-size: 13px;
    color: #666;
    background: #fffbe6;
    border-left: 3px solid #faad14;
    border-radius: 0 4px 4px 0;
}

.guide-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px !important;
}

.guide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.guide-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.guide-btn-primary {
    color: #fff !important;
    background: linear-gradient(90deg, #4facff 0%, #007AFF 52%, #0062d6 100%);
    box-shadow: 0 8px 20px rgba(0, 122, 255, 0.22);
}

.guide-btn-primary:hover {
    box-shadow: 0 12px 24px rgba(0, 122, 255, 0.28);
}

.guide-btn-secondary {
    color: #007AFF !important;
    background: #fff;
    border: 1px solid rgba(0, 122, 255, 0.35);
}

.guide-btn-secondary:hover {
    background: #f0f7ff;
}

.guide-flow-banner {
    margin: 36px 0 28px;
    padding: 28px 32px;
    background: linear-gradient(135deg, #007AFF 0%, #0062d6 100%);
    border-radius: 10px;
    color: #fff;
}

.guide-flow-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.guide-flow-steps {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.guide-flow-steps li {
    flex: 1;
    text-align: center;
    padding: 16px 10px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.guide-flow-steps .n {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto 10px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    color: #007AFF;
    border-radius: 50%;
}

.guide-flow-steps strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.guide-flow-steps em {
    display: block;
    font-size: 12px;
    font-style: normal;
    opacity: 0.85;
}

.guide-help {
    padding: 20px 24px;
    background: #f7f9fc;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.guide-help h3 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #222;
}

.guide-help p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* 静态页：下载 / 联系我们 */
.article-layout-static {
    display: block;
}

.static-page-panel .article-detail-head {
    background: linear-gradient(135deg, #f0f7ff 0%, #fff 60%);
}

.static-lead {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #e8eef5;
}

.static-tagline {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #007AFF;
}

.static-intro {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: #555;
}

.download-app-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 32px;
}

.download-app-card {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: #fafbfd;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.download-app-card:hover {
    border-color: #d6e8ff;
    box-shadow: 0 4px 16px rgba(0, 122, 255, 0.06);
}

.download-app-icon {
    flex: 0 0 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #4facff 0%, #007AFF 100%);
    border-radius: 14px;
}

.download-app-icon-ios {
    background: linear-gradient(135deg, #333 0%, #111 100%);
}

.download-app-icon-h5 {
    background: linear-gradient(135deg, #58d78c 0%, #2ecc71 100%);
}

.download-app-main h3 {
    margin: 0 0 8px;
    font-size: 17px;
    color: #222;
}

.download-app-desc {
    margin: 0 0 8px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.download-app-version {
    margin: 0 0 12px;
    font-size: 13px;
    color: #999;
}

.download-app-soon {
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    color: #999;
    background: #f0f0f0;
    border-radius: 6px;
}

.download-qr-section {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 36px;
    padding: 28px 32px;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    border: 1px solid #d6e8ff;
    border-radius: 10px;
}

.download-qr-text {
    flex: 1;
    min-width: 0;
}

.download-qr-text h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #222;
}

.download-qr-text p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

.download-qr-box {
    flex: 0 0 160px;
    text-align: center;
}

.download-qr-box img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 8px;
}

.download-qr-box p {
    margin: 10px 0 0;
    font-size: 13px;
    color: #666;
}

.download-plugin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.download-plugin-card {
    padding: 22px 24px;
    background: #fafbfd;
    border: 1px solid #eef2f7;
    border-radius: 8px;
}

.download-plugin-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #222;
}

.download-plugin-card p {
    margin: 0 0 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.download-plugin-card a {
    font-size: 14px;
    font-weight: 600;
    color: #007AFF;
}

.support-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 32px;
}

.support-contact-card {
    padding: 24px;
    background: #fafbfd;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    text-align: center;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.support-contact-card:hover {
    border-color: #d6e8ff;
    box-shadow: 0 4px 16px rgba(0, 122, 255, 0.06);
}

.support-contact-primary {
    background: linear-gradient(135deg, #f0f7ff 0%, #fafbfd 100%);
    border-color: #d6e8ff;
}

.support-contact-icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto 14px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #007AFF;
    border-radius: 50%;
}

.support-contact-icon-wecom {
    background: #07c160;
}

.support-contact-icon-email {
    background: #ff9500;
    font-size: 22px;
}

.support-contact-icon-group {
    background: #12b7f5;
}

.support-contact-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #222;
}

.support-contact-value {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
    color: #007AFF;
    word-break: break-all;
}

.support-contact-desc {
    margin: 0 0 16px;
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

.support-qr-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 36px;
    padding: 28px;
    background: #f7f9fc;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}

.support-qr-item {
    text-align: center;
}

.support-qr-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 6px;
}

.support-qr-item p {
    margin: 10px 0 0;
    font-size: 13px;
    color: #666;
}

.support-info-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    overflow: hidden;
}

.support-info-table dl {
    display: flex;
    margin: 0;
    border-bottom: 1px solid #eef2f7;
}

.support-info-table dl:nth-child(odd) {
    border-right: 1px solid #eef2f7;
}

.support-info-table dt {
    flex: 0 0 100px;
    margin: 0;
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    background: #f7f9fc;
}

.support-info-table dd {
    flex: 1;
    margin: 0;
    padding: 14px 16px;
    font-size: 14px;
    color: #444;
}

.support-links {
    margin: 32px 0 24px;
    padding: 20px 24px;
    background: linear-gradient(135deg, #007AFF 0%, #0062d6 100%);
    border-radius: 10px;
    color: #fff;
}

.support-links h3 {
    margin: 0 0 14px;
    font-size: 16px;
    text-align: center;
}

.support-links-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.support-links-row a {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    color: #007AFF !important;
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.2s;
}

.support-links-row a:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

/* 禁售目录页 */
.forbid-sale-panel .article-detail-head {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 60%);
}

.forbid-sale-panel .meta-tag {
    background: #fff1f0;
    color: #cf1322;
}

.forbid-sale-lead {
    margin-bottom: 24px;
}

.forbid-sale-lead .static-tagline {
    color: #cf1322;
}

.forbid-sale-notice {
    margin-bottom: 28px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #a8071a;
    background: #fff1f0;
    border: 1px solid #ffccc7;
    border-radius: 8px;
}

.forbid-sale-section {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #f0f0f0;
}

.forbid-sale-section:last-of-type {
    border-bottom: none;
}

.forbid-sale-cat {
    margin: 0 0 10px;
    padding-left: 12px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    border-left: 4px solid #cf1322;
}

.forbid-sale-section p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: #555;
}

.forbid-sale-body > p {
    text-indent: 2em;
    line-height: 1.9;
}

.forbid-sale-help a {
    color: #007AFF;
}

@media (max-width: 1199px) {
    body.article-page {
        min-width: 0;
    }

    .article-wrap {
        width: auto;
        max-width: 1200px;
        padding-right: 24px;
        padding-left: 24px;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .article-main {
        padding-bottom: 36px;
    }

    .article-wrap {
        padding-right: 14px;
        padding-left: 14px;
    }

    .article-breadcrumb {
        margin: 14px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .article-layout {
        display: block;
    }

    .article-sidebar {
        display: none;
    }

    .article-content-panel,
    .article-detail-panel {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .article-panel-head,
    .article-detail-head,
    .article-detail-body,
    .article-detail-foot {
        padding-right: 18px;
        padding-left: 18px;
    }

    .article-panel-title,
    .article-detail-title {
        font-size: 23px;
        line-height: 1.45;
    }

    .article-list-link {
        padding-right: 18px;
        padding-left: 18px;
    }

    .article-pagination {
        flex-wrap: wrap;
        padding-right: 18px;
        padding-left: 18px;
    }
}


/* === page.css === */
/* APP 下载 / 联系我们 — 独立样式（避免 @import 缓存未更新） */
.static-page-body {
    padding-top: 8px;
}

.page-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.page-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #f8fbff 0%, #fff 100%);
    border: 1px solid #e6eef8;
    border-radius: 10px;
}

.page-feature-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.12);
    overflow: hidden;
}

.page-feature-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

.page-feature-item strong {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    color: #222;
}

.page-feature-item span {
    font-size: 12px;
    color: #888;
}

.download-app-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 32px;
}

.download-app-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 22px 24px;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(15, 40, 80, 0.05);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.download-app-card:hover {
    transform: translateY(-3px);
    border-color: #b8d9ff;
    box-shadow: 0 12px 28px rgba(0, 122, 255, 0.1);
}

.download-app-card.is-ready {
    border-color: #b7eb8f;
    background: linear-gradient(180deg, #f6ffed 0%, #fff 100%);
}

.download-app-icon {
    width: auto;
    height: auto;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    box-shadow: none;
    overflow: visible;
}

.download-app-icon img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
}

.download-app-icon-ios,
.download-app-icon-h5 {
    background: none;
    border: none;
    box-shadow: none;
}

.download-app-main {
    width: 100%;
}

.download-app-main h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.download-app-desc {
    margin: 0 0 14px;
    min-height: 44px;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

.download-app-version {
    margin: 0 0 12px;
    font-size: 12px;
    color: #999;
}

.download-app-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
}

.download-app-badge-soon {
    color: #d48806;
    background: #fffbe6;
    border: 1px solid #ffe58f;
}

.download-app-badge-live {
    color: #389e0d;
    background: #f6ffed;
    border: 1px solid #b7eb8f;
}

.download-app-soon {
    display: inline-block;
    padding: 9px 18px;
    font-size: 13px;
    color: #999;
    background: #f5f5f5;
    border-radius: 6px;
}

.static-page-body .guide-btn {
    display: inline-flex;
    min-width: 130px;
}

.download-qr-section {
    display: flex;
    gap: 36px;
    align-items: center;
    margin-bottom: 36px;
    padding: 32px 36px;
    background: linear-gradient(135deg, #007AFF 0%, #0062d6 100%);
    border-radius: 14px;
    color: #fff;
    box-shadow: 0 14px 32px rgba(0, 122, 255, 0.22);
}

.download-qr-text {
    flex: 1;
    min-width: 0;
}

.download-qr-text h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.download-qr-text p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.92);
}

.download-qr-text strong {
    color: #fff;
}

.download-qr-text .guide-btn-secondary {
    color: #007AFF !important;
    background: #fff;
    border-color: #fff;
}

.download-qr-box {
    flex: 0 0 168px;
    text-align: center;
}

.download-qr-box img {
    width: 148px;
    height: 148px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.download-qr-box p {
    margin: 12px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.download-plugin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.download-plugin-card {
    display: flex;
    gap: 16px;
    padding: 22px 24px;
    background: #fafbfd;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.download-plugin-card:hover {
    border-color: #d6e8ff;
    box-shadow: 0 6px 18px rgba(0, 122, 255, 0.06);
}

.download-plugin-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    background: #f0f7ff;
    border-radius: 10px;
}

.download-plugin-main h3 {
    margin: 0 0 6px;
    font-size: 15px;
    color: #222;
}

.download-plugin-main p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

.download-plugin-main a {
    font-size: 13px;
    font-weight: 600;
    color: #007AFF;
}

.support-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 32px;
}

.support-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(15, 40, 80, 0.05);
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.support-contact-card:hover {
    transform: translateY(-3px);
    border-color: #b8d9ff;
    box-shadow: 0 12px 28px rgba(0, 122, 255, 0.1);
}

.support-contact-primary {
    background: linear-gradient(180deg, #f0f7ff 0%, #fff 100%);
    border-color: #c6e2ff;
}

.support-contact-icon {
    width: auto;
    height: auto;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    box-shadow: none;
    overflow: visible;
}

.support-contact-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.support-contact-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #222;
}

.support-contact-value {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: #007AFF;
    word-break: break-all;
}

.support-contact-desc {
    margin: 0 0 18px;
    min-height: 40px;
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

.support-qr-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 36px;
    padding: 28px;
    background: #f7f9fc;
    border: 1px solid #eaeaea;
    border-radius: 14px;
}

.support-qr-item {
    text-align: center;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eef2f7;
}

.support-qr-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
}

.support-qr-item p {
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #555;
}

.support-info-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.support-info-table dl {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 18px 20px;
    background: #fafbfd;
    border: 1px solid #eef2f7;
    border-radius: 10px;
}

.support-info-table dt {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: none;
}

.support-info-table dd {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.support-links {
    margin: 32px 0 24px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #007AFF 0%, #0062d6 100%);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 122, 255, 0.2);
}

.support-links h3 {
    margin: 0 0 16px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.support-links-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.support-links-row a {
    display: inline-block;
    padding: 9px 20px;
    font-size: 14px;
    color: #007AFF !important;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s;
}

.support-links-row a:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.static-page-body .guide-help {
    margin-top: 8px;
}

/* 开店指引 /help */
.guide-page-panel .article-detail-head {
    background: linear-gradient(135deg, #f0f7ff 0%, #fff 60%);
}

.guide-page-panel .meta-tag {
    background: #f0f7ff;
    color: #007AFF;
}

/* 开店指引 — 飞书文档还原 */
.guide-doc-hero {
    margin-bottom: 32px;
    padding: 28px 32px;
    text-align: center;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    border: 1px solid #c6e2ff;
    border-radius: 12px;
}

.guide-doc-tagline {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #007AFF;
    letter-spacing: 0.04em;
}

.guide-doc-block {
    margin-bottom: 36px;
}

.guide-doc-block-important {
    padding: 24px 28px;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 12px;
}

.guide-doc-h2 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.guide-doc-part {
    padding-left: 14px;
    border-left: 4px solid #007AFF;
}

.guide-doc-block-important .guide-doc-part {
    border-left-color: #faad14;
}

.guide-doc-h3 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.guide-doc-text {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.9;
    color: #444;
}

.guide-doc-step {
    margin-bottom: 28px;
    padding: 22px 24px;
    background: #fafbfd;
    border: 1px solid #eef2f7;
    border-radius: 10px;
}

.guide-doc-step:last-child {
    margin-bottom: 0;
}

.guide-doc-url {
    margin: 0 0 16px;
    padding: 12px 16px;
    background: #f5f5f5;
    border-left: 3px solid #007AFF;
    border-radius: 0 6px 6px 0;
    word-break: break-all;
}

.guide-doc-url a {
    font-size: 14px;
    font-weight: 500;
    color: #007AFF;
}

.guide-qual-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.guide-qual-item {
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.guide-qual-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #999;
}

.guide-qual-item a {
    color: #007AFF;
    font-weight: 500;
}

.guide-pay-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.guide-pay-card {
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 10px;
}

.guide-pay-card-zero {
    border-color: #b7eb8f;
    background: linear-gradient(180deg, #f6ffed 0%, #fff 100%);
}

.guide-pay-card-head {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.static-page-body .guide-list {
    margin: 0;
    padding-left: 1.2em;
    font-size: 14px;
    line-height: 1.85;
    color: #555;
}

.static-page-body .guide-list li {
    margin-bottom: 6px;
}

.static-page-body .guide-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}

.static-page-body .guide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.static-page-body .guide-btn-primary {
    color: #fff !important;
    background: linear-gradient(90deg, #4facff 0%, #007AFF 52%, #0062d6 100%);
    box-shadow: 0 8px 20px rgba(0, 122, 255, 0.22);
}

.static-page-body .guide-btn-secondary {
    color: #007AFF !important;
    background: #fff;
    border: 1px solid rgba(0, 122, 255, 0.35);
}

.static-page-body .guide-help {
    margin-top: 8px;
    padding: 20px 24px;
    background: #f7f9fc;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.static-page-body .guide-help h3 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #222;
}

.static-page-body .guide-help p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

/* 禁售目录 */
.forbid-sale-panel .article-detail-head {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 60%);
}

.forbid-sale-panel .meta-tag {
    background: #fff1f0;
    color: #cf1322;
}

.forbid-sale-lead {
    margin-bottom: 24px;
}

.forbid-sale-lead .static-tagline {
    color: #cf1322;
}

.forbid-sale-notice {
    margin-bottom: 28px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #a8071a;
    background: #fff1f0;
    border: 1px solid #ffccc7;
    border-radius: 10px;
}

.forbid-sale-section {
    margin-bottom: 24px;
    padding: 18px 20px;
    background: #fafbfd;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.forbid-sale-section:hover {
    border-color: #ffccc7;
    box-shadow: 0 4px 14px rgba(207, 19, 34, 0.06);
}

.forbid-sale-cat {
    margin: 0 0 10px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    border-left: 4px solid #cf1322;
}

.forbid-sale-section p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: #555;
}

.forbid-sale-body > p {
    text-indent: 2em;
    line-height: 1.9;
}

.forbid-sale-help a {
    color: #007AFF;
}

@media (max-width: 960px) {
    .page-feature-strip,
    .download-app-grid,
    .download-plugin-grid,
    .support-contact-grid,
    .support-qr-row,
    .support-info-table,
    .guide-qual-grid,
    .guide-pay-cards {
        grid-template-columns: 1fr;
    }

    .download-qr-section {
        flex-direction: column;
        text-align: center;
    }

    .feishu-doc-shell {
        padding: 24px 20px 40px;
    }
}

/* ========== 飞书文档 100% 还原 /help ========== */
.article-wrap-feishu {
    max-width: 900px;
}

.feishu-doc-shell {
    padding: 36px 48px 48px;
    background: #fff;
    border: 1px solid #dee0e3;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.feishu-doc {
    color: #1f2329;
    font-size: 16px;
    line-height: 1.75;
    word-break: break-word;
}

.feishu-page-header {
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eff0f1;
}

.feishu-page-title {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.625;
    color: #1f2329;
}

.feishu-doc-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 28px;
    font-size: 13px;
    color: #8f959e;
}

.feishu-doc-meta-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.feishu-doc-meta-item + .feishu-doc-meta-item::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-right: 12px;
    background: #dee0e3;
    vertical-align: middle;
}

.feishu-doc-meta-interaction .feishu-doc-meta-num + .feishu-doc-meta-num::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-right: 12px;
    background: #dee0e3;
    vertical-align: middle;
}

.feishu-doc-title {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #1f2329;
}

.feishu-block.feishu-block-title {
    margin: 0 0 8px;
}

.feishu-block.feishu-block-title .feishu-block-heading {
    margin: 0;
}

.feishu-doc-slogan {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.75;
    color: #1f2329;
}

.feishu-text-highlight {
    display: inline;
    padding: 0 2px;
    background: #fff7cc;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.feishu-mention-doc {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 1px 6px 1px 4px;
    border-radius: 4px;
    background: #f2f3f5;
    color: #1f2329;
    text-decoration: none;
}

.feishu-mention-doc:hover {
    background: #e8eaed;
    text-decoration: none;
}

.feishu-mention-doc-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238f959e'%3E%3Cpath d='M4 3h12.595c.93 0 1.806.355 2.439.96A3.07 3.07 0 0 1 20 6.176V21H7.405a3.53 3.53 0 0 1-2.439-.96A3.068 3.068 0 0 1 4 17.823V3ZM3 1a1 1 0 0 0-1 1v15.823c0 1.373.57 2.69 1.583 3.66A5.529 5.529 0 0 0 7.405 23H21a1 1 0 0 0 1-1V6.176a5.07 5.07 0 0 0-1.583-3.66A5.53 5.53 0 0 0 16.595 1H3Z'/%3E%3Cpath d='M6.75 8a1 1 0 0 1 1-1h8.5a1 1 0 1 1 0 2h-8.5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h8.5a1 1 0 1 1 0 2h-8.5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h4.5a1 1 0 1 1 0 2h-4.5a1 1 0 0 1-1-1Z'/%3E%3C/svg%3E");
}

.feishu-doc-line {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.75;
}

.feishu-doc-h2 {
    margin: 28px 0 12px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #1f2329;
}

.feishu-doc-h3 {
    margin: 20px 0 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    color: #1f2329;
}

.feishu-doc-p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.75;
    color: #1f2329;
}

.feishu-doc-p a,
.feishu-doc-line a {
    color: #245bdb;
    text-decoration: none;
}

.feishu-doc-p a:hover,
.feishu-doc-line a:hover {
    text-decoration: underline;
}

.feishu-muted {
    color: #646a73;
}

.feishu-doc-center {
    text-align: center;
}

.feishu-doc-qual-detail {
    margin: 8px 0 24px;
}

.feishu-doc-figure {
    margin: 12px 0 24px;
    padding: 0;
}

.feishu-doc-figure img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #eff0f1;
    border-radius: 4px;
}

.feishu-doc-figure:last-child img {
    width: 100%;
}

/* 飞书 docx 主内容区 */
.render-unit-wrapper {
    max-width: 100%;
    color: #1f2329;
    font-size: 16px;
    line-height: 1.75;
}

.article-layout-help-feishu .guide-page-panel {
    border-color: #dee0e3;
    box-shadow: none;
}

.article-layout-help-feishu .guide-page-panel .article-detail-body {
    padding: 40px 56px 48px;
    font-size: 16px;
    line-height: 1.75;
    color: #1f2329;
}

.article-layout-help-feishu .article-detail-body h2,
.article-layout-help-feishu .article-detail-body h3,
.article-layout-help-feishu .article-detail-body h4 {
    margin: 0;
    color: inherit;
}

.feishu-fold-section {
    margin: 0 0 10px;
}

.feishu-fold-section.is-collapsed > .feishu-fold-panel {
    display: none;
}

.feishu-block-heading {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin: 22px 0 8px;
    min-height: 28px;
}

.feishu-fold-section > .feishu-block-heading:first-child,
.feishu-fold-section > .feishu-block-heading {
    margin-top: 22px;
}

.render-unit-wrapper > .feishu-block-title .feishu-doc-title,
.render-unit-wrapper > .feishu-block-title {
    margin-top: 0;
}

.feishu-fold-btn {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 2px 0 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background 0.15s;
}

.feishu-fold-btn:hover {
    background: #eff0f1;
}

.feishu-fold-btn svg {
    display: block;
    transition: transform 0.2s ease;
    transform: rotate(0deg);
}

.feishu-fold-section.is-collapsed > .feishu-block-heading .feishu-fold-btn svg {
    transform: rotate(-90deg);
}

.feishu-block-order {
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1f2329;
    user-select: none;
}

.feishu-block-title {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-weight: 600;
    color: #1f2329;
    word-break: break-word;
}

.feishu-block-heading1 .feishu-block-title {
    font-size: 26px;
    line-height: 1.4;
}

.feishu-block-heading2 .feishu-block-title {
    font-size: 20px;
    line-height: 1.45;
}

.feishu-fold-panel > .feishu-block-heading2:first-child {
    margin-top: 8px;
}

.feishu-block-heading3 .feishu-block-title {
    font-size: 18px;
    line-height: 1.5;
}

.feishu-block-heading4 .feishu-block-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.feishu-block-text {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.75;
    color: #1f2329;
}

.feishu-block-text a {
    color: #245bdb;
    text-decoration: none;
}

.feishu-block-text a:hover {
    text-decoration: underline;
}

.feishu-fold-panel {
    padding-left: 28px;
}

.feishu-fold-panel .feishu-fold-panel {
    padding-left: 0;
}

.feishu-fold-panel > .feishu-block-heading {
    margin-top: 16px;
}

.feishu-block-image {
    margin: 8px 0 16px;
    padding: 0;
    text-align: center;
}

.feishu-block-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: none;
    border-radius: 4px;
}

.feishu-block-image.is-missing {
    display: none;
}

.feishu-block-list {
    margin: 0 0 8px;
    padding-left: 1.4em;
}

.feishu-fold-section-important > .feishu-block-heading .feishu-block-title {
    color: #1f2329;
}

/* 开店指引 /help — 顶栏直下 + 无框侧栏 */
.article-page-help .article-main {
    padding-top: 0;
    background: #fff;
}

.article-wrap-help {
    max-width: 1200px;
    padding-top: 0;
}

.article-wrap-help .article-layout-help-feishu {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.article-page-help .guide-catalogue {
    flex: 0 0 240px;
    max-width: 260px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.article-page-help .guide-catalogue__scroller {
    padding: 0;
    max-height: calc(100vh - 120px);
}

.article-wrap-help .guide-page-panel-full {
    flex: 1;
    min-width: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.article-wrap-help .guide-page-panel-full .article-detail-body {
    padding: 24px 0 48px;
}

.article-wrap-help .article-detail-foot {
    padding: 16px 0 0;
    border-top: 1px solid #eff0f1;
}

/* 开店指引 /help — 飞书目录侧栏（保留样式供其他页复用） */
.article-layout-help-feishu {
    align-items: stretch;
}

.article-layout-help-feishu .guide-page-panel {
    flex: 1;
    min-width: 0;
}

.article-layout-help-feishu .guide-page-panel .article-detail-body {
    padding: 36px 48px 48px;
}

.guide-catalogue {
    flex: 0 0 260px;
    max-width: 280px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    background: #fff;
    border: 1px solid #dee0e3;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(31, 35, 41, 0.06);
    overflow: hidden;
}

.guide-catalogue__main,
.guide-catalogue__main-wrapper {
    min-width: 0;
}

.guide-catalogue__scroller {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px 0 16px;
    scrollbar-width: thin;
    scrollbar-color: #d0d3d6 transparent;
}

.guide-catalogue__scroller::-webkit-scrollbar {
    width: 6px;
}

.guide-catalogue__scroller::-webkit-scrollbar-thumb {
    background: #d0d3d6;
    border-radius: 3px;
}

.guide-catalogue__list {
    list-style: none;
    margin: 0;
    padding: 0 0 50px;
    width: 100%;
}

.guide-catalogue__item {
    min-height: 30px;
    padding-bottom: 8px;
}

.guide-catalogue__item.is-branch-hidden {
    display: none;
}

.guide-catalogue__link {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    min-height: 22px;
    padding: 0 12px 0 8px;
    font-size: 14px;
    line-height: 22px;
    color: #1f2329;
    text-decoration: none;
    transition: color 0.15s;
}

.guide-catalogue__link:hover {
    color: #3370ff;
}

.guide-catalogue__item.active > .guide-catalogue__link {
    color: #3370ff;
    font-weight: 500;
}

.guide-catalogue__link .text {
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

.guide-catalogue__collapse {
    flex: 0 0 16px;
    width: 16px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.guide-catalogue__collapse.is-leaf {
    visibility: hidden;
    pointer-events: none;
}

.guide-catalogue__collapse svg {
    display: block;
    transition: transform 0.2s ease;
    transform: rotate(90deg);
}

.guide-catalogue__item.is-collapsible.is-collapsed > .guide-catalogue__link .guide-catalogue__collapse svg {
    transform: rotate(0deg);
}

.guide-catalogue__item.indent-level-1 > .guide-catalogue__link {
    padding-left: 8px;
}

.guide-catalogue__item.indent-level-2 > .guide-catalogue__link {
    padding-left: 24px;
    font-size: 13px;
}

.guide-catalogue__item.indent-level-3 > .guide-catalogue__link {
    padding-left: 40px;
    font-size: 13px;
}

.guide-catalogue__item.heading-0 > .guide-catalogue__link {
    font-weight: 600;
}

.guide-catalogue__item.heading-1 > .guide-catalogue__link {
    font-weight: 500;
}

.guide-doc-anchor {
    scroll-margin-top: 100px;
}

.guide-page-body .feishu-doc-title {
    margin: 0 0 16px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.35;
    color: #1f2329;
}

.guide-page-body .feishu-doc-h4 {
    margin: 16px 0 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2329;
}

.guide-page-body .feishu-highlight {
    color: #245bdb;
}

.guide-screenshot.is-missing {
    display: none;
}

.guide-faq-list {
    display: grid;
    gap: 16px;
}

.guide-faq-item {
    padding: 16px 18px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #eff0f1;
}

.guide-faq-item .feishu-doc-h4 {
    margin-top: 0;
}

.guide-faq-item .feishu-doc-p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .article-layout-help-feishu {
        flex-direction: column;
    }

    .guide-catalogue {
        position: static;
        flex: none;
        width: 100%;
        max-width: none;
        max-height: none;
    }

    .article-page-help .guide-catalogue {
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .guide-catalogue__scroller {
        max-height: 240px;
    }
}

.guide-doc-section {
    margin-bottom: 32px;
    scroll-margin-top: 100px;
}

.guide-doc-section-important {
    padding: 24px;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 10px;
}

.guide-qual-detail {
    margin-top: 12px;
}

.guide-page-body .feishu-doc-h2 {
    margin: 0 0 14px;
    padding-left: 14px;
    font-size: 20px;
    font-weight: 600;
    border-left: 4px solid #007AFF;
}

.guide-page-body .feishu-doc-h3 {
    margin: 18px 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.guide-page-body .feishu-doc-p,
.guide-page-body .feishu-doc-line {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.85;
    color: #444;
}

.guide-page-body .feishu-doc-slogan {
    margin: 0 0 28px;
    padding: 20px 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #007AFF;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    border: 1px solid #c6e2ff;
    border-radius: 10px;
}

.guide-tip {
    margin-top: 12px;
    padding: 10px 14px;
    font-size: 13px;
    color: #666;
    background: #fffbe6;
    border-left: 3px solid #faad14;
    border-radius: 0 4px 4px 0;
}

.guide-flow-banner {
    margin: 36px 0 28px;
    padding: 28px 32px;
    background: linear-gradient(135deg, #007AFF 0%, #0062d6 100%);
    border-radius: 10px;
    color: #fff;
}

.guide-flow-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.guide-flow-steps {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.guide-flow-steps li {
    flex: 1;
    text-align: center;
    padding: 16px 10px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.guide-flow-steps .n {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto 10px;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    color: #007AFF;
    border-radius: 50%;
}

.guide-flow-steps strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.guide-flow-steps em {
    display: block;
    font-size: 12px;
    font-style: normal;
    opacity: 0.85;
}

@media (max-width: 960px) {
    .guide-flow-steps {
        flex-direction: column;
    }
}

.order-page-panel .article-detail-head {
    border-bottom: 1px solid #f0f0f0;
}

.order-search-card {
    padding: 24px;
    background: #fafbfd;
    border: 1px solid #eef2f7;
    border-radius: 12px;
}

.order-search-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.order-search-input {
    flex: 1;
    min-width: 0;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    font-size: 14px;
    color: #222;
    background: #fff;
}

.order-search-input:focus {
    outline: none;
    border-color: #007AFF;
    box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.12);
}

.order-search-tip {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

.order-search-tip-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #e6f4ff;
    color: #007AFF;
    font-size: 12px;
    font-weight: 700;
}

.order-query-tips {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #e8eef5;
    font-size: 13px;
    color: #666;
}

.order-history {
    margin-top: 14px;
}

.order-history-label {
    margin-bottom: 8px;
    font-size: 12px;
    color: #999;
}

.order-history-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.order-history-item {
    padding: 4px 10px;
    border: 1px solid #d6e8ff;
    border-radius: 999px;
    background: #fff;
    color: #007AFF;
    font-size: 12px;
    cursor: pointer;
}

.order-result-wrap {
    margin-top: 24px;
}

.order-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.order-tab {
    padding: 8px 16px;
    border: 1px solid #e8eef5;
    border-radius: 999px;
    background: #fff;
    color: #666;
    font-size: 13px;
    cursor: pointer;
}

.order-tab.is-active {
    border-color: #007AFF;
    background: #e6f4ff;
    color: #007AFF;
    font-weight: 600;
}

.order-result-loading,
.order-result-empty {
    padding: 28px 16px;
    text-align: center;
    color: #999;
    background: #fafbfd;
    border: 1px dashed #e8eef5;
    border-radius: 10px;
}

.order-result-list {
    display: grid;
    gap: 12px;
}

.order-result-card {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
}

.order-result-title {
    margin: 0 0 8px;
    font-size: 16px;
    color: #222;
}

.order-result-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    color: #888;
}

.order-result-side {
    flex: 0 0 auto;
    min-width: 140px;
    text-align: right;
}

.order-result-amount {
    font-size: 20px;
    font-weight: 700;
    color: #007AFF;
}

.order-result-qty {
    margin: 4px 0 8px;
    font-size: 12px;
    color: #999;
}

.order-status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
}

.order-status-pending {
    background: #f5f5f5;
    color: #666;
}

.order-status-paid {
    background: #f6ffed;
    color: #389e0d;
}

.order-status-closed,
.order-status-refund {
    background: #fff7e6;
    color: #d48806;
}

.order-result-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.order-action-btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background: #007AFF;
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
}

.order-action-btn.order-action-secondary {
    background: #fff;
    color: #007AFF !important;
    border: 1px solid #c6e2ff;
}

.order-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.order-page-btn {
    padding: 6px 14px;
    border: 1px solid #d9e2ef;
    border-radius: 6px;
    background: #fff;
    color: #333;
    cursor: pointer;
}

.order-page-info {
    font-size: 13px;
    color: #666;
}

.order-captcha-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.45);
}

.order-captcha-modal[hidden] {
    display: none !important;
}

.order-captcha-dialog {
    width: min(100%, 360px);
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(15, 40, 80, 0.18);
}

.order-captcha-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.order-captcha-head h3 {
    margin: 0;
    font-size: 18px;
    color: #222;
}

.order-captcha-close {
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    color: #999;
    cursor: pointer;
}

.order-captcha-body {
    display: grid;
    gap: 12px;
    justify-items: center;
}

.order-captcha-img {
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: #fafbfd;
}

.order-captcha-refresh {
    border: none;
    background: transparent;
    color: #007AFF;
    font-size: 13px;
    cursor: pointer;
}

.order-captcha-input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d9e2ef;
    border-radius: 8px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .order-search-row {
        flex-direction: column;
        align-items: stretch;
    }

    .order-result-card {
        flex-direction: column;
    }

    .order-result-side {
        text-align: left;
    }

    .order-result-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
/* SEO 落地页：关于我们与虚拟商品解决方案 */
.seo-landing-page .article-detail-body{color:#3f4754;}
.seo-landing-page .landing-lead{font-size:18px;line-height:1.9;color:#1f2937;}
.about-intro-card{padding:28px 30px;border:1px solid #e7edf5;border-radius:16px;background:linear-gradient(135deg,#f8fbff,#f4f7ff);}
.about-intro-card p+p{margin-top:12px;}
.landing-section{margin-top:42px;}
.landing-section>h2{margin-bottom:20px;font-size:24px;line-height:1.4;color:#172033;}
.landing-card-grid{display:grid;gap:18px;}
.landing-card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.landing-info-card{position:relative;min-height:132px;padding:24px;border:1px solid #e7edf5;border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(31,78,121,.06);box-sizing:border-box;}
.landing-info-card h3{margin:0 0 10px;font-size:18px;line-height:1.5;color:#172033;}
.landing-info-card p{margin:0;color:#647084;line-height:1.8;}
.landing-card-number{display:block;margin-bottom:14px;font:700 13px/1.2 Arial,sans-serif;letter-spacing:.1em;color:#1677ff;}
.landing-use-case-card{display:flex;align-items:center;gap:12px;min-height:86px;}
.landing-use-case-card h3{margin:0;font-size:16px;}
.landing-card-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#eaf4ff;color:#1677ff;font-weight:700;}
.solution-landing-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:30px;align-items:stretch;}
.solution-landing-media{display:block;overflow:hidden;min-height:310px;border-radius:18px;background:#eaf2fb;}
.solution-landing-media img{display:block;width:100%;height:100%;object-fit:cover;}
.solution-landing-summary{display:flex;flex-direction:column;justify-content:center;padding:30px;border:1px solid #e7edf5;border-radius:18px;background:linear-gradient(145deg,#f8fbff,#fff);}
.solution-landing-kicker{display:inline-block;align-self:flex-start;margin-bottom:16px;padding:5px 12px;border-radius:999px;background:#eaf4ff;color:#1677ff;font-size:13px;font-weight:600;}
.landing-cta-row{display:flex;align-items:center;gap:20px;margin-top:24px;}
.landing-primary-btn{height:42px;line-height:42px;padding:0 28px;border-radius:8px;}
.landing-secondary-link{font-weight:600;color:#1677ff;}
.solution-process-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;}
.solution-process-list li{display:flex;gap:14px;padding:22px;border-radius:14px;background:#f7f9fc;}
.solution-process-list li>span{display:flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border-radius:10px;background:#1677ff;color:#fff;font-weight:700;}
.solution-process-list h3{margin:2px 0 7px;font-size:16px;color:#172033;}
.solution-process-list p{margin:0;color:#647084;line-height:1.7;}
.landing-compliance-note{margin-top:38px;padding:22px 24px;border-left:4px solid #1677ff;border-radius:4px 12px 12px 4px;background:#f5f9ff;}
.landing-compliance-note strong{display:block;margin-bottom:6px;color:#172033;font-weight:700;}
.landing-compliance-note p{display:inline;margin:0;color:#5f6b7d;}
.landing-compliance-note a{margin-left:8px;white-space:nowrap;}
.about-qualification-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px;}
.about-qualification-grid>a,.about-qualification-item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px;padding:18px;border:1px solid #e7edf5;border-radius:14px;background:#fff;box-sizing:border-box;color:#334155;text-decoration:none;}
.about-qualification-grid img{display:block;width:100%;height:210px;object-fit:contain;}
.about-qualification-grid span{margin-top:12px;font-weight:600;text-align:center;}

@media (max-width: 768px){
    .landing-card-grid-3,.solution-process-list,.about-qualification-grid{grid-template-columns:1fr;}
    .solution-landing-hero{grid-template-columns:1fr;gap:18px;}
    .solution-landing-media{min-height:0;aspect-ratio:960/412;}
    .solution-landing-summary,.about-intro-card{padding:22px 20px;}
    .seo-landing-page .landing-lead{font-size:16px;}
    .landing-section{margin-top:32px;}
    .landing-section>h2{font-size:21px;}
    .landing-info-card{min-height:0;padding:20px;}
    .landing-cta-row{align-items:flex-start;flex-direction:column;gap:14px;}
    .about-qualification-grid>a,.about-qualification-item{min-height:0;}
}


/* === why-choose.css === */
/* 为什么选择速发卡 - 区块标题 */
.why-choose {
    margin-top: 74px;
    padding-bottom: 10px;
}

.why-choose-head {
    text-align: center;
    margin-bottom: 40px;
}

.why-choose-head .big-title {
    margin-bottom: 0;
    padding-bottom: 18px;
}

.why-choose-head .big-title.underline:after {
    bottom: 0;
}

.why-choose-subtitle {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 1.6;
    color: #888;
}


/* === platform.css === */
/* 平台核心能力 - 区块标题 */
.platform {
    margin-top: 74px;
}

.platform .wrap {
    position: relative;
}

.platform .big-title {
    text-align: center;
    margin-bottom: 40px;
}


/* === byte-card.css === */
/* 字节/Arco 风格能力卡片 */
.byte-card-grid {
    display: grid;
    gap: 16px;
}

.why-choose-grid.byte-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.why-choose-grid .byte-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px 24px;
}

.why-choose-grid .byte-card-main {
    padding-top: 0;
    width: 100%;
}

.why-choose-grid .byte-card-icon {
    flex: 0 0 auto;
    margin-bottom: 16px;
}

.platform-grid.byte-card-grid {
    grid-template-columns: repeat(4, 1fr);
}

.byte-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e6eb;
    border-radius: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.byte-card:hover {
    border-color: #c9cdd4;
    box-shadow: 0 4px 16px rgba(29, 33, 41, 0.06);
    transform: translateY(-2px);
}

.byte-card-icon {
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    border-radius: 12px;
    background: #f7f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.byte-card-icon img {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.byte-card-main {
    flex: 1;
    min-width: 0;
    padding-top: 4px;
}

.byte-card-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #1d2129;
}

.byte-card-accent {
    color: #007AFF;
}

.byte-card-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #86909c;
}

/* 平台能力：四列竖向居中 */
.platform-grid .byte-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 16px 24px;
}

.platform-grid .byte-card-main {
    padding-top: 0;
    width: 100%;
}

.platform-grid .byte-card-title {
    font-size: 15px;
    margin-bottom: 6px;
}

.platform-grid .byte-card-desc {
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 1199px) {
    .why-choose-grid.byte-card-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }

    .platform-grid.byte-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


