/* 实物回收 · PC 端 UI */
.r-page{max-width:1100px;margin:24px auto;padding:0 16px 40px;color:#333}
.r-page-narrow{max-width:820px}
.r-hero{background:linear-gradient(135deg,#fff5f7 0%,#fff 50%,#f0f7ff 100%);border-radius:12px;padding:28px 32px;margin-bottom:24px;border:1px solid #f0f0f0}
.r-hero h1{margin:0 0 8px;font-size:26px;font-weight:600;color:#222}
.r-hero p{margin:0;color:#666;font-size:14px;line-height:1.6}
.r-hero-actions{margin-top:16px}
.r-hero-actions > a:not(.btn){margin-right:16px;font-size:14px;color:#e60040}
.r-hero-actions .btn-primary{color:#fff;box-shadow:none;background:#e60040;border-color:#e60040;border-radius:20px;padding:8px 24px;font-size:14px}
.r-hero-actions .btn-primary:hover,.r-hero-actions .btn-primary:active{color:#fff;background:#c40036;border-color:#c40036}

/* PC 首页实物回收区块 */
.r-home-recycle{padding:40px 0}
.r-home-recycle .r-hero{margin-bottom:0}
.r-home-banner-wrap{margin-bottom:20px}
.r-home-banner{display:block;margin:0 0 10px;border-radius:12px;overflow:hidden;background:#f5f6f8;line-height:0}
.r-home-banner:last-child{margin-bottom:0}
.r-home-banner img{display:block;width:100%;height:auto;max-height:200px;object-fit:contain;object-position:center}

.r-flow{display:flex;justify-content:space-between;margin:24px 0 8px;padding:0 8px}
.r-flow-item{flex:1;text-align:center;position:relative;min-width:0}
.r-flow-item:not(:first-child)::before{content:'';position:absolute;left:-50%;top:18px;width:100%;height:2px;background:#e8e8e8;z-index:0}
.r-flow-num{position:relative;z-index:1;width:36px;height:36px;line-height:36px;border-radius:50%;background:#e60040;color:#fff;font-size:15px;font-weight:600;margin:0 auto 8px}
.r-flow-label{font-size:13px;color:#666}
.r-flow-desc{font-size:11px;color:#999;margin-top:4px}

.r-section-title{font-size:18px;font-weight:600;margin:28px 0 16px;color:#222}
.r-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
@media(max-width:992px){.r-cat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.r-cat-grid{grid-template-columns:1fr}}

.r-cat-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:24px 16px 20px;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit}
.r-cat-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(230,0,64,.08);border-color:#ffd6df;text-decoration:none;color:inherit}
.r-cat-card img{width:64px;height:64px;object-fit:contain;margin-bottom:12px}
.r-cat-card h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#222}
.r-cat-card p{margin:0 0 16px;font-size:13px;color:#888;line-height:1.5;min-height:40px;flex:1}
.r-cat-card .btn-primary{background:#e60040;border-color:#e60040;border-radius:20px;padding:6px 20px;font-size:13px}
.r-cat-card .btn-primary:hover{background:#c40036;border-color:#c40036}

.r-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px 24px;margin-bottom:16px;box-shadow:0 1px 4px rgba(0,0,0,.04)}
.r-card-title{font-size:16px;font-weight:600;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0;color:#222}
.r-card-title small{font-weight:normal;color:#999;font-size:13px;margin-left:8px}

.r-warehouse{background:#fffbf0;border:1px solid #ffe58f;border-radius:10px;padding:16px 20px;font-size:14px;line-height:1.7;color:#614700}
.r-warehouse strong{color:#ad6800}

.r-estimate-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}
.r-estimate-head img{width:52px;height:52px;object-fit:contain;flex-shrink:0}
.r-estimate-head-main{flex:1;min-width:0}
.r-estimate-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.r-estimate-head h2{margin:0;font-size:20px;font-weight:600;flex:1;min-width:0;line-height:1.35}
.r-estimate-head p{margin:6px 0 0;font-size:13px;color:#888;line-height:1.5}
.r-estimate-head-price{
    flex-shrink:0;display:inline-flex;align-items:center;gap:4px;max-width:42%;
    padding:0;margin:0;border:none;background:transparent;
    font-size:18px;font-weight:700;color:#e60040;line-height:1.3;text-align:right;
    cursor:default;
}
.r-estimate-head-price.is-clickable{cursor:pointer}
.r-estimate-head-price.is-clickable:hover{opacity:.8}
.r-estimate-head-price-val{white-space:nowrap}
.r-estimate-head-price-arrow{font-size:20px;color:#ccc;font-weight:400;line-height:1}

.r-price-modal{position:fixed;inset:0;z-index:1050;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none;visibility:hidden}
.r-price-modal.is-open{pointer-events:auto;visibility:visible}
.r-price-modal-mask{position:absolute;inset:0;background:rgba(0,0,0,0);transition:background .25s}
.r-price-modal.is-open .r-price-modal-mask{background:rgba(0,0,0,.45)}
.r-price-modal-panel{
    position:relative;width:100%;max-width:480px;max-height:80vh;
    background:#fff;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.18);
    transform:translateY(16px) scale(.98);opacity:0;transition:transform .25s,opacity .25s;
    display:flex;flex-direction:column;overflow:hidden;
}
.r-price-modal.is-open .r-price-modal-panel{transform:translateY(0) scale(1);opacity:1}
.r-price-modal-hd{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0;flex-shrink:0}
.r-price-modal-hd strong{font-size:16px;color:#222}
.r-price-modal-close{width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;font-size:20px;line-height:32px;color:#999;padding:0;cursor:pointer}
.r-price-modal-close:hover{background:#eee;color:#666}
.r-price-modal-bd{padding:16px 20px 20px;overflow-y:auto}
.r-price-modal-spot{font-size:32px;font-weight:700;color:#e60040;line-height:1.2;margin-bottom:14px}
.r-price-modal-spot small{font-size:15px;font-weight:500;color:#999;margin-left:4px}
.r-price-modal-list{list-style:none;margin:0;padding:0}
.r-price-modal-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f5f5f5;font-size:14px}
.r-price-modal-item:last-child{border-bottom:none}
.r-price-modal-item .label{color:#666;flex:1;min-width:0}
.r-price-modal-item .value{color:#e60040;font-weight:600;white-space:nowrap}
.r-price-modal-hint{margin:14px 0 0;font-size:13px;color:#999;line-height:1.6}

.r-page-estimate{padding-bottom:100px}
body.r-has-estimate-bar .r-page-estimate{padding-bottom:130px}
.r-estimate-bar{
    position:fixed;left:0;right:0;bottom:0;z-index:100;
    background:#fff;border-top:1px solid #eee;box-shadow:0 -4px 20px rgba(0,0,0,.08);
    padding:14px 0;
}
.r-estimate-bar-inner{max-width:820px;margin:0 auto;padding:0 16px;display:flex;align-items:center;gap:20px}
.r-estimate-bar-bd{flex:1;min-width:0}
.r-estimate-bar-label{font-size:12px;color:#999;margin-bottom:2px}
.r-estimate-bar-price strong{font-size:28px;font-weight:700;color:#e60040;line-height:1.2}
.r-estimate-bar-price .is-manual{font-size:14px;color:#a60;font-weight:500;line-height:1.5}
.r-estimate-bar-range{font-size:12px;color:#999;margin-top:2px}
.r-estimate-bar-btn{flex-shrink:0;min-width:120px;background:#e60040;border-color:#e60040;border-radius:23px;padding:10px 24px;font-size:15px;color:#fff}
.r-estimate-bar-btn:hover{color:#fff;background:#c40036;border-color:#c40036}
body.r-price-modal-open{overflow:hidden}

.r-form .form-group{margin-bottom:18px}
.r-form .control-label{font-weight:500;color:#444}
.r-result{margin-top:20px;padding:16px 20px;background:linear-gradient(90deg,#f6ffed,#fff);border:1px solid #b7eb8f;border-radius:10px;font-size:15px}
.r-result strong{color:#e60040;font-size:22px}

.r-order-table{margin:0}
.r-order-table thead th{background:#fafafa;border-bottom:2px solid #eee;font-weight:600;color:#666;font-size:13px}
.r-order-table tbody tr.highlight{background:#fffbf0}
.r-order-table .r-badge{display:inline-block;padding:2px 8px;font-size:11px;border-radius:10px;background:#e60040;color:#fff;margin-left:6px;vertical-align:middle}

.r-order-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:16px}
.r-order-header .orderno{font-size:14px;color:#666}
.r-order-header .status{font-size:18px;font-weight:600;color:#e60040}
.r-price-row{display:flex;gap:24px;margin-bottom:16px;flex-wrap:wrap}
.r-price-item{background:#fafafa;border-radius:8px;padding:12px 20px;min-width:120px}
.r-price-item label{display:block;font-size:12px;color:#999;margin-bottom:4px}
.r-price-item span{font-size:20px;font-weight:600;color:#222}
.r-price-item.final span{color:#e60040}

.r-stepper{display:flex;justify-content:space-between;margin-bottom:14px;padding:0 4px}
.r-stepper-item{flex:1;text-align:center;position:relative;min-width:0}
.r-stepper-item:not(:first-child)::before{content:'';position:absolute;left:-50%;top:11px;width:100%;height:2px;background:#e0e0e0;z-index:0}
.r-stepper-item.is-active:not(:first-child)::before,.r-stepper-item.is-done:not(:first-child)::before{background:#e60040}
.r-stepper-dot{position:relative;z-index:1;display:inline-block;width:24px;height:24px;line-height:24px;border-radius:50%;font-size:12px;background:#eee;color:#999}
.r-stepper-item.is-done .r-stepper-dot{background:#ffd6df;color:#e60040}
.r-stepper-item.is-current .r-stepper-dot{background:#e60040;color:#fff;font-weight:bold}
.r-stepper-label{font-size:11px;color:#bbb;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.r-stepper-item.is-current .r-stepper-label{color:#e60040;font-weight:600}
.r-stepper-item.is-done .r-stepper-label{color:#666}

.r-tip{padding:12px 16px;border-radius:8px;font-size:13px;line-height:1.6;margin-bottom:16px}
.r-tip-info{background:#f0f7ff;border:1px solid #cce5ff;color:#036}
.r-tip-warn{background:#fff8e6;border:1px solid #ffe0a0;color:#a60}
.r-tip-success{background:#f6ffed;border:1px solid #b7eb8f;color:#080}
.r-tip-danger{background:#fff0f0;border:1px solid #fcc;color:#c00}
.r-tip-muted{background:#f5f5f5;border:1px solid #e8e8e8;color:#666}

.r-express-timeline{list-style:none;padding:0;margin:12px 0 0}
.r-express-timeline li{position:relative;padding:0 0 16px 20px;border-left:2px solid #e8e8e8;margin-left:6px}
.r-express-timeline li:last-child{border-left-color:transparent;padding-bottom:0}
.r-express-timeline li:first-child{border-left-color:#e60040}
.r-express-timeline .time{font-size:12px;color:#999;margin-bottom:4px}
.r-express-timeline .text{font-size:14px;color:#333}

.r-inspect-block{background:#f8fafc;border:1px solid #e8eef4;border-radius:10px;padding:16px 20px;margin:16px 0}
.r-inspect-block h4{margin:0 0 12px;font-size:15px}
.r-inspect-price{font-size:24px;font-weight:700;color:#e60040}
.r-inspect-images img{max-width:88px;max-height:88px;margin:4px 8px 4px 0;border:1px solid #eee;border-radius:6px}

.r-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}
.r-actions .btn{border-radius:6px}
.r-actions .btn-success{background:#52c41a;border-color:#52c41a}

.r-empty{text-align:center;padding:48px 20px;color:#999}
.r-empty a{color:#e60040}

.r-photo-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}
.r-photo-item{position:relative;width:88px;height:88px;border:1px solid #eee;border-radius:8px;overflow:hidden}
.r-photo-item img{width:100%;height:100%;object-fit:cover}
.r-photo-del{position:absolute;top:0;right:0;width:22px;height:22px;line-height:20px;text-align:center;background:rgba(0,0,0,.55);color:#fff;text-decoration:none;font-size:14px}

.r-dispute-list{list-style:none;padding:0;margin:0}
.r-dispute-list li{padding:10px 12px;background:#fafafa;border-radius:8px;margin-bottom:8px;font-size:13px;line-height:1.5}

.r-express-pick{margin-bottom:16px}
.r-express-pick-label{font-size:13px;color:#666;margin:0 0 10px}
.r-express-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
@media(max-width:640px){.r-express-grid{grid-template-columns:repeat(2,1fr)}}
.r-express-opt{display:block;margin:0;cursor:pointer;position:relative}
.r-express-opt input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.r-express-opt-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px 10px;min-height:92px;border:1px solid #eee;border-radius:10px;background:#fafafa;transition:border-color .2s,background .2s,box-shadow .2s}
.r-express-opt:hover .r-express-opt-inner{border-color:#ffd6df;background:#fff}
.r-express-opt input:checked + .r-express-opt-inner{border-color:#e60040;background:#fff5f7;box-shadow:0 0 0 1px #e60040}
.r-express-logo{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.r-express-logo img{max-width:100%;max-height:100%;object-fit:contain}
.r-express-logo-fallback{width:44px;height:44px;line-height:44px;text-align:center;background:#eee;border-radius:8px;font-size:11px;color:#999}
.r-express-name{font-size:13px;color:#333;text-align:center;line-height:1.35;word-break:break-all}
.r-express-opt input:checked + .r-express-opt-inner .r-express-name{color:#e60040;font-weight:600}
.r-express-form-fields{margin-top:4px}
.r-express-form-fields .form-control{margin-bottom:10px;border-radius:8px}

.r-reject-evidence{margin-top:12px;padding:14px 16px;background:#fff;border:1px dashed #e8c4c4;border-radius:10px}
.r-reject-evidence-title{font-size:13px;font-weight:600;color:#666;margin-bottom:10px}
.r-reject-video{display:block;max-width:100%;max-height:280px;background:#000;border-radius:8px}
.r-reject-images{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}
.r-reject-images img{max-width:100px;max-height:100px;border:1px solid #eee;border-radius:6px;object-fit:cover}
