*{box-sizing:border-box;margin:0;padding:0}
html{height:100%;scroll-behavior:smooth}
body{min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue","Microsoft YaHei",sans-serif;background:#f0f2f5;color:rgba(0,0,0,.88);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.rights-shop{min-height:100vh;display:flex;flex-direction:column}

/* ══════════ Hero 区域 ══════════ */
.rights-hero{
    background:linear-gradient(140deg,#0a2748 0%,#0d3a6e 40%,#1a5aa0 75%,#2271bb 100%);
    width:100%;position:relative;overflow:hidden;
    padding-bottom:72px;
}
.rights-hero::before{
    content:'';position:absolute;inset:0;pointer-events:none;
    background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.rights-hero::after{
    content:'';position:absolute;right:-120px;top:-120px;pointer-events:none;
    width:480px;height:480px;border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.07) 0%,transparent 65%);
}
.rights-hero-deco{
    position:absolute;left:-60px;bottom:-60px;pointer-events:none;
    width:320px;height:320px;border-radius:50%;
    background:radial-gradient(circle,rgba(100,180,255,.12) 0%,transparent 65%);
}
.rights-hero-inner{max-width:1280px;margin:0 auto;padding:0 40px;position:relative;z-index:1}

/* 导航栏 */
.rights-hero-nav{
    display:flex;align-items:center;justify-content:space-between;
    padding:22px 0 20px;border-bottom:1px solid rgba(255,255,255,.1);
}
.rights-hero-brand{display:flex;align-items:center;gap:10px}
.rights-hero-logo{
    width:36px;height:36px;border-radius:10px;object-fit:contain;flex-shrink:0;
    background:rgba(255,255,255,.15);backdrop-filter:blur(8px);
    padding:4px;border:1px solid rgba(255,255,255,.18);
}
.rights-hero-site{font-size:15px;font-weight:700;color:#fff;letter-spacing:.3px}
.rights-hero-badge{
    display:inline-flex;align-items:center;gap:4px;
    padding:2px 8px;background:rgba(82,196,26,.85);
    border-radius:8px;font-size:11px;color:#fff;font-weight:600;
}
.rights-hero-badge::before{
    content:'';width:5px;height:5px;background:#fff;border-radius:50%;flex-shrink:0;
    animation:rhPulse 2s ease-in-out infinite;
}
@keyframes rhPulse{0%,100%{opacity:1}50%{opacity:.35}}
.rights-order-btn{
    display:inline-flex;align-items:center;gap:6px;
    padding:8px 20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.2);border-radius:20px;
    color:rgba(255,255,255,.9);font-size:13px;text-decoration:none;font-weight:500;transition:all .2s;
}
.rights-order-btn:hover{background:rgba(255,255,255,.2);color:#fff;text-decoration:none}
.rights-order-btn svg{flex-shrink:0}

/* Hero 主体 — 标题+副标题+标签 */
.rights-hero-body{padding:32px 0 0;text-align:center}
.rights-hero-title{
    font-size:34px;font-weight:800;color:#fff;
    letter-spacing:.5px;line-height:1.25;
    text-shadow:0 2px 12px rgba(0,0,0,.25);
    margin-bottom:14px;
}
.rights-hero-sub{
    font-size:15px;color:rgba(255,255,255,.65);
    font-weight:400;line-height:1.6;margin-bottom:22px;
    letter-spacing:.2px;
}
.rights-hero-tags{
    display:inline-flex;align-items:center;gap:24px;
    background:rgba(255,255,255,.08);backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.12);
    border-radius:30px;padding:10px 28px;
}
.rights-hero-tags span{
    display:inline-flex;align-items:center;gap:5px;
    font-size:13px;color:rgba(255,255,255,.82);font-weight:500;
}
.rights-hero-tags span svg{flex-shrink:0;opacity:.8}

/* ══════════ [已删除] 浮动特性卡片（HTML中已移除，保留注释占位） ══════════ */

/* ══════════ 主内容区 ══════════ */
.rights-main{
    width:100%;max-width:1280px;margin:-42px auto 0;padding:0 40px 48px;
    position:relative;z-index:5;flex:1;
}

/* ══════════ 分类卡片 ══════════ */
.rights-cat-card{
    background:#fff;border-radius:14px;padding:22px 24px 14px;margin-bottom:18px;
    box-shadow:0 -2px 8px rgba(0,0,0,.04),0 4px 20px rgba(0,0,0,.07),0 1px 3px rgba(0,0,0,.04);
}
.rights-cat-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.rights-cat-title{
    display:flex;align-items:center;gap:8px;
    font-size:16px;font-weight:700;color:rgba(0,0,0,.88);flex-shrink:0;
}
.rights-cat-title::before{
    content:'';display:inline-block;width:4px;height:16px;
    background:linear-gradient(180deg,#1677ff,#4096ff);
    border-radius:2px;flex-shrink:0;
}

.rights-cat-search{
    display:flex;align-items:center;gap:8px;
    padding:0 14px;height:36px;background:#f5f5f5;border-radius:18px;
    border:1px solid #eee;transition:all .2s;flex-shrink:0;
}
.rights-cat-search svg{width:15px;height:15px;stroke:rgba(0,0,0,.35);flex-shrink:0}
.rights-cat-search:focus-within{border-color:#1677ff;background:#fff;box-shadow:0 0 0 2px rgba(22,119,255,.1)}
.rights-cat-search:focus-within svg{stroke:#1677ff}
.rights-cat-search input{border:none;background:transparent;outline:none;font-size:13px;color:rgba(0,0,0,.88);width:140px}
.rights-cat-search input::placeholder{color:rgba(0,0,0,.3)}

.rights-cat-body{overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:4px}
.rights-cat-body::-webkit-scrollbar{display:none}

.rights-category-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:14px 10px}

.rights-category-item{
    display:flex;flex-direction:column;align-items:center;gap:8px;
    cursor:pointer;padding:10px 4px;border-radius:12px;transition:all .2s ease;
}
.rights-category-item:hover{background:rgba(22,119,255,.04)}
.rights-category-item:hover .rights-category-name{color:#1677ff}
.rights-category-item.active{
    background:linear-gradient(135deg,#e6f4ff,#f0f7ff);
    box-shadow:0 2px 8px rgba(22,119,255,.1);
}
.rights-category-item.active .rights-category-icon{
    box-shadow:0 0 0 2.5px #1677ff,0 2px 8px rgba(22,119,255,.15);
}
.rights-category-item.active .rights-category-name{color:#1677ff;font-weight:700}

.rights-category-icon{
    width:56px;height:56px;border-radius:14px;background:#f9f9fb;
    display:flex;align-items:center;justify-content:center;
    transition:all .2s ease;overflow:hidden;
    box-shadow:0 1px 4px rgba(0,0,0,.06);
}
.rights-category-icon img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.cat-letter{font-size:18px;font-weight:700;color:#1677ff}

.rights-category-name{
    font-size:12px;color:rgba(0,0,0,.55);text-align:center;line-height:1.3;
    max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s;
}

.rights-expand-wrap{text-align:center;padding-top:10px;border-top:1px solid #f5f5f5;margin-top:8px}
.rights-expand-btn{
    display:inline-flex;align-items:center;gap:4px;
    padding:5px 16px;background:none;border:none;
    color:rgba(0,0,0,.45);font-size:13px;cursor:pointer;transition:all .2s;
}
.rights-expand-btn:hover{color:#1677ff}
.rights-expand-btn svg{transition:transform .3s}

/* ══════════ 移动端搜索栏 ══════════ */
.rights-search{margin-bottom:14px}
.rights-search-inner{
    display:flex;align-items:center;gap:8px;
    padding:0 14px;height:38px;background:#fff;border-radius:19px;
    border:1px solid #e8e8e8;box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.rights-search-inner:focus-within{border-color:#1677ff;box-shadow:0 0 0 2px rgba(22,119,255,.1)}
.rights-search-inner svg{flex-shrink:0;stroke:rgba(0,0,0,.35)}
.rights-search-inner input{border:none;background:transparent;outline:none;font-size:13px;color:rgba(0,0,0,.88);flex:1}
.rights-search-inner input::placeholder{color:rgba(0,0,0,.3)}

/* ══════════ 商品区域 ══════════ */
.rights-products{margin-bottom:24px}
.rights-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;min-height:200px}

.rights-product-card{
    background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;
    transition:all .25s ease;
    box-shadow:0 1px 6px rgba(0,0,0,.06);
    display:flex;flex-direction:column;
}
.rights-product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 24px rgba(0,0,0,.1);
}

.rights-product-img{
    width:100%;aspect-ratio:1/1;background:#f5f5f5;
    display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;
}
.rights-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.rights-product-card:hover .rights-product-img img{transform:scale(1.05)}
.rights-product-img .rights-img-placeholder{font-size:36px;opacity:.5}

.rights-product-info{padding:10px 12px 12px}
.rights-product-name{
    font-size:13px;color:rgba(0,0,0,.85);margin-bottom:6px;line-height:1.45;
    display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;
    font-weight:500;
}
.rights-product-bottom{display:flex;align-items:center;justify-content:space-between}
.rights-product-price{font-size:17px;font-weight:700;color:#f5222d;line-height:1}
.rights-product-price .price-symbol{font-size:11px;font-weight:600}
.rights-product-stock{font-size:10px;color:rgba(0,0,0,.3);font-weight:400;margin-left:4px;vertical-align:baseline}
.rights-product-buy{
    padding:4px 14px;
    background:#1677ff;
    color:#fff;border:none;border-radius:14px;font-size:12px;font-weight:500;
    cursor:pointer;transition:all .2s;flex-shrink:0;
    opacity:0;transform:translateX(6px);
}
.rights-product-card:hover .rights-product-buy{opacity:1;transform:translateX(0)}
.rights-product-buy:hover{background:#4096ff}
/* 触摸屏设备购买按钮默认可见 */
@media(hover:none){
    .rights-product-buy{opacity:1;transform:translateX(0)}
}

/* ══════════ 状态 ══════════ */
.rights-loading{
    grid-column:1/-1;display:flex;flex-direction:column;align-items:center;
    justify-content:center;padding:60px 0;color:rgba(0,0,0,.25);font-size:13px;
}
.rights-loading-spinner{
    width:28px;height:28px;
    border:3px solid #e6f0ff;border-top-color:#1677ff;
    border-radius:50%;animation:rsSpin .7s linear infinite;margin-bottom:12px;
}
@keyframes rsSpin{to{transform:rotate(360deg)}}
.rights-empty{
    grid-column:1/-1;display:flex;flex-direction:column;align-items:center;
    justify-content:center;padding:60px 0;color:rgba(0,0,0,.25);font-size:13px;
}
.rights-empty svg{margin-bottom:14px;opacity:.3}
.rights-empty p{margin:0}

/* ══════════ 底部 ══════════ */
.rights-footer{
    background:#fff;border-top:1px solid #f0f0f0;
    padding:20px 32px;text-align:center;color:rgba(0,0,0,.35);font-size:12px;margin-top:auto;
    line-height:2;
}
.rights-footer p{margin:0}

/* ══════════ Ant Design 弹窗 ══════════ */
.rs-modal-mask{
    position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:10000;
    opacity:0;transition:opacity .25s;
}
.rs-modal-mask.show{opacity:1}
.rs-modal-wrap{
    position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;
    pointer-events:none;
}
.rs-modal{
    pointer-events:auto;background:#fff;border-radius:16px;
    width:640px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);
    box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);
    display:flex;flex-direction:column;
    transform:translateY(20px);opacity:0;transition:all .25s cubic-bezier(.215,.61,.355,1);
}
.rs-modal.show{transform:translateY(0);opacity:1}
.rs-modal-header{
    display:flex;align-items:center;justify-content:space-between;
    padding:20px 28px;border-bottom:1px solid #f0f0f0;flex-shrink:0;
}
.rs-modal-title{font-size:16px;font-weight:600;color:rgba(0,0,0,.88);line-height:1.5}
.rs-modal-close{
    width:36px;height:36px;display:flex;align-items:center;justify-content:center;
    border:none;background:none;cursor:pointer;border-radius:8px;color:rgba(0,0,0,.45);
    transition:all .15s;font-size:18px;
}
.rs-modal-close:hover{background:rgba(0,0,0,.06);color:rgba(0,0,0,.88)}
.rs-modal-body{padding:28px;overflow-y:auto;flex:1}
.rs-modal-footer{
    padding:16px 28px;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;gap:10px;flex-shrink:0;
}

.rs-modal .ant-card{border:1px solid #f0f0f0;border-radius:8px;margin-bottom:16px}
.rs-modal .ant-card-head{
    padding:12px 16px;border-bottom:1px solid #f0f0f0;
    font-size:14px;font-weight:600;color:rgba(0,0,0,.88);
    display:flex;align-items:center;gap:8px;background:#fafafa;border-radius:8px 8px 0 0;
}
.rs-modal .ant-card-head svg{flex-shrink:0}
.rs-modal .ant-card-body{padding:16px}

.rs-modal .goods-info{display:flex;gap:16px;align-items:flex-start}
.rs-modal .goods-info-img{
    width:80px;height:80px;border-radius:8px;object-fit:cover;border:1px solid #f0f0f0;flex-shrink:0;
}
.rs-modal .goods-info-img-ph{
    width:80px;height:80px;border-radius:8px;background:#f5f5f5;
    display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0;
}
.rs-modal .goods-info-detail{flex:1;min-width:0}
.rs-modal .goods-info-name{font-size:15px;font-weight:500;color:rgba(0,0,0,.88);line-height:1.5;margin-bottom:8px}
.rs-modal .goods-info-price{font-size:22px;font-weight:700;color:#f5222d}
.rs-modal .goods-info-price .sym{font-size:14px;font-weight:600;margin-right:2px}
.rs-modal .goods-desc-list{margin-top:12px;display:flex;flex-direction:column;gap:8px}
.rs-modal .goods-desc-row{display:flex;font-size:13px;line-height:1.6}
.rs-modal .goods-desc-label{color:rgba(0,0,0,.45);width:72px;flex-shrink:0}
.rs-modal .goods-desc-value{color:rgba(0,0,0,.88);flex:1;word-break:break-all}
.rs-modal .goods-desc-content{font-size:13px;line-height:1.7;color:rgba(0,0,0,.65);word-break:break-all}
.rs-modal .goods-desc-content img{max-width:100%;height:auto;border-radius:6px;margin:6px 0;display:block}
.rs-modal .goods-desc-content p{margin:0 0 8px}

.rs-modal .ant-form-item{margin-bottom:16px}
.rs-modal .ant-form-label{display:block;font-size:14px;font-weight:500;color:rgba(0,0,0,.88);margin-bottom:6px}
.rs-modal .ant-form-label .req{color:#ff4d4f;margin-left:2px}
.rs-modal .ant-input{
    width:100%;height:40px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;
    font-size:14px;color:rgba(0,0,0,.88);outline:none;transition:all .2s;background:#fff;
}
.rs-modal .ant-input:hover{border-color:#4096ff}
.rs-modal .ant-input:focus{border-color:#1677ff;box-shadow:0 0 0 2px rgba(5,145,255,.1)}
.rs-modal .ant-input::placeholder{color:rgba(0,0,0,.25)}

.rs-modal .pay-methods{display:flex;gap:10px;flex-wrap:wrap}
.rs-modal .pay-method{
    flex:1;min-width:120px;display:flex;align-items:center;gap:10px;
    padding:12px 14px;border:1px solid #d9d9d9;border-radius:6px;
    cursor:pointer;transition:all .2s;background:#fff;
}
.rs-modal .pay-method:hover{border-color:#4096ff}
.rs-modal .pay-method.selected{border-color:#1677ff;background:#e6f4ff;box-shadow:0 0 0 2px rgba(5,145,255,.1)}
.rs-modal .pay-method-radio{
    width:16px;height:16px;border-radius:50%;border:1px solid #d9d9d9;
    display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;
}
.rs-modal .pay-method.selected .pay-method-radio{border-color:#1677ff}
.rs-modal .pay-method.selected .pay-method-radio::after{
    content:'';width:8px;height:8px;border-radius:50%;background:#1677ff;
}
.rs-modal .pay-method-icon{width:28px;height:28px;flex-shrink:0;border-radius:4px}
.rs-modal .pay-method-name{font-size:14px;color:rgba(0,0,0,.88);font-weight:500}

.rs-modal .ant-alert{
    padding:10px 14px;border-radius:6px;font-size:13px;line-height:1.6;
    display:flex;gap:8px;align-items:flex-start;
}
.rs-modal .ant-alert-warning{background:#fffbe6;border:1px solid #ffe58f;color:rgba(0,0,0,.65)}
.rs-modal .ant-alert-icon{flex-shrink:0;margin-top:2px}

.rs-modal .ant-summary{
    display:flex;align-items:center;justify-content:space-between;
    padding:14px 16px;background:#fafafa;border-radius:6px;border:1px solid #f0f0f0;
}
.rs-modal .ant-summary-label{font-size:14px;color:rgba(0,0,0,.45)}
.rs-modal .ant-summary-value{font-size:24px;font-weight:700;color:rgba(0,0,0,.88)}

.rs-modal .ant-btn{
    height:40px;padding:0 24px;border-radius:6px;font-size:14px;font-weight:500;
    cursor:pointer;transition:all .2s;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;
}
.rs-modal .ant-btn-default{background:#fff;border-color:#d9d9d9;color:rgba(0,0,0,.88)}
.rs-modal .ant-btn-default:hover{border-color:#4096ff;color:#4096ff}
.rs-modal .ant-btn-primary{
    background:#1677ff;color:#fff;border-color:#1677ff;
    box-shadow:0 2px 0 rgba(5,145,255,.1);
}
.rs-modal .ant-btn-primary:hover{background:#4096ff;border-color:#4096ff}
.rs-modal .ant-btn-primary:disabled{background:rgba(0,0,0,.04);color:rgba(0,0,0,.25);border-color:#d9d9d9;cursor:not-allowed;box-shadow:none}
.rs-modal .ant-btn-primary.loading{background:#4096ff;pointer-events:none}
.rs-modal .ant-btn-block{width:100%}

.rs-modal .ant-result{text-align:center;padding:24px 0}
.rs-modal .ant-result-icon{
    width:64px;height:64px;margin:0 auto 16px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
}
.rs-modal .ant-result-icon.success{background:#f6ffed}
.rs-modal .ant-result-title{font-size:20px;font-weight:600;color:rgba(0,0,0,.88);margin-bottom:8px}
.rs-modal .ant-result-sub{font-size:14px;color:rgba(0,0,0,.45);margin-bottom:4px}

/* ══════════ 充值进度步骤条 ══════════ */
/* ── 旋转加载圈 ── */
.rp-spinner{animation:rpRotate 1.4s linear infinite}
.rp-spinner-bg{fill:none;stroke:#e6f0ff;stroke-width:4}
.rp-spinner-fg{fill:none;stroke:#1677ff;stroke-width:4;stroke-linecap:round;stroke-dasharray:90,150;stroke-dashoffset:0;animation:rpDash 1.4s ease-in-out infinite}
@keyframes rpRotate{100%{transform:rotate(360deg)}}
@keyframes rpDash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}

/* ── 竖向时间线 ── */
.rp-tl-item{display:flex;align-items:flex-start;position:relative;padding-bottom:16px;min-height:42px}
.rp-tl-item:last-child{padding-bottom:4px}
.rp-tl-item:last-child .rp-tl-line{display:none}
.rp-tl-dot{width:10px;height:10px;border-radius:50%;border:2px solid #e0e0e0;background:#fff;flex-shrink:0;margin-top:4px;box-sizing:border-box;transition:all .3s}
.rp-tl-line{position:absolute;left:4px;top:16px;bottom:0;width:2px;background:#f0f0f0;transition:background .3s}
.rp-tl-content{flex:1;margin-left:12px}
.rp-tl-title{font-size:13px;color:rgba(0,0,0,.35);line-height:1.4;font-weight:500}
.rp-tl-desc{font-size:11px;color:rgba(0,0,0,.25);margin-top:1px}
.rp-tl-check{font-size:11px;color:rgba(0,0,0,.2);min-width:18px;text-align:right;flex-shrink:0;margin-top:3px}

.rp-tl-done .rp-tl-dot{border-color:#52c41a;background:#52c41a}
.rp-tl-done .rp-tl-line{background:#52c41a}
.rp-tl-done .rp-tl-title{color:rgba(0,0,0,.85);font-weight:600}
.rp-tl-done .rp-tl-desc{color:rgba(0,0,0,.45)}
.rp-tl-done .rp-tl-check{color:#52c41a;font-weight:700}

.rp-tl-active .rp-tl-dot{border-color:#1677ff;background:#1677ff;box-shadow:0 0 0 3px rgba(22,119,255,.15)}
.rp-tl-active .rp-tl-line{background:linear-gradient(#1677ff,#f0f0f0)}
.rp-tl-active .rp-tl-title{color:#1677ff;font-weight:600}
.rp-tl-active .rp-tl-desc{color:rgba(0,0,0,.55)}

.rp-tl-fail .rp-tl-dot{border-color:#ff4d4f;background:#ff4d4f}
.rp-tl-fail .rp-tl-title{color:#ff4d4f;font-weight:600}
.rp-tl-fail .rp-tl-check{color:#ff4d4f;font-weight:700}

.rp-tl-spinner{width:16px;height:16px;margin-top:2px;flex-shrink:0}
.rp-tl-spinner::after{content:'';display:block;width:16px;height:16px;border:2px solid #e6f0ff;border-top-color:#1677ff;border-radius:50%;box-sizing:border-box;animation:rsSpin .7s linear infinite}

/* ══════════ 入场动画 ══════════ */
@keyframes rsFadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.rs-fade-in{animation:rsFadeUp .45s cubic-bezier(.4,0,.2,1) both}

/* ══════════ 响应式 ══════════ */
@media(max-width:1200px){
    .rights-product-grid{grid-template-columns:repeat(4,1fr)}
    .rights-category-grid{grid-template-columns:repeat(7,1fr)}
}
@media(max-width:768px){
    .rights-hero{padding-bottom:48px}
    .rights-hero-inner{padding:0 16px}
    .rights-hero-nav{padding:16px 0 14px}
    .rights-hero-site{font-size:14px}
    .rights-hero-title{font-size:22px;margin-bottom:10px}
    .rights-hero-sub{font-size:13px;margin-bottom:16px}
    .rights-hero-tags{gap:14px;padding:8px 18px}
    .rights-hero-tags span{font-size:11px}
    .rights-hero-body{padding:24px 0 0}
    .rights-main{padding:0 14px 28px;margin-top:-32px}
    .rights-product-grid{grid-template-columns:repeat(3,1fr);gap:10px}
    .rights-category-grid{grid-template-columns:repeat(5,1fr);gap:12px 8px}
    .rights-cat-card{padding:16px 14px 12px;border-radius:10px}
    .rights-category-icon{width:48px;height:48px;border-radius:12px}
    .rights-order-btn{padding:7px 14px;font-size:12px}
    .rights-product-card{border-radius:10px}
    .rights-product-buy{border-radius:6px}
}
@media(max-width:480px){
    .rights-hero-tags{display:none}
    .rights-product-grid{grid-template-columns:repeat(2,1fr);gap:8px}
    .rights-category-grid{grid-template-columns:repeat(4,1fr)}
    .rights-category-icon{width:44px;height:44px}
    .rights-product-info{padding:10px 10px 12px}
    .rights-product-name{font-size:12px;min-height:36px}
    .rights-product-price{font-size:16px}
    .rights-cat-search{display:none}
    .rights-hero-logo{width:30px;height:30px;border-radius:8px}
    .rights-hero-title{font-size:18px}
    .rights-footer{padding:14px 12px}
    .rights-product-card{border-radius:8px}
}
