.single-shop .entry-content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px
}
/*商城VIP文字*/

.w_desc {
font-size: 14px;
    /*color: #ec1c2b;
    font-style: normal;
    font-weight: 500;*/
    padding: 0px 10px;
border: 0px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 253, 217);
    border-radius: 4px;
    margin-right: 10px;
    height: 18px;
}
/* =====================================================
   商品页 大气新版（landing）样式
   参考 badoucms 插件详情页：绿色系（emerald）
   使用条件：商品后台 -> 商品页面风格 -> 大气新版
   ===================================================== */

/* ---------- 顶部购买横幅 ---------- */
.landing-top-box{
    overflow: hidden;
    background: #ffffff;
    padding: 0 !important;
}
.landing-top-box .shop-single-top{
    display: block;
    border-radius: 12px;
    background: #fff;
}
.landing-hero{
    position: relative;
    display: flex;
    gap: 44px;
    align-items: center;
    padding: 46px 48px 52px;
}
/* hero 装饰：网格 + 绿色光斑 */
.landing-hero-bg{
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 12px;
}
.landing-hero-bg::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(150,215,190,.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(150,215,190,.16) 1px, transparent 1px);
    background-size: 40px 40px;
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, #000 30%, transparent 75%);
            mask-image: radial-gradient(ellipse 70% 70% at 50% 30%, #000 30%, transparent 75%);
}
.landing-blob{
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
}
.landing-blob-1{
    width: 380px;
    height: 380px;
    left: -110px;
    top: -100px;
    background: rgba(167,243,208,.5);
}
.landing-blob-2{
    width: 360px;
    height: 360px;
    right: -90px;
    top: 60px;
    background: rgba(217,249,157,.4);
}
.landing-hero-main{
    position: relative;
    flex: 1;
    min-width: 0;
}
.landing-hero-badge{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #a7f3d0;
    background: #ecfdf5;
    color: #047857;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 500;
}
.landing-hero-title{
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    margin: 18px 0 14px;
    padding: 0;
}
.landing-hero-desc{
    font-size: 15px;
    line-height: 1.9;
    color: #4b5563;
    margin: 0 0 26px;
    max-width: 680px;
}
.landing-hero-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.landing-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    line-height: 1.2;
    text-decoration: none;
    transition: all .2s ease;
}
a.landing-btn{
    text-decoration: none;
}
.landing-btn-buy{
    background: #059669;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(5,150,105,.3);
}
.landing-btn-buy:hover{
    background: #047857;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(5,150,105,.38);
    color: #fff !important;
}
.landing-btn-ghost{
    background: #fff;
    color: #374151 !important;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.landing-btn-ghost:hover{
    border-color: #6ee7b7;
    color: #047857 !important;
    transform: translateY(-2px);
}
.landing-btn[disabled]{
    opacity: .55;
    cursor: not-allowed;
    transform: none !important;
}
.landing-btn-text{
    background: transparent;
    padding: 12px 12px;
    color: #6b7280 !important;
    font-weight: 500;
}
.landing-btn-text:hover{
    color: #047857 !important;
}
.landing-btn-text.sc{
    color: #f59e0b !important;
}
.landing-hero-checks{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin-top: 22px;
}
.landing-hero-checks span{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
}
.landing-hero-checks i,
.landing-hero-checks .b2font{
    color: #10b981;
    font-size: 16px;
    font-style: normal;
}
.landing-hero-thumb{
    position: relative;
    flex-shrink: 0;
    width: 420px;
    max-width: 42%;
}
/* 浏览器截图框 */
.landing-browser{
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15,23,42,.08);
}
.landing-browser-bar{
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 11px 14px;
    border-bottom: 1px solid #f3f4f6;
    background: #fafafa;
}
.ld-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.ld-dot.red{ background:#fda4af; }
.ld-dot.amber{ background:#fcd34d; }
.ld-dot.green{ background:#6ee7b7; }
.ld-url{
    flex: 1;
    margin-left: 6px;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 999px;
    padding: 5px 14px;
    font-size: 12px;
    color: #9ca3af;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.landing-browser-body{
    position: relative;
    z-index: 1;
    background: #f4f9f5;
}
.landing-browser-body img{
    display: block;
    width: 100%;
    height: auto;
}
/* ---------- 统计条 ---------- */
.landing-stats{
    position: relative;
    display: flex;
    margin: 0 48px 46px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: rgba(255,255,255,.85);
    box-shadow: 0 4px 14px rgba(5,150,105,.06);
    overflow: hidden;
}
.landing-stat{
    flex: 1;
    min-width: 0;
    padding: 16px 22px;
    border-right: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
}
.landing-stat:last-child{
    border-right: none;
}
.landing-stat span{
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 5px;
}
.landing-stat b{
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}
.landing-stat b.stat-price{
    color: #059669;
}
/* ---------- 通用区块头 ---------- */
.landing-section{
    padding: 34px 38px;
}
.landing-head{
    margin-bottom: 26px;
}
.landing-head.center{
    text-align: center;
}
.landing-head .kicker{
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #059669;
    margin-bottom: 8px;
}
.landing-head h2{
    font-size: 26px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
}
.landing-head p{
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}
.landing-head.row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}
/* ---------- 功能清单（浅绿底） ---------- */
.landing-features{
    background: #f4f9f5;
    border-radius: 14px;
    margin-bottom: 20px;
}
.landing-features-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 18px;
}
.landing-feature-item{
    background: #fff;
    border: 1px solid rgba(209,250,229,.7);
    border-radius: 16px;
    padding: 26px 24px;
    box-shadow: 0 1px 3px rgba(5,150,105,.04);
    transition: all .22s ease;
}
.landing-feature-item:hover{
    transform: translateY(-4px);
    border-color: #a7f3d0;
    box-shadow: 0 12px 26px rgba(5,150,105,.1);
}
.lf-ico{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 16px;
}
.lf-ico i,
.lf-ico .b2font{
    font-style: normal;
}
.lf-ico.emerald{ background:#ecfdf5; color:#059669; }
.lf-ico.indigo{ background:#eef2ff; color:#6366f1; }
.lf-ico.amber{ background:#fffbeb; color:#d97706; }
.lf-ico.rose{ background:#fff1f2; color:#f43f5e; }
.lf-ico.blue{ background:#eff6ff; color:#3b82f6; }
.lf-ico.lime{ background:#f7fee7; color:#65a30d; }
.lf-ico.purple{ background:#f5f3ff; color:#8b5cf6; }
.lf-ico.cyan{ background:#ecfeff; color:#06b6d4; }
.landing-feature-item h3{
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 10px;
}
.landing-feature-item p{
    font-size: 13px;
    line-height: 1.85;
    color: #6b7280;
    margin: 0;
    overflow-wrap: break-word;
    white-space: pre-line;
}
/* ---------- 界面截图（一行轮播） ---------- */
.landing-screens-wrap{
    position: relative;
    display: flex;
    align-items: center;
}
.landing-screens-viewport{
    overflow: hidden;
    flex: 1;
    margin: 0 10px;
}
.landing-screens-track{
    display: flex;
    transition: transform .45s ease;
}
.landing-screen-item{
    display: block;
    flex: 0 0 400px;
    margin-right: 16px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(209,250,229,.8);
    background: #f4f9f5;
    box-shadow: 0 2px 8px rgba(5,150,105,.05);
    transition: all .22s ease;
}
.landing-screen-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(5,150,105,.14);
}
.landing-screen-item img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    object-position: top;
    transition: transform .5s ease;
}
.landing-screen-item:hover img{
    transform: scale(1.02);
}
@media screen and (max-width: 768px){
    .landing-screen-item{
        flex-basis: 320px;
    }
}
@media screen and (max-width: 420px){
    .landing-screen-item{
        flex-basis: calc(100vw - 110px);
    }
}
/* ---------- 授权与更新 ---------- */
.landing-license-body{
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 24px;
    align-items: start;
}
.landing-license-dark{
    background: #052e24;
    border-radius: 16px;
    padding: 28px;
    color: #fff;
    box-shadow: 0 18px 40px rgba(5,46,36,.28);
    position: sticky;
    top: 20px;
}
.ld-cur{
    font-size: 12px;
    color: rgba(255,255,255,.5);
}
.ld-version{
    display: block;
    font-size: 32px;
    font-weight: 700;
    margin-top: 6px;
    color: #fff;
}
.ld-desc{
    font-size: 13px;
    line-height: 1.9;
    color: rgba(255,255,255,.6);
    margin: 14px 0 20px;
}
.ld-price-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.ld-price-item{
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.05);
    border-radius: 12px;
    padding: 14px 16px;
}
.ld-price-item.hot{
    border-color: rgba(190,242,100,.3);
    background: rgba(190,242,100,.08);
}
.ld-price-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.ld-price-row span{
    font-size: 14px;
    color: rgba(255,255,255,.65);
}
.ld-price-item.hot .ld-price-row span{
    color: #d9f99d;
}
.ld-price-row b{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.ld-price-item p{
    font-size: 12px;
    color: rgba(255,255,255,.4);
    margin: 6px 0 0;
}
.ld-price-item.hot p{
    color: rgba(217,249,157,.6);
}
.ld-buy-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #10b981;
    color: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
}
.ld-buy-btn:hover{
    background: #34d399;
    color: #fff;
}
.ld-meta{
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ld-meta > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: rgba(255,255,255,.5);
}
.ld-meta b{
    color: rgba(255,255,255,.85);
    font-weight: 500;
}
.landing-changelog h3{
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 14px;
}
.ld-log-item{
    background: #fff;
    border: 1px solid rgba(209,250,229,.8);
    border-radius: 14px;
    padding: 20px 22px;
    margin-bottom: 14px;
    box-shadow: 0 1px 3px rgba(5,150,105,.04);
}
.ld-log-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: wrap;
}
.ld-log-tags{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
}
.ld-log-ver{
    display: inline-flex;
    background: #059669;
    color: #fff;
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ld-log-new{
    display: inline-flex;
    background: #f7fee7;
    color: #65a30d;
    border-radius: 999px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}
.ld-log-date{
    font-size: 12px;
    color: #9ca3af;
    flex-shrink: 0;
}
.ld-log-item p{
    font-size: 14px;
    line-height: 1.9;
    color: #4b5563;
    margin: 14px 0 0;
    white-space: pre-line;
    overflow-wrap: break-word;
}
.ld-log-item.empty p{
    color: #9ca3af;
    margin: 0;
}
.ld-log-list{
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}
.ld-log-list li{
    position: relative;
    padding: 3px 0 3px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #4b5563;
    overflow-wrap: break-word;
}
.ld-log-list li::before{
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #059669;
    opacity: .75;
}
/* ---------- 截图灯箱 ---------- */
.landing-lightbox{
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(15,23,42,.82);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
    cursor: zoom-out;
}
.landing-lightbox.open{
    display: flex;
}
.landing-lightbox img{
    max-width: 92%;
    max-height: 88%;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.landing-lightbox-close{
    position: absolute;
    right: 26px;
    top: 20px;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
}
@media screen and (max-width: 960px){
    .landing-hero{
        flex-direction: column;
        padding: 28px 22px 32px;
        gap: 24px;
    }
    .landing-hero-thumb{
        width: 100%;
        max-width: 100%;
    }
    .landing-hero-title{
        font-size: 26px;
    }
    .landing-stats{
        grid-template-columns: repeat(2, 1fr);
        margin: 0 22px 30px;
    }
    .landing-stat{
        border-right: none;
        border-bottom: 1px solid #f3f4f6;
    }
    .landing-section{
        padding: 24px 18px;
    }
    .landing-hero-actions .landing-btn{
        padding: 11px 20px;
    }
}
/* ---------- 大气新版：隐藏右侧边栏，内容全宽 ---------- */
body.landing-style-single #primary-home.content-area{
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100%;
}
body.landing-style-single #secondary.widget-area{
    display: none !important;
}
/* =====================================================
   大气新版：主题色（后台可配，每个商品不同色）+ 一体化布局
   ===================================================== */
body.landing-style-single{
    --ld: #059669;
    --ld-deep: color-mix(in srgb, var(--ld) 82%, #04120e);
    --ld-soft: color-mix(in srgb, var(--ld) 8%, #ffffff);
    --ld-soft2: color-mix(in srgb, var(--ld) 16%, #ffffff);
    --ld-line: color-mix(in srgb, var(--ld) 28%, #ffffff);
    --ld-dark: color-mix(in srgb, var(--ld) 86%, #000000);
}
/* 模块独立成块：圆角 + 上下留白间开 */
body.landing-style-single .landing-section{
    border: none;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(17,24,39,.05);
    margin-bottom: 24px;
    background: #fff;
}
body.landing-style-single .landing-features{
    border-radius: 16px;
    margin-bottom: 24px;
    background: var(--ld-soft);
    box-shadow: 0 2px 14px rgba(17,24,39,.04);
}
body.landing-style-single .landing-cta{
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 20px;
    border: 1px solid var(--ld-line);
    background: linear-gradient(90deg, var(--ld-soft) 0%, #ffffff 50%, var(--ld-soft2) 100%);
}
/* 主题色应用 */
body.landing-style-single .landing-hero-badge{
    background: var(--ld-soft);
    border-color: var(--ld-line);
    color: var(--ld-dark);
}
body.landing-style-single .landing-btn-buy{
    background: var(--ld);
    box-shadow: 0 8px 20px color-mix(in srgb, var(--ld) 30%, transparent);
}
body.landing-style-single .landing-btn-buy:hover{
    background: var(--ld-dark);
}
body.landing-style-single .landing-btn-ghost:hover{
    border-color: var(--ld-line);
    color: var(--ld-dark) !important;
}
body.landing-style-single .landing-btn-text:hover{
    color: var(--ld-dark) !important;
}
body.landing-style-single .landing-hero-checks i,
body.landing-style-single .landing-hero-checks .b2font{
    color: var(--ld);
}
body.landing-style-single .landing-stat b.stat-price{
    color: var(--ld);
}
body.landing-style-single .landing-head .kicker{
    color: var(--ld);
}
body.landing-style-single .landing-head-link{
    color: var(--ld);
}
body.landing-style-single .landing-head-link:hover{
    color: var(--ld-dark);
}
body.landing-style-single .landing-feature-item{
    border-color: var(--ld-line);
}
body.landing-style-single .landing-feature-item:hover{
    border-color: var(--ld);
}
body.landing-style-single .landing-screen-item{
    border-color: var(--ld-line);
}
body.landing-style-single .landing-license-dark{
    background: var(--ld-deep);
    box-shadow: 0 18px 40px color-mix(in srgb, var(--ld) 26%, transparent);
}
body.landing-style-single .ld-price-item.hot{
    border-color: color-mix(in srgb, var(--ld) 42%, transparent);
    background: color-mix(in srgb, var(--ld) 15%, transparent);
}
body.landing-style-single .ld-price-item.hot .ld-price-row span{
    color: var(--ld-soft2);
}
body.landing-style-single .ld-buy-btn{
    background: var(--ld);
}
body.landing-style-single .ld-buy-btn:hover{
    background: var(--ld-dark);
}
body.landing-style-single .ld-log-ver{
    background: var(--ld);
}
body.landing-style-single .ld-log-new{
    background: var(--ld-soft);
    color: var(--ld-dark);
}
/* ---------- 常见问题（FAQ） ---------- */
.landing-faq-list{
    max-width: 880px;
    margin: 0 auto;
}
.landing-faq-item{
    border: 1px solid #eef2fa;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s;
}
.landing-faq-item.open{
    border-color: var(--ld-line, #a7f3d0);
}
.landing-faq-q{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    cursor: pointer;
    background: #fbfcff;
}
.landing-faq-q span{
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--ld, #059669);
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.landing-faq-q h3{
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #1f2d4d;
    margin: 0;
}
.landing-faq-q i{
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--ld-line, #a7f3d0);
    color: var(--ld, #059669);
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    transition: transform .2s;
}
.landing-faq-item.open .landing-faq-q i{
    background: var(--ld, #059669);
    color: #fff;
}
.landing-faq-a{
    display: none;
    padding: 0 20px 18px 60px;
    border-top: 1px dashed #eef2fa;
}
.landing-faq-a p{
    font-size: 14px;
    line-height: 1.9;
    color: #4b5563;
    margin: 14px 0 0;
}
/* ---------- 授权卡片套餐：可点击切换 ---------- */
.ld-price-item.switchable{
    cursor: pointer;
    transition: border-color .2s, background .2s;
}
.ld-price-item.switchable:hover{
    border-color: color-mix(in srgb, var(--ld, #059669) 45%, transparent);
}
.ld-price-item.picked{
    border-color: var(--ld, #059669) !important;
    background: color-mix(in srgb, var(--ld, #059669) 22%, transparent) !important;
}
.ld-price-item.picked .ld-price-row span::after{
    content: ' 已选';
    font-size: 11px;
    opacity: .8;
}
/* ---------- 套餐渲染颜色（每个套餐不同色） ---------- */
.ld-price-item .ld-price-row span::before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--plan-c, #ffffff);
    margin-right: 7px;
    vertical-align: middle;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--plan-c, #ffffff) 25%, transparent);
}
.ld-price-item .ld-price-row b{
    color: var(--plan-c, #ffffff);
}
.ld-price-item.picked .ld-price-row b{
    color: #ffffff;
}
/* 最后一个套餐的“荐”提示回归中性，避免与套餐渲染颜色冲突 */
.ld-price-item.hot{
    border-color: rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
}
.ld-price-item.hot .ld-price-row span,
.ld-price-item.hot p{
    color: rgba(255,255,255,.6);
}
/* ---------- 买家评价（轮播） ---------- */
.landing-reviews-wrap{
    position: relative;
    display: flex;
    align-items: center;
}
.landing-reviews-viewport{
    overflow: hidden;
    flex: 1;
    margin: 0 10px;
}
.landing-reviews-track{
    display: flex;
    transition: transform .45s ease;
}
.landing-review-item{
    flex: 0 0 320px;
    margin-right: 16px;
    background: #fbfcff;
    border: 1px solid var(--ld-line, #eef2fa);
    border-radius: 14px;
    padding: 20px;
    transition: all .2s;
    box-sizing: border-box;
}
.landing-review-item:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(17,24,39,.06);
}
.lrw-arrow{
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--ld-line, #e5e7eb);
    background: #fff;
    color: var(--ld, #059669);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
.lrw-arrow:hover:not(:disabled){
    background: var(--ld, #059669);
    color: #fff;
    border-color: var(--ld, #059669);
}
.lrw-arrow:disabled{
    opacity: .35;
    cursor: not-allowed;
}
.lrw-dots{
    text-align: center;
    margin-top: 16px;
    min-height: 10px;
}
.lrw-dot{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8dee9;
    margin: 0 4px;
    cursor: pointer;
    transition: all .2s;
}
.lrw-dot.active{
    background: var(--ld, #059669);
    width: 18px;
    border-radius: 4px;
}
.lr-head{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.lr-avatar{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #e2e8f0;
}
.lr-user{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.lr-user b{
    font-size: 14px;
    font-weight: 600;
    color: #1f2d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lr-stars{
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
}
.lr-stars i{
    font-style: normal;
    font-size: 11px;
    color: var(--ld, #059669);
    background: var(--ld-soft, #ecfdf5);
    border-radius: 999px;
    padding: 2px 9px;
    letter-spacing: 0;
}
.landing-review-item p{
    font-size: 13px;
    line-height: 1.8;
    color: #475569;
    margin: 0;
}
/* ---------- 套餐选择弹窗 ---------- */
.landing-plan-modal{
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.landing-plan-modal.open{
    display: flex;
}
.lpm-mask{
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,.62);
    backdrop-filter: blur(2px);
}
.lpm-box{
    position: relative;
    width: 460px;
    max-width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 26px 28px 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,.22);
    max-height: 85vh;
    overflow-y: auto;
}
.lpm-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.lpm-head h3{
    font-size: 18px;
    font-weight: 700;
    color: #1f2d4d;
    margin: 0;
}
.lpm-x{
    border: none;
    background: #f3f4f6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    color: #6b7280;
    cursor: pointer;
}
.lpm-sub{
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 18px;
}
.lpm-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}
.lpm-item{
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all .2s;
}
.lpm-item:hover{
    border-color: var(--ld-line, #a7f3d0);
}
.lpm-item.picked{
    border-color: var(--ld, #059669);
    background: color-mix(in srgb, var(--ld, #059669) 8%, #fff);
    box-shadow: inset 0 0 0 1px var(--ld, #059669);
}
.lpm-item b{
    font-size: 16px;
    font-weight: 700;
    color: var(--plan-c, #059669);
}
.lpm-item.picked b{
    color: var(--ld, #059669);
}
.lpm-actions{
    display: flex;
    gap: 12px;
}
.lpm-btn{
    flex: 1;
    padding: 12px 0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.lpm-cancel{
    background: #f3f4f6;
    color: #4b5563;
}
.lpm-cancel:hover{
    background: #e5e7eb;
}
.lpm-ok{
    background: var(--ld, #059669);
    color: #fff;
}
.lpm-ok:hover{
    background: var(--ld-dark, #047857);
}
/* 功能清单浅色背景带加高 */
.landing-features{
    padding-top: 58px;
    padding-bottom: 58px;
}
/* =====================================================
   XinTheme 风格商品页（xin）：左封面 + 右信息购买区 + 锚点导航 + 售后/更新记录
   ===================================================== */
body.xin-style-single{
    --xin: #1366ec;
    --xin-deep: color-mix(in srgb, var(--xin) 84%, #06122e);
    --xin-soft: color-mix(in srgb, var(--xin) 8%, #ffffff);
    overflow-x: hidden;
}
body.xin-style-single .b2-single-content.wrapper{
    box-sizing: border-box;
    padding: 0 10px;
}
body.xin-style-single #primary-home.content-area{
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100%;
}
body.xin-style-single #secondary.widget-area{
    display: none !important;
}
body.xin-style-single .related-posts,
body.xin-style-single .comments-area{
    display: none !important;
}
/* ---------- 顶部购买区 ---------- */
body.xin-style-single .xin-product-header{
    position: relative;
    overflow: hidden;
    padding: 0 0 40px;
    margin-bottom: 24px;
    background:
        radial-gradient(circle at 15% 20%, color-mix(in srgb, var(--xin) 14%, transparent) 0, transparent 30%),
        radial-gradient(circle at 85% 12%, color-mix(in srgb, var(--xin) 10%, transparent) 0, transparent 28%),
        radial-gradient(circle at 70% 75%, color-mix(in srgb, var(--xin) 8%, transparent) 0, transparent 26%),
        linear-gradient(180deg, color-mix(in srgb, var(--xin) 6%, #ffffff) 0, color-mix(in srgb, var(--xin) 11%, #ffffff) 100%);
}
body.xin-style-single .xin-container{
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
}
body.xin-style-single .xin-breadcrumb{
    padding: 16px 0;
    font-size: 14px;
    color: #666;
}
body.xin-style-single .xin-breadcrumb a{
    color: #666;
    margin: 0 4px;
}
body.xin-style-single .xin-breadcrumb a:hover{
    color: var(--xin);
}
body.xin-style-single .xin-breadcrumb span{
    color: #bbb;
    margin: 0 2px;
}
body.xin-style-single .xin-breadcrumb em{
    font-style: normal;
    color: #333;
    margin-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    max-width: 40%;
}
body.xin-style-single .xin-ph-wrapper{
    display: grid;
    column-gap: 44px;
    grid-template-columns: 5fr 5fr;
    align-items: start;
}
body.xin-style-single .xin-ph-wrapper > *{
    min-width: 0;
    word-break: break-word;
}
body.xin-style-single .xin-gallery{
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e7eaf0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(16,24,40,.06);
}
body.xin-style-single .xin-gallery img{
    display: block;
    width: 100%;
    height: auto;
}
body.xin-style-single .xin-entry-title{
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.35;
    color: #000;
    font-weight: 700;
}
body.xin-style-single .xin-entry-summary p{
    margin: 0;
    font-size: 16px;
    color: #525252;
    line-height: 1.6;
}
/* 套餐单选 */
body.xin-style-single .xin-purchase{
    margin-top: 26px;
}
body.xin-style-single .xin-price-options ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
body.xin-style-single .xin-price-options li{
    position: relative;
    background: #fff;
    margin-bottom: 8px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: all .2s ease;
}
body.xin-style-single .xin-price-options li.picked{
    border-color: color-mix(in srgb, var(--xin) 65%, transparent);
    background: #fff;
    box-shadow: 0 7px 20px color-mix(in srgb, var(--xin) 12%, transparent);
}
body.xin-style-single .xin-price-options label{
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-height: 52px;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
}
body.xin-style-single .xin-price-options input[type="radio"]{
    width: 18px;
    height: 18px;
    margin: 0 6px 0 0;
    vertical-align: sub;
    accent-color: var(--xin);
    flex: 0 0 auto;
}
body.xin-style-single .xin-po-name{
    color: #333;
}
body.xin-style-single .xin-po-sep{
    color: #999;
}
body.xin-style-single .xin-po-price{
    color: #333;
    font-weight: 600;
}
body.xin-style-single .xin-po-old{
    font-size: 14px;
    font-weight: 400;
    color: #999;
    white-space: nowrap;
}
body.xin-style-single .xin-po-old s{
    text-decoration: line-through;
}
body.xin-style-single .xin-po-old-t{
    margin-right: 2px;
}
/* 购买按钮 + 演示链接 */
body.xin-style-single .xin-purchase-actions{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}
body.xin-style-single .xin-buy-row{
    display: flex;
    gap: 14px;
    width: 100%;
}
body.xin-style-single .xin-btn-buy{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
    height: 52px;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background: radial-gradient(62.56% 62.56% at 28.14% -10.42%, rgba(255,255,255,.28) 0, rgba(255,255,255,0) 100%), linear-gradient(135deg, var(--xin) 0%, var(--xin-deep) 100%);
    box-shadow: 0 2px 6px color-mix(in srgb, var(--xin) 32%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .25s ease;
}
body.xin-style-single .xin-btn-buy:hover{
    color: #fff;
    transform: translateY(-2px);
    filter: brightness(1.07);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--xin) 45%, transparent);
}
body.xin-style-single .xin-btn-buy:active{
    transform: translateY(0) scale(.98);
    box-shadow: 0 3px 10px color-mix(in srgb, var(--xin) 40%, transparent);
}
body.xin-style-single .xin-btn-buy[disabled]{
    cursor: not-allowed;
    filter: grayscale(.3);
    opacity: .75;
    transform: none;
}
body.xin-style-single .xin-btn-cart{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
    height: 52px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid color-mix(in srgb, var(--xin) 45%, #dfe6f2);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--xin);
    background: #fff;
    cursor: pointer;
    transition: transform .18s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
body.xin-style-single .xin-btn-cart i.b2font{
    font-size: 19px;
    transition: transform .25s ease;
}
body.xin-style-single .xin-btn-cart:hover:not(:disabled){
    color: var(--xin);
    background: color-mix(in srgb, var(--xin) 6%, #fff);
    border-color: color-mix(in srgb, var(--xin) 70%, #fff);
    box-shadow: 0 6px 16px color-mix(in srgb, var(--xin) 18%, transparent);
    transform: translateY(-2px);
}
body.xin-style-single .xin-btn-cart:hover:not(:disabled) i.b2font{
    transform: scale(1.12);
}
body.xin-style-single .xin-btn-cart:active:not(:disabled){
    transform: translateY(0) scale(.98);
    box-shadow: 0 2px 8px color-mix(in srgb, var(--xin) 14%, transparent);
}
body.xin-style-single .xin-btn-cart:disabled{
    cursor: not-allowed;
    color: #9aa7b8;
    background: #f3f5f8;
    border-color: #e3e8ef;
    box-shadow: none;
}
body.xin-style-single .xin-demo-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
    height: 46px;
    padding: 0 18px;
    box-sizing: border-box;
    border: 1px solid color-mix(in srgb, var(--xin) 22%, #dbe4f3);
    border-radius: 10px;
    color: var(--xin);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background: color-mix(in srgb, var(--xin) 6%, #fff);
    transition: transform .18s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
body.xin-style-single .xin-demo-btn i{
    font-size: 17px;
    transition: transform .25s ease;
}
body.xin-style-single .xin-demo-btn:hover{
    color: var(--xin);
    background: color-mix(in srgb, var(--xin) 10%, #fff);
    border-color: color-mix(in srgb, var(--xin) 55%, #fff);
    box-shadow: 0 6px 16px color-mix(in srgb, var(--xin) 14%, transparent);
    transform: translateY(-2px);
}
body.xin-style-single .xin-demo-btn:hover i{
    transform: translateX(3px);
}
body.xin-style-single .xin-demo-btn:active{
    transform: translateY(0) scale(.985);
}
body.xin-style-single .xin-btn-fav{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    height: 46px;
    padding: 0 18px;
    box-sizing: border-box;
    border: 1px solid #e6eaf1;
    border-radius: 10px;
    color: #5a6478;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    transition: transform .18s ease, background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
body.xin-style-single .xin-btn-fav i{
    font-size: 17px;
    transition: transform .25s ease;
}
body.xin-style-single .xin-btn-fav:hover{
    color: #b45309;
    background: #fffbeb;
    border-color: #fcd34d;
    box-shadow: 0 6px 16px rgba(180,83,9,.12);
    transform: translateY(-2px);
}
body.xin-style-single .xin-btn-fav:hover i{
    transform: scale(1.12);
}
body.xin-style-single .xin-btn-fav:active{
    transform: translateY(0) scale(.985);
}
body.xin-style-single .xin-btn-fav.sc{
    color: #b45309;
    background: #fff8e6;
    border-color: #f5c86b;
}
body.xin-style-single .xin-btn-fav.sc i{
    color: #f59e0b;
}
/* 参数与服务承诺 */
body.xin-style-single .xin-meta-info{
    margin-top: 30px;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    background: #fff;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid #e7eaf0;
}
body.xin-style-single .xin-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
body.xin-style-single .xin-meta p{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 34%;
    box-sizing: border-box;
}
body.xin-style-single .xin-meta strong{
    flex: 0 0 110px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}
body.xin-style-single .xin-meta span{
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 999px;
    background: #f1f3f7;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}
body.xin-style-single .xin-meta-info > p{
    margin: 8px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #444;
}
body.xin-style-single .xin-meta-info > p i{
    color: var(--xin);
    font-size: 18px;
    line-height: 1.4;
    flex: 0 0 auto;
}
body.xin-style-single .xin-meta-info > p:last-child{
    margin-bottom: 0;
}
/* 购买按钮图标 */
body.xin-style-single .xin-btn-buy i.b2font{
    font-size: 19px;
}
/* ---------- 锚点导航 ---------- */
body.xin-style-single .xin-tabs-header-sticky{
    margin: 0 0 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(17,24,39,.05);
}
body.xin-style-single .xin-tabs-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 8px;
    min-height: 56px;
}
body.xin-style-single .xin-tabs-header{
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}
body.xin-style-single .xin-tabs-item{
    position: relative;
}
body.xin-style-single .xin-tabs-item a{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    border-radius: 8px;
    transition: all .2s ease;
}
body.xin-style-single .xin-tabs-item i{
    font-size: 18px;
    color: #666;
}
body.xin-style-single .xin-tabs-item a:hover,
body.xin-style-single .xin-tabs-item.active a{
    color: var(--xin);
}
body.xin-style-single .xin-tabs-item a:hover i,
body.xin-style-single .xin-tabs-item.active i{
    color: var(--xin);
}
body.xin-style-single .xin-tabs-item.active a::after{
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 2px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--xin), var(--xin-deep));
}
body.xin-style-single .xin-tabs-buttons{
    display: flex;
    align-items: center;
    gap: 8px;
}
body.xin-style-single .xin-button-demo,
body.xin-style-single .xin-button-price{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: all .22s ease;
}
body.xin-style-single .xin-button-demo{
    border: 1px solid color-mix(in srgb, var(--xin) 22%, #dbe4f3);
    background: color-mix(in srgb, var(--xin) 6%, #fff);
    color: var(--xin);
}
body.xin-style-single .xin-button-demo:hover{
    color: var(--xin);
    background: color-mix(in srgb, var(--xin) 12%, #fff);
    border-color: color-mix(in srgb, var(--xin) 55%, #fff);
}
body.xin-style-single .xin-button-price{
    background: var(--xin);
    color: #fff;
}
body.xin-style-single .xin-button-price:hover{
    background: var(--xin-deep);
    color: #fff;
}
/* ---------- 通用区块标题 ---------- */
body.xin-style-single .xin-page-section{
    margin-bottom: 24px;
}
body.xin-style-single .xin-section-head{
    position: relative;
    margin: 0 auto 40px;
    text-align: center;
}
body.xin-style-single .xin-section-head h2{
    margin: 0;
    font-size: 28px;
    color: #000;
    font-weight: 700;
}
body.xin-style-single .xin-section-head p{
    margin: 12px auto 0;
    color: #999;
    font-size: 15px;
    line-height: 1.8;
}
/* ---------- 产品介绍（文章内容） ---------- */
body.xin-style-single .xin-content-card{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(17,24,39,.05);
    padding: 30px 34px;
}
body.xin-style-single .xin-content-card .entry-content{
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}
body.xin-style-single .xin-content-card .entry-content h2,
body.xin-style-single .xin-content-card .entry-content h3{
    color: #000;
    margin: 28px 0 14px;
}
body.xin-style-single .xin-content-card .entry-content img{
    border-radius: 8px;
}
body.xin-style-single .xin-content-card .entry-content ul{
    border: 1px solid #eee;
    list-style: disc;
    background: #fbfbfb;
    border-radius: 6px;
    padding: 15px 30px;
    line-height: 1.6;
}
/* ---------- 常见问题（手风琴） ---------- */
body.xin-style-single .xin-faqs-section{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(17,24,39,.05);
    padding: 48px 34px 40px;
}
body.xin-style-single .xin-accordion-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    max-width: 1080px;
    margin: 0 auto;
}
body.xin-style-single .xin-accordion-item{
    margin-bottom: 14px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ebeef4;
    box-shadow: 0 0 40px 5px rgba(0,0,0,.04);
    padding: 0 16px;
}
body.xin-style-single .xin-accordion-trigger{
    width: 100%;
    padding: 16px 24px 16px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: opacity .3s ease;
    text-align: left;
}
body.xin-style-single .xin-accordion-trigger h3{
    flex: 1;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
}
body.xin-style-single .xin-accordion-icon{
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    transition: transform .3s ease;
}
body.xin-style-single .xin-accordion-icon i{
    position: absolute;
    left: 5px;
    top: 0;
    width: 2px;
    height: 12px;
    border-radius: 2px;
    background: #98a2b3;
    transition: transform .3s ease;
}
body.xin-style-single .xin-accordion-icon i:last-child{
    transform: rotate(90deg);
}
body.xin-style-single .xin-accordion-item.active .xin-accordion-icon i:last-child{
    transform: rotate(0deg);
}
body.xin-style-single .xin-accordion-content{
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease;
    opacity: 0;
}
body.xin-style-single .xin-accordion-item.active .xin-accordion-content{
    max-height: 400px;
    opacity: 1;
}
body.xin-style-single .xin-accordion-content p{
    margin: 0;
    padding: 0 0 16px;
    border-top: 1px solid #eee;
    padding-top: 14px;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}
/* ---------- 售后服务 ---------- */
body.xin-style-single .xin-support-section{
    position: relative;
    padding: 56px 0 48px;
    overflow: hidden;
    background: #f6f8fb;
    border-radius: 12px;
}
body.xin-style-single .xin-support-section .xin-container{
    padding: 0 34px;
}
body.xin-style-single .xin-support-main{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 22px;
    align-items: stretch;
}
body.xin-style-single .xin-support-overview{
    position: relative;
    min-height: 100%;
    padding: 26px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--xin) 14%, transparent);
    border-radius: 8px;
    background: linear-gradient(145deg, var(--xin), color-mix(in srgb, var(--xin) 70%, #3a84ff));
    color: #fff;
    box-shadow: 0 10px 30px rgba(16,24,40,.08);
}
body.xin-style-single .xin-support-overview-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border-radius: 18px;
    background: rgba(255,255,255,.16);
    color: #fff;
    font-size: 28px;
}
body.xin-style-single .xin-support-overview h3{
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}
body.xin-style-single .xin-support-overview p{
    margin: 16px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.85;
}
body.xin-style-single .xin-support-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}
body.xin-style-single .xin-support-tags span{
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}
body.xin-style-single .xin-support-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
body.xin-style-single .xin-support-item{
    position: relative;
    display: flex;
    gap: 15px;
    min-width: 0;
    padding: 20px;
    border: 1px solid #e8edf5;
    border-radius: 8px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 10px 30px rgba(16,24,40,.04);
    transition: all .22s ease;
}
body.xin-style-single .xin-support-item:hover{
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(16,24,40,.08);
}
body.xin-style-single .xin-support-item-icon{
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    background: #f7f8fb;
    color: var(--xin);
    font-size: 23px;
}
body.xin-style-single .xin-support-item-text h3{
    margin: 0 0 7px;
    color: #101828;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}
body.xin-style-single .xin-support-item-text p{
    margin: 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}
body.xin-style-single .xin-support-note{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 22px;
}
body.xin-style-single .xin-support-note-item{
    padding: 18px 20px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e8edf5;
}
body.xin-style-single .xin-support-note-item strong{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
}
body.xin-style-single .xin-support-note-item strong::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 8px;
}
body.xin-style-single .xin-support-note-item.is-include strong::before{
    background: var(--xin);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--xin) 10%, transparent);
}
body.xin-style-single .xin-support-note-item.is-exclude strong::before{
    background: #f04438;
    box-shadow: 0 0 0 4px rgba(240,68,56,.1);
}
body.xin-style-single .xin-support-note-item.is-extra strong::before{
    background: #12b76a;
    box-shadow: 0 0 0 4px rgba(17,183,106,.1);
}
body.xin-style-single .xin-support-note-item span{
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}
/* ---------- 更新记录 ---------- */
body.xin-style-single .xin-changelog-section{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(17,24,39,.05);
    padding: 48px 0 40px;
}
body.xin-style-single .xin-changelog-content{
    position: relative;
    padding: 10px 34px 30px;
}
body.xin-style-single .xin-changelog-inner > .xin-cl-group:first-child .xin-cl-title{
    padding-top: 6px;
}
body.xin-style-single .xin-cl-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 26px 0 10px;
}
body.xin-style-single .xin-cl-title em{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--xin) 10%, #ffffff);
    color: var(--xin);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--xin) 12%, transparent);
}
body.xin-style-single .xin-cl-title strong{
    color: #98a2b3;
    font-size: 14px;
    font-weight: 500;
}
body.xin-style-single .xin-cl-new{
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: #12b76a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
body.xin-style-single .xin-cl-group ol{
    position: relative;
    margin: 0;
    padding: 0 0 24px 180px;
    border-bottom: 1px solid rgba(226,232,240,.82);
    list-style: none;
    counter-reset: xin-cl;
}
body.xin-style-single .xin-cl-group ol::before{
    content: "";
    position: absolute;
    left: 150px;
    top: 3px;
    bottom: 24px;
    width: 1px;
    background: linear-gradient(180deg, rgba(203,213,225,.95), rgba(203,213,225,.35));
}
body.xin-style-single .xin-cl-group ol:has(> li:nth-child(2)) li::before{
    counter-increment: xin-cl;
    content: counter(xin-cl, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 3px;
    width: 26px;
    color: #98a2b3;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.84;
}
body.xin-style-single .xin-cl-group li{
    position: relative;
    padding-left: 34px;
    font-size: 14px;
    color: #475467;
    line-height: 1.76;
}
body.xin-style-single .xin-cl-group li + li{
    margin-top: 6px;
}
body.xin-style-single .xin-cl-group ol:has(> li:only-child) li::before{
    content: "";
    position: absolute;
    left: 20px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #98a2b3;
}
body.xin-style-single .xin-changelog-content.is-collapsible .xin-changelog-inner{
    max-height: 520px;
    overflow: hidden;
    transition: max-height .45s cubic-bezier(.22,.61,.36,1);
}
body.xin-style-single .xin-changelog-content.is-collapsible:not(.is-expanded)::after{
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 56px;
    z-index: 5;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,.9) 66%, #fff 100%);
}
body.xin-style-single .xin-changelog-more{
    display: none;
    position: relative;
    z-index: 6;
    text-align: center;
    margin-top: 14px;
}
body.xin-style-single .xin-changelog-content.is-collapsible + .xin-changelog-more{
    display: block;
}
body.xin-style-single .xin-changelog-more-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--xin);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--xin) 22%, transparent);
    transition: all .22s ease;
}
body.xin-style-single .xin-changelog-more-btn i{
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform .3s ease;
    margin-top: -3px;
}
body.xin-style-single .xin-changelog-content.is-expanded .xin-changelog-more-btn i{
    margin-top: 3px;
    transform: rotate(225deg);
}
/* ---------- 功能清单 ---------- */
body.xin-style-single .xin-feature-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 36px;
}
body.xin-style-single .xin-feature-list li{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.55;
    transition: color .22s ease;
}
body.xin-style-single .xin-feature-ico{
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    border-radius: 50%;
    background: #dde2ec;
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .22s ease;
}
body.xin-style-single .xin-feature-text{
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
body.xin-style-single .xin-feature-text strong{
    display: inline-block;
    align-self: flex-start;
    margin: 0;
    padding: 1px 7px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--xin);
    background: color-mix(in srgb, var(--xin) 9%, #fff);
    border-radius: 4px;
    transition: background-color .22s ease;
}
body.xin-style-single .xin-feature-text span{
    font-size: 13px;
    color: #6b7280;
    line-height: 1.55;
}
body.xin-style-single .xin-feature-list li:hover{
    color: var(--xin);
}
body.xin-style-single .xin-feature-list li:hover .xin-feature-ico{
    background: var(--xin);
}
body.xin-style-single .xin-feature-list li:hover .xin-feature-text strong{
    background: color-mix(in srgb, var(--xin) 15%, #fff);
}
/* ---------- 购买必读 ---------- */
body.xin-style-single .xin-notice-list{
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: xin-notice;
}
body.xin-style-single .xin-notice-list li{
    counter-increment: xin-notice;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 4px;
    border-bottom: 1px dashed #e9edf3;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    transition: color .2s ease;
}
body.xin-style-single .xin-notice-list li:last-child{
    border-bottom: none;
    padding-bottom: 6px;
}
body.xin-style-single .xin-notice-list li::before{
    content: counter(xin-notice, decimal-leading-zero);
    flex: 0 0 auto;
    min-width: 30px;
    height: 24px;
    padding: 0 5px;
    margin-top: 2px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--xin) 10%, #fff);
    color: var(--xin);
    font-size: 13px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}
body.xin-style-single .xin-notice-list li p{
    margin: 0;
}
body.xin-style-single .xin-notice-list li p a{
    color: var(--xin);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid color-mix(in srgb, var(--xin) 40%, transparent);
    transition: border-color .2s ease;
}
body.xin-style-single .xin-notice-list li p a:hover{
    border-bottom-color: var(--xin);
}
body.xin-style-single .xin-notice-list li:hover{
    color: #111;
}
body.xin-style-single .xin-notice-list li:hover::before{
    background: var(--xin);
    color: #fff;
}
/* ---------- 响应式 ---------- */
@media (max-width: 960px){
    body.xin-style-single .xin-ph-wrapper{
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    body.xin-style-single .xin-gallery{
        max-width: 480px;
        margin: 0 auto;
    }
    body.xin-style-single .xin-entry-title{
        font-size: 26px;
        margin-top: 20px;
    }
    body.xin-style-single .xin-support-main{
        grid-template-columns: 1fr;
    }
    body.xin-style-single .xin-support-note{
        grid-template-columns: 1fr;
        gap: 12px;
    }
    body.xin-style-single .xin-accordion-list{
        grid-template-columns: 1fr;
    }
    body.xin-style-single .xin-feature-list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px){
    body.xin-style-single .xin-container{
        padding: 0 14px;
    }
    body.xin-style-single .b2-single-content.wrapper{
        padding: 0 14px;
    }
    body.xin-style-single .xin-product-header{
        padding-bottom: 26px;
    }
    body.xin-style-single .xin-entry-title{
        font-size: 22px;
    }
    body.xin-style-single .xin-price-options li{
        font-size: 15px;
        padding: 0 10px;
        gap: 8px;
        flex-wrap: wrap;
    }
    body.xin-style-single .xin-po-old{
        width: 100%;
        padding-bottom: 10px;
    }
    body.xin-style-single .xin-btn-buy,
    body.xin-style-single .xin-btn-cart{
        height: 46px;
        font-size: 15px;
        letter-spacing: 0;
    }
    body.xin-style-single .xin-meta p{
        min-width: 100%;
    }
    body.xin-style-single .xin-buy-row{
        gap: 10px;
    }
    body.xin-style-single .xin-demo-btn{
        height: 42px;
        font-size: 14px;
        padding: 0 14px;
    }
    body.xin-style-single .xin-btn-fav{
        height: 42px;
        font-size: 14px;
        padding: 0 14px;
    }
    body.xin-style-single .xin-purchase-actions{
        align-items: stretch;
    }
    body.xin-style-single .xin-tabs-wrapper{
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    body.xin-style-single .xin-tabs-header{
        overflow-x: auto;
    }
    body.xin-style-single .xin-tabs-item a{
        padding: 8px 12px;
        font-size: 14px;
        white-space: nowrap;
    }
    body.xin-style-single .xin-tabs-buttons{
        display: none;
    }
    body.xin-style-single .xin-section-head h2{
        font-size: 22px;
    }
    body.xin-style-single .xin-content-card{
        padding: 20px 16px;
    }
    body.xin-style-single .xin-faqs-section{
        padding: 36px 16px 28px;
    }
    body.xin-style-single .xin-support-section{
        padding: 36px 0 30px;
    }
    body.xin-style-single .xin-support-section .xin-container{
        padding: 0 16px;
    }
    body.xin-style-single .xin-support-list{
        grid-template-columns: 1fr;
    }
    body.xin-style-single .xin-cl-group ol{
        padding-left: 34px;
    }
    body.xin-style-single .xin-cl-group ol::before{
        left: 9px;
    }
    body.xin-style-single .xin-cl-group ol:has(> li:nth-child(2)) li::before{
        position: static;
        display: inline-block;
        margin-right: 8px;
        vertical-align: top;
    }
    body.xin-style-single .xin-changelog-content{
        padding: 6px 16px 24px;
    }
    body.xin-style-single .xin-changelog-content.is-collapsible:not(.is-expanded)::after{
        left: 16px;
        right: 16px;
    }
    body.xin-style-single .xin-feature-list{
        grid-template-columns: 1fr;
        gap: 12px 0;
    }
}
