@charset "UTF-8";@media (min-width: 769px){.u-flex{display:flex}.u-flex-center{display:flex;align-items:center;justify-content:center}.u-flex-between{display:flex;align-items:center;justify-content:space-between}.u-flex-start{display:flex;align-items:center;justify-content:flex-start}.u-flex-end{display:flex;align-items:center;justify-content:flex-end}.u-flex-column{display:flex;flex-direction:column}.u-flex-wrap{flex-wrap:wrap}.u-flex-1{flex:1;min-width:0}.u-flex-shrink-0{flex-shrink:0}.u-gap-4{gap:4px}.u-gap-8{gap:8px}.u-gap-10{gap:10px}.u-gap-12{gap:12px}.u-gap-14{gap:14px}.u-gap-16{gap:16px}.u-p-10{padding:10px}.u-p-12{padding:12px}.u-p-14{padding:14px}.u-p-16{padding:16px}.u-rounded-8{border-radius:8px}.u-rounded-10{border-radius:10px}.u-rounded-12{border-radius:12px}.u-rounded-14{border-radius:14px}.u-rounded-16{border-radius:16px}.u-rounded-full{border-radius:50%}.u-text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.u-text-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.u-text-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.u-font-bold{font-weight:700}.u-font-extrabold{font-weight:800}.u-shadow-sm{box-shadow:0 2px 4px #0000000d}.u-shadow-md{box-shadow:0 2px 10px #0f27440a}.u-shadow-lg{box-shadow:0 4px 16px #0000001f}.u-cursor-pointer{cursor:pointer}.u-transition-base{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.u-hidden{display:none}.u-desktop-hidden{display:none!important}:root{--primary-color: #3a8ee6;--primary-light: #50a1ff;--primary-dark: #2a7cdb;--primary-gradient: linear-gradient(135deg, #3a8ee6 0%, #2a7cdb 100%);--gold-color: #ffcc00;--gold-gradient: linear-gradient(180deg, #ffe033 0%, #ffd000 100%);--accent-color: #ff6600;--success-color: #52c41a;--warning-color: #faad14;--error-color: #f56c6c;--info-color: #909399;--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f5f7fa;--bg-dark: #1e222d;--border-color: #e4e7ed;--border-radius-sm: 2px;--border-radius: 4px;--border-radius-lg: 8px;--border-radius-xl: 12px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--container-width: 1200px;--desktop-min-width: 1200px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem}.dark-mode{--primary-color: #818cf8;--primary-light: #a78bfa;--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-muted: #9ca3af;--bg-primary: #111827;--bg-secondary: #1f2937;--border-color: #374151;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;min-width:var(--desktop-min-width)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--text-primary);background-color:var(--bg-secondary);transition:background-color .3s,color .3s;min-width:var(--desktop-min-width)}#app{min-width:var(--desktop-min-width)}a{text-decoration:none;color:inherit;transition:color .3s}img{max-width:100%;height:auto;display:block}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{margin:0 auto;padding:0 100px}}@media (min-width: 769px) and (max-width: 1240px){.container{max-width:100%}}@media (min-width: 769px){.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--border-radius);font-size:14px;font-weight:500;transition:all .3s ease;cursor:pointer}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary-gradient);color:var(--text-white);border:none}.btn-primary:hover{box-shadow:0 4px 12px #667eea66}.btn-secondary{background-color:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn-outline{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--text-white)}.card{background-color:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.tag{display:inline-flex;align-items:center;padding:2px 8px;background-color:#667eea1a;color:var(--primary-color);font-size:12px;border-radius:4px;font-weight:500}.tag-hot{background:linear-gradient(135deg,#ff6b6b,#feca57);color:#fff}.tag-recommend{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.price{display:flex;align-items:baseline;gap:2px;color:#ff4757;font-weight:700}.price .currency{font-size:14px}.price .amount{font-size:24px;line-height:1}.price .unit{font-size:12px;color:var(--text-secondary);font-weight:400}.price .original{text-decoration:line-through;color:var(--text-muted);font-size:12px;margin-left:4px;font-weight:400}.text-center{text-align:center}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:var(--space-8);color:var(--text-primary)}.section-subtitle{font-size:16px;color:var(--text-secondary);text-align:center;margin-top:calc(-1 * var(--space-6));margin-bottom:var(--space-8)}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.mt-2{margin-top:var(--space-2)}.mt-4{margin-top:var(--space-4)}.mb-4{margin-bottom:var(--space-4)}.mb-8{margin-bottom:var(--space-8)}.p-4{padding:var(--space-4)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideIn{animation:slideIn .3s ease-out}.animate-pulse{animation:pulse 2s infinite}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}}@media print and (min-width: 769px){.no-print{display:none!important}}@media (min-width: 769px){.el-message{z-index:10000!important}.mobile-tabbar-wrap{display:none}}@media (min-width: 769px){.el-overlay-message-box{background-color:#141e3094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.el-overlay-message-box .el-message-box{width:min(100vw - 40px,440px);max-width:calc(100vw - 40px);padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:18px;box-sizing:border-box;box-shadow:0 22px 52px #0f172a52,0 3px 10px #0f172a1a}.el-overlay-message-box .el-message-box__header{min-height:56px;margin:0;padding:18px 54px 12px 20px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fbfdff,#fff);box-sizing:border-box}.el-overlay-message-box .el-message-box__title{color:#1f2d42;font-size:18px;font-weight:800;line-height:25px;letter-spacing:.2px}.el-overlay-message-box .el-message-box__headerbtn{top:16px;right:16px;display:grid;width:28px;height:28px;border-radius:50%;place-items:center}.el-overlay-message-box .el-message-box__headerbtn .el-message-box__close{color:#8b9aaf;font-size:18px}.el-overlay-message-box .el-message-box__headerbtn:hover{background:#edf3fa}.el-overlay-message-box .el-message-box__content{padding:19px 20px 4px;color:#516177;font-size:15px;line-height:1.7}.el-overlay-message-box .el-message-box__status{margin-right:12px;font-size:24px!important}.el-overlay-message-box .el-message-box__status.el-icon-warning{color:#edab3a}.el-overlay-message-box .el-message-box__message{padding:0}.el-overlay-message-box .el-message-box__message p{color:#516177;font-size:15px;line-height:1.7}.el-overlay-message-box .el-message-box__btns{display:flex;justify-content:flex-end;gap:12px;padding:24px 20px 20px}.el-overlay-message-box .el-message-box__btns .el-button{min-width:88px;height:42px;margin:0;padding:0 18px;border-radius:11px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.el-overlay-message-box .el-message-box__btns .el-button:not(.el-button--primary){border-color:#d5deeb;background:#f6f8fb;color:#68778c}.el-overlay-message-box .el-message-box__btns .el-button--primary{border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);color:#fff;box-shadow:0 7px 14px #347eea47}.el-overlay-message-box .el-message-box__btns .el-button:not(.el-button--primary):hover{border-color:#c4d0e0;background:#edf2f8}.el-overlay-message-box .el-message-box__btns .el-button--primary:hover{border-color:#286ccc;background:#286ccc;box-shadow:0 5px 11px #347eea3d}.el-overlay-message-box .el-message-box__btns .el-button:active{transform:scale(.96)}.el-overlay-message-box .el-message-box.publish-full-day-notice-dialog{border-color:#e7b1454d;box-shadow:0 24px 56px #3d2b123d,0 3px 10px #0f172a14}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__header{position:relative;padding-left:52px;border-bottom-color:#f4ead5;background:linear-gradient(135deg,#fffaf0,#fff 64%)}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__header:before{position:absolute;top:18px;left:20px;width:22px;height:22px;border:1px solid #f0c66d;border-radius:8px;content:"";background:linear-gradient(135deg,#ffd979,#e8a834);box-shadow:inset 0 1px #ffffffa6,0 4px 9px #d3902133}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__header:after{position:absolute;top:24px;left:27px;width:8px;height:8px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;content:""}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__content{padding-top:22px;padding-bottom:8px}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__message{padding:12px 14px;border:1px solid #f5e6c5;border-radius:10px;background:#fffaf0}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__message p{color:#735d35;font-size:15px;line-height:1.75}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__btns .el-button--primary{min-width:106px;border-color:#d99624;background:linear-gradient(135deg,#f7c55a,#dc9521);box-shadow:0 7px 14px #d18c1c47}.el-overlay-message-box .publish-full-day-notice-dialog .el-message-box__btns .el-button--primary:hover{border-color:#c88013;background:#d9901d;box-shadow:0 5px 11px #d18c1c40}}@media (min-width: 769px) and (max-width: 768px){.el-overlay-message-box .el-message-box.publish-full-day-notice-dialog--mobile{width:min(88vw,360px);margin:0 auto;border-radius:14px}.el-overlay-message-box .publish-full-day-notice-dialog--mobile .el-message-box__header{padding:17px 44px 14px 48px}.el-overlay-message-box .publish-full-day-notice-dialog--mobile .el-message-box__content{padding:16px 16px 6px}.el-overlay-message-box .publish-full-day-notice-dialog--mobile .el-message-box__message p{font-size:14px;line-height:1.65}.el-overlay-message-box .publish-full-day-notice-dialog--mobile .el-message-box__btns{padding:12px 16px 16px}}@media (min-width: 769px){.app-standard-dialog-overlay{background-color:#141e3094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-standard-dialog-overlay .el-overlay-dialog{display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.el-dialog.app-standard-dialog{max-width:calc(100vw - 40px);max-height:calc(100dvh - 48px);margin:0!important;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:18px;box-shadow:0 22px 52px #0f172a52,0 3px 10px #0f172a1a}.el-dialog.app-standard-dialog .el-dialog__header{min-height:56px;margin:0;padding:18px 54px 12px 20px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fbfdff,#fff);box-sizing:border-box}.el-dialog.app-standard-dialog .el-dialog__title{color:#1f2d42;font-size:18px;font-weight:800;line-height:25px}.el-dialog.app-standard-dialog .el-dialog__headerbtn{top:16px;right:16px;display:grid;width:28px;height:28px;border-radius:50%;place-items:center}.el-dialog.app-standard-dialog .el-dialog__headerbtn:hover{background:#edf3fa}.el-dialog.app-standard-dialog .el-dialog__body{max-height:calc(100dvh - 180px);padding:19px 20px 4px;overflow-y:auto}.el-dialog.app-standard-dialog .el-dialog__footer{display:flex;justify-content:flex-end;gap:12px;padding:24px 20px 20px}.el-dialog.app-standard-dialog .el-dialog__footer .el-button{min-width:88px;height:42px;margin:0;padding:0 18px;border-radius:11px;font-size:15px;font-weight:700}.el-dialog.app-standard-dialog .el-dialog__footer .el-button:not(.el-button--primary){border-color:#d5deeb;background:#f6f8fb;color:#68778c}.el-dialog.app-standard-dialog .el-dialog__footer .el-button--primary{border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);color:#fff;box-shadow:0 7px 14px #347eea47}.el-dialog.app-standard-dialog .ship-dialog{padding:0}.el-dialog.app-standard-dialog .ship-body{padding:0;border:0;background:transparent}.el-dialog.app-standard-dialog .ship-dialog .el-form-item{margin-bottom:0}.el-dialog.app-standard-dialog .ship-dialog .el-form-item__label{padding-bottom:8px;color:#1f2d42;font-size:15px;font-weight:700;line-height:22px}.el-dialog.app-standard-dialog .ship-form-tip{margin:0 0 10px;color:#6b7a90;font-size:13px;line-height:1.65}.el-dialog.app-standard-dialog .el-input__wrapper,.el-dialog.app-standard-dialog .el-select__wrapper,.el-dialog.app-standard-dialog .el-textarea__inner{border-radius:8px;box-shadow:0 0 0 1px #d8e0eb inset}.home-page{background:var(--bg-secondary);padding-top:var(--space-4)}.home-hero{padding-bottom:var(--space-8)}.home-hero__grid{display:grid;grid-template-columns:220px 1fr 260px;gap:var(--space-4);min-height:340px}.home-carousel{border-radius:var(--border-radius-xl);overflow:hidden;box-shadow:var(--shadow)}.home-carousel :deep(.el-carousel__container){height:340px}.home-carousel :deep(.el-carousel__arrow){background:#00000059}.home-carousel :deep(.el-carousel__indicator button){width:8px;height:8px;border-radius:50%;background:#ffffff80}.home-carousel :deep(.el-carousel__indicator.is-active button){background:var(--gold-color);width:20px;border-radius:4px}.home-page .container{max-width:min(1600px,100% - 40px);padding-left:20px;padding-right:20px}.home-hero{--home-side-bg: #eef1f5;--home-side-navy: #0f2744}.home-hero__grid{grid-template-columns:240px minmax(0,1fr) 280px;gap:16px;align-items:stretch}.home-quick-links{gap:0;background:var(--home-side-bg);border-radius:12px;overflow:hidden;border:none;align-self:stretch}.home-quick-links__item{flex:1;gap:12px;padding:18px 14px;background:transparent;border:none;border-radius:0;border-bottom:1px solid #edf0f5;box-shadow:none;min-height:0}.home-quick-links__item:last-child{border-bottom:none}.home-quick-links__item:hover{background:#ffffff8c;border-color:#0f274414;box-shadow:none;transform:none}.home-quick-links__icon{width:42px;height:42px;background:var(--home-side-navy);color:var(--gold-color);font-size:18px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.home-quick-links__icon img{width:24px;height:24px;object-fit:contain}.home-quick-links__title{font-size:15px;font-weight:800;margin-bottom:4px}.home-quick-links__desc{font-size:12px;line-height:1.4;white-space:normal}.home-quick-links__arrow{color:#b0b8c4;font-size:14px}.home-carousel{height:100%;border-radius:12px;box-shadow:0 8px 24px #0f27441f}.home-carousel :deep(.el-carousel){height:100%}.home-carousel :deep(.el-carousel__container){height:100%}.home-carousel :deep(.el-carousel__arrow){width:36px;height:36px;background:#ffffff2e;border:1px solid rgba(255,255,255,.25)}.home-carousel :deep(.el-carousel__indicators){left:40px;right:auto;transform:none;bottom:18px}.home-carousel :deep(.el-carousel__indicator button){width:8px;height:8px;border-radius:50%;background:#ffffff73;opacity:1}.home-carousel :deep(.el-carousel__indicator.is-active button){background:var(--gold-color);width:22px;border-radius:999px}.banner-loading{height:340px}.home-banner-item{padding:40px 48px}.home-banner-item__tag{display:inline-flex;align-items:center;height:28px;padding:0 12px;margin-bottom:16px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:600;color:#ffffffeb}.home-banner-item__title{font-size:34px;font-weight:800;margin-bottom:12px;line-height:1.25}.home-banner-item__desc{font-size:15px;opacity:.88;margin-bottom:24px;line-height:1.7}.home-banner-item__btn{height:44px;padding:0 28px;border-radius:8px;background:var(--gold-color);color:#1a1200;font-size:15px;font-weight:800}.home-user-panel{background:var(--home-side-bg);border:none;border-radius:12px;padding:18px 16px 16px;box-shadow:none;align-self:stretch}.home-user-panel__head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.home-user-panel__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;background:var(--bg-secondary);border:2px solid var(--border-color);flex-shrink:0}.home-user-panel__greet{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.home-user-panel__welcome{font-size:16px;font-weight:700;color:var(--text-primary);line-height:1.2}.home-user-panel__club-text{font-size:12px;color:var(--text-secondary);line-height:1.2}.home-user-panel__member-badge{display:inline-flex;align-items:center;gap:5px;height:22px;padding:0 9px 0 5px;border:1px solid #e5b83f;border-radius:6px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-family:inherit;font-size:11px;font-weight:900;line-height:1;letter-spacing:.15px;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e,0 2px 6px #0f274424;white-space:nowrap;cursor:pointer;transition:opacity .2s;width:fit-content;text-decoration:none}.home-user-panel__member-badge.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 2px 6px #405b781f}.home-user-panel__member-badge.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.home-user-panel__member-badge.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.home-user-panel__member-badge.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.home-user-panel__member-badge.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff;box-shadow:inset 0 1px #d2bcff3d,0 2px 6px #341c6042}.home-user-panel__member-badge:hover{opacity:.9}.home-user-panel__crown-icon{width:17px;height:16px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.26))}.home-user-panel__stats{display:flex;flex-direction:column;gap:10px}.home-user-panel__head-side{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0;margin-left:auto}.home-user-panel__identity{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;background:#0f274414;color:var(--home-side-navy);font-size:11px;font-weight:700;white-space:nowrap}.home-user-panel__identity--internal{background:#ecfdf5;color:#16a34a}.home-user-panel__identity--partner{background:#eff6ff;color:#2563eb}.home-user-panel__identity--user{background:#0f274414;color:var(--home-side-navy)}.home-user-panel__meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.home-user-panel__meta-tags{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.home-user-panel__logout{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;background:#3386e1;color:#fff;font-size:11px;font-weight:800;white-space:nowrap;border:none;cursor:pointer;line-height:1.2;flex-shrink:0}.home-user-panel__logout:hover{opacity:.9}.home-user-panel__avatar{width:52px;height:52px;border:none}.home-user-panel__avatar--brand{display:flex;align-items:center;justify-content:center;background:var(--home-side-navy);color:var(--gold-color);font-size:18px;font-weight:800;letter-spacing:1px}.home-user-panel__name{font-size:16px;font-weight:800;margin-bottom:4px}.home-user-panel__member{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;background:linear-gradient(135deg,#f5d78e,#e8b339);color:#5c3b00;font-size:11px;font-weight:800;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.home-user-panel__member--link{cursor:pointer;transition:opacity .2s}.home-user-panel__member--link:hover{opacity:.9}.home-user-panel__row{display:flex;align-items:center;gap:10px;padding:10px;margin-bottom:0;border:none;border-radius:12px;background:#fff;box-shadow:0 2px 8px #00000014;cursor:pointer}.home-user-panel__row:hover{box-shadow:0 4px 12px #0000001f}.home-user-panel__row-icon{width:40px;height:40px;border-radius:50%;background:#0f27440f;color:var(--home-side-navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;overflow:visible;object-fit:contain}.home-user-panel__row-body{flex:1;min-width:0}.home-user-panel__row-label{font-size:13px;color:var(--text-muted);margin-bottom:4px}.home-user-panel__row-value{font-size:20px;font-weight:800;color:var(--text-primary);line-height:1.2}.home-user-panel__row-arrow{color:#b0b8c4;font-size:16px;flex-shrink:0}.home-user-panel__cta{height:48px;border-radius:10px;background:linear-gradient(180deg,#1a3a6b 0%,var(--home-side-navy) 100%);font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.home-user-panel__cta .el-icon{font-size:18px}.home-user-panel__cta:hover{opacity:.92;transform:translateY(-1px)}.home-user-panel__quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.home-user-panel__quick-action{min-width:0;min-height:44px;height:44px;padding:0 10px;border:1px solid #e8edf3;border-radius:8px;background:#fff;color:#344054;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700;line-height:1.15;white-space:nowrap;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease}.home-user-panel__quick-action .el-icon{font-size:16px;color:#667085}.home-user-panel__quick-action:hover{border-color:#b8c9dd;background:#f8fbff;color:#0f2744;transform:translateY(-1px)}.home-user-panel__quick-action.is-rent .el-icon{color:#1677ff}.home-user-panel__quick-action.is-rent{border-color:#d7e7fb;background:#f4f8fe}.home-user-panel__quick-action.is-publish .el-icon{color:#d69b19}.home-user-panel__quick-action.is-publish{border-color:#f0e2bd;background:#fffaf0}.home-quick-links{display:flex;flex-direction:column;gap:var(--space-3)}.home-quick-links__item{flex:1;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);cursor:pointer;transition:all .2s ease;min-height:0}.home-quick-links__item:hover{border-color:#3a8ee659;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.home-quick-links__icon{width:40px;height:40px;border-radius:50%;background:var(--bg-dark);color:var(--gold-color);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.home-quick-links__text{flex:1;min-width:0}.home-quick-links__title{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.home-quick-links__desc{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-quick-links__arrow{color:var(--text-muted);font-size:14px;flex-shrink:0}.home-quick-links{align-self:stretch}.home-quick-links__item{flex:1}.home-banner-item{height:100%;background-size:cover;background-position:center;display:flex;align-items:center;padding:48px;position:relative;cursor:pointer}.home-banner-item__content{position:relative;z-index:1;color:#fff;max-width:420px}.home-banner-item__title{font-size:32px;font-weight:800;margin-bottom:var(--space-3);line-height:1.3}.home-banner-item__desc{font-size:15px;opacity:.9;margin-bottom:var(--space-6);line-height:1.7}.home-banner-item__btn{height:42px;padding:0 24px;border:none;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s}.home-banner-item__btn:hover{opacity:.92}.home-user-panel{background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);padding:var(--space-5);display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.home-user-panel__head{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.home-user-panel__avatar{width:65px;height:65px;border-radius:50%;object-fit:cover;background:var(--bg-secondary);border:2px solid var(--border-color)}.home-user-panel__greet{flex:1;min-width:0}.home-user-panel__name{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.home-user-panel__badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;background:var(--gold-gradient);color:#5c3b00;font-size:11px;font-weight:700}.home-user-panel__row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) 0;border-bottom:1px solid var(--border-color);cursor:pointer;transition:color .2s;padding:10px 20px}.home-user-panel__row:hover,.home-user-panel__row:hover .home-user-panel__row-label{color:var(--primary-color)}.home-user-panel__row:last-of-type{border-bottom:none}.home-user-panel__row-left{display:flex;align-items:center;gap:8px}.home-user-panel__row-label{font-size:14px;color:var(--text-secondary);transition:color .2s}.home-user-panel__row-value{font-size:14px;font-weight:700;color:var(--text-primary)}.home-user-panel__cta{width:100%;height:42px;border:none;border-radius:8px;background:var(--bg-dark);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.home-user-panel__cta:hover{opacity:.9}.home-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.home-section-head__left{display:flex;align-items:center;gap:var(--space-2)}.home-section-head__title{font-size:20px;font-weight:800;color:var(--text-primary);margin:0}.home-section-head__icon{font-size:22px;color:var(--accent-color)}.home-section-head__more{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--primary-light);cursor:pointer;transition:color .2s}.home-section-head__more:hover{color:var(--primary-color)}.home-rank{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:12px;font-weight:800;margin-right:8px;flex-shrink:0;background:var(--bg-secondary);color:var(--text-secondary)}.home-rank--1{background:linear-gradient(135deg,#ffd666,#e8b339);color:#5c3b00}.home-rank--2{background:linear-gradient(135deg,#e8ecf2,#c0c8d4);color:#4a5568}.home-rank--3{background:linear-gradient(135deg,#f0c9a6,#d4956a);color:#5c3b00}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px}.accounts-grid{grid-template-columns:repeat(3,1fr);gap:43px}.type-product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eef0f4;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.type-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0f27441f}.product-card__thumb{position:relative;width:100%;height:240px;background:#fdb91d;overflow:hidden}.product-card__thumb img{width:100%;height:100%;object-fit:cover}.product-card__discount-badge{position:absolute;bottom:0;left:10px;padding:4px 10px;background:gold;color:#1a1200;font-size:13px;font-weight:800;border-radius:8px 8px 0 0;box-shadow:0 2px 8px #ffd70066}.product-card__info{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__name{font-size:17px;font-weight:700;color:#111827;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__tags{display:flex;gap:6px;flex-wrap:wrap}.product-card__tag{display:inline-flex;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:700;border-radius:14px;white-space:nowrap}.product-card__tag--primary{background:#e3f2ff;color:#5597f5;border:none}.product-card__fee-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid rgba(232,234,240,.3607843137);border-radius:10px;overflow:hidden}.product-card__fee-item{display:flex;align-items:center;gap:8px;padding:10px;background:transparent;border:none;position:relative}.product-card__fee-item:nth-child(odd){border-right:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-item:nth-child(1),.product-card__fee-item:nth-child(2){border-bottom:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-icon{width:32px;height:32px;border-radius:8px;background:#1e293b;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.product-card__fee-content{flex:1;min-width:0}.product-card__fee-label{font-size:11px;color:#64748b;margin-bottom:2px;line-height:1}.product-card__fee-value{font-size:13px;font-weight:800;color:#1e293b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:17px;border-top:1px solid rgba(232,234,240,.3607843137)}.product-card__price{font-size:26px;font-weight:700;color:#0f1e3c;line-height:1}.product-card__btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 18px;background:#02122f;color:#fdb91f;font-size:15px;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 3px #fdb91f66}.product-card__btn .el-icon{font-size:16px}.product-card__btn:hover{background:#334155;transform:scale(1.02)}.product-card__btn:active{transform:scale(.98)}.home-page .type-section .section-header{align-items:center}.home-page .type-section .accounts-grid{grid-template-columns:repeat(3,1fr)}.home-page .type-section .type-product-card{border-radius:10px;box-shadow:0 2px 10px #0000000a;height:100%}.home-page .type-section .type-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014;border-color:#3a8ee638}.home-page .type-section .type-product-card:hover .thumb img{transform:scale(1.03)}.home-page .type-section .type-product-card:hover .product-rent-btn{opacity:.95}.home-page .type-section .type-product-card .thumb{height:160px;overflow:hidden}.home-page .type-section .type-product-card .thumb img{transition:transform .3s ease}.home-page .type-section .type-product-card .info{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column;min-height:0}.home-page .type-section .type-product-card .name{font-size:15px;font-weight:800;margin-bottom:8px;color:#111827;min-height:9px;flex-shrink:0}.home-page .type-section .type-product-card .meta{margin-bottom:8px}.home-page .type-section .type-product-card .skin-tags{margin-bottom:8px;max-height:52px;overflow:hidden;flex-shrink:0}.home-page .type-section .type-product-card .skin-tags .skin-tag{background:#3a8ee614;border-color:#3a8ee626;color:var(--primary-color)}.home-page .type-section .type-product-card .skin-tags .skin-tag--knife{background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color)}.home-page .type-section .type-product-card .skin-tags .skin-tag--red{background:#e5393514;border-color:#e5393559;color:#e53935}.home-page .type-section .type-product-card .skin-tags .skin-tag--gold{background:#c9920a1a;border-color:#c9920a66;color:#c9920a}.home-page .type-section .type-product-card .fee-grid{margin-bottom:12px}.home-page .type-section .type-product-card .card-footer{display:flex;justify-content:flex-end;margin-top:auto}.home-page .type-section .type-product-card .product-rent-btn{height:32px;padding:0 14px;border-radius:6px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:13px;font-weight:700}.home-cart-btn{width:36px;height:36px;border:none;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .2s,box-shadow .2s}.home-cart-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #e8b33959}.home-cta{margin:var(--space-8) 0 0;padding:64px var(--space-6);border-radius:var(--border-radius-xl);background-color:#061a37;background-image:none;background-position:center;background-repeat:no-repeat;background-size:cover;text-align:center;color:#fff;position:relative;overflow:hidden}.home-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 50%,rgba(232,179,57,.08) 0%,transparent 50%);pointer-events:none}.home-cta__title{font-size:28px;font-weight:800;margin-bottom:var(--space-3);position:relative}.home-cta__desc{font-size:15px;opacity:.85;margin-bottom:var(--space-6);position:relative}.home-cta__btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 36px;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;position:relative}.home-cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e8b33959}.home-desktop-only{display:block}.home-quick-links.home-desktop-only{display:flex}.home-cart-btn.home-desktop-only{display:inline-flex}.home-user-panel.home-desktop-only{display:flex;justify-content:space-between}.home-section-head__more.home-desktop-only{display:inline-flex;position:relative;z-index:1}.home-mobile-only,.home-mobile-header,.home-mobile-panel{display:none}.account-list-desktop-only{display:block}.account-list-mobile-only{display:none}}@media (min-width: 769px) and (min-width: 769px){.account-list-page .list-layout{padding-top:16px}}@media (min-width: 769px){.account-list-page{background:var(--bg-secondary);padding-bottom:48px}.account-list-page .breadcrumb-section{padding:16px 0;margin-bottom:20px;background:var(--bg-primary);border-bottom:1px solid var(--border-color)}.account-list-page .filter-box{background:#fff;border-radius:8px;padding:0;overflow:hidden;border:none;box-shadow:none;margin-bottom:20px}.account-list-page .filter-box__head,.account-list-page .filter-box__badge,.account-list-page .filter-box__title{display:none}.account-list-page .filter-box__body{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));column-gap:28px;padding:0 29px;position:relative}.account-list-page .filter-reset-trigger{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex:0 0 auto;height:32px;padding:0 16px;border:1px solid #c9d9eb;border-radius:5px;background:#fff;color:#2c6fae;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.account-list-page .filter-reset-trigger .el-icon{font-size:16px}.account-list-page .filter-reset-trigger:hover{border-color:#1677ff;background:#f2f7ff;color:#1677ff}.account-list-page .filter-box__body.is-collapsed .filter-row:nth-child(n+4){display:flex}.account-list-page .filter-box__footer{display:none}.account-list-page .filter-box__selected{display:flex;align-items:center;flex-wrap:wrap;gap:8px;flex:1;min-width:0}.account-list-page .filter-box__selected-label{width:120px;box-sizing:border-box;padding-right:12px;text-align:right;white-space:nowrap;font-size:13px;color:var(--text-muted);flex-shrink:0}.account-list-page .filter-box__chip{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:4px;background:#3a8ee61a;color:var(--primary-color);font-size:12px;font-weight:600;cursor:pointer;transition:background .2s}.account-list-page .filter-box__chip:hover{background:#3a8ee62e}.account-list-page .filter-box__actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.account-list-page .filter-box__reset{border:none;background:transparent;color:var(--primary-color);font-size:13px;cursor:pointer;padding:0}.account-list-page .filter-box__reset:hover{text-decoration:underline}.account-list-page .filter-box__toggle{display:inline-flex;align-items:center;gap:4px;border:none;background:transparent;color:var(--text-secondary);font-size:13px;cursor:pointer;padding:0}.account-list-page .filter-box__toggle:hover{color:var(--primary-color)}.account-list-page .filter-box .filter-row{display:flex;align-items:flex-start;grid-column:1/-1;padding:20px 0;border-bottom:1px solid #edf0f5}.account-list-page .filter-box .filter-row:last-child{border-bottom:none}.account-list-page .filter-box .filter-row--number{align-items:center}.account-list-page .filter-box .filter-row--attribute{grid-column:span 2;align-items:center;min-width:0;padding:12px 0;border-bottom:none}.account-list-page .filter-box .filter-row--paired{grid-column:span 2;min-width:0}.account-list-page .filter-box .filter-row--skin-mode{align-items:center}.account-list-page .filter-box .filter-row--skin-mode .filter-label{flex:0 0 80px;width:80px;padding-right:8px}.account-list-page .filter-box .filter-row--skin-mode .filter-options{flex-wrap:nowrap;gap:8px}.account-list-page .filter-box .filter-row--skin-mode .filter-tag,.account-list-page .filter-box .filter-row--skin-mode .filter-tag:first-child,.account-list-page .filter-box .filter-row--skin-mode .filter-tag.active{flex:0 0 auto;width:auto;min-width:auto;white-space:nowrap;font-size:13px;padding:0 10px}.account-list-page .filter-box .filter-row--compact-label .filter-label{flex:0 0 64px;width:77px;padding-right:30px}.account-list-page .filter-box .filter-row--compact-label .filter-tag:first-child{flex:0 0 56px;width:56px;min-width:56px;padding:0 8px;white-space:nowrap}.account-list-page .filter-box .filter-row--attribute .filter-label{flex:0 0 64px;width:77px;min-width:64px;padding-right:8px;font-size:16px;white-space:nowrap}.account-list-page .filter-box .filter-row--attribute .filter-row__main{flex:1;min-width:0}.account-list-page .filter-box .filter-row--attribute .filter-options__inner{gap:8px 10px}.account-list-page .filter-box .filter-row--attribute .filter-tag{min-width:30px;padding:0 9px;font-size:13px;white-space:nowrap}.account-list-page .filter-box .filter-row--attribute.filter-row--standard-label .filter-label{flex:0 0 119px;width:119px;min-width:119px;padding-right:22px;font-size:16px}.account-list-page .quick-zone-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:20px 0 14px;border-bottom:1px solid #f2f4f7}.account-list-page .quick-zone-button{display:inline-flex;height:60px;align-items:center;justify-content:center;gap:10px;border:1px solid #dce5f0;border-radius:5px;background:#f8fbff;color:#27364c;font-size:15px;font-weight:700;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.account-list-page .quick-zone-button__icon{width:28px;height:28px;flex:none;object-fit:contain}.account-list-page .quick-zone-button__content{display:flex;min-width:0;flex-direction:column;align-items:flex-start;line-height:1.3}.account-list-page .quick-zone-button__label{white-space:nowrap}.account-list-page .quick-zone-button__note{margin-top:4px;overflow:hidden;font-size:12px;font-weight:500;line-height:1.25;opacity:.72;text-overflow:ellipsis;white-space:nowrap}.account-list-page .quick-zone-button:hover,.account-list-page .quick-zone-button.active{border-color:#1677ff;background:#1677ff;color:#fff}.account-list-page .filter-attribute-divider,.account-list-page .filter-advanced-bar{grid-column:1/-1}.account-list-page .filter-attribute-divider{height:1px;background:#f0f2f5}.account-list-page .filter-advanced-bar{display:flex;align-items:center;gap:12px;padding:12px 0 14px;min-width:0}.account-list-page .filter-advanced-trigger{display:flex;justify-content:flex-end;flex:0 0 auto;margin-left:auto}.account-list-page .filter-advanced-trigger__button{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 13px;border:1px solid #c9d9eb;border-radius:5px;background:#f8fbff;color:#2c6fae;font-size:13px;font-weight:700;cursor:pointer}.account-list-page .filter-advanced-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.account-list-page .filter-advanced-summary__label{color:#7a8796;font-size:13px;font-weight:700}.account-list-page .filter-advanced-summary__chip{display:inline-flex;align-items:center;height:26px;padding:0 9px;border:1px solid #cfe0f2;border-radius:4px;background:#f5faff;color:#2e6fae;font-size:12px;font-weight:600;cursor:pointer}.account-list-page .filter-box .filter-row--wide .filter-options__inner{gap:9px}.account-list-page .filter-box .filter-row__main{flex:1;min-width:0;display:flex;flex-direction:column}.account-list-page .filter-box .filter-label{width:119px;flex-shrink:0;align-self:flex-start;box-sizing:border-box;padding-right:22px;text-align:left;white-space:nowrap;font-size:16px;font-weight:700;color:#161b22;line-height:32px;min-height:32px;display:flex;align-items:center;justify-content:flex-start}.account-list-page .filter-box .filter-row--number .filter-label{align-self:center}.account-list-page .filter-box .filter-options{flex:1;min-width:0;display:flex;gap:14px;align-items:flex-start;flex-wrap:nowrap;width:100%}.account-list-page .filter-box .filter-options__inner{flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:13px 25px;align-items:center}.account-list-page .filter-box .filter-options__inner.is-options-collapsed{max-height:36px;overflow:hidden}.account-list-page .filter-box .filter-options__toggle{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;height:32px;padding:0 13px;border-radius:4px;border:none;background:#eef6ff;color:#1677ff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.account-list-page .filter-box .filter-options__toggle:hover{opacity:.85}.account-list-page .filter-box .filter-options .range-input-wrapper{display:inline-flex;align-items:center;gap:11px;padding:0;border:none;border-radius:0;background:transparent}.account-list-page .filter-box .filter-options .range-input-wrapper .range-separator{color:#c0c4cc;font-size:16px}.account-list-page .filter-box .filter-options .range-input-wrapper :deep(.el-input__wrapper){width:126px;height:34px;box-shadow:0 0 0 1px #edf0f5 inset!important;background:#fff;border-radius:4px;padding:0 11px}.account-list-page .filter-box .filter-options .range-input-wrapper :deep(.el-input__inner){text-align:center;font-size:13px}.account-list-page .filter-box .filter-options :deep(.el-input:not(.is-focus) .el-input__wrapper){box-shadow:0 0 0 1px #edf0f5 inset;border-radius:4px}.account-list-page .filter-box .filter-tag{box-sizing:border-box;min-height:32px;display:inline-flex;align-items:center;justify-content:center;line-height:1.2;padding:0 13px;border-radius:4px;border:1px solid transparent;background:transparent;color:#333;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.account-list-page .filter-box .filter-tag:hover{color:#1677ff;background:#f5f9ff}.account-list-page .filter-box .filter-tag.active{min-width:52px;background:#1677ff;border-color:#1677ff;color:#fff;font-weight:600;box-shadow:none}}@media (min-width: 769px) and (min-width: 769px){.account-list-page .filter-box .filter-row--attribute .filter-label{flex:0 0 64px;width:77px;min-width:77px;padding-right:8px}.account-list-page .filter-box .filter-row--attribute .filter-options__inner{flex-wrap:nowrap;gap:8px}.account-list-page .filter-box .filter-row--attribute .filter-tag,.account-list-page .filter-box .filter-row--attribute .filter-tag.active{flex:0 0 auto;width:auto;min-width:30px;padding:0 8px;white-space:nowrap}.account-list-page .filter-box .filter-row--attribute .filter-tag:first-child,.account-list-page .filter-box .filter-row--attribute .filter-tag:first-child.active{flex-basis:56px;width:48px;min-width:48px}}@media (min-width: 769px){.account-list-page .filter-box .filter-row--wide .filter-tag{min-width:0;min-height:32px;padding:0 13px;font-size:14px;font-weight:500}.account-list-page .filter-box .filter-row__tip{display:none}.account-list-page .product-list-panel{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0f27440a;margin-bottom:20px}.account-list-page .list-toolbar{min-height:74px;padding:0 26px;margin-bottom:0;border:none;border-bottom:1px solid #f0f2f5;border-radius:0;box-shadow:none;background:#fff}.account-list-page .list-toolbar .sort-tabs{gap:36px;height:74px;align-items:center}.account-list-page .list-toolbar .sort-tab{position:relative;height:74px;font-size:16px;font-weight:700;padding-bottom:0;border-bottom:2px solid transparent;color:#303643}.account-list-page .list-toolbar .sort-tab.active{color:#1677ff;font-weight:700;border-bottom-color:transparent}.account-list-page .list-toolbar .sort-tab.active:after{content:"";position:absolute;left:50%;bottom:0;width:58px;height:3px;border-radius:999px;background:#1677ff;transform:translate(-50%)}.account-list-page .list-toolbar .sort-tab:hover{color:#1677ff}.account-list-page .list-toolbar .toolbar-right{display:flex;align-items:center;gap:24px}.account-list-page .list-toolbar .search-input{width:290px}.account-list-page .list-toolbar .search-input :deep(.el-input__wrapper){height:40px;background:#fff;border-radius:6px 0 0 6px;box-shadow:0 0 0 1px #eef1f5 inset}.account-list-page .list-toolbar .search-input :deep(.el-input__inner){font-size:14px;font-weight:600;color:#606266}.account-list-page .list-toolbar .search-input :deep(.el-input-group__append){width:56px;background:#f3f6fa;color:#788292;border-color:#eef1f5;border-radius:0 6px 6px 0;box-shadow:0 0 0 1px #eef1f5 inset}.account-list-page .list-toolbar .search-input :deep(.el-input-group__append) .el-button{color:#788292;font-size:20px}.account-list-page .list-toolbar .toolbar-view-toggle{display:inline-flex;align-items:center;gap:12px;color:#a7b0bf}.account-list-page .list-toolbar .toolbar-view-toggle__btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:20px}.account-list-page .list-toolbar .toolbar-view-toggle__btn.is-active{color:#1677ff}.account-list-page .accounts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:24px 24px 30px;margin-bottom:0}}@media (min-width: 769px) and (min-width: 769px) and (max-width: 1200px){.account-list-page .accounts-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 769px) and (min-width: 769px) and (max-width: 900px){.account-list-page .accounts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 769px){.account-list-page .product-card{border:1px solid #ebeef5;border-radius:10px;box-shadow:0 2px 10px #0000000a;overflow:hidden;height:100%}.account-list-page .product-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014;border-color:#3a8ee638}.account-list-page .product-card:hover .card-image img{transform:scale(1.03)}.account-list-page .product-card:hover .product-rent-btn{opacity:.95}.account-list-page .product-card .card-image{aspect-ratio:16/10;overflow:hidden;position:relative}.account-list-page .product-card .card-image img{transition:transform .3s ease}.account-list-page .product-card .card-image .product-discount-badge--overlay{left:10px;top:10px;border-radius:5px;background:linear-gradient(135deg,#ffd629,#ffc400);color:#172033;font-size:12px;font-weight:800;padding:4px 10px;box-shadow:0 3px 9px #2f260033}.account-list-page .product-card .card-image .want-badge{bottom:8px;right:8px;top:auto;border-radius:999px;font-size:12px;padding:4px 8px}.account-list-page .product-card .card-content{padding:12px 14px 14px;flex:1;display:flex;flex-direction:column;min-height:0}.account-list-page .product-card .card-content .discount-tag{display:none}.account-list-page .product-card .product-title{font-size:15px;font-weight:800;min-height:2.8em;margin-bottom:8px;color:#111827;flex-shrink:0}.account-list-page .product-card .skin-tags{margin-top:0;margin-bottom:8px;gap:6px;max-height:52px;overflow:hidden;flex-shrink:0}.account-list-page .product-card .skin-tags .skin-tag{background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color);font-size:12px;border-radius:999px}.account-list-page .product-card .skin-tags .skin-tag--knife{background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color)}.account-list-page .product-card .skin-tags .skin-tag--red{background:#e5393514;border-color:#e5393559;color:#e53935}.account-list-page .product-card .skin-tags .skin-tag--gold{background:#c9920a1a;border-color:#c9920a66;color:#c9920a}.account-list-page .product-card .seller-meta{display:inline-flex;align-items:center;gap:4px;margin-bottom:8px;font-size:12px;color:#909399}.account-list-page .product-card .seller-meta .el-icon{font-size:14px}.account-list-page .product-card .fee-grid{margin-bottom:12px}.account-list-page .product-card .product-meta{display:none}.account-list-page .product-card .card-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:auto;border-top:none;padding-top:0;gap:8px}.account-list-page .product-card .product-rent-btn{display:inline-flex;margin-left:0;height:32px;padding:0 14px;border-radius:6px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:13px;font-weight:700;box-shadow:none}.account-list-page .pagination-wrapper{margin-top:20px;padding:0 0 8px;background:transparent;border-radius:0;border:none;display:flex;justify-content:center}.account-list-page .pagination-wrapper .el-pagination{--el-pagination-button-width: 40px;--el-pagination-button-height: 40px;--el-pagination-button-bg-color: #fff;--el-pagination-hover-color: #1677ff;align-items:center;gap:14px;font-size:16px;font-weight:700;color:#303643}.account-list-page .pagination-wrapper .el-pagination__total{margin-right:8px;color:#303643;font-size:16px;font-weight:700}.account-list-page .pagination-wrapper .el-pagination__sizes{margin:0 8px 0 0}.account-list-page .pagination-wrapper .el-select{width:126px}.account-list-page .pagination-wrapper .el-select .el-select__wrapper{min-height:40px;border-radius:6px;background:#fff;box-shadow:0 0 0 1px #edf0f5 inset,0 2px 8px #0f27440a;font-size:16px;font-weight:700;color:#303643}.account-list-page .pagination-wrapper .btn-prev,.account-list-page .pagination-wrapper .btn-next,.account-list-page .pagination-wrapper .el-pager li{min-width:40px;width:40px;height:40px;border-radius:6px;background:#fff;box-shadow:0 0 0 1px #edf0f5 inset,0 2px 8px #0f27440a;color:#303643;font-size:16px;font-weight:700;margin:0}.account-list-page .pagination-wrapper .btn-prev,.account-list-page .pagination-wrapper .btn-next{color:#a7b0bf}.account-list-page .pagination-wrapper .btn-prev:not(:disabled):hover,.account-list-page .pagination-wrapper .btn-next:not(:disabled):hover{color:#1677ff}.account-list-page .pagination-wrapper .el-pager{gap:12px}.account-list-page .pagination-wrapper .el-pager li.is-active{background:#1677ff;box-shadow:0 6px 14px #1677ff3d;color:#fff}.account-list-page .pagination-wrapper .el-pager li.more{box-shadow:none;background:transparent;color:#303643}.account-list-page .pagination-wrapper .el-pagination__jump{margin-left:10px;gap:10px;color:#303643;font-size:16px;font-weight:700}.account-list-page .pagination-wrapper .el-pagination__editor{width:64px;height:40px;margin:0}.account-list-page .pagination-wrapper .el-pagination__editor.el-input .el-input__wrapper{height:40px;border-radius:6px;background:#fff;box-shadow:0 0 0 1px #edf0f5 inset,0 2px 8px #0f27440a}.account-list-page .pagination-wrapper .el-pagination__editor.el-input .el-input__inner{font-size:16px;font-weight:700;color:#303643}.account-list-page .empty-state{padding:56px 24px;border-radius:0;border:none}.product-deposit-promise{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:4px 6px;text-align:center;font-size:clamp(10px,2.6vw,13px);font-weight:700;line-height:1.3;color:#ff1f1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.02em;background:#0000006b;pointer-events:none}.thumb:has(>.product-deposit-promise)>.want-badge,.card-image:has(>.product-deposit-promise)>.want-badge{bottom:28px!important}.product-discount-badge{display:inline-block;padding:4px 10px;border-radius:6px;background:linear-gradient(135deg,#ffd666,#f5c842);color:#5c3b00;font-size:13px;font-weight:900;line-height:1.2;margin-bottom:10px}.product-discount-badge--overlay{position:absolute;left:10px;top:10px;z-index:2;margin-bottom:0;box-shadow:0 2px 8px #5c3b0026}.fee-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden;margin-top:auto;margin-bottom:12px;flex-shrink:0;background:#fff}}@media (min-width: 769px){.fee-grid+.card-footer{margin-top:0!important}.fee-cell{display:flex;align-items:center;gap:8px;padding:10px 8px;min-height:52px;height:100%;box-sizing:border-box;background:#fff}.fee-cell:nth-child(odd){border-right:1px solid rgba(0,0,0,.06)}.fee-cell:nth-child(-n+2){border-bottom:1px solid rgba(0,0,0,.06)}.fee-cell__icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:linear-gradient(180deg,#1a3a6b,#0f2744);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.fee-cell__body{min-width:0;display:flex;flex-direction:column;gap:2px}.fee-cell__label{font-size:11px;color:var(--text-muted);line-height:1.2}.fee-cell__value{font-size:13px;font-weight:800;color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-rent-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 16px;border-radius:8px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:13px;font-weight:800;cursor:pointer;flex-shrink:0;transition:opacity .2s,border-color .2s,background-color .2s;white-space:nowrap}.product-rent-btn:hover{opacity:1;border-color:#3a8ee673;background:#f8fafc}.shareholder-desktop-only{display:block}.shareholder-mobile-only{display:none}.shareholder-page{background:#f5f7fb}.shareholder-page .container{max-width:1370px}.shareholder-hero{background-color:#001d56;background-image:var(--shareholder-hero-image);background-repeat:no-repeat;background-position:center center;background-size:cover;min-height:304px;padding:44px 0 92px;position:relative;overflow:hidden}.shareholder-hero__inner{min-height:168px;display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:2}.shareholder-hero__content{max-width:520px;color:#fff;margin-left:132px}.shareholder-hero__title{font-size:40px;font-weight:800;line-height:1.2;margin:0 0 18px;letter-spacing:0}.shareholder-hero__subtitle{font-size:17px;font-weight:700;margin:0 0 10px;opacity:.98}.shareholder-hero__desc{font-size:17px;font-weight:700;opacity:.98;margin:0 0 22px;line-height:1.45}.shareholder-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:176px;height:42px;padding:0 24px;border:none;border-radius:6px;background:linear-gradient(180deg,#ffe260,#ffc328);color:#001e55;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #ffc3283d;transition:transform .2s,box-shadow .2s}.shareholder-hero__btn img{width:23px;height:23px;object-fit:contain}.shareholder-hero__btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px #ffc32857}.shareholder-stats-wrap{margin-top:-44px;position:relative;z-index:3;margin-bottom:16px}.shareholder-stats{display:grid;grid-template-columns:1fr 1fr 1.55fr;gap:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #081c4a1f;border:1px solid #e3e9f4;overflow:hidden}.shareholder-stats__item{display:flex;align-items:center;gap:18px;min-height:100px;padding:22px 46px;border-right:1px solid #dde5f0}.shareholder-stats__item--action{width:100%;border-top:0;border-left:0;border-bottom:0;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:background .18s ease}.shareholder-stats__item--action:hover{background:#f7faff}.shareholder-stats__item--action:focus-visible{position:relative;z-index:1;outline:2px solid #2f8cff;outline-offset:-2px}.shareholder-stats__item:last-child{border-right:none}.shareholder-stats__item--link{flex:1.2}.shareholder-stats__icon{width:54px;height:54px;border-radius:50%;background:#001f5d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shareholder-stats__icon img{width:100%;height:100%;object-fit:contain;display:block}.shareholder-stats__icon--gold{background:#001f5d}.shareholder-stats__label{font-size:14px;font-weight:700;color:#516383;margin-bottom:5px}.shareholder-stats__value{font-size:24px;font-weight:800;color:#001f5d;line-height:1.1}.shareholder-stats__value span{font-size:18px;font-weight:800;color:#001f5d}.shareholder-stats__body{flex:1 1 auto;min-width:0}.shareholder-stats__link{font-size:16px;font-weight:500;color:#001f5d;word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shareholder-stats__hint{margin-top:4px;font-size:12px;color:#8a97ad;line-height:1.4}.shareholder-stats__copy{margin-left:auto;flex-shrink:0;height:40px;padding:0 22px;border:1px solid #001f5d;border-radius:6px;background:transparent;color:#001f5d;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s;white-space:nowrap}.shareholder-stats__copy:hover{background:#001f5d;color:#fff}.shareholder-section-title{font-size:22px;font-weight:800;color:#001f5d;margin:0 0 14px}.shareholder-rules{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);gap:18px;background:#fff;border-radius:8px;border:1px solid #e2e9f3;padding:12px 14px 14px 26px;margin-bottom:8px;box-shadow:0 6px 18px #081c4a12}.shareholder-rules__list{list-style:none;padding:0;margin:0 0 12px}.shareholder-rules__list li{position:relative;padding-left:16px;margin-bottom:12px;font-size:13px;color:#263a5d;line-height:1.65}.shareholder-rules__list li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#001f5d}.shareholder-rules__list li .highlight-percent{color:#ff9700!important;font-weight:700}.shareholder-rules__example{border-radius:8px;border:1px solid #f2d694;background:#fffaf0;padding:18px 22px}.shareholder-rules__example-title{font-size:16px;font-weight:800;color:#001f5d;margin:0 0 12px}.shareholder-rules__example-line{font-size:13px;color:#30415f;line-height:1.7;margin:0 0 8px}.shareholder-rules__example-line:last-child{margin-bottom:0}.shareholder-rules__example-line .highlight-percent{color:#ff9700!important;font-weight:700}.shareholder-earnings{background:#fff;border-radius:8px;border:1px solid #e2e9f3;padding:10px 26px;box-shadow:0 6px 18px #081c4a12}.shareholder-earnings__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.shareholder-earnings__head .shareholder-section-title{margin-bottom:0}.shareholder-earnings__actions{display:flex;align-items:center;gap:12px}.shareholder-earnings__live{font-size:12px;font-weight:700;color:#ff9700}.shareholder-earnings__tabs{display:flex;gap:18px}.shareholder-earnings__tab{min-width:70px;height:28px;padding:0 18px;border:1px solid #d7e0ee;border-radius:6px;background:#fff;color:#243756;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s}.shareholder-earnings__tab.active{background:#001f5d;border-color:#001f5d;color:#fff;font-weight:600}.shareholder-earnings__tab:hover:not(.active){border-color:#001f5d;color:#001f5d}.shareholder-earnings__refresh{width:32px;height:28px;border:none;border-radius:6px;background:transparent;color:#001f5d;cursor:pointer;display:flex;align-items:center;justify-content:center}.shareholder-earnings__refresh:hover{color:var(--primary-color);border-color:var(--primary-color)}.shareholder-table-wrap{width:100%}.shareholder-table.shareholder-desktop-only{display:table}.shareholder-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;border:1px solid #dfe7f1;border-radius:6px;overflow:hidden}.shareholder-table th,.shareholder-table td{padding:8px 12px;text-align:center;font-size:13px;border-bottom:1px solid #e3e9f4;word-break:break-all}.shareholder-table th{background:#f8fafd;color:#516383;font-weight:700}.shareholder-table td{color:#263a5d}.shareholder-table .is-money{font-weight:800;color:#001f5d}.shareholder-table__empty-row td{padding:0;border-bottom:none;background:#fff}.shareholder-empty{min-height:64px;padding:8px 0 10px;border:1px solid #dfe7f1;border-top:none;border-radius:0 0 6px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center}.shareholder-empty__icon{width:48px;height:48px;object-fit:contain;opacity:.72}.shareholder-empty__text{margin-top:2px;font-size:13px;font-weight:700;color:#233a63}.shareholder-empty-inline{min-height:106px;display:flex;align-items:center;justify-content:center;gap:12px;color:#233a63;font-size:14px;font-weight:700}.shareholder-empty-inline img{width:44px;height:44px;object-fit:contain;opacity:.72}.shareholder-pagination{margin-top:20px;display:flex;justify-content:center}.profile-desktop-only{display:block}.profile-mobile-only{display:none}.profile-dashboard{display:flex;flex-direction:column;gap:12px}@keyframes profile-vip-banner-shimmer{0%{background-position:100% 0}to{background-position:-120% 0}}.vip-banner-fade-enter-active{transition:opacity .22s ease}.vip-banner-fade-enter-from{opacity:0}.profile-hero-card{position:relative;display:flex;align-items:stretch;padding:0;overflow:hidden;background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.profile-hero-card__main{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:16px;min-width:0}.profile-hero-card__banner,.profile-hero-card__grade{display:none}.profile-hero-card__avatar-wrap{position:relative;justify-self:start;padding-bottom:10px}.profile-hero-card__avatar{border:3px solid #fff;box-shadow:0 0 0 2px #0f27441f;background:var(--bg-secondary)}.profile-hero-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-hero-card__level{position:absolute;left:50%;bottom:0;transform:translate(-50%);padding:3px 14px;border-radius:999px;background:#0f2744;color:#fff;font-size:12px;font-weight:800;letter-spacing:.3px;border:2px solid #fff;white-space:nowrap}.profile-hero-card__info{min-width:0}.profile-hero-card__name-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.profile-hero-card__name{font-size:20px;font-weight:800;color:#0f2744}.profile-hero-card__member-tag{display:inline-flex;align-items:center;gap:5px;min-height:26px;box-sizing:border-box;padding:3px 10px 3px 6px;border:1px solid #e5b83f;border-radius:6px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-size:12px;font-weight:900;letter-spacing:.15px;line-height:1;text-transform:uppercase;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e,0 3px 8px #0f274429}.profile-hero-card__member-tag.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 2px 6px #405b781f}.profile-hero-card__member-tag img{width:20px;height:18px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.26))}.profile-hero-card__member-tag.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.profile-hero-card__member-tag.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.profile-hero-card__member-tag.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.profile-hero-card__member-tag.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff;box-shadow:inset 0 1px #d2bcff3d,0 3px 8px #341c604d}.profile-hero-card__mobile-vip-badge,.profile-hero-card__mobile-member-tag{display:none}.profile-hero-card__role-tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap}.profile-hero-card__role-tag.is-internal{background:#ecfdf5;color:#16a34a}.profile-hero-card__role-tag.is-partner{background:#eff6ff;color:#2563eb}.profile-hero-card__role-tag.is-user{background:#0f274414;color:#0f2744}.profile-hero-card__bio{font-size:13px;color:var(--text-secondary);margin:0 0 10px;line-height:1.5}.profile-hero-card__meta{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted)}.profile-hero-card__meta-item{display:inline-flex;align-items:center;gap:5px;color:var(--text-secondary)}.profile-hero-card__meta-item img{width:13px;height:13px;object-fit:contain;opacity:.75;flex-shrink:0}.profile-hero-card__meta-item em{font-style:normal;color:var(--text-muted);margin-right:3px}.profile-hero-card__meta--secondary{margin-top:2px}.profile-quick-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-quick-stats__item{display:flex;align-items:center;gap:12px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:14px 12px;box-shadow:var(--shadow-sm);text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.profile-quick-stats__item:hover{border-color:#0f274440;box-shadow:var(--shadow);transform:translateY(-1px)}.profile-quick-stats__icon{width:44px;height:44px;flex-shrink:0;object-fit:contain}.profile-quick-stats__body{min-width:0}.profile-quick-stats__label{font-size:13px;font-weight:700;color:var(--text-secondary);margin-bottom:2px}.profile-quick-stats__value{display:block;font-size:20px;font-weight:800;color:#0f2744;line-height:1.2;word-break:break-all}.profile-quick-stats__value small{font-size:12px;font-weight:600;color:var(--text-secondary)}.profile-quick-stats__hint{margin-top:2px;font-size:11px;color:var(--text-muted)}.profile-orders-security,.profile-service-section{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0}.profile-panel{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:16px;box-shadow:var(--shadow-sm)}.profile-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-panel__title{margin:0;font-size:15px;font-weight:800;color:var(--text-primary)}.profile-panel__link{font-size:13px;color:var(--primary-color);text-decoration:none;font-weight:600;white-space:nowrap}.profile-panel__link:hover{text-decoration:underline}.profile-orders-table{width:100%;border-collapse:collapse}.profile-orders-table-wrap{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.profile-orders-table th,.profile-orders-table td{padding:10px 8px;text-align:left;font-size:12px;border-bottom:1px solid var(--border-color)}.profile-orders-table th{color:var(--text-muted);font-weight:600;background:var(--bg-secondary)}.profile-orders-table tbody tr:last-child td{border-bottom:none}.profile-orders-table .order-no{font-weight:600;color:var(--text-primary)}.profile-orders-table .order-sub{margin-top:3px;font-size:12px;color:var(--text-muted)}.profile-orders-table .order-time__end{display:flex;align-items:center;gap:3px}.profile-orders-table .order-time__end .el-icon{font-size:11px}.profile-orders-table .order-amount{font-weight:700;color:var(--text-primary)}.profile-orders-table .order-game{display:flex;align-items:center;gap:8px}.profile-orders-table .order-game img{width:36px;height:36px;border-radius:8px;object-fit:cover;background:var(--bg-secondary);flex-shrink:0}.profile-orders-table .order-game__text{min-width:0}.profile-orders-table .order-game__name{font-weight:600;color:var(--text-primary)}.profile-orders-table .status-tag{display:inline-block;padding:3px 10px;border-radius:var(--border-radius);font-size:12px;font-weight:600}.profile-orders-table .status-tag.is-info{background:#3a8ee61f;color:var(--primary-color)}.profile-orders-table .status-tag.is-success{background:#52c41a1f;color:#389e0d}.profile-orders-table .status-tag.is-cancel{background:#0000000d;color:var(--text-muted)}.profile-orders-table .action-link{color:var(--primary-color);font-weight:600;cursor:pointer;border:none;background:transparent;font-size:13px}.profile-orders-table .action-link:hover{text-decoration:underline}.profile-orders-table .profile-orders-empty{padding:32px 10px;text-align:center;color:var(--text-muted);font-size:14px;white-space:normal}.profile-security-list{display:flex;flex-direction:column;gap:10px}.profile-security-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--border-color);font-size:13px}.profile-security-list__item:last-child{border-bottom:none}.profile-security-list__status{display:inline-flex;align-items:center;gap:4px;color:var(--text-secondary)}.profile-security-list__status.is-ok{color:#389e0d}.profile-help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-help-grid__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:10px;background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;transition:border-color .2s}.profile-help-grid__item:hover{border-color:var(--primary-color)}.profile-help-grid__item .el-icon{font-size:22px;color:var(--primary-color)}.profile-help-grid__item span{font-size:12px;color:var(--text-secondary);font-weight:600;text-align:center;line-height:1.3}.profile-favorites__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-favorites__item{border-radius:12px;overflow:hidden;border:1px solid var(--border-color);cursor:pointer;transition:transform .2s}.profile-favorites__item:hover{transform:translateY(-2px)}.profile-favorites__item img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--bg-secondary)}.profile-favorites__item span{display:block;padding:6px 8px;font-size:12px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-favorites__add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:120px;border:2px dashed var(--border-color);border-radius:12px;background:var(--bg-secondary);cursor:pointer;color:var(--text-muted);font-size:12px}.profile-favorites__add .el-icon{font-size:24px}.profile-favorites__add:hover{border-color:var(--primary-color);color:var(--primary-color)}.profile-favorites__empty{padding:32px 16px;text-align:center;font-size:13px;color:var(--text-muted)}.profile-page .profile-layout{display:grid;align-items:start}.profile-page .profile-sidebar{min-width:0}.profile-page .profile-nav{display:flex;flex-direction:column;gap:4px;background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);padding:8px;box-shadow:var(--shadow-sm)}.profile-page .profile-nav .nav-item{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:0;font-size:13px;color:var(--text-secondary);text-decoration:none;transition:background .2s,color .2s}.profile-page .profile-nav .nav-item .nav-item__icon{width:18px;height:18px;flex-shrink:0;background-color:currentColor;mask-image:var(--nav-icon);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:var(--nav-icon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.profile-page .profile-nav .nav-item:hover{background:var(--bg-secondary);color:#0f2744}.profile-page .profile-nav .nav-item.active{background:#0f27440f;color:#0f2744;font-weight:700}.profile-page .profile-nav .nav-item .nav-item__label-mobile{display:none}.profile-page{background:var(--bg-secondary);padding-bottom:48px}.profile-page .page-header{display:none}.profile-page .profile-layout{display:grid;grid-template-columns:236px minmax(0,1fr);gap:24px;padding:20px 0 0}.profile-page .profile-sidebar{position:static;top:auto;align-self:start;z-index:10;max-height:none;overflow:visible}.profile-page .profile-content>.my-buy-page,.profile-page .profile-content>.my-sale-page,.profile-page .profile-content>.my-unused-page,.profile-page .profile-content>.favorites-page,.profile-page .profile-content>.base-info-page,.profile-page .profile-content>.message-page{padding-top:0!important}.profile-page .user-card{border-radius:var(--border-radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);padding:20px 16px}.profile-page .profile-nav{gap:2px;padding:10px 8px}.profile-page .profile-nav .nav-item{font-size:16px;padding:14px 16px}.profile-page .profile-nav .nav-item .nav-item__icon{width:22px;height:22px}.profile-page .profile-nav .nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;border-radius:0 3px 3px 0;background:var(--accent-color)}.profile-page .profile-sidebar__service{position:relative;overflow:hidden;margin-top:14px;padding:16px;border:1px solid #dce7f4;border-radius:14px;background:linear-gradient(145deg,#fff,#f4f8fd);box-shadow:0 7px 17px #122f5014;color:var(--text-primary);display:flex;flex-direction:column;gap:14px}.profile-page .profile-sidebar__service:after{content:"";position:absolute;right:-25px;top:-30px;width:96px;height:96px;border:18px solid rgba(76,132,201,.055);border-radius:50%;pointer-events:none}.profile-page .profile-sidebar__service-head{position:relative;z-index:1;display:flex;align-items:center;gap:11px}.profile-page .profile-sidebar__service-icon{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border:1px solid #d7e5f4;border-radius:12px;background:#eaf3ff;box-shadow:inset 0 1px #ffffffd9}.profile-page .profile-sidebar__service-icon img{width:31px;height:31px;object-fit:contain}.profile-page .profile-sidebar__service-copy{min-width:0}.profile-page .profile-sidebar__service-title{font-size:15px;font-weight:800;color:#0f2744;text-align:left}.profile-page .profile-sidebar__service-copy p{margin:4px 0 0;color:#7c8da3;font-size:11px;line-height:1.35;white-space:nowrap}.profile-page .profile-sidebar__service-btn{position:relative;z-index:1;width:100%;padding:0 14px;height:36px;border:none;border-radius:9px;background:linear-gradient(135deg,#11345d,#1e578e);box-shadow:0 5px 10px #15416f2e;color:#fff;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.profile-page .profile-sidebar__service-btn .el-icon{font-size:12px}.profile-page .profile-sidebar__service-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#174574,#2769a7);box-shadow:0 7px 13px #15416f40}.profile-dashboard{gap:16px}.profile-hero-card{min-height:180px}.profile-hero-card__main{flex:1 1 auto;grid-template-columns:auto minmax(0,1fr);gap:32px;padding:28px 40px;box-sizing:border-box;max-width:100%;overflow:hidden}.profile-hero-card.has-vip-banner .profile-hero-card__main{max-width:62%}.profile-hero-card__banner{display:block;position:absolute;inset:0 0 0 auto;width:38%;z-index:1;overflow:hidden;border-radius:78px var(--border-radius-xl) var(--border-radius-xl) 0}.profile-hero-card__banner-loading{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#e8edf4 18%,#f7f9fc,#e8edf4 62%);background-size:220% 100%;animation:profile-vip-banner-shimmer 1.15s ease-in-out infinite;opacity:0;transition:opacity .18s ease}.profile-hero-card__banner.is-loading .profile-hero-card__banner-loading{opacity:1}.profile-hero-card__banner-content{position:absolute;top:0;right:0;bottom:0;left:0}.profile-hero-card__banner-vip-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block}.profile-hero-card__banner-bg{width:100%;height:100%;object-fit:cover;object-position:right center;display:block;transform:scale(1.14);transform-origin:right center;transition:transform .52s cubic-bezier(.2,.72,.2,1),filter .32s ease}.profile-hero-card__banner:hover .profile-hero-card__banner-bg{transform:scale(1.17);filter:saturate(1.035)}.profile-hero-card__vip-copy{position:absolute;top:50%;left:clamp(48px,16%,70px);width:180px;z-index:2;transform:translateY(-50%);text-align:center;pointer-events:none}.profile-hero-card__vip-title{--vip-title-fill: linear-gradient(180deg, #f8fbff 0%, #bcd7f4 46%, #6697cf 100%);--vip-title-stroke: rgba(38, 86, 142, .86);--vip-title-accent: linear-gradient(90deg, transparent, #dcebff 22%, #ffffff 50%, #8db7e9 78%, transparent);display:block;color:#dcecff;font-size:25px;font-weight:900;letter-spacing:1.5px;line-height:1.15;text-transform:uppercase;background:var(--vip-title-fill);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:.55px var(--vip-title-stroke);filter:drop-shadow(0 2px 1px rgba(6,24,49,.62)) drop-shadow(0 0 7px rgba(183,218,255,.32))}.profile-hero-card__vip-title:after{content:"";display:block;width:96px;height:1px;margin:7px 0 0 auto;border-radius:999px;background:var(--vip-title-accent);box-shadow:0 0 5px #dbecff85;opacity:.72;transform:translate(24px)}.profile-hero-card__banner .profile-hero-card__vip-benefit{margin:8px 0 0;color:#dbeafe;font-size:12px;font-weight:800;line-height:1.5;text-align:center;white-space:nowrap;text-shadow:0 1px 2px rgba(8,28,64,.28)}.profile-hero-card__banner.is-gold .profile-hero-card__vip-title{--vip-title-fill: linear-gradient(135deg, #8d5708 0%, #c58a24 52%, #9d650e 100%);-webkit-text-stroke:0;letter-spacing:.8px;filter:drop-shadow(0 1px 1px rgba(105,61,0,.28))}.profile-hero-card__banner.is-gold .profile-hero-card__vip-title:after{display:block;background:linear-gradient(90deg,transparent,rgba(157,101,14,.72) 42%,rgba(255,236,165,.9));box-shadow:none;opacity:.58}.profile-hero-card__banner.is-gold .profile-hero-card__vip-benefit{color:#8a5100;text-shadow:0 1px 1px rgba(255,248,220,.6)}.profile-hero-card__banner.is-platinum .profile-hero-card__vip-title{--vip-title-fill: linear-gradient(135deg, #405b70 0%, #91a4b3 52%, #506b80 100%);--vip-title-accent: linear-gradient(90deg, transparent, rgba(65, 91, 112, .78) 42%, rgba(159, 178, 193, .92));-webkit-text-stroke:0;letter-spacing:.8px;filter:drop-shadow(0 1px 1px rgba(255,255,255,.72)) drop-shadow(0 1px 2px rgba(39,57,73,.32))}.profile-hero-card__banner.is-platinum .profile-hero-card__vip-benefit{color:#375271;text-shadow:0 1px 1px rgba(255,255,255,.75)}.profile-hero-card__banner.is-black-gold .profile-hero-card__vip-title{--vip-title-fill: linear-gradient(135deg, #b87918 0%, #f1c461 52%, #bc7711 100%);--vip-title-accent: linear-gradient(90deg, transparent, rgba(183, 115, 15, .78) 42%, rgba(255, 230, 147, .92));-webkit-text-stroke:0;letter-spacing:.8px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.5))}.profile-hero-card__banner.is-black-gold .profile-hero-card__vip-benefit{color:#f2ca72;text-shadow:0 1px 2px rgba(0,0,0,.72)}.profile-hero-card__banner.is-black-diamond .profile-hero-card__vip-title{--vip-title-fill: linear-gradient(135deg, #a07ac7 0%, #e0cef4 52%, #a679d0 100%);--vip-title-accent: linear-gradient(90deg, transparent, rgba(132, 88, 178, .78) 42%, rgba(242, 226, 255, .92));-webkit-text-stroke:0;letter-spacing:.8px;filter:drop-shadow(0 1px 1px rgba(35,8,67,.56))}.profile-hero-card__banner.is-black-diamond .profile-hero-card__vip-benefit{color:#dccbff;text-shadow:0 1px 3px rgba(27,7,76,.86)}}@media (min-width: 769px) and (prefers-reduced-motion: reduce){.profile-hero-card__banner-bg{animation:none!important;transition:none}}@media (min-width: 769px){.profile-hero-card__name{font-size:26px}.profile-hero-card__meta{flex-direction:column;flex-wrap:nowrap;gap:3px}.profile-hero-card__meta-item--register{font-size:11px}.profile-hero-card__meta-item:nth-child(n+3){display:none}.profile-quick-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.profile-quick-stats__item{min-height:104px;padding:16px 20px;gap:14px}.profile-quick-stats__icon{width:52px;height:52px}.profile-quick-stats__label{font-size:15px}.profile-quick-stats__value{font-size:25px;white-space:nowrap;word-break:normal}.profile-quick-stats__value.is-wallet{font-size:24px}.profile-quick-stats__hint{font-size:12px}.profile-orders-security{flex-direction:column;gap:16px}.profile-orders-security .profile-panel--orders{width:100%;min-width:0;height:342px;min-height:342px;overflow:hidden}.profile-orders-security .profile-service-section{width:100%}.profile-service-section{gap:16px}.profile-panel{padding:24px}.profile-panel__title{font-size:20px}.profile-orders-table{min-width:560px}.profile-orders-table th,.profile-orders-table td{padding:14px 12px;font-size:14px;white-space:nowrap}.profile-help-grid{gap:12px}.profile-help-grid__item{padding:16px 12px}.profile-help-grid__item .el-icon{font-size:26px}.profile-help-grid__item span{font-size:13px}.profile-security-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px 24px}.profile-security-list__item{padding:10px 0;font-size:14px;border-bottom:1px dashed var(--border-color)}.profile-favorites__grid{grid-template-columns:repeat(8,1fr);gap:12px}.profile-page .profile-content .page-header .header-left>.el-button,.profile-page .profile-content .page-header .header-main>.back-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:74px;height:36px;padding:0 13px!important;border:1px solid #d9e4f2!important;border-radius:999px;color:#315b8f!important;background:#f7faff!important;box-shadow:0 4px 10px #315b8f14;font-size:13px;font-weight:700;line-height:1;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.profile-page .profile-content .page-header .header-left>.el-button:hover,.profile-page .profile-content .page-header .header-main>.back-btn:hover{border-color:#9dbcf0!important;color:#2456a6!important;background:#eaf2ff!important;box-shadow:0 6px 14px #315b8f24;transform:translateY(-1px)}.profile-page .profile-content .page-header .header-left>.el-button:active,.profile-page .profile-content .page-header .header-main>.back-btn:active{transform:translateY(0) scale(.98)}.profile-page .profile-content .page-header .header-left>.el-button:focus-visible,.profile-page .profile-content .page-header .header-main>.back-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #409eff33,0 4px 10px #315b8f14}.profile-page .profile-content .page-header .header-left>.el-button .el-icon,.profile-page .profile-content .page-header .header-main>.back-btn .el-icon{flex:0 0 auto;margin:0;font-size:15px}.profile-page .profile-content .page-header .header-left>.el-button{margin-right:0!important}.profile-page .profile-content .page-header .header-left>.el-button:before{width:7px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;content:"";transform:rotate(45deg)}.profile-page .profile-content .page-header .header-main>.back-btn{margin-right:8px!important}.account-detail-desktop-only{display:block}.account-detail-mobile-only{display:none}.account-detail-page.goods-detail-page .detail-status-tag{display:inline-flex;align-items:center;height:28px;padding:0 8px;border-radius:4px;border:none;background:#59a8ff;color:#fff;font-size:14px;font-weight:800;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats__item{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 16px;border-radius:6px;background:#f5f7fa;border:1px solid #eef1f5;color:#7d8796;text-align:left}.account-detail-page.goods-detail-page .detail-key-stats__label{font-size:15px;color:#7d8796;margin-bottom:0;font-weight:800}.account-detail-page.goods-detail-page .detail-key-stats__value{font-size:15px;font-weight:800;color:#7d8796}.account-detail-page.goods-detail-page .detail-bind-method{font-size:13px;color:var(--text-secondary);padding:10px 12px;border-radius:8px;background:var(--bg-secondary)}.account-detail-page.goods-detail-page .detail-bind-method span{color:var(--text-muted)}.account-detail-page.goods-detail-page .detail-info-card{padding:30px 24px;min-height:0;height:auto;display:flex;flex-direction:column}.account-detail-page.goods-detail-page .detail-layout{gap:0;margin-bottom:0;border:1px solid #edf0f5;border-radius:12px 12px 0 0;overflow:hidden;background:#fff}.account-detail-page.goods-detail-page .detail-left,.account-detail-page.goods-detail-page .detail-right{gap:0}.account-detail-page.goods-detail-page .detail-right{border-left:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-layout>.detail-right>.card{border:0;border-radius:0;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel--account,.account-detail-page.goods-detail-page .detail-panel--account .account-info-table{border-radius:0}}@media (min-width: 769px) and (min-width: 769px){.account-detail-page.goods-detail-page .detail-layout,.account-detail-page.goods-detail-page .detail-layout>.detail-left,.account-detail-page.goods-detail-page .detail-layout>.detail-right,.account-detail-page.goods-detail-page .detail-layout>.detail-left>.banner-card,.account-detail-page.goods-detail-page .detail-layout>.detail-right>.card,.account-detail-page.goods-detail-page .detail-sections,.account-detail-page.goods-detail-page .detail-sections>.detail-panel,.account-detail-page.goods-detail-page .detail-panel--account .account-info-table{border-radius:0!important}}@media (min-width: 769px){.account-detail-page.goods-detail-page .seller-card__badges{display:flex;flex-direction:column;flex-wrap:wrap;gap:6px;justify-content:flex-end;position:absolute;top:0;right:0}.account-detail-page.goods-detail-page .seller-meta .name{line-height:24px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-detail-page.goods-detail-page .seller-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;background:#52c41a1f;color:#389e0d}.account-detail-page.goods-detail-page .seller-card__meta-row{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--text-secondary)}.account-detail-page.goods-detail-page .seller-card__meta-row strong{color:var(--text-primary);font-weight:700}.account-detail-page.goods-detail-page .detail-sections{display:flex;flex-direction:column;gap:0;margin-top:0;border-top:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-panel{background:var(--bg-primary);border:0;border-bottom:1px solid #edf0f5;border-radius:0;padding:24px 26px 28px;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel__title{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:900;color:#10233f;margin-bottom:20px}.account-detail-page.goods-detail-page .detail-panel__title:before{content:"";width:4px;height:18px;border-radius:3px;background:#2f8cff;flex-shrink:0}.account-detail-page.goods-detail-page .detail-panel .desc{font-size:14px;color:var(--text-secondary);line-height:1.8;white-space:pre-wrap;word-break:break-word}.account-detail-page.goods-detail-page .detail-panel .user-remark{margin-top:16px;padding:12px;border-radius:8px}.account-detail-page.goods-detail-page .detail-panel .user-remark__label{font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.account-detail-page.goods-detail-page .detail-panel .user-remark__content{font-size:16px;font-weight:700;line-height:1.8;color:#f59a13;white-space:pre-wrap;word-break:break-word}.account-detail-page.goods-detail-page .owner-note-status{display:inline-flex;align-items:center;flex:0 0 auto;gap:8px;margin:0 0 0 auto;padding:7px 12px;border:1px solid #c9def5;border-radius:8px;background:#eef6ff;color:#315d8f;font-size:13px;line-height:1.3}.account-detail-page.goods-detail-page .detail-panel__title--remark{flex-wrap:wrap;gap:10px 14px}.account-detail-page.goods-detail-page .owner-note-status__label{color:#243a57;font-weight:750}.account-detail-page.goods-detail-page .owner-note-status strong{font-weight:800;color:#2f70c8}.account-detail-page.goods-detail-page .owner-note-status--allowed{border-color:#d8efdf;background:#f3fbf5}.account-detail-page.goods-detail-page .owner-note-status--allowed strong{color:#2f9b58}.account-detail-page.goods-detail-page .owner-note-status--disabled{border-color:#f2d2a8;background:#fff7ed}.account-detail-page.goods-detail-page .owner-note-status--disabled strong{color:#c26a13}.account-detail-page.goods-detail-page .account-stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border:1px solid #f1f5fb;border-radius:8px;overflow:hidden}.account-detail-page.goods-detail-page .account-stats-grid__item{display:grid;grid-template-columns:50px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;align-content:center;column-gap:12px;row-gap:4px;min-height:88px;padding:14px 18px;border-radius:0;background:#fbfcff;border:1px solid #f1f5fb;box-shadow:none;text-align:left}.account-detail-page.goods-detail-page .account-stats-grid__icon{width:50px;height:50px;border-radius:50%;border:2px solid #e4efff;background:linear-gradient(180deg,#f8fbff,#eef6ff);color:#1f61b8;display:flex;align-items:center;justify-content:center;flex:0 0 auto;grid-row:1/3;font-size:25px;box-shadow:inset 0 0 0 4px #e7f2ffe6}.account-detail-page.goods-detail-page .account-stats-grid__icon img{width:100%;height:100%;object-fit:contain;display:block}.account-detail-page.goods-detail-page .account-stats-grid__label{font-size:15px;line-height:1.25;font-weight:800;color:#63708a}.account-detail-page.goods-detail-page .account-stats-grid__value{font-size:19px;line-height:1.2;font-weight:700;color:#111a36;word-break:break-word;overflow-wrap:anywhere}.account-detail-page.goods-detail-page .detail-panel--skin-text{padding-bottom:24px}.account-detail-page.goods-detail-page .skin-text-content{color:#6d7890;font-size:14px;font-weight:700;line-height:2;word-break:break-word}.account-detail-page.goods-detail-page .rental-instructions{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.account-detail-page.goods-detail-page .rental-instructions__item{display:flex;align-items:center;gap:14px;min-width:0;padding:8px 18px;text-align:left}.account-detail-page.goods-detail-page .rental-instructions__item+.account-detail-page.goods-detail-page .rental-instructions__item{border-left:1px solid #edf1f6}.account-detail-page.goods-detail-page .rental-instructions__icon{width:42px;height:42px;border-radius:50%;border:2px solid #263553;color:#263553;display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:22px;background:#fff}.account-detail-page.goods-detail-page .rental-instructions__body{min-width:0}.account-detail-page.goods-detail-page .rental-instructions__label{font-size:15px;font-weight:900;color:#26324a;margin-bottom:6px}.account-detail-page.goods-detail-page .rental-instructions__value{font-size:13px;font-weight:700;color:#7b879a;line-height:1.5}.account-detail-page.goods-detail-page .buyer-notice-list{margin:0;padding-left:18px}.account-detail-page.goods-detail-page .buyer-notice-list li{font-size:13px;line-height:2.1;color:#566278;font-weight:700;margin-bottom:4px}.account-detail-page.goods-detail-page{background:var(--bg-secondary);padding:10px 0 48px}.account-detail-page.goods-detail-page .breadcrumb-section{display:flex;align-items:center;padding:6px 0 8px;margin-bottom:0;background:transparent;border-bottom:0}.account-detail-page.goods-detail-page .detail-breadcrumb{font-size:14px}.account-detail-page.goods-detail-page .detail-breadcrumb .el-breadcrumb__inner{color:#8a94a6;font-weight:700}.account-detail-page.goods-detail-page .detail-breadcrumb .el-breadcrumb__inner.is-link:hover{color:#1677ff}.account-detail-page.goods-detail-page .detail-breadcrumb .el-breadcrumb__separator{color:#c2c8d2;font-weight:800}.account-detail-page.goods-detail-page .detail-breadcrumb__link,.account-detail-page.goods-detail-page .detail-breadcrumb__current{display:inline-flex;align-items:center;gap:6px;line-height:20px}.account-detail-page.goods-detail-page .detail-breadcrumb__link.is-home .el-icon{font-size:16px}.account-detail-page.goods-detail-page .detail-breadcrumb__current{color:#8a94a6}.account-detail-page.goods-detail-page .container{width:100%;max-width:1370px;padding-left:clamp(20px,2vw,38px);padding-right:clamp(20px,2vw,38px)}.account-detail-page.goods-detail-page .detail-layout{grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);gap:0;align-items:stretch;margin-top:8px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-left,.account-detail-page.goods-detail-page .detail-right{display:flex;flex-direction:column;gap:0}.account-detail-page.goods-detail-page .banner-card{border-radius:0;border:0;box-shadow:none;height:100%;display:flex;flex-direction:column}.account-detail-page.goods-detail-page .banner-card:hover{transform:none;box-shadow:var(--shadow-sm)}.account-detail-page.goods-detail-page .banner-img{height:100%}.account-detail-page.goods-detail-page .banner-card .el-carousel{flex:1;min-height:0;height:auto!important}.account-detail-page.goods-detail-page .banner-card .el-carousel__container{height:100%!important}.account-detail-page.goods-detail-page .banner-thumbs{display:flex;align-items:center;gap:12px;padding:12px 22px 14px;background:#fff;border-top:1px solid #edf0f5}.account-detail-page.goods-detail-page .banner-thumbs__nav{width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:0 4px 14px #0f274414;color:#9aa4b2;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.account-detail-page.goods-detail-page .banner-thumbs__nav:hover{border-color:var(--primary-color);color:var(--primary-color)}.account-detail-page.goods-detail-page .banner-thumbs__list{display:flex;gap:18px;overflow:hidden;flex:1}.account-detail-page.goods-detail-page .banner-thumbs__item{width:92px;height:50px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;padding:0;background:#f4f6f9}.account-detail-page.goods-detail-page .banner-thumbs__item.active{border-color:var(--primary-color)}.account-detail-page.goods-detail-page .banner-thumbs__item img{width:100%;height:100%;object-fit:cover;display:block}.account-detail-page.goods-detail-page .card{border-radius:12px;border:1px solid #edf0f5;box-shadow:0 8px 22px #0f27440f}.account-detail-page.goods-detail-page .card:hover{transform:none;border-color:var(--border-color);box-shadow:var(--shadow-sm)}.account-detail-page.goods-detail-page .detail-info-card .title{font-size:24px;margin-bottom:20px}.account-detail-page.goods-detail-page .detail-info-card .meta{margin-bottom:28px}.account-detail-page.goods-detail-page .price{font-size:34px;color:#ff3b1f;gap:12px}.account-detail-page.goods-detail-page .price .symbol{font-size:22px}.account-detail-page.goods-detail-page .line-price{font-size:18px;color:#9ca3af}.account-detail-page.goods-detail-page .seller-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 26px;margin:28px 0;border:1px solid #edf0f5;border-radius:10px;background:#fff;box-shadow:0 5px 18px #0f27440a}.account-detail-page.goods-detail-page .seller-left{display:flex;align-items:center;gap:18px;min-width:0;flex:1}.account-detail-page.goods-detail-page .avatar{flex-shrink:0;background:#e8f3ff;color:#1677ff}.account-detail-page.goods-detail-page .seller-meta{position:relative;flex:1;min-width:0}.account-detail-page.goods-detail-page .seller-meta__top{min-height:24px;padding-right:96px;margin-bottom:10px}.account-detail-page.goods-detail-page .seller-meta .name{font-size:20px;font-weight:900;color:#182033;line-height:24px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-detail-page.goods-detail-page .seller-credit,.account-detail-page.goods-detail-page .seller-meta .time{font-size:14px;font-weight:700;color:#7d8796;line-height:1.7}.account-detail-page.goods-detail-page .seller-meta .time{white-space:nowrap}.account-detail-page.goods-detail-page .seller-card__badges{display:flex;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-end;gap:6px;position:absolute;top:0;right:0}.account-detail-page.goods-detail-page .seller-badge{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border-radius:4px;background:#e9f4ff;color:#1677ff;font-size:13px;font-weight:800}.account-detail-page.goods-detail-page .action-card{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:0;margin-top:auto}.account-detail-page.goods-detail-page .actions-left{justify-content:flex-start;gap:12px}.account-detail-page.goods-detail-page .icon-btn{width:96px;height:66px;border-radius:8px;border:1px solid #edf0f5;display:inline-flex;flex-direction:row;gap:10px;color:#182033}.account-detail-page.goods-detail-page .icon-btn span{font-size:16px}.account-detail-page.goods-detail-page .order-btn{width:210px;flex-shrink:0;height:66px;border-radius:8px;background:linear-gradient(135deg,#ffb020,#ff8c00);border-color:#ff8c00;color:#fff;font-size:22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 20px #ff8c0040}.account-detail-page.goods-detail-page .order-btn:hover{box-shadow:0 12px 24px #ff8c0052}.account-detail-page.goods-detail-page .order-btn.disabled{background:#f3f4f6;border-color:#0000001f;color:#9ca3af;box-shadow:none}.account-detail-page.goods-detail-page .detail-sections{gap:0;margin-top:0;border-top:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-panel{padding:26px 30px 30px;border:0;border-bottom:1px solid #edf0f5;border-radius:0;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel__title{font-size:18px;margin-bottom:24px}.account-detail-page.goods-detail-page .account-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.account-detail-page.goods-detail-page .account-stats-grid__item{min-height:88px;padding:14px 18px;column-gap:12px;row-gap:4px}.account-detail-page.goods-detail-page .account-stats-grid__icon{width:50px;height:50px;font-size:25px}.account-detail-page.goods-detail-page .account-stats-grid__label{font-size:15px}.account-detail-page.goods-detail-page .account-stats-grid__value{font-size:19px;font-weight:700}.account-detail-page.goods-detail-page .account-stats-grid__item--important .account-stats-grid__value{color:#1677ff;font-size:21px;font-weight:900}.account-detail-page.goods-detail-page .rental-instructions{grid-template-columns:repeat(4,1fr);gap:0}.account-detail-page.goods-detail-page .rental-instructions__item{padding:8px 30px}.account-detail-page.goods-detail-page .rental-instructions__icon{width:44px;height:44px;font-size:23px}.account-detail-page.goods-detail-page .detail-panel--skin-text{padding-top:22px;padding-bottom:24px}.account-detail-page.goods-detail-page .detail-panel--skin-text .detail-panel__title{margin-bottom:14px}.account-detail-page.goods-detail-page .skin-text-content{line-height:2.15}.floating-dock-desktop-only,.floating-dock__mobile-service{display:none}:root{--floating-dock-width: 80px;--floating-dock-offset: 0px;--floating-dock-reserve: calc(var(--floating-dock-width) + var(--floating-dock-offset) + 12px);--floating-dock-navy: #0d1b39;--floating-dock-gold: var(--gold-color, #ffcc00)}.floating-dock-desktop-only{display:flex!important}.floating-dock{position:fixed;right:var(--floating-dock-offset);top:50%;transform:translateY(-50%);z-index:1500!important;width:var(--floating-dock-width);max-height:calc(100vh - 96px);display:flex;flex-direction:column;border-radius:13px 0 0 13px;overflow:visible;background:#fff;box-shadow:0 10px 32px #0d1b3938;pointer-events:auto;-webkit-user-select:none;user-select:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.floating-dock.is-collapsed{opacity:0;visibility:hidden;pointer-events:none;transform:translate(18px,-50%) scale(.96)}.floating-dock__toggle{position:absolute;top:50%;left:-22px;right:auto;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid #e6eaf0;border-radius:50%;background:#fff;color:#667085;box-shadow:0 2px 8px #0d1b3924;cursor:pointer;transform:translateY(-50%);transition:color .18s ease,box-shadow .18s ease,transform .18s ease}.floating-dock__toggle:hover{color:var(--floating-dock-navy);box-shadow:0 4px 12px #0d1b3933;transform:translate(-1px,-50%)}.floating-dock__toggle .el-icon{font-size:12px;transition:transform .22s ease}.floating-dock__launcher{position:fixed;right:var(--floating-dock-offset);top:50%;z-index:1501!important;display:none!important;align-items:center;justify-content:center;width:48px;height:48px;padding:4px;border:2px solid #fff;border-radius:50%;background:#fff;box-shadow:0 8px 24px #0d1b3933;cursor:pointer;transform:translateY(-50%) scale(.9);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease;overflow:hidden}.floating-dock__launcher.is-visible{display:inline-flex!important;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%) scale(1)}.floating-dock__launcher:hover{transform:translateY(-50%) scale(1.08) rotate(3deg);box-shadow:0 12px 28px #0d1b3940}.floating-dock__launcher:before{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:1px solid rgba(255,204,0,.48);border-radius:inherit;content:"";opacity:0;transform:scale(.84);transition:opacity .2s ease,transform .3s ease}.floating-dock__launcher:hover:before{opacity:1;transform:scale(1.12);animation:floating-dock-launcher-pulse 1.3s ease-out infinite}.floating-dock__launcher img{position:relative;z-index:1;display:block;width:100%;height:100%;border-radius:50%;object-fit:cover;transition:transform .32s cubic-bezier(.22,1,.36,1)}.floating-dock__launcher:hover img{transform:rotate(-5deg) scale(1.04)}@keyframes floating-dock-launcher-pulse{0%{opacity:.65;transform:scale(.96)}70%,to{opacity:0;transform:scale(1.26)}}.floating-dock__header{flex-shrink:0;padding:8px 4px 7px;text-align:center;background:var(--floating-dock-navy);color:#fff;border-radius:13px 0 0;position:relative;overflow:visible}.floating-dock__logo-wrap{width:fit-content;height:fit-content;margin:0 auto 10px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;z-index:1;padding:3px}.floating-dock__logo{width:80px;height:67px;object-fit:contain;object-position:center;background:transparent}.floating-dock__brand{width:100%;font-size:13px;font-weight:800;line-height:1.25;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.floating-dock__club{width:100%;margin-top:3px;font-size:10px;font-weight:800;line-height:1;letter-spacing:.6px;color:#fff}.floating-dock__club .is-gold{color:var(--floating-dock-gold)}.floating-dock__body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;background:#fff;scrollbar-width:none}.floating-dock__body::-webkit-scrollbar{display:none}.floating-dock__item{display:flex;flex-direction:column;align-items:center;gap:1px;width:100%;padding:6px 3px;border:none;border-bottom:1px solid #f0f2f5;background:#fff;cursor:pointer;transition:background .18s}.floating-dock__item:last-child{border-bottom:none}.floating-dock__item:hover{background:#f7f9fc}.floating-dock__item.is-active{background:#0d1b390a}.floating-dock__icon{width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--floating-dock-navy);font-size:17px;background:transparent;position:relative}.floating-dock__icon .el-icon{color:var(--floating-dock-navy)}.floating-dock__badge{position:absolute;top:0;right:0;width:12px;height:12px;background:#ff4d4f;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 4px #ef44444d}.floating-dock__title{width:100%;font-size:11px;font-weight:700;color:var(--floating-dock-navy);line-height:1.25;text-align:center}.floating-dock__desc{width:100%;font-size:8px;color:#999;line-height:1.25;text-align:center;word-break:break-all}.floating-dock__footer{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:calc(100% - 8px);margin:5px 4px 6px;padding:8px 4px 9px;border:1px solid var(--floating-dock-gold);border-radius:10px;background:linear-gradient(135deg,#132a59,#0a1734);color:#fff;cursor:pointer;box-shadow:0 5px 12px #0d1b3938;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.floating-dock__footer:hover{background:linear-gradient(135deg,#1d3d7b,#0d1b39);box-shadow:0 7px 15px #0d1b394d;transform:translateY(-1px)}.floating-dock__icon--footer{width:24px;height:24px}.floating-dock__footer .footer-icon{font-size:20px;color:var(--floating-dock-gold);flex-shrink:0}.floating-dock__footer-title{width:100%;font-size:12px;font-weight:800;line-height:1.25;text-align:center;white-space:nowrap}}@media (min-width: 769px) and (min-width: 769px) and (max-width: 1100px){:root{--floating-dock-width: 76px;--floating-dock-offset: 0px}.floating-dock{max-height:calc(100vh - 80px)}.floating-dock__header{padding:8px 4px 7px}.floating-dock__launcher{width:48px;height:48px}.floating-dock__brand{font-size:10px}.floating-dock__club{font-size:9px}.floating-dock__title{font-size:10px}.floating-dock__desc{font-size:8px}.floating-dock__footer{width:calc(100% - 8px);margin:4px 4px 7px;padding:8px 4px 9px;gap:3px}.floating-dock__footer-title{font-size:11px}}@media (min-width: 769px){body.fastim-widget-mode{--fastim-widget-width: min(920px, calc(100vw - 48px) );--fastim-widget-height: min(680px, calc(100vh - 80px) );--window-height: var(--fastim-widget-height)}body.fastim-widget-mode .fastim-modal{position:fixed!important;top:auto!important;left:auto!important;right:calc(var(--floating-dock-reserve, 24px) + 8px)!important;bottom:24px!important;width:var(--fastim-widget-width)!important;height:var(--fastim-widget-height)!important;max-height:calc(100vh - 80px)!important;background:transparent!important;pointer-events:none;z-index:5100;overflow:hidden!important}body.fastim-widget-mode .fastim-modal.in{opacity:1}}@media (min-width: 769px){body.fastim-widget-mode .fastim-modal.fastim-widget-user-positioned{top:var(--fastim-widget-top)!important;left:var(--fastim-widget-left)!important;right:auto!important;bottom:auto!important}body.fastim-widget-dragging{-webkit-user-select:none;user-select:none}body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-window-search,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .chat-window-header,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-sidebar-tabs,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-sidebar-user{cursor:move}body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-window-search input,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-window-search .window-search-right,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .chat-window-header .chat-user-menu,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .chat-window-header .fastim-click,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-sidebar-tabs .fastim-click,body.fastim-widget-mode .fastim-modal:not(.fastim-layout-fullscreen) .fastim-sidebar-user .fastim-click{cursor:auto}body.fastim-widget-mode .fastim-modal .fastim-window.modal-dialog,body.fastim-widget-mode .fastim-modal.in .fastim-window.modal-dialog,body.fastim-widget-mode .fastim-fade.in .fastim-window.modal-dialog,body.fastim-widget-mode .fastim-modal .fastim-window{pointer-events:auto;margin:0!important;transform:none!important;transition:none!important;animation:none!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;box-shadow:0 12px 40px #0d1b3938;border-radius:12px;overflow:hidden;display:flex!important;flex-direction:row!important}body.fastim-widget-mode .fastim-modal.fastim-fade{transition:none!important}body.fastim-widget-mode .fastim-modal .fastim-window-sidebar{width:56px!important;min-width:56px!important;flex:0 0 56px!important;height:100%!important;max-height:100%!important;overflow:visible!important;position:relative!important}body.fastim-widget-mode .fastim-modal .fastim-window-middle{display:flex!important;flex-direction:column!important;width:260px!important;min-width:220px!important;flex:0 0 260px!important;height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden}body.fastim-widget-mode .fastim-modal .fastim-window-sidebar,body.fastim-widget-mode .fastim-modal .fastim-window-middle,body.fastim-widget-mode .fastim-modal .fastim-window-right{height:100%!important;max-height:100%!important}body.fastim-widget-mode .fastim-window-right{position:relative!important;display:flex!important;flex-direction:column!important;width:auto!important;flex:1 1 auto!important;min-width:0!important;height:100%!important;max-height:100%!important;min-height:0!important;overflow:hidden}body.fastim-widget-mode .fastim-window-right>.fastim-layout-fullscreen-btn,body.fastim-widget-mode .fastim-window-right>.fastim-close{position:absolute!important;top:10px!important;z-index:1200!important;margin:0!important;opacity:.45!important;background:#ffffffeb;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center}body.fastim-widget-mode .fastim-window-right>.fastim-layout-fullscreen-btn{right:44px!important}body.fastim-widget-mode .fastim-window-right>.fastim-close{right:10px!important}body.fastim-widget-mode .fastim-window-right>.session-window{flex:1 1 auto;min-height:0;height:100%}body.fastim-widget-mode .fastim-window.fastim-session-list-collapsed .fastim-window-middle{display:flex!important;width:260px!important;flex:0 0 260px!important}body.fastim-widget-mode .fastim-window.fastim-session-list-collapsed .fastim-window-right{width:auto!important;flex:1 1 auto!important}body.fastim-widget-mode .fastim-session-list,body.fastim-widget-mode .fastim-unread-session-list,body.fastim-widget-mode .fastim-address-list{flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow:hidden}body.fastim-widget-mode .session-window{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;overflow:hidden!important}body.fastim-widget-mode .session-window>.message-window[style*="display: block"],body.fastim-widget-mode .session-window>.message-window[style*="display:block"],body.fastim-widget-mode .session-window>.service-window[style*="display: block"],body.fastim-widget-mode .session-window>.service-window[style*="display:block"],body.fastim-widget-mode .session-window>.fake-tourist[style*="display: block"],body.fastim-widget-mode .session-window>.fake-tourist[style*="display:block"]{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow:hidden!important}body.fastim-widget-mode .session-window>.message-window[style*="display: none"],body.fastim-widget-mode .session-window>.message-window[style*="display:none"],body.fastim-widget-mode .session-window>.service-window[style*="display: none"],body.fastim-widget-mode .session-window>.service-window[style*="display:none"],body.fastim-widget-mode .session-window>.fake-tourist[style*="display: none"],body.fastim-widget-mode .session-window>.fake-tourist[style*="display:none"]{display:none!important}body.fastim-widget-mode .chat-window-header{flex:0 0 46px;position:relative;z-index:1;background:#fff}body.fastim-widget-mode .chat-window-record{flex:1 1 auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden}body.fastim-widget-mode .chat-records,body.fastim-widget-mode .service-message{flex:1 1 auto;height:auto!important;min-height:0;overflow-y:auto;overscroll-behavior:contain}body.fastim-widget-mode .fastim-session-ul,body.fastim-widget-mode .fastim-unread-session-ul,body.fastim-widget-mode .fastim-scrollbar,body.fastim-widget-mode .fastim-address-list,body.fastim-widget-mode #fastim-message{overscroll-behavior:contain}body.fastim-widget-mode .chat-window-input{flex:0 0 auto!important;height:auto!important;min-height:135px}body.fastim-widget-mode .fastim-sidebar-tabs{margin-top:24px}body.fastim-widget-mode .fastim-sidebar-tab{margin:16px auto;width:24px;height:24px}body.fastim-widget-mode .fastim-modal.fastim-layout-fullscreen{top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;background:#fff!important;pointer-events:auto;z-index:9999}body.fastim-widget-mode .fastim-modal.fastim-layout-fullscreen .fastim-window,body.fastim-widget-mode .fastim-modal.fastim-layout-fullscreen .fastim-window.modal-dialog{width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;transform:none!important;border-radius:0;box-shadow:none}body.fastim-widget-mode .fastim-sidebar-menu{position:absolute!important;bottom:5px!important;left:0;right:0;width:100%}body.fastim-widget-mode .fastim-sidebar-menu-box.fastim-popup-menu{position:absolute!important;left:calc(100% + 6px)!important;bottom:0!important;top:auto!important;right:auto!important;width:max-content!important;min-width:108px!important;white-space:nowrap!important}body.fastim-widget-mode .fastim-sidebar-menu-box.fastim-popup-menu div{white-space:nowrap!important;writing-mode:horizontal-tb!important}body.fastim-widget-mode .fastim-button-container{display:none!important}.publish-idle-page{padding:20px 0 32px;background:#eef2f8;min-height:100%}.publish-idle-page .page-header{padding:12px 0 16px;border-bottom:none;margin-bottom:8px;background:transparent}.publish-idle-page .page-header .header-left{display:flex;align-items:center;gap:12px;max-width:1120px;margin:0 auto;padding:0 16px}.publish-idle-page .page-header h2{font-size:20px;font-weight:800;color:#1a1a1a}.publish-idle-page .wrap{max-width:1120px;margin:0 auto;padding:0 16px 24px}.publish-idle-page .card,.publish-idle-page .account-section{background:#fff;border:1px solid #e3e8f0;border-radius:14px;padding:22px 24px 14px;margin-bottom:16px;box-shadow:0 4px 18px #0027660d}.publish-idle-page .card--category{padding-bottom:22px}.publish-idle-page .section-head{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #edf1f7}.publish-idle-page .section-badge{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:32px;padding:0 10px;border-radius:8px;background:linear-gradient(135deg,#0052b4,#003a80);color:#fff;font-size:14px;font-weight:800;line-height:1;flex-shrink:0;box-shadow:0 4px 10px #00469b38}.publish-idle-page .section-title{margin:0;font-size:18px;font-weight:800;color:#00469b;letter-spacing:.02em}.publish-idle-page .form-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px 18px;align-items:start}.publish-idle-page .field{min-width:0}.publish-idle-page .field--full{grid-column:1/-1}.publish-idle-page .field--half{grid-column:span 6}.publish-idle-page .field--third{grid-column:span 4}.publish-idle-page .field--quarter{grid-column:span 3}.publish-idle-page .field--span-8{grid-column:span 8}.publish-idle-page .form-grid--account{gap:14px 16px;align-items:stretch}.publish-idle-page .form-grid--account .field-card{background:#fff;border-color:#e8edf5}.publish-idle-page .form-grid--account .field--tags .field-card{padding-bottom:10px}.publish-idle-page .form-grid--images .field--img>.field-inner{padding:0;border:none;background:transparent;box-shadow:none}.publish-idle-page .form-subgroup--rental{margin-top:28px;padding-top:22px;border-top:1px dashed #e8ebf0}.publish-idle-page .form-subgroup--rental .form-subgroup__title{margin-bottom:16px}.publish-idle-page .form-subgroup__title{margin:0 0 14px;font-size:15px;font-weight:800;color:#303133}.publish-idle-page .form-subgroup-block .form-grid+.field-help-block{margin-top:8px}.publish-idle-page .form-subgroup-block .field-help-block+.field-help-block{margin-top:6px}.publish-idle-page .core-explanations{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-top:8px}.publish-idle-page .core-explanations .field-help-block{width:auto;margin:0}.publish-idle-page .core-explanations .field-help-panel{height:100%;box-sizing:border-box}.publish-idle-page .core-explanations+.field-help-block{margin-top:10px}.publish-idle-page .listing-channel-section{margin-top:10px}.publish-idle-page .listing-channel-section+.field-help-block{margin-top:10px}.publish-idle-page .form-subgroup-block--empty{display:none}.publish-idle-page .form-grid--core,.publish-idle-page .form-grid--rental{gap:14px 16px}.publish-idle-page .field-help-slot,.publish-idle-page .field-help-block{margin-top:-4px}.publish-idle-page .field-help-block{width:100%}.publish-idle-page .field-card>.field-help-block{margin-top:10px}.publish-idle-page .custom-discount-field{margin-top:12px;padding-top:12px;border-top:1px solid #edf1f7}.publish-idle-page .field-help--inline{display:flex;flex-direction:column;gap:4px}.publish-idle-page .field-tip--inline{padding:0;background:transparent;border:none;color:#909399;font-weight:500;line-height:1.55;word-break:break-word}.publish-idle-page .field-help-panel{padding:6px 10px;border-radius:6px;background:#faf8f4;border:1px solid #f0e8da}.publish-idle-page .field-help-panel__title{margin-bottom:2px;font-size:12px;font-weight:700;color:#c9943a;line-height:1.3}.publish-idle-page .field-help-panel__text{margin:0;font-size:12px;line-height:1.45;color:#606266;word-break:break-word;white-space:pre-wrap}.publish-idle-page .field-help-panel__list{margin:0;padding-left:14px;font-size:12px;line-height:1.45;color:#606266}.publish-idle-page .field-help-panel__list li+li{margin-top:2px}.publish-idle-page .field-help-panel__list li{word-break:break-word}.publish-idle-page .stat-card{gap:10px;min-height:auto;background:linear-gradient(180deg,#f8fbff,#fff)}.publish-idle-page .stat-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.publish-idle-page .stat-card__label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#303133}.publish-idle-page .stat-card__label .el-icon{color:#00469b;font-size:16px}.publish-idle-page .stat-card__tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#909399;white-space:nowrap}.publish-idle-page .stat-card__tag .el-icon{font-size:12px}.publish-idle-page .stat-card__value{font-size:26px;font-weight:800;color:#1a1a1a;line-height:1.2}.publish-idle-page .stat-card__value--price{color:#1a1a1a}.publish-idle-page .stat-card__term{display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 14px;border-radius:8px;background:#f3f6fb;border:1px solid #e8edf5}.publish-idle-page .stat-card__term .el-icon{color:#00469b;font-size:20px;flex-shrink:0}.publish-idle-page .stat-card__term .stat-card__value{font-size:22px}.publish-idle-page .stat-card__hint{margin:0;font-size:12px;color:#909399;line-height:1.5}.publish-idle-page .stat-card__hint--strike{color:#c0c4cc;text-decoration:line-through}.publish-idle-page .stat-card--term{justify-content:flex-start}.publish-idle-page .field-tip--compact:before{content:""}.publish-idle-page .field-tip--compact{padding:0;background:transparent;border:none}.publish-idle-page .field-card--textarea :deep(.el-textarea__inner){min-height:132px}.publish-idle-page .chip--listing{min-height:40px;min-width:0;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:8px;font-size:12px;font-weight:700;white-space:nowrap}.publish-idle-page .chip--listing .listing-channel-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.publish-idle-page .chip--listing .el-icon.listing-channel-icon{color:#00469b}.publish-idle-page .chip--listing.active{background:#00469b;border-color:#00469b;color:#fff;box-shadow:0 6px 14px #00469b29}.publish-idle-page .field--listing .field-tip--compact{margin-top:4px}.publish-idle-page .chips--discount{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.publish-idle-page .chip--discount{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700}.publish-idle-page .chip--discount .el-icon{font-size:16px}.publish-idle-page .form-grid--notes{gap:14px;align-items:stretch}.publish-idle-page .form-grid--notes .field:only-child{grid-column:1/-1}.publish-idle-page .field-card--game-id-modify .radio-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.publish-idle-page .field-card--game-id-modify .radio-item{flex:1 1 0;justify-content:center;min-width:0;padding-inline:10px}.publish-idle-page .form-grid--core{align-items:stretch}.publish-idle-page .form-grid--core .field--quarter{grid-column:span 4}.publish-idle-page .form-grid--rental{align-items:stretch}.publish-idle-page .field-card{display:flex;flex-direction:column;gap:10px;height:100%;padding:14px 14px 12px;border:1px solid #edf1f7;border-radius:10px;background:#fafbfd;transition:border-color .2s ease,box-shadow .2s ease}.publish-idle-page .field--tags .field-card,.publish-idle-page .field--full:not(.field--tags)>.field-card{background:#fff}.publish-idle-page .field-card:focus-within{border-color:#00469b59;box-shadow:0 0 0 3px #00469b0f}.publish-idle-page .row-head{margin-bottom:0}.publish-idle-page .label{font-size:14px;font-weight:700;color:#303133;display:inline-flex;align-items:center;gap:6px;line-height:1.4}.publish-idle-page .field-icon{font-size:16px;color:#00469b;flex-shrink:0}.publish-idle-page .label.required:before{content:"*";color:#f56c6c;font-weight:700;margin-right:2px}.publish-idle-page .label.required:after{display:none}.publish-idle-page .qmark{border:none;background:transparent;cursor:pointer;padding:0;margin-left:2px;color:#c0c4cc;display:inline-flex;align-items:center;justify-content:center}.publish-idle-page .qmark:hover{color:#00469b}.publish-idle-page .field-tip{margin:0;font-size:12px;line-height:1.6;color:#e6a23c;font-weight:500;word-break:break-word;white-space:pre-wrap}.publish-idle-page .field-tip:before{content:"温馨提示："}.publish-idle-page .field-tip--inline:before{content:""}.publish-idle-page .input-with-unit{position:relative}.publish-idle-page .input-with-unit .el-input{width:100%}.publish-idle-page .input-with-unit :deep(.el-input__wrapper){padding-right:42px;min-height:40px;border-radius:8px;box-shadow:0 0 0 1px #dcdfe6 inset;background:#fff}.publish-idle-page .input-with-unit .unit{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:14px;color:#909399;pointer-events:none;font-weight:700}.publish-idle-page :deep(.el-input__wrapper),.publish-idle-page :deep(.el-textarea__inner){min-height:40px;border-radius:8px;box-shadow:0 0 0 1px #dcdfe6 inset;background:#fff}.publish-idle-page :deep(.el-input__wrapper:hover),.publish-idle-page :deep(.el-textarea__inner:hover){box-shadow:0 0 0 1px #c0c4cc inset}.publish-idle-page :deep(.el-input__wrapper.is-focus),.publish-idle-page :deep(.el-textarea__inner:focus){box-shadow:0 0 0 1px #00469b inset}.publish-idle-page .chips{display:flex;flex-wrap:wrap;gap:8px}.publish-idle-page .chips--level,.publish-idle-page .chips--rank,.publish-idle-page .chips--slots{display:grid;gap:8px}.publish-idle-page .chips--level,.publish-idle-page .chips--rank{grid-template-columns:repeat(7,minmax(0,1fr))}.publish-idle-page .chips--slots{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .chips--inline{display:flex;flex-wrap:wrap;gap:10px}.publish-idle-page .chips--listing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.publish-idle-page .chips--period{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.publish-idle-page .chips--period .chip{min-width:0;min-height:38px;padding:8px 6px}.publish-idle-page .chips--tags{gap:8px}.publish-idle-page .chips--region{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.publish-idle-page .chip{min-height:36px;padding:8px 12px;border-radius:8px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;font-weight:600;font-size:13px;color:#303133;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease;line-height:1.2;text-align:center}.publish-idle-page .chip:hover{border-color:#00469b;color:#00469b}.publish-idle-page .chip.active{background:#ecf5ff;border-color:#00469b;color:#00469b;box-shadow:0 0 0 1px #00469b1f}.publish-idle-page .chip--large{min-height:42px;font-size:14px;font-weight:700}.publish-idle-page .chips--level .chip,.publish-idle-page .chips--rank .chip,.publish-idle-page .chips--slots .chip{padding:8px 4px;min-height:38px;font-size:13px}.publish-idle-page .chips--inline .chip{min-width:88px;flex:1 1 auto;min-height:38px;padding:8px 14px}.publish-idle-page .chips--tags .chip{min-height:32px;padding:6px 14px;font-size:12px;border-radius:999px;background:#fff}.publish-idle-page .field--tags .chips--tags .chip.active{background:#ecf5ff;border-color:#00469b;color:#00469b;box-shadow:0 0 0 1px #00469b1f}.publish-idle-page .chips--region .chip{min-height:42px;font-size:14px;font-weight:700}.publish-idle-page .radio-list{display:flex;flex-direction:column;gap:8px}.publish-idle-page .field--inline-radio .radio-list,.publish-idle-page .field--inline-select .chips{flex-direction:row;flex-wrap:wrap}.publish-idle-page .radio-item{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:8px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease;width:auto}.publish-idle-page .radio-item:hover{border-color:#00469b}.publish-idle-page .radio-item.active{border-color:#00469b;background:#ecf5ff}.publish-idle-page .field--inline-radio .radio-item{min-height:38px;flex:1 1 0;justify-content:center}.publish-idle-page .field--realname.field--inline-radio .radio-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.publish-idle-page .field--realname.field--inline-radio .radio-item{flex:unset;width:100%;min-height:40px;justify-content:center;text-align:center;padding:10px 8px}.publish-idle-page .field--realname .radio-text{white-space:pre-line;text-align:center;line-height:1.35}.publish-idle-page .field:not(.field--discount) .radio-dot{display:none}.publish-idle-page .field--discount .radio-item{width:100%;border-radius:8px;padding:12px 14px}.publish-idle-page .field--discount .radio-dot{display:flex;width:18px;height:18px;border-radius:50%;border:2px solid #dcdfe6;align-items:center;justify-content:center;flex-shrink:0}.publish-idle-page .field--discount .radio-item.active .radio-dot{border-color:#00469b;background:#ecf5ff}.publish-idle-page .radio-text{font-size:13px;font-weight:600;color:#303133}.publish-idle-page .radio-need{margin-left:auto;font-size:12px;color:#909399;font-weight:500}.publish-idle-page .time-region{display:flex;align-items:center;gap:10px}.publish-idle-page .time-region .time{flex:1;min-width:0}.publish-idle-page .time-region :deep(.el-input__wrapper){min-height:40px}.publish-idle-page .time-region .dash{color:#909399;font-weight:700;flex-shrink:0}.publish-idle-page .img-panel{display:flex;flex-direction:column;gap:20px;width:100%}.publish-idle-page .img-block{min-width:0}.publish-idle-page .form-grid--images .img-block--all .field-help-block{margin-top:12px}.publish-idle-page .form-grid--images .img-block--all .field-help-panel{padding:10px 12px;border-color:#faecd8;background:#fdf8ef}.publish-idle-page .form-grid--images .img-block--all .field-help-panel__title{color:#d28b22}.publish-idle-page .img-block+.publish-idle-page .img-block{padding-top:16px;border-top:1px solid #eef1f6}.publish-idle-page .img-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#303133;margin-bottom:10px}.publish-idle-page .img-title.required:before{content:"*";color:#f56c6c;font-weight:700;margin-right:2px}.publish-idle-page .img-title .field-icon{color:#00469b;font-size:16px}.publish-idle-page .img-sub-title{font-size:12px;font-weight:600;color:#606266;margin:12px 0 8px}.publish-idle-page .chips--ban{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.publish-idle-page .img-ban-note{margin:12px 0 0;padding:10px 12px;border:1px solid #f0dfb7;border-radius:8px;background:#fffaf0;color:#b7791f;font-size:12px;font-weight:600;line-height:1.65}.publish-idle-page .img-gallery{display:flex;flex-wrap:wrap;gap:12px}.publish-idle-page .img-slot{position:relative;width:112px;flex:0 0 auto;border-radius:10px;overflow:hidden;border:1px solid #dcdfe6;background:#f8fafc;animation:publish-upload-image-in .28s ease-out both}.publish-idle-page .img{width:112px;height:112px;display:block}.publish-idle-page .add{position:relative;overflow:hidden;width:112px;height:112px;flex:0 0 auto;border-radius:10px;border:1px dashed #dcdfe6;background:#fafbfc;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#909399;font-weight:600;transition:color .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.publish-idle-page .add:hover:not(:disabled){border-color:#00469b;color:#00469b;background:#f5f9ff}.publish-idle-page .add:disabled{cursor:wait;opacity:1}.publish-idle-page .add.is-uploading{border-color:#00469b6b;background:linear-gradient(145deg,#f8fbff,#edf5ff);color:#00469b;box-shadow:0 8px 22px #00469b1a;animation:publish-upload-button-pulse 1.6s ease-in-out infinite}.publish-idle-page .plus{width:36px;height:36px;border-radius:50%;border:1px solid #dcdfe6;display:flex;align-items:center;justify-content:center;font-size:20px;background:#fff;transition:border-color .2s ease,color .2s ease,transform .2s ease}.publish-idle-page .add.is-uploading .plus{border-color:#00469b3d;color:#00469b;transform:scale(.94)}.publish-idle-page .upload-spinner{font-size:18px;animation:publish-upload-spin .8s linear infinite}.publish-idle-page .txt{font-size:12px;transition:color .2s ease}.publish-idle-page .upload-progress{width:72px;height:3px;overflow:hidden;border-radius:999px;background:#00469b1f}.publish-idle-page .upload-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4b9cff,#00469b);transition:width .32s ease}@keyframes publish-upload-spin{to{transform:rotate(360deg)}}@keyframes publish-upload-button-pulse{0%,to{box-shadow:0 6px 18px #00469b14}50%{box-shadow:0 9px 24px #00469b29}}@keyframes publish-upload-image-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.publish-idle-page .remove{position:absolute;right:6px;top:6px;width:24px;height:24px;border-radius:50%;border:none;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.publish-idle-page .notice{font-size:12px;color:#606266;line-height:1.8;padding:12px 14px;background:#fdf6ec;border:1px solid #faecd8;border-radius:8px}.publish-idle-page .price-row,.publish-idle-page .rate-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.publish-idle-page .price{font-size:22px;font-weight:700;color:#f56c6c}.publish-idle-page .rate-info{text-align:right;font-size:13px;color:#606266;line-height:1.6}.publish-idle-page .field-error{margin-top:4px;font-size:12px;font-weight:600;color:#f56c6c}.publish-idle-page .input-error :deep(.el-input__wrapper){box-shadow:0 0 0 1px #f56c6c inset}.publish-idle-page .deposit-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.publish-idle-page .price-input{display:flex;align-items:center;gap:8px}.publish-idle-page .symbol{font-weight:800;color:#f56c6c}.publish-idle-page .money{width:160px}.publish-idle-page .deposit-remark{margin-top:10px;font-size:12px;color:#e6a23c;line-height:1.6}.publish-idle-page .deposit-remark:before{content:"温馨提示："}.publish-idle-page .agreement{margin-top:4px;padding:0 4px;overflow-x:auto;scrollbar-width:none}.publish-idle-page .agreement::-webkit-scrollbar{display:none}.publish-idle-page .agree-row{display:flex;align-items:center;flex-wrap:nowrap;width:max-content;min-width:100%;gap:4px;font-size:14px;color:#606266;white-space:nowrap;font-weight:600;cursor:pointer}.publish-idle-page .check{width:18px;height:18px;border-radius:4px;border:1px solid #dcdfe6;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.publish-idle-page .check.on{border-color:#00469b;background:#00469b;color:#fff}.publish-idle-page .agree-text{margin-left:6px;flex:0 0 auto}.publish-idle-page .agree-link{font-size:14px;border:none;background:transparent;color:#00469b;font-weight:700;cursor:pointer;flex:0 0 auto;white-space:nowrap;padding:0}.publish-idle-page .actions{display:flex;justify-content:center;gap:14px;padding:20px 0 8px}.publish-idle-page .submit-btn{min-width:180px;height:44px;border-radius:10px;font-weight:700;font-size:15px;background:#00469b;border-color:#00469b}.publish-idle-page .reset-btn{min-width:180px;height:44px;border-radius:10px;font-weight:700;font-size:15px}.publish-idle-page .cascader{width:100%}.publish-idle-page .cascader :deep(.el-input__wrapper){min-height:42px}.publish-idle-page .rental-period-value{font-size:14px;color:#303133;font-weight:600;padding:10px 12px;background:#f5f7fa;border-radius:8px;border:1px solid #e4e7ed}.publish-idle-page .rental-period-placeholder{font-size:12px;color:#909399;padding:8px 0}}@media (min-width: 769px) and (max-width: 1100px){.publish-idle-page .form-grid--rental .field--third,.publish-idle-page .form-grid--account .field--span-8,.publish-idle-page .form-grid--account .field--third,.publish-idle-page .form-grid--account .field--half{grid-column:span 6}}@media (min-width: 769px) and (max-width: 992px){.publish-idle-page .chips--rank,.publish-idle-page .chips--level{grid-template-columns:repeat(4,minmax(0,1fr))}.publish-idle-page .form-grid--account .field--span-8{grid-column:1/-1}}@media (max-width: 768px){.u-flex{display:flex}.u-flex-center{display:flex;align-items:center;justify-content:center}.u-flex-between{display:flex;align-items:center;justify-content:space-between}.u-flex-start{display:flex;align-items:center;justify-content:flex-start}.u-flex-end{display:flex;align-items:center;justify-content:flex-end}.u-flex-column{display:flex;flex-direction:column}.u-flex-wrap{flex-wrap:wrap}.u-flex-1{flex:1;min-width:0}.u-flex-shrink-0{flex-shrink:0}.u-gap-4{gap:4px}.u-gap-8{gap:8px}.u-gap-10{gap:10px}.u-gap-12{gap:12px}.u-gap-14{gap:14px}.u-gap-16{gap:16px}.u-p-10{padding:10px}.u-p-12{padding:12px}.u-p-14{padding:14px}.u-p-16{padding:16px}.u-rounded-8{border-radius:8px}.u-rounded-10{border-radius:10px}.u-rounded-12{border-radius:12px}.u-rounded-14{border-radius:14px}.u-rounded-16{border-radius:16px}.u-rounded-full{border-radius:50%}.u-text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.u-text-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.u-text-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.u-font-bold{font-weight:700}.u-font-extrabold{font-weight:800}.u-shadow-sm{box-shadow:0 2px 4px #0000000d}.u-shadow-md{box-shadow:0 2px 10px #0f27440a}.u-shadow-lg{box-shadow:0 4px 16px #0000001f}.u-cursor-pointer{cursor:pointer}.u-transition-base{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.u-hidden{display:none}.u-mobile-hidden{display:none!important}:root{--primary-color: #3a8ee6;--primary-light: #50a1ff;--primary-dark: #2a7cdb;--primary-gradient: linear-gradient(135deg, #3a8ee6 0%, #2a7cdb 100%);--gold-color: #ffcc00;--gold-gradient: linear-gradient(180deg, #ffe033 0%, #ffd000 100%);--accent-color: #ff6600;--success-color: #52c41a;--warning-color: #faad14;--error-color: #f56c6c;--info-color: #909399;--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f5f7fa;--bg-dark: #1e222d;--border-color: #e4e7ed;--border-radius-sm: 2px;--border-radius: 4px;--border-radius-lg: 8px;--border-radius-xl: 12px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--container-width: 1200px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem}.dark-mode{--primary-color: #818cf8;--primary-light: #a78bfa;--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-muted: #9ca3af;--bg-primary: #111827;--bg-secondary: #1f2937;--border-color: #374151;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:auto;overflow-anchor:none}html{font-size:clamp(85.3333%,4.2666666667vw,110.4%)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--text-primary);background-color:var(--bg-secondary);transition:background-color .3s,color .3s}a{text-decoration:none;color:inherit;transition:color .3s}img{max-width:100%;height:auto;display:block}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{margin:0 auto;padding:0 100px}.container{max-width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--border-radius);font-size:14px;font-weight:500;transition:all .3s ease;cursor:pointer}.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--primary-gradient);color:var(--text-white);border:none}.btn-primary:hover{box-shadow:0 4px 12px #667eea66}.btn-secondary{background-color:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn-outline{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--text-white)}.card{background-color:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);overflow:hidden;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.tag{display:inline-flex;align-items:center;padding:2px 8px;background-color:#667eea1a;color:var(--primary-color);font-size:12px;border-radius:4px;font-weight:500}.tag-hot{background:linear-gradient(135deg,#ff6b6b,#feca57);color:#fff}.tag-recommend{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.price{display:flex;align-items:baseline;gap:2px;color:#ff4757;font-weight:700}.price .currency{font-size:14px}.price .amount{font-size:24px;line-height:1}.price .unit{font-size:12px;color:var(--text-secondary);font-weight:400}.price .original{text-decoration:line-through;color:var(--text-muted);font-size:12px;margin-left:4px;font-weight:400}.text-center{text-align:center}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:var(--space-8);color:var(--text-primary)}.section-subtitle{font-size:16px;color:var(--text-secondary);text-align:center;margin-top:calc(-1 * var(--space-6));margin-bottom:var(--space-8)}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.mt-2{margin-top:var(--space-2)}.mt-4{margin-top:var(--space-4)}.mb-4{margin-bottom:var(--space-4)}.mb-8{margin-bottom:var(--space-8)}.p-4{padding:var(--space-4)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.py-8{padding-top:var(--space-8);padding-bottom:var(--space-8)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideIn{animation:slideIn .3s ease-out}.animate-pulse{animation:pulse 2s infinite}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.container{padding:0}.section-title{font-size:22px}.btn{padding:var(--space-2) var(--space-3);font-size:13px}}@media print and (max-width: 768px){.no-print{display:none!important}}@media (max-width: 768px){.el-message{z-index:10000!important}.mobile-tabbar-wrap{display:none}}@media (max-width: 768px) and (max-width: 768px){.el-backtop{right:16px!important;bottom:calc(84px + env(safe-area-inset-bottom,0px))!important;z-index:900!important}}@media (max-width: 768px){html,body,#app{overflow-x:hidden;max-width:100%;background:#fff;margin:0;padding:0}.mobile-tabbar-wrap{display:block;width:100%;max-width:100vw;position:fixed;bottom:0;left:0;right:0;z-index:1000}.mobile-tabbar-wrap.is-keyboard-open{display:none!important}.mobile-copyright-bar{display:block;position:relative;width:100%;max-width:100vw;padding:6px 12px;text-align:center;font-size:11px;line-height:1.4;color:var(--text-muted);background:#fff;border-top:1px solid rgba(0,0,0,.06);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-copyright-bar p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-copyright-bar .divider{margin:0 6px;color:var(--border-color)}.mobile-copyright-bar a{color:inherit;text-decoration:none}.mobile-tabbar{display:flex;align-items:center;justify-content:space-around;position:fixed;left:0;right:0;bottom:0;z-index:1001;box-sizing:border-box;width:100%;max-width:100vw;height:calc(68px + env(safe-area-inset-bottom,0px));padding:0 4px env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -2px 10px #0000000a;position:relative}.mobile-tabbar:before{content:"";position:absolute;top:-17px;left:50%;transform:translate(-50%);width:75px;height:53px;background:#fff;border-radius:194px 182px 0 0}.mobile-tabbar__item{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:2px;color:#999;font-size:10px;font-weight:400;line-height:1.2;text-decoration:none;border:none;background:transparent;cursor:pointer;padding:6px 2px 8px;min-width:0;max-width:100%;overflow:visible;-webkit-tap-highlight-color:transparent;position:relative}.mobile-tabbar__item .mobile-tabbar__icon{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;color:#999}.mobile-tabbar__item .mobile-tabbar__icon img{width:24px;height:24px;object-fit:contain;transition:opacity .2s ease}.mobile-tabbar__item .el-icon{font-size:24px}.mobile-tabbar__item>span:not(.mobile-tabbar__icon){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 2px;box-sizing:border-box;color:inherit;font-size:11px}.mobile-tabbar__item.active{color:#111;font-weight:500}.mobile-tabbar__item.active .mobile-tabbar__icon{color:#111}.mobile-tabbar__item--center{position:relative;justify-content:flex-start;padding:0 2px 6px;overflow:visible;color:#111;z-index:10;display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-tabbar__item--center .mobile-tabbar__fab{width:58px;height:58px;max-width:calc(100% - 2px);margin-top:-22px;border-radius:50%;background:#fab217;color:#111;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;border:3px solid #fff;overflow:hidden;box-sizing:border-box}.mobile-tabbar__item--center .mobile-tabbar__fab .el-icon{font-size:26px;color:#111}.mobile-tabbar__item--center .mobile-tabbar__label{font-size:10px;font-weight:500;line-height:1.1;color:#111;white-space:nowrap;margin-top:2px}.mobile-tabbar__item--center:active .mobile-tabbar__fab{transform:scale(.96)}.mobile-tabbar__badge{position:absolute;top:-4px;right:-10px;box-sizing:border-box;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ff3b30;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;border:1.5px solid #fff}.app-footer{display:none!important}.main-content.has-mobile-tabbar{overflow-x:hidden;max-width:100%;background:#fff}}@media (max-width: 768px) and (max-width: 360px){.mobile-tabbar__item{font-size:10px}.mobile-tabbar__item .el-icon{font-size:22px}.mobile-tabbar__item--center .mobile-tabbar__fab{width:52px;height:52px;margin-top:-18px}.mobile-tabbar__item--center .mobile-tabbar__fab .el-icon{font-size:20px}.mobile-tabbar__item--center .mobile-tabbar__fab span{font-size:9px}}@media (max-width: 768px){.el-overlay-message-box{background-color:#141e3094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.el-overlay-message-box .el-message-box{width:min(100vw - 40px,380px);max-width:calc(100vw - 40px);padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:18px;box-shadow:0 22px 52px #0f172a52,0 3px 10px #0f172a1a;box-sizing:border-box}.el-overlay-message-box .el-message-box__header{min-height:56px;margin:0;padding:18px 54px 12px 20px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fbfdff,#fff);box-sizing:border-box}.el-overlay-message-box .el-message-box__title{color:#1f2d42;font-size:18px;font-weight:800;line-height:25px;letter-spacing:.2px}.el-overlay-message-box .el-message-box__headerbtn{top:16px;right:16px;display:grid;width:28px;height:28px;border-radius:50%;place-items:center}.el-overlay-message-box .el-message-box__headerbtn .el-message-box__close{color:#8b9aaf;font-size:18px}.el-overlay-message-box .el-message-box__headerbtn:active{background:#edf3fa}.el-overlay-message-box .el-message-box__content{padding:19px 20px 4px;color:#516177;font-size:15px;line-height:1.7}.el-overlay-message-box .el-message-box__status{margin-right:12px;font-size:24px!important}.el-overlay-message-box .el-message-box__status.el-icon-warning{color:#edab3a}.el-overlay-message-box .el-message-box__message{padding:0}.el-overlay-message-box .el-message-box__message p{color:#516177;font-size:15px;line-height:1.7}.el-overlay-message-box .el-message-box__btns{display:flex;justify-content:flex-end;gap:12px;padding:24px 20px 20px}.el-overlay-message-box .el-message-box__btns .el-button{min-width:88px;height:42px;margin:0;padding:0 18px;border-radius:11px;font-size:15px;font-weight:700;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.el-overlay-message-box .el-message-box__btns .el-button:not(.el-button--primary){border-color:#d5deeb;background:#f6f8fb;color:#68778c}.el-overlay-message-box .el-message-box__btns .el-button--primary{border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);color:#fff;box-shadow:0 7px 14px #347eea47}.el-overlay-message-box .el-message-box__btns .el-button:not(.el-button--primary):active{border-color:#c4d0e0;background:#edf2f8}.el-overlay-message-box .el-message-box__btns .el-button--primary:active{border-color:#286ccc;background:#286ccc;box-shadow:0 3px 7px #347eea3d}.el-overlay-message-box .el-message-box__btns .el-button:active{transform:scale(.96)}.app-standard-dialog-overlay{background-color:#141e3094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-standard-dialog-overlay .el-overlay-dialog{display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.el-dialog.app-standard-dialog{width:min(100vw - 40px,380px)!important;max-width:calc(100vw - 40px);max-height:calc(100dvh - 40px);margin:0!important;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:18px;box-shadow:0 22px 52px #0f172a52,0 3px 10px #0f172a1a}.el-dialog.app-standard-dialog .el-dialog__header{min-height:54px;margin:0;padding:16px 50px 12px 18px;border-bottom:1px solid #edf1f6;background:linear-gradient(180deg,#fbfdff,#fff);box-sizing:border-box}.el-dialog.app-standard-dialog .el-dialog__title{color:#1f2d42;font-size:17px;font-weight:800;line-height:24px}.el-dialog.app-standard-dialog .el-dialog__headerbtn{top:14px;right:14px;display:grid;width:28px;height:28px;border-radius:50%;place-items:center}.el-dialog.app-standard-dialog .el-dialog__body{max-height:calc(100dvh - 172px);padding:17px 18px 3px;overflow-y:auto}.el-dialog.app-standard-dialog .el-dialog__footer{display:flex;justify-content:flex-end;gap:10px;padding:20px 18px 18px}.el-dialog.app-standard-dialog .el-dialog__footer .el-button{min-width:82px;height:40px;margin:0;padding:0 15px;border-radius:10px;font-size:14px;font-weight:700;white-space:nowrap}.el-dialog.app-standard-dialog .el-dialog__footer .el-button:not(.el-button--primary){border-color:#d5deeb;background:#f6f8fb;color:#68778c}.el-dialog.app-standard-dialog .el-dialog__footer .el-button--primary{border-color:#347eea;background:linear-gradient(135deg,#4b9cff,#347eea);color:#fff;box-shadow:0 7px 14px #347eea47}.el-dialog.app-standard-dialog .ship-dialog,.el-dialog.app-standard-dialog .ship-body{padding:0}.el-dialog.app-standard-dialog .ship-body{border:0;background:transparent}.el-dialog.app-standard-dialog .ship-dialog .el-form-item{margin-bottom:0}.el-dialog.app-standard-dialog .ship-form-tip{margin:0 0 8px;color:#6b7a90;font-size:12px;line-height:1.55}}@media (max-width: 768px) and (max-width: 768px){.mobile-tabbar-wrap{display:block;position:static;z-index:1000}.mobile-tabbar.van-tabbar{--van-tabbar-height: 64px;--van-tabbar-item-active-color: #254b8e;--van-tabbar-item-text-color: #8d96a5;position:fixed!important;right:0;bottom:-1px;left:0;z-index:1000;box-sizing:border-box;width:100%;max-width:100vw;padding:0 3px;overflow:visible;border-top:1px solid rgba(29,54,93,.08);background:#fffffffa;box-shadow:0 -6px 20px #243b6114}.mobile-tabbar.van-tabbar:before{display:none}.mobile-tabbar .van-tabbar-item{min-width:0;padding:7px 2px max(7px,env(safe-area-inset-bottom,0px));color:#8d96a5;-webkit-tap-highlight-color:transparent}.mobile-tabbar .van-tabbar-item--active{color:#254b8e;font-weight:600}.mobile-tabbar .van-tabbar-item__icon{display:flex;align-items:center;justify-content:center;height:25px;margin-bottom:2px}.mobile-tabbar .mobile-tabbar__icon{display:flex;align-items:center;justify-content:center;width:25px;height:25px}.mobile-tabbar .mobile-tabbar__icon img{display:block;width:23px;height:23px;object-fit:contain}.mobile-tabbar .mobile-tabbar__icon .el-icon{font-size:23px}.mobile-tabbar .van-tabbar-item__text,.mobile-tabbar .mobile-tabbar__text{max-width:100%;overflow:hidden;color:inherit;font-size:11px;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.mobile-tabbar .van-info{top:-3px;right:-9px;min-width:16px;height:16px;padding:0 4px;border:1.5px solid #fff;font-size:10px;line-height:13px}.mobile-tabbar .mobile-tabbar__publish-slot{pointer-events:none}.mobile-tabbar .mobile-tabbar__publish-slot .van-tabbar-item__icon,.mobile-tabbar .mobile-tabbar__publish-slot .van-tabbar-item__text{visibility:hidden}.mobile-tabbar__publish{position:fixed;bottom:calc(6px + env(safe-area-inset-bottom,0px));left:50%;z-index:1001;display:flex;flex-direction:column;align-items:center;width:78px;margin:0;padding:0;border:0;background:transparent;color:#172642;cursor:pointer;transform:translate(-50%);-webkit-tap-highlight-color:transparent}.mobile-tabbar__publish .mobile-tabbar__fab{display:grid;width:58px;height:58px;margin:0;border:3px solid #fff;border-radius:50%;place-items:center;background:linear-gradient(145deg,#ffc13c,#f7a80c);box-shadow:0 7px 15px #eb9e0f42;box-sizing:border-box;transition:transform .18s ease,box-shadow .18s ease}.mobile-tabbar__publish .mobile-tabbar__fab .el-icon{color:#172642;font-size:27px;font-weight:500}.mobile-tabbar__publish .mobile-tabbar__label{margin-top:2px;color:#172642;font-size:10px;font-weight:600;line-height:14px;white-space:nowrap}.mobile-tabbar__publish:active .mobile-tabbar__fab{box-shadow:0 3px 8px #eb9e0f33;transform:translateY(1px) scale(.96)}}@media (max-width: 768px) and (max-width: 360px){.mobile-tabbar.van-tabbar{--van-tabbar-height: 60px}.mobile-tabbar__publish{bottom:calc(5px + env(safe-area-inset-bottom,0px))}.mobile-tabbar__publish .mobile-tabbar__fab{width:52px;height:52px}}@media (max-width: 768px){.home-page{background:var(--bg-secondary);padding-top:var(--space-4)}.home-hero{padding-bottom:var(--space-8)}.home-hero__grid{display:grid;grid-template-columns:220px 1fr 260px;gap:var(--space-4);min-height:340px}.home-carousel{border-radius:var(--border-radius-xl);overflow:hidden;box-shadow:var(--shadow)}.home-carousel :deep(.el-carousel__container){height:340px}.home-carousel :deep(.el-carousel__arrow){background:#00000059}.home-carousel :deep(.el-carousel__indicator button){width:8px;height:8px;border-radius:50%;background:#ffffff80}.home-carousel :deep(.el-carousel__indicator.is-active button){background:var(--gold-color);width:20px;border-radius:4px}.home-quick-links{display:flex;flex-direction:column;gap:var(--space-3)}.home-quick-links__item{flex:1;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);cursor:pointer;transition:all .2s ease;min-height:0}.home-quick-links__item:hover{border-color:#3a8ee659;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.home-quick-links__icon{width:40px;height:40px;border-radius:50%;background:var(--bg-dark);color:var(--gold-color);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.home-quick-links__text{flex:1;min-width:0}.home-quick-links__title{font-size:14px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.home-quick-links__desc{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-quick-links__arrow{color:var(--text-muted);font-size:14px;flex-shrink:0}.home-banner-item{height:100%;background-size:cover;background-position:center;display:flex;align-items:center;padding:48px;position:relative;cursor:pointer}.home-banner-item__content{position:relative;z-index:1;color:#fff;max-width:420px}.home-banner-item__title{font-size:32px;font-weight:800;margin-bottom:var(--space-3);line-height:1.3}.home-banner-item__desc{font-size:15px;opacity:.9;margin-bottom:var(--space-6);line-height:1.7}.home-banner-item__btn{height:42px;padding:0 24px;border:none;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .2s}.home-banner-item__btn:hover{opacity:.92}.home-user-panel{background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);padding:var(--space-5);display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}.home-user-panel__head{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.home-user-panel__avatar{width:65px;height:65px;border-radius:50%;object-fit:cover;background:var(--bg-secondary);border:2px solid var(--border-color)}.home-user-panel__greet{flex:1;min-width:0}.home-user-panel__name{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.home-user-panel__badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;background:var(--gold-gradient);color:#5c3b00;font-size:11px;font-weight:700}.home-user-panel__row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) 0;border-bottom:1px solid var(--border-color);cursor:pointer;transition:color .2s;padding:10px 20px}.home-user-panel__row:hover,.home-user-panel__row:hover .home-user-panel__row-label{color:var(--primary-color)}.home-user-panel__row:last-of-type{border-bottom:none}.home-user-panel__row-left{display:flex;align-items:center;gap:8px}.home-user-panel__row-label{font-size:14px;color:var(--text-secondary);transition:color .2s}.home-user-panel__row-value{font-size:14px;font-weight:700;color:var(--text-primary)}.home-user-panel__cta{width:100%;height:42px;border:none;border-radius:8px;background:var(--bg-dark);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}.home-user-panel__cta:hover{opacity:.9}.home-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.home-section-head__left{display:flex;align-items:center;gap:var(--space-2)}.home-section-head__title{font-size:20px;font-weight:800;color:var(--text-primary);margin:0}.home-section-head__icon{font-size:22px;color:var(--accent-color)}.home-section-head__more{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--primary-light);cursor:pointer;transition:color .2s}.home-section-head__more:hover{color:var(--primary-color)}.home-rank{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:12px;font-weight:800;margin-right:8px;flex-shrink:0;background:var(--bg-secondary);color:var(--text-secondary)}.home-rank--1{background:linear-gradient(135deg,#ffd666,#e8b339);color:#5c3b00}.home-rank--2{background:linear-gradient(135deg,#e8ecf2,#c0c8d4);color:#4a5568}.home-rank--3{background:linear-gradient(135deg,#f0c9a6,#d4956a);color:#5c3b00}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px}.accounts-grid{grid-template-columns:1fr;gap:12px;margin-bottom:16px}.type-product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eef0f4;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.type-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0f27441f}.product-card__thumb{position:relative;width:100%;height:240px;background:#fdb91d;overflow:hidden}.product-card__thumb img{width:100%;height:100%;object-fit:cover}.product-card__discount-badge{position:absolute;bottom:0;left:10px;padding:4px 10px;background:gold;color:#1a1200;font-size:13px;font-weight:800;border-radius:8px 8px 0 0;box-shadow:0 2px 8px #ffd70066}.product-card__info{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__name{font-size:17px;font-weight:700;color:#111827;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__tags{display:flex;gap:6px;flex-wrap:wrap}.product-card__tag{display:inline-flex;align-items:center;height:24px;padding:0 10px;font-size:12px;font-weight:700;border-radius:14px;white-space:nowrap}.product-card__tag--primary{background:#e3f2ff;color:#5597f5;border:none}.product-card__fee-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid rgba(232,234,240,.3607843137);border-radius:10px;overflow:hidden}.product-card__fee-item{display:flex;align-items:center;gap:8px;padding:10px;background:transparent;border:none;position:relative}.product-card__fee-item:nth-child(odd){border-right:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-item:nth-child(1),.product-card__fee-item:nth-child(2){border-bottom:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-icon{width:32px;height:32px;border-radius:8px;background:#1e293b;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.product-card__fee-content{flex:1;min-width:0}.product-card__fee-label{font-size:11px;color:#64748b;margin-bottom:2px;line-height:1}.product-card__fee-value{font-size:13px;font-weight:800;color:#1e293b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:17px;border-top:1px solid rgba(232,234,240,.3607843137)}.product-card__price{font-size:26px;font-weight:700;color:#0f1e3c;line-height:1}.product-card__btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 18px;background:#02122f;color:#fdb91f;font-size:15px;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 3px #fdb91f66}.product-card__btn .el-icon{font-size:16px}.product-card__btn:hover{background:#334155;transform:scale(1.02)}.product-card__btn:active{transform:scale(.98)}.product-card__thumb{aspect-ratio:16/9}.product-card__discount-badge{bottom:0;left:8px;padding:3px 8px;font-size:11px;border-radius:6px 6px 0 0}.product-card__info{padding:20px;gap:8px}.product-card__name{font-size:17px}.product-card__fee-grid{gap:8px}.product-card__fee-item{padding:12px}.product-card__fee-icon{width:28px;height:28px;font-size:14px}.product-card__fee-label{font-size:10px}.product-card__fee-value{font-size:15px}.product-card__price{font-size:26px}.product-card__btn{height:47px;padding:0 26px;font-size:15px}.home-cart-btn{width:36px;height:36px;border:none;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:transform .2s,box-shadow .2s}.home-cart-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #e8b33959}.home-cta{margin:var(--space-8) 0 0;padding:64px var(--space-6);border-radius:var(--border-radius-xl);background-color:#061a37;background-image:none;background-position:center;background-repeat:no-repeat;background-size:cover;text-align:center;color:#fff;position:relative;overflow:hidden}.home-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 50%,rgba(232,179,57,.08) 0%,transparent 50%);pointer-events:none}.home-cta__title{font-size:28px;font-weight:800;margin-bottom:var(--space-3);position:relative}.home-cta__desc{font-size:15px;opacity:.85;margin-bottom:var(--space-6);position:relative}.home-cta__btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 36px;border-radius:8px;background:var(--gold-gradient);color:#5c3b00;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;position:relative}.home-cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e8b33959}.home-desktop-only{display:block}.home-quick-links.home-desktop-only{display:flex}.home-cart-btn.home-desktop-only{display:inline-flex}.home-user-panel.home-desktop-only{display:flex;justify-content:space-between}.home-section-head__more.home-desktop-only{display:inline-flex;position:relative;z-index:1}.home-mobile-only,.home-mobile-header,.home-mobile-panel{display:none}.home-desktop-only{display:none!important}.home-mobile-only{display:block}.home-page{padding-top:0;padding-bottom:calc(182px + env(safe-area-inset-bottom,0px));background:#f5f6f8}.home-mobile-header{display:block;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid rgba(0,0,0,.04)}.home-mobile-header__inner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;padding-bottom:10px}.home-mobile-header__brand{display:flex;align-items:center;gap:8px;min-width:0;flex:1;cursor:pointer}.home-mobile-header__logo{height:48px;width:auto;max-width:min(160px,48vw);border-radius:0;object-fit:contain;display:block;flex-shrink:0;background:transparent}.home-mobile-header__texts{display:flex;flex-direction:column;min-width:0;line-height:1.2}.home-mobile-header__name{font-size:15px;font-weight:800;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-mobile-header__club{font-size:11px;font-weight:700;color:#6b7280;letter-spacing:.04em}.home-mobile-header__club em{font-style:normal;color:#d4a017}.home-mobile-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.home-mobile-header__identity{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer}.home-mobile-header__identity--internal{background:#ecfdf5;color:#16a34a}.home-mobile-header__identity--partner{background:#eff6ff;color:#2563eb}.home-mobile-header__identity--user{background:#0f274414;color:#0f2744}.home-mobile-header__bell{position:relative;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#374151;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.home-mobile-header__bell .el-icon{font-size:20px}.home-mobile-header__dot{position:absolute;top:6px;right:6px;width:10px;height:10px;border-radius:50%;background:#ef4444;border:2px solid #fff}.banner-section.home-mobile-only{padding:10px 0 0;background:transparent}.banner-section.home-mobile-only .container{padding-left:12px;padding-right:12px}.banner-section.home-mobile-only .banner-wrapper{height:auto;gap:0;border-radius:14px;overflow:hidden}.banner-section.home-mobile-only .game-sidebar{display:none}.banner-section.home-mobile-only .carousel-container{width:100%;gap:0;border-radius:14px;overflow:hidden}.banner-section.home-mobile-only .el-carousel{position:relative;height:auto!important}.banner-section.home-mobile-only .el-carousel__container{height:auto!important;aspect-ratio:16/9}.banner-section.home-mobile-only .el-carousel__item{height:100%}.banner-section.home-mobile-only .banner-loading{height:auto;aspect-ratio:16/9}.banner-section.home-mobile-only .banner-item{height:100%;min-height:0;border-radius:14px;display:flex;align-items:flex-end;padding:18px 16px;background-size:cover;background-position:center}.banner-section.home-mobile-only .banner-content{position:relative;z-index:1;max-width:85%}.banner-section.home-mobile-only .banner-title{font-size:clamp(15px,4.8vw,18px);font-weight:800;color:#ffd666;margin:0 0 6px;line-height:1.3}.banner-section.home-mobile-only .banner-desc{font-size:clamp(11px,3.2vw,12px);color:#ffffffe6;margin:0 0 12px;line-height:1.45}.banner-section.home-mobile-only .home-mobile-banner-btn{height:32px;padding:0 16px;border:none;border-radius:999px;background:var(--gold-color, #e8b339);color:#1a1200;font-size:13px;font-weight:800;cursor:pointer}.banner-section.home-mobile-only .el-carousel__indicators--outside{position:absolute;left:0;right:0;bottom:8px;margin:0;z-index:2}.banner-section.home-mobile-only .el-carousel__indicator button{width:6px;height:6px;border-radius:50%;background:#ffffff8c;opacity:1}.banner-section.home-mobile-only .el-carousel__indicator.is-active button{width:16px;border-radius:999px;background:#fff}.home-mobile-panel{display:block;padding:12px 0}.home-mobile-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:10px}.home-mobile-stat{background:#fff;border-radius:14px;padding:14px 12px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 10px #0f27440a;cursor:pointer}.home-mobile-stat__icon{width:32px;height:32px;border-radius:10px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:16px;margin-bottom:8px}.home-mobile-stat__label{font-size:12px;color:#9ca3af;margin-bottom:4px}.home-mobile-stat__value{font-size:16px;font-weight:800;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-mobile-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.home-mobile-action{display:flex;align-items:center;gap:10px;padding:14px 5px;background:#fbf7ee;border-radius:14px;box-shadow:#6363631f 0 2px 8px;cursor:pointer;min-width:0;overflow:hidden}.home-mobile-action--dividend{background:#f4f6fa}.home-mobile-action__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fefefe;border-radius:50%}.home-mobile-action__icon img{width:34px;height:34px;object-fit:contain}.home-mobile-action__text{flex:1;min-width:0;overflow:hidden}.home-mobile-action__title{font-size:14px;font-weight:800;color:#111827;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-mobile-action__desc{font-size:10px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-mobile-action__arrow{color:#c0c4cc;flex-shrink:0;font-size:12px}.hafu-section{padding:8px 0 12px}.hafu-card{padding:14px 12px;border-radius:14px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 10px #0f27440a}.hafu-head{margin-bottom:10px}.hafu-head .title{font-size:16px;font-weight:800}.hafu-head .right{font-size:12px;color:var(--primary-color)}.home-section-head{margin-bottom:10px}.home-section-head__title{font-size:16px}.home-section-head__more{display:inline-flex;font-size:13px;font-weight:600;color:var(--primary-light)}.type-section .section-header{margin-bottom:10px;align-items:center}.type-section .section-header .section-title{font-size:16px;font-weight:800;margin:0}.type-section .section-header .home-section-head__more{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:var(--primary-color);cursor:pointer;position:relative;z-index:1}.home-page .hafu-thead,.home-page .hafu-tr{display:grid!important;grid-template-columns:70px 71px 1fr 70px;column-gap:6px;align-items:center;height:var(--row-h);box-sizing:border-box;padding:0 8px}.home-page .hafu-thead{font-size:11px;font-weight:700;color:#9ca3af;background:#f7f9fc;border-bottom:1px solid #eef0f4;height:36px}.home-page .hafu-thead .col1,.home-page .hafu-thead .col2,.home-page .hafu-thead .col3,.home-page .hafu-thead .col4{flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .hafu-thead .col2{text-align:center}.home-page .hafu-thead .col4{text-align:right}.home-page .hafu-tr{border-bottom:1px solid #f0f2f5}.home-page .hafu-tr:last-child{border-bottom:none}.home-page .hafu-tr .col1{flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;display:flex!important;align-items:center;overflow:hidden}.home-page .hafu-tr .col1 .text{font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .hafu-tr .col2{flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;display:inline-flex!important;align-items:center;justify-content:center;gap:3px;white-space:nowrap}.home-page .hafu-tr .col2 .rate{font-size:12px;font-weight:800;white-space:nowrap;line-height:1}.home-page .hafu-tr .col2 .hafu-icon{width:13px;height:13px;flex-shrink:0}.home-page .hafu-tr .col3{flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;display:block!important;overflow:hidden}.home-page .hafu-tr .col3 .text{font-size:11px;font-weight:500;color:#6b7280;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .hafu-tr .col4{flex:none!important;width:auto!important;min-width:0!important;display:block!important;text-align:right;overflow:hidden}.home-page .hafu-tr .col4 .text{font-size:11px;font-weight:500;color:#9ca3af;white-space:nowrap}.home-rank{display:none}.type-section{padding-bottom:8px}.home-page .type-product-card{border-radius:12px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 10px #0f27440a;overflow:hidden;background:#fff;height:100%;display:flex;flex-direction:column}.home-page .type-product-card .thumb{height:auto;aspect-ratio:16/9}.home-page .type-product-card .thumb .product-discount-badge--overlay{top:8px;padding:3px 8px;font-size:11px}.home-page .type-product-card .thumb .want-badge{right:6px;bottom:6px;padding:3px 6px;font-size:10px;border-radius:999px}.home-page .type-product-card .info{padding:10px;flex:1;display:flex;flex-direction:column;min-height:0}.home-page .type-product-card .name{font-size:13px;font-weight:700;-webkit-line-clamp:2;margin-bottom:6px;min-height:2.7em;flex-shrink:0}.home-page .type-product-card .meta{margin-bottom:6px}.home-page .type-product-card .meta .avatar{width:18px;height:18px}.home-page .type-product-card .meta .nickname{font-size:11px}.home-page .type-product-card .skin-tags{margin-bottom:6px;max-height:44px;overflow:hidden;gap:4px;flex-shrink:0}.home-page .type-product-card .skin-tag{font-size:10px;height:20px;line-height:18px;padding:0 6px}.home-page .type-product-card .skin-tag--knife{background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color)}.home-page .type-product-card .skin-tag--red{background:#e5393514;border-color:#e539354d;color:#e53935}.home-page .type-product-card .skin-tag--gold{background:#c9920a1a;border-color:#c9920a59;color:#c9920a}.home-page .type-product-card .fee-grid{margin-bottom:8px}.home-page .type-product-card .fee-cell{gap:6px;padding:8px 6px;min-height:44px}.home-page .type-product-card .fee-cell__icon{width:24px;height:24px;border-radius:6px;font-size:12px}.home-page .type-product-card .fee-cell__label{font-size:10px}.home-page .type-product-card .fee-cell__value{font-size:11px}.home-page .type-product-card .card-footer{justify-content:flex-end;margin-top:auto}.home-page .type-product-card .product-rent-btn{width:auto;height:30px;font-size:12px;padding:0 10px}.home-page .section-footer,.home-page .cta-section,.home-page .section-subtitle{display:none}.banner-loading{height:180px}.account-list-desktop-only{display:block}.account-list-mobile-only{display:none}.account-list-desktop-only{display:none!important}.account-list-mobile-only{display:block}.account-list-page{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))!important;min-height:auto!important;background:#f4f6fa;overflow-x:hidden;max-width:100%;box-sizing:border-box}.account-list-page .container{width:100%;max-width:100%;box-sizing:border-box;padding-left:12px;padding-right:12px;overflow-x:hidden}.account-list-page .list-layout,.account-list-page .list-content{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.account-list-page .hall-banner{--hall-banner-height: 100px;position:relative;height:100px;margin:2px 0;overflow:hidden;border-radius:8px;background:#eaf2ff}.account-list-page .hall-banner .el-carousel,.account-list-page .hall-banner .el-carousel__container,.account-list-page .hall-banner .el-carousel__item{height:var(--hall-banner-height)!important}.account-list-page .hall-banner__item{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:auto;padding:0;border:0;background-color:#eaf2ff;overflow:hidden;color:#fff;font:inherit;font-size:14px;font-weight:700;text-align:left;cursor:pointer}.account-list-page .hall-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;max-width:none;height:100%!important;object-fit:fill}.account-list-page .quick-zone-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0 0 10px}.account-list-page .hall-filter-rail{display:grid;grid-template-columns:1.12fr 1.12fr 1.12fr .84fr 34px;align-items:center;min-height:46px;margin:0 -12px 8px;padding:0 12px;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff}.account-list-page .hall-filter-rail>button{display:inline-flex;align-items:center;justify-content:center;min-width:0;height:28px;padding:0 4px;border:0;border-right:1px solid #edf0f4;background:transparent;color:#2d3848;font:inherit;font-size:13px;font-weight:650;white-space:nowrap}.account-list-page .hall-filter-rail>button.is-active{color:#1677ff;font-weight:800}.account-list-page .hall-filter-rail>button>i{width:0;height:0;margin-left:4px;border-top:5px solid currentColor;border-right:4px solid transparent;border-left:4px solid transparent;opacity:.72}.account-list-page .hall-filter-rail>button .el-icon{margin-left:4px;font-size:13px}.account-list-page .hall-filter-rail>.hall-filter-rail__more{flex-direction:column;gap:3px;border-right:0}.account-list-page .hall-filter-rail__more span{display:block;width:16px;height:1.5px;border-radius:99px;background:#647286}.account-list-page .hall-vant-filter-menu{position:relative;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) 66px;align-items:center;gap:4px;min-height:0;margin:0;padding:4px 4px 3px;border:1px solid rgba(221,232,248,.86);border-bottom:0;border-radius:10px 10px 0 0;background:#fff;box-shadow:none}.account-list-page .hall-vant-filter-menu .van-dropdown-menu{min-width:0}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__bar{display:grid;height:34px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;border-radius:0;background:transparent;box-shadow:none}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__item{min-width:0;overflow:hidden;border:1px solid #dbe7f8;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:inset 0 0 0 1px #f5f9ffe6}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title{display:flex;width:100%;max-width:100%;align-items:center;justify-content:center;padding:0 10px 0 2px;color:#24344d;font-size:12px;font-weight:400;line-height:32px;white-space:nowrap}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title:after{right:4px;margin-top:-5px;border-width:3.5px;border-color:transparent transparent #314967 #314967}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title--active{color:#1677ff}.account-list-page .hall-filter-title{display:inline-flex;min-width:0;max-width:100%;align-items:center;justify-content:center;gap:3px}.account-list-page .hall-filter-icon{display:block;width:15px;height:15px;flex:0 0 auto;object-fit:contain}.account-list-page .hall-filter-title__text{flex:0 0 auto;white-space:nowrap;transform:translateY(2px)}.account-list-page .hall-vant-filter-menu__advanced{display:inline-flex;align-items:center;justify-content:center;gap:3px;width:66px;height:34px;padding:0 3px;border:1px solid #dbe7f8;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfdff);color:#24344d;font-size:12px;font-weight:750;white-space:nowrap;box-shadow:inset 0 0 0 1px #f5f9ffe6}.account-list-page .hall-vant-filter-menu__advanced .hall-filter-action-icon{display:block;width:15px;height:15px;flex:0 0 auto;object-fit:contain}.account-list-page .hall-vant-filter-menu__advanced .hall-filter-chevron{flex:0 0 auto;color:#314967;font-size:10px}.account-list-page .hall-vant-filter-menu__advanced.is-active{border-color:#8cbcff;background:#f3f8ff;color:#1677ff}.account-list-page .hall-vant-filter-menu--legacy{min-height:48px;margin:0;padding:6px 8px 5px;grid-template-columns:minmax(0,1fr) 78px;gap:5px;border-top:0;border-right:0;border-bottom:1px solid #edf0f4;border-left:0;border-radius:0;background:#fff}.account-list-page .hall-legacy-sort-menu{display:grid;min-width:0;height:38px;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.account-list-page .hall-legacy-sort-menu__item{display:inline-flex;min-width:0;height:38px;margin:0;padding:0 6px;align-items:center;justify-content:center;gap:3px;border:1px solid #e4ebf5;border-radius:9px;background:#fff;color:#2d3848;font:inherit;font-size:13px;font-weight:700;box-shadow:0 1px 2px #253b5b06;white-space:nowrap;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.account-list-page .hall-legacy-sort-menu__item:active{background:#f1f6ff;transform:scale(.98)}.account-list-page .hall-legacy-sort-menu__item.is-active{border-color:#9ec4fb;background:#edf5ff;color:#176bd0;font-weight:800;box-shadow:0 2px 5px #327ae11f}.account-list-page .hall-legacy-sort-menu__direction{display:inline-grid;width:10px;height:15px;flex:0 0 10px;grid-template-rows:repeat(2,7px);color:#a9b5c5;line-height:1}.account-list-page .hall-legacy-sort-menu__direction .el-icon{display:flex;width:10px;height:7px;align-items:center;justify-content:center;font-size:10px}.account-list-page .hall-legacy-sort-menu__direction.is-ascending .el-icon:first-child,.account-list-page .hall-legacy-sort-menu__direction.is-descending .el-icon:last-child{color:#176bd0}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__bar{height:46px;gap:0}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__item{border:0;border-right:1px solid #edf0f4;border-radius:0;background:transparent;box-shadow:none}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__item:last-child{border-right:0}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__title{padding:0 14px 0 4px;color:#2d3848;font-size:13px;font-weight:650;line-height:44px}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__title--active{color:#1677ff;font-weight:800}.account-list-page .hall-vant-filter-menu--legacy .van-dropdown-menu__title:after{right:5px;border-width:4px;border-color:transparent transparent #647286 #647286}.account-list-page .hall-vant-filter-menu--legacy .hall-filter-title{gap:0}.account-list-page .hall-vant-filter-menu--legacy .hall-filter-icon{display:none}.account-list-page .hall-vant-filter-menu--legacy .hall-filter-title__text{transform:none}.account-list-page .hall-vant-filter-menu--legacy .hall-vant-filter-menu__advanced{width:78px;height:38px;border:1px solid #e4ebf5;border-radius:9px;background:#fff;color:#46566c;box-shadow:0 1px 2px #253b5b06}.account-list-page .hall-vant-filter-menu--legacy .hall-vant-filter-menu__advanced:active{background:#f1f6ff;transform:scale(.98)}.account-list-page .hall-vant-filter-menu--legacy .hall-vant-filter-menu__advanced.is-active{border-color:#9ec4fb;background:#edf5ff;color:#176bd0;box-shadow:0 2px 5px #327ae11f}}@media (max-width: 768px) and (max-width: 350px){.account-list-page .hall-vant-filter-menu{grid-template-columns:minmax(0,1fr) 60px;gap:3px;padding:3px}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__bar{gap:3px}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title{padding:0 7px 0 1px;font-size:11px}.account-list-page .hall-vant-filter-menu .van-dropdown-menu__title:after{right:3px;border-width:3px}.account-list-page .hall-filter-title{gap:2px}.account-list-page .hall-filter-icon,.account-list-page .hall-vant-filter-menu__advanced .hall-filter-action-icon{width:13px;height:13px}.account-list-page .hall-vant-filter-menu__advanced{width:60px;gap:2px;padding:0 2px;font-size:11px}.account-list-page .hall-vant-filter-menu__advanced .hall-filter-chevron{font-size:9px}}@media (max-width: 768px){.hall-dropdown-panel,.hall-dropdown-sort{box-sizing:border-box;width:100%;background:#fff}.hall-dropdown-panel{padding:18px 16px 16px;border-radius:0 0 16px 16px}.mobile-advanced-popup.van-popup--bottom{box-sizing:border-box;overflow:hidden;border-radius:18px 18px 0 0;background:#fff}.mobile-advanced-popup.van-popup--bottom .mobile-advanced-sheet__panel{box-sizing:border-box;height:100%;border-radius:18px 18px 0 0}.hall-dropdown-options,.hall-dropdown-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hall-dropdown-options button,.hall-dropdown-presets button{min-width:0;height:38px;padding:0 8px;border:1px solid #e1e7ef;border-radius:9px;background:#fff;color:#2f3b4c;font-size:13px}.hall-dropdown-options button.is-active,.hall-dropdown-presets button.is-active{border-color:#1677ff;background:#edf5ff;color:#1677ff;font-weight:750}.hall-dropdown-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;margin-bottom:12px;color:#9aa5b5}.hall-dropdown-range .el-input__wrapper{height:38px;border-radius:8px;box-shadow:0 0 0 1px #e1e7ef inset}.hall-dropdown-range .el-input__inner{text-align:center}.hall-dropdown-actions{display:grid;grid-template-columns:1fr 1.18fr;gap:10px;margin-top:18px}.hall-dropdown-actions button{height:42px;border:1px solid #dce4ed;border-radius:9px;background:#fff;color:#4b5c73;font-size:14px;font-weight:750}.hall-dropdown-actions button.is-primary{border-color:#1677ff;background:#1677ff;color:#fff}.hall-dropdown-sort{padding:0 16px 8px;border-radius:0 0 16px 16px}.hall-dropdown-sort button{display:flex;align-items:center;width:100%;height:46px;padding:0 4px;border:0;border-bottom:1px solid #edf0f4;background:#fff;color:#26364e;font-size:14px;text-align:left}.hall-dropdown-sort button.is-active{color:#1677ff;font-weight:750}.account-list-page .quick-zone-button{display:inline-flex;height:34px;min-width:0;padding:0 4px;align-items:center;justify-content:center;gap:3px;border:1px solid #dfe5ee;border-radius:6px;background:#fff;color:#344054;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.account-list-page .quick-zone-button__icon{width:18px;height:18px;flex:none;object-fit:contain}.account-list-page .quick-zone-button.active{border-color:var(--primary-color);background:#1677ff14;color:var(--primary-color)}.mobile-advanced-backdrop{position:fixed;z-index:2998;top:0;right:0;bottom:0;left:0;background:#0f172a61}.account-list-mobile-search{margin:0 0 10px}.account-list-subnav{display:flex;align-items:center;gap:0;background:#fff;border-radius:0;margin:0 -12px 10px;padding:0 8px;border-bottom:1px solid var(--border-color)}.account-list-subnav__item{flex:1;text-align:center;padding:10px 4px;font-size:14px;font-weight:600;color:var(--text-secondary);text-decoration:none;position:relative}.account-list-subnav__item.is-active,.account-list-subnav__item.router-link-active{color:var(--primary-color)}.account-list-subnav__item.is-active:after,.account-list-subnav__item.router-link-active:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:24px;height:3px;background:var(--primary-color);border-radius:2px}.account-list-page .filter-box{padding:14px;margin-bottom:14px;border-radius:16px;border:none;box-shadow:0 10px 24px #0f234214;overflow:visible;background:#fff}.account-list-page .filter-box:not(.is-mobile-advanced-open){display:none}.account-list-page .filter-box.is-mobile-advanced-open{position:fixed;z-index:2999;top:50%;left:12px;right:12px;max-height:min(76vh,620px);margin:0;overflow:auto;transform:translateY(-50%)}.account-list-page .mobile-advanced-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#172b4d;font-size:16px}.account-list-page .mobile-advanced-head button{width:28px;height:28px;border:0;background:transparent;color:#667085;font-size:24px;line-height:1}.account-list-page .filter-box__head{display:none}.account-list-page .filter-box__body{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0}.account-list-page .filter-box__body.is-collapsed .filter-row:nth-child(n+6){display:none}.account-list-page .filter-box__footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;padding:10px 0 0;border-top:none;margin:0}.account-list-page .filter-box__selected{display:none}.account-list-page .filter-box__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:auto}.account-list-page .filter-box__reset{border:none;background:transparent;color:var(--primary-color);font-size:13px;cursor:pointer;padding:0;margin-right:auto}.account-list-page .filter-box__toggle{display:none}.account-list-page .filter-box__apply{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;height:42px;min-width:0;padding:0 16px;border:none;border-radius:12px;background:#0d1b39;color:#fff;font-size:14px;font-weight:700;cursor:pointer;flex:1}.account-list-page .filter-box__apply .el-icon{font-size:15px}.account-list-page .filter-box .filter-pill-arrow{display:none;font-size:12px;color:#9ca3af;flex-shrink:0}.account-list-page .filter-box .filter-row{display:flex;flex-direction:column;align-items:stretch;padding:0;border-bottom:none;margin:0;min-width:0}.account-list-page .filter-box .filter-row__main{width:100%;min-width:0;display:flex;flex-direction:column;gap:6px}.account-list-page .filter-box .filter-label{width:100%;box-sizing:border-box;min-height:0;margin:0;padding:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:600;color:#374151;line-height:1.3;display:block}.account-list-page .filter-box .filter-options{flex:1;min-width:0;display:flex;gap:8px;align-items:flex-start;flex-wrap:wrap;width:100%;padding:8px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.account-list-page .filter-box .filter-options__inner{flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.account-list-page .filter-box .filter-options__inner.is-options-collapsed{max-height:36px;overflow:hidden}.account-list-page .filter-box .filter-options__toggle{display:inline-flex;align-items:center;gap:2px;flex-shrink:0;height:32px;padding:0 4px;border:none;background:transparent;color:var(--primary-color);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.account-list-page .filter-box .filter-options .range-input-wrapper{display:inline-flex;align-items:center;gap:6px;width:100%;max-width:280px;padding:4px 8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.account-list-page .filter-box .filter-options .range-input-wrapper .range-separator{color:#909399;font-size:12px}.account-list-page .filter-box .filter-options .range-input-wrapper :deep(.el-input__wrapper){box-shadow:none!important;background:transparent;padding:0 2px}.account-list-page .filter-box .filter-options .range-input-wrapper :deep(.el-input__inner){text-align:center;font-size:13px}.account-list-page .filter-box .filter-options :deep(.el-input){width:100%!important;max-width:100%}.account-list-page .filter-box .filter-options :deep(.el-input:not(.is-focus) .el-input__wrapper){box-shadow:0 0 0 1px #e5e7eb inset;border-radius:8px}.account-list-page .filter-box .filter-tag{box-sizing:border-box;min-height:32px;display:inline-flex;align-items:center;justify-content:center;line-height:1.2;padding:4px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:13px;cursor:pointer}.account-list-page .filter-box .filter-tag.active{background:#3a8ee61a;border-color:var(--primary-color);color:var(--primary-color);font-weight:700;box-shadow:none}.account-list-page .filter-box .filter-row--wide .filter-tag{min-width:0;min-height:32px;padding:4px 12px;font-size:13px;font-weight:600}.account-list-page .filter-box .filter-row__tip{display:none}.account-list-page .filter-box.is-mobile-collapsed{display:block;padding:12px 14px 14px;max-width:100%;box-sizing:border-box}.account-list-page .filter-box.is-mobile-collapsed .filter-box__body{display:none}.account-list-page .filter-box.is-mobile-collapsed .filter-box__footer{display:flex;justify-content:flex-end;padding:12px 0 0}.account-list-page .filter-box.is-mobile-collapsed .filter-box__actions{display:flex;justify-content:flex-end;width:100%}.account-list-page .filter-box.is-mobile-collapsed .filter-box__reset{display:none}.account-list-page .filter-box.is-mobile-collapsed .filter-box__apply{flex:none;width:96px;height:44px;border-radius:22px;background:#071b3d;color:#fff;font-size:16px;font-weight:800}.account-list-page .filter-box.is-mobile-collapsed .filter-row{display:flex;flex-direction:row;align-items:center;gap:8px;min-height:44px;padding:0 12px;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0f172a0a;cursor:pointer}.account-list-page .filter-box.is-mobile-collapsed .filter-row.is-active{box-shadow:0 0 0 1px #3a8ee659;background:#f8fbff}.account-list-page .filter-box.is-mobile-collapsed .filter-row.is-active .filter-label,.account-list-page .filter-box.is-mobile-collapsed .filter-row.is-active .filter-pill-arrow{color:var(--primary-color)}.account-list-page .filter-box.is-mobile-collapsed .filter-row:before{content:"";width:18px;height:18px;flex-shrink:0;border-radius:5px;background:#eef2f7 center/12px 12px no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3-3'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-row:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M17 8H9.5a2.5 2.5 0 0 0 0 5H14.5a2.5 2.5 0 0 1 0 5H7'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-row:nth-child(3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-row:nth-child(4):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9l1-8z'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-row:nth-child(5):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a4 4 0 0 1 8 0v2'/%3E%3C/svg%3E")}.account-list-page .filter-box.is-mobile-collapsed .filter-label{flex:1;min-width:0;margin:0;font-size:13px;font-weight:600;color:#374151}.account-list-page .filter-box.is-mobile-collapsed .filter-pill-arrow{display:inline-flex!important}.account-list-page .filter-box.is-mobile-collapsed .filter-row__main,.account-list-page .filter-box.is-mobile-collapsed .filter-row__tip{display:none!important}.account-list-page .filter-box:not(.is-mobile-collapsed){background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 10px #0027660d;padding:12px;max-width:100%;box-sizing:border-box}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__body{display:flex;flex-direction:column;gap:0;width:100%;max-width:100%;min-width:0}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row,.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row__main,.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-options{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-options .el-input{width:100%!important;max-width:100%!important}.account-list-page .filter-box:not(.is-mobile-collapsed) .range-input-wrapper{max-width:100%}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__body.is-collapsed .filter-row:nth-child(n+6){display:flex}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row{padding:12px 0;border-bottom:1px dashed #ebeef5}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row:last-child{border-bottom:none}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-pill-arrow{display:none!important}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label{margin-bottom:8px;font-size:13px;font-weight:700;color:#303133}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__footer{border-top:1px solid #eef0f4;padding-top:12px;margin-top:4px;justify-content:space-between}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__actions{width:100%;justify-content:space-between}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__apply{flex:0 0 auto;min-width:96px}.account-list-page .mobile-filter-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.account-list-page .mobile-filter-pill{width:100%;min-width:0;height:50px;padding:0 12px;border:1px solid #e2e7ef;border-radius:25px;background:#fbfcff;box-shadow:inset 0 1px #ffffffd9;display:grid;grid-template-columns:minmax(0,1fr) auto 14px;align-items:center;gap:8px;color:#111827;cursor:pointer}.account-list-page .mobile-filter-pill__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;text-align:left}.account-list-page .mobile-filter-pill__value{font-size:14px;font-weight:800;color:#111827;white-space:nowrap}.account-list-page .mobile-filter-pill__arrow{font-size:13px;color:#8b95a7}.account-list-page .mobile-filter-pill.is-active{border-color:#1677ff59;background:#f4f9ff}.account-list-page .mobile-filter-pill.is-active .mobile-filter-pill__label,.account-list-page .mobile-filter-pill.is-active .mobile-filter-pill__value{color:#1677ff}.account-list-page .filter-box{border-radius:8px;box-shadow:0 10px 22px #0f234214}.account-list-page .filter-box.is-mobile-collapsed{padding:13px 12px 14px}.account-list-page .filter-box.is-mobile-collapsed .filter-box__footer{padding:12px 0 0}.account-list-page .filter-box.is-mobile-collapsed .filter-box__apply{width:94px;height:38px;border-radius:12px;gap:5px;padding:0 13px;font-size:14px;font-weight:600;box-shadow:0 8px 16px #071b3d33}.account-list-page .filter-box.is-mobile-collapsed .filter-box__apply .el-icon{font-size:14px}.account-list-page .filter-box:not(.is-mobile-collapsed){padding:13px 12px 14px;border:none;border-radius:8px;box-shadow:0 10px 22px #0f234214}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row:not(.mobile-quick-filter){display:none}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row{display:grid;grid-template-columns:minmax(0,1fr) 11px;align-items:center;min-height:37px;padding:0 10px;border:1px solid #e5e8ee;border-radius:19px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #0f23420a;cursor:pointer}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label{width:100%;min-width:0;margin:0;padding:0;line-height:1}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label .account-list-mobile-only{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;color:#1f2937}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-label__value{max-width:56px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;color:#2f3744}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-pill-arrow{display:inline-flex!important;font-size:10px;color:#8a93a3}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row__main,.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-row__tip{display:none!important}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__footer{padding:12px 0 0;border-top:none}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__selected,.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__reset{display:none}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__actions{display:flex;justify-content:flex-end;width:100%}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__apply{flex:none;width:94px;min-width:0;height:38px;border-radius:12px;gap:5px;padding:0 13px;font-size:14px;font-weight:600;box-shadow:0 8px 16px #071b3d33}.account-list-page .filter-box:not(.is-mobile-collapsed) .filter-box__apply .el-icon{font-size:14px}.account-list-page .mobile-filter-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.account-list-page .mobile-filter-pill{height:37px;padding:0 10px;grid-template-columns:minmax(0,1fr) auto 11px;gap:7px;border-color:#e5e8ee;border-radius:19px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #0f23420a}.account-list-page .mobile-filter-pill__label{font-size:13px;font-weight:700;color:#1f2937}.account-list-page .mobile-filter-pill__value{font-size:12px;font-weight:500;color:#2f3744}.account-list-page .mobile-filter-pill__arrow{font-size:10px;color:#8a93a3}.account-list-page .product-list-panel{background:#fff;border-radius:14px;overflow:hidden;margin-bottom:12px;box-shadow:0 10px 24px #0f23420f}.account-list-page .list-toolbar{display:none;align-items:center;padding:12px 14px 6px;margin-bottom:0;border-radius:0;border:none;box-shadow:none;background:#fff;gap:8px;border-bottom:none}.account-list-page .list-toolbar .toolbar-left{flex:1;min-width:0;overflow:hidden}.account-list-page .list-toolbar .sort-tabs{display:flex;justify-content:space-between;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.account-list-page .list-toolbar .sort-tabs::-webkit-scrollbar{display:none}.account-list-page .list-toolbar .sort-tab{flex-shrink:0;font-size:12px;height:36px;display:inline-flex;align-items:center;white-space:nowrap;padding:0 2px;border-bottom:3px solid transparent;color:#0f172a;font-weight:700}.account-list-page .list-toolbar .sort-tab.active{color:#1677ff;font-weight:900;border-bottom-color:var(--primary-color)}.account-list-page .list-toolbar .sort-tab .el-icon{margin-left:1px;font-size:13px}.account-list-page .toolbar-advanced{display:inline-flex;align-items:center;justify-content:center;gap:3px;width:48px;height:30px;padding:0;border:0;border-left:1px solid #eef1f6;border-radius:0;background:transparent;color:#1677ff;font:inherit;font-size:12px;font-weight:700;flex-shrink:0}.account-list-page .accounts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px;margin-bottom:0}.account-list-page .recommend-product-card{width:100%;min-width:0;border-radius:12px;border:1px solid #eef1f6;box-shadow:none}.account-list-page .recommend-product-card:hover{transform:none;box-shadow:none}.account-list-page .recommend-product-card .product-card__thumb{height:auto;aspect-ratio:16/10}.account-list-page .recommend-product-card .product-card__info{padding:9px;gap:6px}.account-list-page .recommend-product-card .product-card__name{font-size:13px;font-weight:800;line-height:1.3}.account-list-page .recommend-product-card .product-card__fee-grid{border-radius:10px}.account-list-page .recommend-product-card .product-card__tags{min-height:0;max-height:42px;gap:4px}.account-list-page .recommend-product-card .product-card__tag{height:20px;padding:0 6px;font-size:10px}.account-list-page .recommend-product-card .product-card__tag--assured{align-self:center;box-sizing:border-box;width:20px;min-width:20px;height:20px;padding:0;line-height:0}.account-list-page .recommend-product-card .product-card__assured-icon{width:auto;height:80%;max-width:100%;max-height:100%;margin:auto}.account-list-page .recommend-product-card .product-card__fee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-list-page .recommend-product-card .product-card__fee-item{padding:6px}.account-list-page .recommend-product-card .product-card__fee-label{font-size:9px}.account-list-page .recommend-product-card .product-card__fee-value{font-size:11px}.account-list-page .recommend-product-card .product-card__footer{padding-top:10px}.account-list-page .recommend-product-card .product-card__price{font-size:17px;font-weight:800}.account-list-page .recommend-product-card .product-card__btn{height:30px;padding:0 8px;border-radius:9px;font-size:11px}.account-list-page .recommend-product-card .product-card__online-btn{display:inline-flex;width:100%;height:26px;padding:0 4px;border-radius:7px;font-size:10px;box-shadow:none}.account-list-page .product-card{width:100%;max-width:100%;min-width:0;height:100%;border-radius:12px;border:1px solid #eef0f4;box-shadow:0 2px 8px #0f172a0a;background:#fff;overflow:hidden}.account-list-page .product-card:hover{transform:none;box-shadow:0 2px 8px #0f172a0a}.account-list-page .product-card .card-image{aspect-ratio:16/10}.account-list-page .product-card .card-image .product-discount-badge--overlay{left:0;top:8px;border-radius:0 6px 6px 0;background:var(--primary-color);color:#fff;font-size:11px;font-weight:800;padding:3px 8px;box-shadow:none}.account-list-page .product-card .want-badge{bottom:6px;right:6px;top:auto;border-radius:999px;font-size:10px;padding:2px 6px}.account-list-page .product-card .card-content{padding:10px;flex:1;display:flex;flex-direction:column;min-height:0}.account-list-page .product-card .product-title{font-size:13px;font-weight:800;min-height:2.7em;margin-bottom:6px;color:#111827;flex-shrink:0}.account-list-page .product-card .skin-tags{margin-top:0;margin-bottom:6px;gap:4px;max-height:44px;overflow:hidden;flex-shrink:0}.account-list-page .product-card .skin-tags .skin-tag{background:#3a8ee614;border-color:#3a8ee61f;color:var(--primary-color);font-size:10px}.account-list-page .product-card .skin-tags .skin-tag--knife{background:#3a8ee614;border-color:#3a8ee61f;color:var(--primary-color)}.account-list-page .product-card .skin-tags .skin-tag--red{background:#e5393514;border-color:#e539354d;color:#e53935}.account-list-page .product-card .skin-tags .skin-tag--gold{background:#c9920a1a;border-color:#c9920a59;color:#c9920a}.account-list-page .product-card .seller-meta{display:inline-flex;align-items:center;gap:3px;margin-bottom:8px;font-size:11px;color:#9ca3af}.account-list-page .product-card .seller-meta .el-icon{font-size:12px}.account-list-page .product-card .fee-grid{margin-bottom:10px;border-radius:8px}.account-list-page .product-card .fee-cell{gap:4px;padding:6px 4px;min-height:44px}.account-list-page .product-card .fee-cell__icon{width:22px;height:22px;border-radius:6px;font-size:12px}.account-list-page .product-card .fee-cell__label{font-size:10px}.account-list-page .product-card .fee-cell__value{font-size:11px}.account-list-page .product-card .card-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:auto;gap:8px;padding-top:0;border-top:none}.account-list-page .product-card .product-rent-btn{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border-radius:6px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:12px;font-weight:700;white-space:nowrap;box-shadow:none}.account-list-page .infinite-load-state{display:flex;min-height:48px;align-items:center;justify-content:center;padding:4px 16px calc(12px + env(safe-area-inset-bottom,0px));color:#9aa6b6;font-size:12px;line-height:20px;box-sizing:border-box}.account-list-page .infinite-load-dots{display:inline-flex;align-items:center;gap:6px;height:20px}.account-list-page .infinite-load-dots i{display:block;width:6px;height:6px;border-radius:50%;background:#88a1be;animation:account-list-load-dot 1s ease-in-out infinite}.account-list-page .infinite-load-dots i:nth-child(2){animation-delay:.14s}.account-list-page .infinite-load-dots i:nth-child(3){animation-delay:.28s}@keyframes account-list-load-dot{0%,60%,to{opacity:.35;transform:scale(.72)}30%{opacity:1;transform:scale(1.2)}}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){.account-list-page .infinite-load-dots i{animation:none;opacity:.8;transform:none}}@media (max-width: 768px){.account-list-page .empty-state{padding:40px 16px;border-radius:12px}.product-deposit-promise{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:4px 6px;text-align:center;font-size:clamp(10px,2.6vw,13px);font-weight:700;line-height:1.3;color:#ff1f1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.02em;background:#0000006b;pointer-events:none}.thumb:has(>.product-deposit-promise)>.want-badge,.card-image:has(>.product-deposit-promise)>.want-badge{bottom:28px!important}.product-deposit-promise{padding:3px 4px;font-size:clamp(9px,2.8vw,11px)}.thumb:has(>.product-deposit-promise)>.want-badge,.card-image:has(>.product-deposit-promise)>.want-badge{bottom:24px!important}.product-discount-badge{display:inline-block;padding:4px 10px;border-radius:6px;background:linear-gradient(135deg,#ffd666,#f5c842);color:#5c3b00;font-size:13px;font-weight:900;line-height:1.2;margin-bottom:10px}.product-discount-badge--overlay{position:absolute;left:10px;top:10px;z-index:2;margin-bottom:0;box-shadow:0 2px 8px #5c3b0026}.fee-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;border:1px solid rgba(0,0,0,.08);border-radius:10px;overflow:hidden;margin-top:auto;margin-bottom:12px;flex-shrink:0;background:#fff}}@media (max-width: 768px){.fee-grid+.card-footer{margin-top:0!important}.fee-cell{display:flex;align-items:center;gap:8px;padding:10px 8px;min-height:52px;height:100%;box-sizing:border-box;background:#fff}.fee-cell:nth-child(odd){border-right:1px solid rgba(0,0,0,.06)}.fee-cell:nth-child(-n+2){border-bottom:1px solid rgba(0,0,0,.06)}.fee-cell__icon{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:linear-gradient(180deg,#1a3a6b,#0f2744);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.fee-cell__body{min-width:0;display:flex;flex-direction:column;gap:2px}.fee-cell__label{font-size:11px;color:var(--text-muted);line-height:1.2}.fee-cell__value{font-size:13px;font-weight:800;color:var(--text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-rent-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 16px;border-radius:8px;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:13px;font-weight:800;cursor:pointer;flex-shrink:0;transition:opacity .2s,border-color .2s,background-color .2s;white-space:nowrap}.product-rent-btn:hover{opacity:1;border-color:#3a8ee673;background:#f8fafc}.platform-mobile .recommend-product-card:hover,.platform-mobile .type-product-card:hover,.platform-mobile .product-card:hover{transform:none!important;box-shadow:none!important}.platform-mobile .recommend-product-card:hover .product-card__btn{background:#02122f!important;transform:none!important}.platform-mobile .recommend-product-card:hover .product-card__online-btn{transform:none!important}.platform-mobile .product-rent-btn:hover{border-color:#0f274429!important;background:#fff!important}.shareholder-desktop-only{display:block}.shareholder-mobile-only{display:none}.shareholder-page{background:#f5f7fb}.shareholder-page .container{max-width:1370px;margin:0 15px}.shareholder-desktop-only{display:none!important}.shareholder-mobile-only{display:block}.shareholder-page{padding-top:0;padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.shareholder-hero{background:transparent;padding:10px 0 12px;margin-top:0}.shareholder-hero__inner{display:block;min-height:174px;padding:24px 18px 18px;border-radius:18px;box-sizing:border-box;overflow:hidden;background-color:#001d56;background-image:var(--shareholder-hero-image);background-repeat:no-repeat;background-position:78% center;background-size:auto 250%}.shareholder-hero__content{max-width:64%}.shareholder-hero__title{font-size:25px;font-weight:800;color:#fff;margin-bottom:6px}.shareholder-hero__subtitle{font-size:14px;color:#ffffffe6;margin-bottom:4px;line-height:1.45;white-space:nowrap}.shareholder-hero__desc{font-size:12px;color:#ffffffb3;margin-bottom:12px}.shareholder-hero__btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 18px;border:none;border-radius:999px;background:var(--gold-gradient);color:#5c3b00;font-size:13px;font-weight:700}.shareholder-hero__btn img{width:16px;height:16px;object-fit:contain}.shareholder-stats-wrap{margin-top:0;margin-bottom:12px}.shareholder-stats{display:flex;flex-direction:column;gap:10px;background:transparent;border:none;box-shadow:none}.shareholder-stats__item{background:var(--bg-primary);border-radius:18px;border:1px solid rgba(20,45,80,.08);padding:16px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 22px #122b4b0e}.shareholder-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.shareholder-shortcuts__item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:90px;padding:10px 6px;border:1px solid rgba(20,45,80,.08);border-radius:18px;background:var(--bg-primary);color:inherit;text-align:center;box-shadow:0 8px 22px #122b4b0e}.shareholder-shortcuts__item img{width:36px;height:36px;margin:0 0 6px;border-radius:50%;object-fit:contain;flex:0 0 auto}.shareholder-shortcuts__body{display:flex;flex-direction:column;align-items:center;min-width:0;gap:3px}.shareholder-shortcuts__label{overflow:hidden;color:#27364f;max-width:100%;font-size:13px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.shareholder-shortcuts__value{color:#1683dc;max-width:100%;overflow:hidden;font-size:12px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.shareholder-shortcuts__hint{color:#8a97ad;font-size:11px;line-height:1.2}.shareholder-stats__icon{width:52px;height:52px;flex-shrink:0}.shareholder-stats__icon img{width:100%;height:100%;object-fit:contain;display:block}.shareholder-stats__body{flex:1 1 auto;min-width:0;width:auto;overflow:hidden}.shareholder-stats__label{color:#1f2d45;font-size:17px;font-weight:700;line-height:1.3}.shareholder-stats__link{width:100%;min-width:0;margin-top:6px;overflow:hidden;color:#1d2a40;font-size:14px;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.shareholder-stats__hint{margin-top:8px;font-size:11px;color:#8a97ad;line-height:1.45}.shareholder-stats__value{margin-top:4px;color:#1683dc;font-size:19px;font-weight:700;line-height:1.2}.shareholder-stats__item--link{align-items:center;padding-top:18px;padding-bottom:18px}.shareholder-stats__item--link .shareholder-stats__icon{align-self:flex-start}.shareholder-stats__copy{margin-left:auto;height:36px;padding:0 12px;border-radius:8px;border:1px solid #45a3e7;background:transparent;color:#258dd4;font-size:13px;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;flex:0 0 auto;max-width:100%}.shareholder-stats__copy .el-icon{flex:0 0 auto}.shareholder-stats__copy{position:relative;z-index:1}.shareholder-rules{background:var(--bg-primary);border-radius:18px;border:1px solid rgba(20,45,80,.08);padding:18px 16px;margin-bottom:12px;box-shadow:0 8px 22px #122b4b0e}.shareholder-rules__list{list-style:none;margin:0 0 10px;padding:0}.shareholder-rules__list li{position:relative;padding-left:16px;margin-bottom:10px;line-height:1.55}.shareholder-rules__list li:before{content:"";position:absolute;top:.72em;left:3px;width:5px;height:5px;border-radius:50%;background:#001f5d}.shareholder-rules__example{margin-top:14px;padding:14px 12px;border-radius:12px;border:1px solid #f2d694;background:#fffaf0}.shareholder-rules__example-title{font-size:16px;font-weight:800;margin:0 0 8px}.shareholder-rules__example-line{font-size:14px;color:#30415f;line-height:1.6;margin:0 0 6px}.shareholder-rules__example-line:last-child{margin-bottom:0}.shareholder-rules__example-line .highlight-percent{color:#ff9700!important;font-weight:700}.shareholder-earnings{background:var(--bg-primary);border-radius:12px;border:1px solid rgba(20,45,80,.08);padding:14px;margin-bottom:24px;box-shadow:0 8px 22px #122b4b0e}.shareholder-earnings__head{margin-bottom:10px}.shareholder-earnings__actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.shareholder-earnings__live{font-size:11px;font-weight:700;color:#ff9700;white-space:nowrap;margin-left:6px}.shareholder-earnings__tabs{display:flex;gap:6px;overflow-x:auto;flex:1}.shareholder-earnings__tab{flex-shrink:0;height:28px;padding:0 10px;border-radius:6px;border:1px solid var(--border-color);background:var(--bg-secondary);font-size:12px}.shareholder-earnings__tab.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.shareholder-mobile-list{display:flex;flex-direction:column;gap:8px}.shareholder-mobile-row{padding:10px;border-radius:10px;background:var(--bg-secondary);border:1px solid var(--border-color)}.shareholder-mobile-row__top{display:flex;justify-content:space-between;font-weight:700;margin-bottom:4px}.shareholder-mobile-row__top .is-money{color:#b8860b}.shareholder-mobile-row__meta{font-size:12px;color:var(--text-muted);line-height:1.5}.shareholder-section-title{font-size:20px;font-weight:800}.shareholder-mobile-empty{padding:24px 0;text-align:center;display:flex;flex-direction:column;align-items:center}.shareholder-mobile-empty .shareholder-empty__icon{width:46px;height:46px;object-fit:contain;opacity:.72}.shareholder-mobile-empty .shareholder-empty__text{margin-top:6px;font-size:13px;color:var(--text-muted)}.profile-desktop-only{display:block}.profile-mobile-only{display:none}.profile-dashboard{display:flex;flex-direction:column;gap:12px}.profile-hero-card{position:relative;display:flex;align-items:stretch;padding:0;overflow:hidden;background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.profile-hero-card__main{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:16px;min-width:0}.profile-hero-card__banner,.profile-hero-card__grade{display:none}.profile-hero-card__avatar-wrap{position:relative;justify-self:start;padding-bottom:10px}.profile-hero-card__avatar{border:3px solid #fff;box-shadow:0 0 0 2px #0f27441f;background:var(--bg-secondary)}.profile-hero-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-hero-card__level{position:absolute;left:50%;bottom:0;transform:translate(-50%);padding:3px 14px;border-radius:999px;background:#0f2744;color:#fff;font-size:12px;font-weight:800;letter-spacing:.3px;border:2px solid #fff;white-space:nowrap}.profile-hero-card__info{min-width:0}.profile-hero-card__name-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.profile-hero-card__name{font-size:20px;font-weight:800;color:#0f2744}.profile-hero-card__member-tag{display:inline-flex;align-items:center;gap:5px;min-height:26px;box-sizing:border-box;padding:3px 10px 3px 6px;border:1px solid #e5b83f;border-radius:6px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-size:12px;font-weight:900;letter-spacing:.15px;line-height:1;text-transform:uppercase;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e,0 3px 8px #0f274429}.profile-hero-card__member-tag.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 2px 6px #405b781f}.profile-hero-card__member-tag img{width:20px;height:18px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.26))}.profile-hero-card__member-tag.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.profile-hero-card__member-tag.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.profile-hero-card__member-tag.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.profile-hero-card__member-tag.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff;box-shadow:inset 0 1px #d2bcff3d,0 3px 8px #341c604d}.profile-hero-card__mobile-vip-badge,.profile-hero-card__mobile-member-tag{display:none}.profile-hero-card__role-tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap}.profile-hero-card__role-tag.is-internal{background:#ecfdf5;color:#16a34a}.profile-hero-card__role-tag.is-partner{background:#eff6ff;color:#2563eb}.profile-hero-card__role-tag.is-user{background:#0f274414;color:#0f2744}.profile-hero-card__bio{font-size:13px;color:var(--text-secondary);margin:0 0 10px;line-height:1.5}.profile-hero-card__meta{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted)}.profile-hero-card__meta-item{display:inline-flex;align-items:center;gap:5px;color:var(--text-secondary)}.profile-hero-card__meta-item img{width:13px;height:13px;object-fit:contain;opacity:.75;flex-shrink:0}.profile-hero-card__meta-item em{font-style:normal;color:var(--text-muted);margin-right:3px}.profile-hero-card__meta--secondary{margin-top:2px}.profile-quick-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-quick-stats__item{display:flex;align-items:center;gap:12px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:14px 12px;box-shadow:var(--shadow-sm);text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.profile-quick-stats__item:hover{border-color:#0f274440;box-shadow:var(--shadow);transform:translateY(-1px)}.profile-quick-stats__icon{width:44px;height:44px;flex-shrink:0;object-fit:contain}.profile-quick-stats__body{min-width:0}.profile-quick-stats__label{font-size:13px;font-weight:700;color:var(--text-secondary);margin-bottom:2px}.profile-quick-stats__value{display:block;font-size:20px;font-weight:800;color:#0f2744;line-height:1.2;word-break:break-all}.profile-quick-stats__value small{font-size:12px;font-weight:600;color:var(--text-secondary)}.profile-quick-stats__hint{margin-top:2px;font-size:11px;color:var(--text-muted)}.profile-orders-security,.profile-service-section{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0}.profile-panel{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--border-radius-xl);padding:16px;box-shadow:var(--shadow-sm)}.profile-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-panel__title{margin:0;font-size:15px;font-weight:800;color:var(--text-primary)}.profile-panel__link{font-size:13px;color:var(--primary-color);text-decoration:none;font-weight:600;white-space:nowrap}.profile-panel__link:hover{text-decoration:underline}.profile-orders-table{width:100%;border-collapse:collapse}.profile-orders-table th,.profile-orders-table td{padding:10px 8px;text-align:left;font-size:12px;border-bottom:1px solid var(--border-color)}.profile-orders-table th{color:var(--text-muted);font-weight:600;background:var(--bg-secondary)}.profile-orders-table tbody tr:last-child td{border-bottom:none}.profile-orders-table .order-no{font-weight:600;color:var(--text-primary)}.profile-orders-table .order-sub{margin-top:3px;font-size:12px;color:var(--text-muted)}.profile-orders-table .order-time__end{display:flex;align-items:center;gap:3px}.profile-orders-table .order-time__end .el-icon{font-size:11px}.profile-orders-table .order-amount{font-weight:700;color:var(--text-primary)}.profile-orders-table .order-game{display:flex;align-items:center;gap:8px}.profile-orders-table .order-game img{width:36px;height:36px;border-radius:8px;object-fit:cover;background:var(--bg-secondary);flex-shrink:0}.profile-orders-table .order-game__text{min-width:0}.profile-orders-table .order-game__name{font-weight:600;color:var(--text-primary)}.profile-orders-table .status-tag{display:inline-block;padding:3px 10px;border-radius:var(--border-radius);font-size:12px;font-weight:600}.profile-orders-table .status-tag.is-info{background:#3a8ee61f;color:var(--primary-color)}.profile-orders-table .status-tag.is-success{background:#52c41a1f;color:#389e0d}.profile-orders-table .status-tag.is-cancel{background:#0000000d;color:var(--text-muted)}.profile-orders-table .action-link{color:var(--primary-color);font-weight:600;cursor:pointer;border:none;background:transparent;font-size:13px}.profile-orders-table .action-link:hover{text-decoration:underline}.profile-orders-table .profile-orders-empty{padding:32px 10px;text-align:center;color:var(--text-muted);font-size:14px;white-space:normal}.profile-security-list{display:flex;flex-direction:column;gap:10px}.profile-security-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--border-color);font-size:13px}.profile-security-list__item:last-child{border-bottom:none}.profile-security-list__status{display:inline-flex;align-items:center;gap:4px;color:var(--text-secondary)}.profile-security-list__status.is-ok{color:#389e0d}.profile-help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-help-grid__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:10px;background:var(--bg-secondary);border:1px solid var(--border-color);cursor:pointer;transition:border-color .2s}.profile-help-grid__item:hover{border-color:var(--primary-color)}.profile-help-grid__item .el-icon{font-size:22px;color:var(--primary-color)}.profile-help-grid__item span{font-size:12px;color:var(--text-secondary);font-weight:600;text-align:center;line-height:1.3}.profile-favorites__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.profile-favorites__item{border-radius:12px;overflow:hidden;border:1px solid var(--border-color);cursor:pointer;transition:transform .2s}.profile-favorites__item:hover{transform:translateY(-2px)}.profile-favorites__item img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--bg-secondary)}.profile-favorites__item span{display:block;padding:6px 8px;font-size:12px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-favorites__add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:120px;border:2px dashed var(--border-color);border-radius:12px;background:var(--bg-secondary);cursor:pointer;color:var(--text-muted);font-size:12px}.profile-favorites__add .el-icon{font-size:24px}.profile-favorites__add:hover{border-color:var(--primary-color);color:var(--primary-color)}.profile-favorites__empty{padding:32px 16px;text-align:center;font-size:13px;color:var(--text-muted)}.profile-page .profile-layout{display:grid;align-items:start}.profile-page .profile-sidebar{min-width:0}.profile-page .profile-nav{display:flex;flex-direction:column;gap:4px;background:var(--bg-primary);border-radius:var(--border-radius-xl);border:1px solid var(--border-color);padding:8px;box-shadow:var(--shadow-sm)}.profile-page .profile-nav .nav-item{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;margin-bottom:0;font-size:13px;color:var(--text-secondary);text-decoration:none;transition:background .2s,color .2s}.profile-page .profile-nav .nav-item .nav-item__icon{width:18px;height:18px;flex-shrink:0;background-color:currentColor;mask-image:var(--nav-icon);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:var(--nav-icon);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.profile-page .profile-nav .nav-item:hover{background:var(--bg-secondary);color:#0f2744}.profile-page .profile-nav .nav-item.active{background:#0f27440f;color:#0f2744;font-weight:700}.profile-page .profile-nav .nav-item .nav-item__label-mobile{display:none}.profile-desktop-only{display:none!important}.profile-mobile-only{display:block}.profile-page{background:#fff;overflow-x:hidden;padding-bottom:8px}.profile-page .page-header,.profile-page .profile-page-header{display:none}.profile-page .container{padding-left:12px;padding-right:12px;max-width:100%;box-sizing:border-box}.profile-page .profile-layout{display:flex;flex-direction:column;gap:10px;padding:12px 0 0;min-width:0}.profile-page.is-message-page .profile-layout,.profile-page.is-publish-idle-page .profile-layout{gap:0;padding-top:0}.profile-page.is-message-page .profile-sidebar,.profile-page.is-publish-idle-page .profile-sidebar{display:none}.profile-page.is-publish-idle-page .container{padding-left:0;padding-right:0;padding-bottom:calc(100px + env(safe-area-inset-bottom,0px));background:#fff}.profile-page.is-publish-idle-page,.profile-page.is-publish-idle-page .profile-layout,.profile-page.is-publish-idle-page .profile-content{background:#fff}.profile-page .profile-sidebar{position:sticky;top:0;z-index:30;width:100%;min-width:0;background:var(--bg-secondary);padding-bottom:4px}.profile-page .profile-nav{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:4px;padding:6px;max-height:none;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.profile-page .profile-nav::-webkit-scrollbar{display:none}.profile-page .profile-nav .nav-item{flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:64px;padding:8px 10px;font-size:11px;line-height:1.25;text-align:center;white-space:nowrap}.profile-page .profile-nav .nav-item .el-icon{font-size:18px}.profile-page .profile-nav .nav-item .nav-item__label{display:block;width:100%;word-break:keep-all}.profile-page .profile-nav .nav-item.has-mobile-name .nav-item__label-desktop{display:none}.profile-page .profile-nav .nav-item.has-mobile-name .nav-item__label-mobile{display:block}.profile-page .profile-sidebar__service{display:none}.profile-page .profile-content{min-width:0;width:100%;overflow-x:hidden}.profile-page .profile-dashboard{min-width:0;gap:10px}.profile-page .profile-hero-card__mobile-member-tag{position:absolute;z-index:3;left:50%;bottom:0;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;min-height:22px;max-width:92px;padding:3px 9px;overflow:hidden;border:1px solid rgba(220,229,255,.72);border-radius:999px;background:linear-gradient(135deg,#27355c,#0b122f);color:#f7f9ff;box-sizing:border-box;font-size:10px;font-weight:800;line-height:1;text-decoration:none;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 3px 8px #0f27442e}.profile-page .profile-hero-card__mobile-member-tag.is-gold{border-color:#e2ab32d1;background:linear-gradient(135deg,#68450b,#281a02);color:#ffe6a0}.profile-page .profile-hero-card__mobile-member-tag.is-ordinary{border-color:#c6d5e4eb;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;box-shadow:0 2px 6px #405b781f}.profile-page .profile-hero-card__mobile-member-tag.is-platinum{border-color:#bcc9dadb;background:linear-gradient(135deg,#4b5d77,#263247);color:#f3f7ff}.profile-page .profile-hero-card__mobile-member-tag.is-black-gold{border-color:#bc8d31db;background:linear-gradient(135deg,#252b36,#070a10);color:#f0cb78}.profile-page .profile-hero-card__mobile-member-tag.is-black-diamond{border-color:#8f65eee0;background:linear-gradient(135deg,#2b1b49,#0c0815);color:#e2d6ff}.profile-page .profile-hero-card.has-mobile-vip{overflow:hidden;border-color:#cdd9ff52;background:#141b3d85;box-shadow:none}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__main{position:relative;min-height:144px;grid-template-columns:74px minmax(0,1fr);padding:7px;gap:12px;align-items:center;background:transparent}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__info{min-width:0;align-self:stretch;display:flex;flex-direction:column}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__avatar-wrap{align-self:center;padding-bottom:10px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__avatar{--el-avatar-size: 72px !important;width:72px!important;height:72px!important;border:3px solid rgba(255,255,255,.92);box-shadow:0 0 0 3px #8a9fff42,0 8px 18px #02061752}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__level{bottom:-1px;padding:3px 12px;border-color:#a4b2ffb3;background:linear-gradient(135deg,#25254a,#141936);box-shadow:0 4px 10px #0206174d}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__name-row{gap:7px;margin-bottom:5px;padding-right:88px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__name{color:#fff;font-size:20px;letter-spacing:.2px;text-shadow:0 2px 6px rgba(5,9,32,.42)}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__role-tag{height:20px;padding:0 7px;border:1px solid rgba(255,255,255,.18);background:#ffffff24;color:#fff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__role-tag.is-internal,.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__role-tag.is-partner,.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__role-tag.is-user{background:#ffffff24;color:#fff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag{position:absolute;z-index:3;left:50%;top:58px;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:22px;max-width:84px;margin-top:0;padding:2px 7px 2px 4px;overflow:hidden;border:1px solid rgba(220,229,255,.62);border-radius:999px;background:linear-gradient(135deg,#27355cf5,#080d22f5);color:#f7f9ff;font-size:10px;font-weight:800;line-height:1;text-transform:uppercase;text-decoration:none;white-space:nowrap;box-shadow:0 3px 8px #0206174d}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag img{width:17px;height:15px;flex:0 0 auto;object-fit:contain}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag span{overflow:hidden;text-overflow:ellipsis}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag.is-gold{border-color:#ffd570c2;background:linear-gradient(135deg,#65430afa,#231602fa);color:#ffe5a1}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag.is-platinum{border-color:#dceaffc7;background:linear-gradient(135deg,#475771fa,#1c2638fa)}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag.is-black-gold{border-color:#e3bb63d1;background:linear-gradient(135deg,#252a34fa,#05080efa);color:#f4d18a}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-member-tag.is-black-diamond{border-color:#b999ffd1;background:linear-gradient(135deg,#2b1c48fa,#0a0713fa);color:#e8dcff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__member-tag{display:none}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge{position:absolute;z-index:2;top:31%;right:6px;transform:translateY(-50%);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:98px;min-height:0;max-width:98px;margin:0;padding:0;overflow:hidden;border:0;border-radius:0;background:transparent;color:#f6f8ffeb;font-size:10px;font-weight:800;line-height:1;text-decoration:none;text-shadow:0 1px 2px rgba(0,0,0,.42)}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge img{width:86px;height:70px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 5px 8px rgba(3,8,28,.3))}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge span{display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-gold{color:#ffe5a1}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-platinum{color:#f3f8ff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-black-gold{color:#f4d18a}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-black-diamond{width:120px;max-width:120px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-black-diamond img{width:112px;height:84px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__mobile-vip-badge.is-black-diamond{color:#e8dcff}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__bio{margin-bottom:8px;width:100%;max-width:calc(100% - 88px);color:#f2f6ffe6;font-size:12px;text-shadow:0 1px 3px rgba(4,8,26,.4)}.profile-page .profile-hero-card.has-mobile-vip.is-vip-black-diamond .profile-hero-card__bio{display:block;width:calc(100% - 120px);max-width:none;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:unset;-webkit-box-orient:initial}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__meta{flex-direction:row;flex-wrap:wrap;margin-top:auto;gap:6px;font-size:10px}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__meta-item{min-height:24px;padding:0 7px;border:1px solid rgba(225,233,255,.1);border-radius:999px;background:#080e2757;color:#f4f7ffe6;white-space:nowrap}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__meta-item img{opacity:.92;filter:brightness(0) invert(1)}.profile-page .profile-hero-card.has-mobile-vip .profile-hero-card__meta-item em{color:#dce5ffad}.profile-page .profile-hero-card__main{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;align-items:start}.profile-page .profile-hero-card__name{font-size:18px}.profile-page .profile-hero-card__bio{margin-bottom:8px;font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-page .profile-hero-card__meta{gap:4px;font-size:11px;word-break:break-all}.profile-page .profile-quick-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-page .profile-quick-stats__item{padding:10px 8px;gap:8px;min-width:0}.profile-page .profile-quick-stats__icon{width:34px;height:34px}.profile-page .profile-quick-stats__label{font-size:12px;margin-bottom:2px}.profile-page .profile-quick-stats__value{font-size:16px;word-break:break-all}.profile-page .profile-quick-stats__value small{font-size:11px}.profile-page .profile-quick-stats__hint{display:none}.profile-page .profile-panel{padding:12px;overflow:visible;min-width:0}.profile-page .profile-panel__head{flex-wrap:wrap;gap:6px;margin-bottom:12px}.profile-page .profile-panel__title{font-size:14px}.profile-page .profile-panel__link{font-size:12px}.profile-page .profile-service-section{gap:10px}.profile-page .profile-help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-page .profile-help-grid__item{padding:12px 8px;min-width:0}.profile-page .profile-help-grid__item span{white-space:normal;word-break:break-word}.profile-page .profile-favorites__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profile-page .profile-favorites__item span,.profile-page .profile-favorites__add span{white-space:normal;word-break:break-word}.profile-page .profile-favorites__add{min-height:100px}.profile-page .profile-security-list__item{flex-wrap:wrap;align-items:flex-start;gap:6px;font-size:12px}.profile-page .profile-security-list__item span:first-child{min-width:0;flex:1}.profile-page .profile-security-list__item .profile-security-list__status{margin-left:auto;text-align:right;flex-shrink:0}.profile-page .profile-panel--orders{overflow:visible}.profile-page .profile-panel--orders .profile-orders-table{display:block;min-width:0;width:100%}.profile-page .profile-panel--orders .profile-orders-table thead{display:none}.profile-page .profile-panel--orders .profile-orders-table tbody{display:block}.profile-page .profile-panel--orders .profile-orders-table tbody tr{display:block;padding:12px;margin-bottom:10px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-secondary)}.profile-page .profile-panel--orders .profile-orders-table tbody tr:last-child{margin-bottom:0}.profile-page .profile-panel--orders .profile-orders-table tbody tr:has(>.profile-orders-empty){padding:0;margin-bottom:0;border:none;background:transparent}.profile-page .profile-panel--orders .profile-orders-table td{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;box-sizing:border-box;padding:8px 0;border-bottom:1px dashed var(--border-color);white-space:normal;text-align:right;word-break:break-word}.profile-page .profile-panel--orders .profile-orders-table td:last-child{border-bottom:none;padding-bottom:0;justify-content:flex-end}.profile-page .profile-panel--orders .profile-orders-table td:first-child{padding-top:0}.profile-page .profile-panel--orders .profile-orders-table td:before{flex-shrink:0;font-weight:600;color:var(--text-muted);font-size:12px;text-align:left}.profile-page .profile-panel--orders .profile-orders-table td.profile-orders-empty{display:block;width:100%;padding:32px 10px;border-bottom:none;text-align:center}.profile-page .profile-panel--orders .profile-orders-table td.profile-orders-empty:before{display:none}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(1):before{content:"订单编号"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(2):before{content:"游戏账号"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(3):before{content:"租用时间"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(4):before{content:"订单金额"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(5):before{content:"订单状态"}.profile-page .profile-panel--orders .profile-orders-table td:nth-child(6):before{content:"操作"}.profile-page .profile-panel--orders .profile-orders-table .order-game{justify-content:flex-end;flex:1;min-width:0}.profile-page .profile-panel--orders .profile-orders-table .order-game .order-game__text{text-align:right}.profile-page .profile-panel--orders .profile-orders-table .order-time__end{justify-content:flex-end}}@media (max-width: 768px) and (max-width: 420px){.profile-hero-card__main{grid-template-columns:auto minmax(0,1fr);padding:12px}.profile-quick-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-quick-stats__value{font-size:15px}.profile-help-grid,.profile-favorites__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.profile-page .profile-content .page-header .header-left>.el-button,.profile-page .profile-content .page-header .header-main>.back-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:74px;height:36px;padding:0 13px!important;border:1px solid #d9e4f2!important;border-radius:999px;color:#315b8f!important;background:#f7faff!important;box-shadow:0 4px 10px #315b8f14;font-size:13px;font-weight:700;line-height:1;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.profile-page .profile-content .page-header .header-left>.el-button:hover,.profile-page .profile-content .page-header .header-main>.back-btn:hover{border-color:#9dbcf0!important;color:#2456a6!important;background:#eaf2ff!important;box-shadow:0 6px 14px #315b8f24;transform:translateY(-1px)}.profile-page .profile-content .page-header .header-left>.el-button:active,.profile-page .profile-content .page-header .header-main>.back-btn:active{transform:translateY(0) scale(.98)}.profile-page .profile-content .page-header .header-left>.el-button:focus-visible,.profile-page .profile-content .page-header .header-main>.back-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #409eff33,0 4px 10px #315b8f14}.profile-page .profile-content .page-header .header-left>.el-button .el-icon,.profile-page .profile-content .page-header .header-main>.back-btn .el-icon{flex:0 0 auto;margin:0;font-size:15px}.profile-page .profile-content .page-header .header-left>.el-button{margin-right:0!important}.profile-page .profile-content .page-header .header-left>.el-button:before{width:7px;height:7px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;content:"";transform:rotate(45deg)}.profile-page .profile-content .page-header .header-main>.back-btn{margin-right:8px!important}.profile-page .profile-content .page-header .header-left>.el-button,.profile-page .profile-content .page-header .header-main>.back-btn{min-width:68px;height:34px;padding:0 11px!important;font-size:12px}.account-detail-desktop-only{display:block}.account-detail-mobile-only{display:none}.account-detail-page.goods-detail-page .detail-status-tag{display:inline-flex;align-items:center;height:28px;padding:0 8px;border-radius:4px;border:none;background:#59a8ff;color:#fff;font-size:14px;font-weight:800;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats__item{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 16px;border-radius:6px;background:#f5f7fa;border:1px solid #eef1f5;color:#7d8796;text-align:left}.account-detail-page.goods-detail-page .detail-key-stats__label{font-size:15px;color:#7d8796;margin-bottom:0;font-weight:800}.account-detail-page.goods-detail-page .detail-key-stats__value{font-size:15px;font-weight:800;color:#7d8796}.account-detail-page.goods-detail-page .detail-bind-method{font-size:13px;color:var(--text-secondary);padding:10px 12px;border-radius:8px;background:var(--bg-secondary)}.account-detail-page.goods-detail-page .detail-bind-method span{color:var(--text-muted)}.account-detail-page.goods-detail-page .detail-info-card{padding:30px 24px;min-height:0;height:auto;display:flex;flex-direction:column}.account-detail-page.goods-detail-page .detail-layout{gap:0;margin-bottom:0;border:1px solid #edf0f5;border-radius:12px;overflow:hidden;background:#fff}.account-detail-page.goods-detail-page .detail-left,.account-detail-page.goods-detail-page .detail-right{gap:0}.account-detail-page.goods-detail-page .detail-right{border-left:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-layout>.detail-right>.card{border:0;border-radius:0;box-shadow:none}.account-detail-page.goods-detail-page .seller-card__badges{display:flex;flex-direction:column;flex-wrap:wrap;gap:6px;justify-content:flex-end;position:absolute;top:0;right:0}.account-detail-page.goods-detail-page .seller-meta{position:relative;flex:1;min-width:0}.account-detail-page.goods-detail-page .seller-meta__top{min-height:24px;padding-right:96px;margin-bottom:10px}.account-detail-page.goods-detail-page .seller-meta .name{line-height:24px;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-detail-page.goods-detail-page .seller-meta .time{white-space:nowrap}.account-detail-page.goods-detail-page .seller-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;background:#52c41a1f;color:#389e0d}.account-detail-page.goods-detail-page .seller-card__meta-row{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--text-secondary)}.account-detail-page.goods-detail-page .seller-card__meta-row strong{color:var(--text-primary);font-weight:700}.account-detail-page.goods-detail-page .detail-sections{display:flex;flex-direction:column;gap:0;margin-top:0;border-top:1px solid #edf0f5}.account-detail-page.goods-detail-page .detail-panel{background:var(--bg-primary);border:0;border-bottom:1px solid #edf0f5;border-radius:0;padding:24px 26px 28px;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel__title{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:900;color:#10233f;margin-bottom:20px}.account-detail-page.goods-detail-page .detail-panel__title:before{content:"";width:4px;height:18px;border-radius:3px;background:#2f8cff;flex-shrink:0}.account-detail-page.goods-detail-page .detail-panel .desc{font-size:14px;color:var(--text-secondary);line-height:1.8;white-space:pre-wrap;word-break:break-word}.account-detail-page.goods-detail-page .detail-panel .user-remark{margin-top:16px;padding:12px;border-radius:8px}.account-detail-page.goods-detail-page .detail-panel .user-remark__label{font-size:13px;font-weight:600;color:#333;margin-bottom:8px}.account-detail-page.goods-detail-page .detail-panel .user-remark__content{font-size:16px;font-weight:700;line-height:1.8;color:#f59a13;white-space:pre-wrap;word-break:break-word}.account-detail-page.goods-detail-page .owner-note-status{display:inline-flex;align-items:center;flex:0 0 auto;gap:7px;margin:0 0 0 auto;padding:6px 10px;border:1px solid #c9def5;border-radius:7px;background:#eef6ff;color:#315d8f;font-size:12px;line-height:1.3}.account-detail-page.goods-detail-page .detail-panel__title--remark{flex-wrap:wrap;gap:8px 10px}.account-detail-page.goods-detail-page .owner-note-status__label{color:#10233f;font-weight:750}.account-detail-page.goods-detail-page .owner-note-status strong{font-weight:800;color:#2f70c8}.account-detail-page.goods-detail-page .owner-note-status--allowed{border-color:#d8efdf;background:#f3fbf5}.account-detail-page.goods-detail-page .owner-note-status--allowed strong{color:#2f9b58}.account-detail-page.goods-detail-page .owner-note-status--disabled{border-color:#f2d2a8;background:#fff7ed}.account-detail-page.goods-detail-page .owner-note-status--disabled strong{color:#c26a13}.account-detail-page.goods-detail-page .account-stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border:1px solid #f1f5fb;border-radius:8px;overflow:hidden}.account-detail-page.goods-detail-page .account-stats-grid__item{display:grid;grid-template-columns:50px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;align-content:center;column-gap:12px;row-gap:4px;min-height:88px;padding:14px 18px;border-radius:0;background:#fbfcff;border:1px solid #f1f5fb;box-shadow:none;text-align:left}.account-detail-page.goods-detail-page .account-stats-grid__icon{width:50px;height:50px;border-radius:50%;border:2px solid #e4efff;background:linear-gradient(180deg,#f8fbff,#eef6ff);color:#1f61b8;display:flex;align-items:center;justify-content:center;flex:0 0 auto;grid-row:1/3;font-size:25px;box-shadow:inset 0 0 0 4px #e7f2ffe6}.account-detail-page.goods-detail-page .account-stats-grid__icon img{width:100%;height:100%;object-fit:contain;display:block}.account-detail-page.goods-detail-page .account-stats-grid__label{font-size:15px;line-height:1.25;font-weight:800;color:#63708a}.account-detail-page.goods-detail-page .account-stats-grid__value{font-size:19px;line-height:1.2;font-weight:700;color:#111a36;word-break:break-word;overflow-wrap:anywhere}.account-detail-page.goods-detail-page .account-stats-grid__item--important .account-stats-grid__value{color:#1677ff;font-size:21px;font-weight:900}.account-detail-page.goods-detail-page .detail-panel--skin-text{padding-bottom:24px}.account-detail-page.goods-detail-page .skin-text-content{color:#6d7890;font-size:14px;font-weight:700;line-height:2;word-break:break-word}.account-detail-page.goods-detail-page .rental-instructions{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.account-detail-page.goods-detail-page .rental-instructions__item{display:flex;align-items:center;gap:14px;min-width:0;padding:8px 18px;text-align:left}.account-detail-page.goods-detail-page .rental-instructions__item+.account-detail-page.goods-detail-page .rental-instructions__item{border-left:1px solid #edf1f6}.account-detail-page.goods-detail-page .rental-instructions__icon{width:42px;height:42px;border-radius:50%;border:2px solid #263553;color:#263553;display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:22px;background:#fff}.account-detail-page.goods-detail-page .rental-instructions__body{min-width:0}.account-detail-page.goods-detail-page .rental-instructions__label{font-size:15px;font-weight:900;color:#26324a;margin-bottom:6px}.account-detail-page.goods-detail-page .rental-instructions__value{font-size:13px;font-weight:700;color:#7b879a;line-height:1.5}.account-detail-page.goods-detail-page .buyer-notice-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.account-detail-page.goods-detail-page .buyer-notice-list li{display:grid;grid-template-columns:6px minmax(0,1fr);align-items:start;column-gap:8px;min-width:0;margin:0;font-size:13px;line-height:1.75;color:#566278;font-weight:600;letter-spacing:.01em;word-break:break-word}.account-detail-page.goods-detail-page .buyer-notice-list li:before{content:"";width:5px;height:5px;margin-top:.72em;border-radius:50%;background:#4b8ff8;box-shadow:0 0 0 3px #4b8ff81a}.account-detail-desktop-only{display:none!important}.account-detail-mobile-only{display:block}.account-detail-page.goods-detail-page{background:#f4f6f9}.account-detail-page.goods-detail-page .account-detail-mobile-header{display:block;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid rgba(15,39,68,.06)}.account-detail-page.goods-detail-page .account-detail-mobile-header__inner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;padding-bottom:10px}.account-detail-page.goods-detail-page .account-detail-mobile-header__brand{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.account-detail-page.goods-detail-page .account-detail-mobile-header__logo{width:auto;height:48px;max-width:min(160px,48vw);object-fit:contain;flex-shrink:0}.account-detail-page.goods-detail-page .account-detail-mobile-header__texts{display:flex;flex-direction:column;min-width:0;line-height:1.2}.account-detail-page.goods-detail-page .account-detail-mobile-header__name{font-size:15px;font-weight:800;color:#111827;white-space:nowrap}.account-detail-page.goods-detail-page .account-detail-mobile-header__club{font-size:11px;font-weight:700;color:#6b7280}.account-detail-page.goods-detail-page .account-detail-mobile-header__club em{color:#d4a017;font-style:normal}.account-detail-page.goods-detail-page .account-detail-mobile-header__bell{position:relative;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#374151;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.account-detail-page.goods-detail-page .account-detail-mobile-header__bell .el-icon{font-size:20px}.account-detail-page.goods-detail-page .account-detail-mobile-header__dot{position:absolute;top:8px;right:8px;width:7px;height:7px;border-radius:50%;background:#ef4444}.account-detail-page.goods-detail-page .detail-info-card{min-height:auto;height:auto;padding:16px 14px 18px;border-radius:12px}.account-detail-page.goods-detail-page .detail-key-stats{gap:8px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats__item{min-height:34px;padding:0 10px}.account-detail-page.goods-detail-page .detail-key-stats__label{font-size:12px;margin-bottom:0}.account-detail-page.goods-detail-page .detail-key-stats__value{font-size:12px;word-break:break-word}.account-detail-page.goods-detail-page .detail-info-card .title{font-size:17px;margin-bottom:10px;gap:8px}.account-detail-page.goods-detail-page .detail-status-tag{height:20px;line-height:18px;padding:0 8px;font-size:11px}.account-detail-page.goods-detail-page .seller-card{gap:10px;padding:14px 12px;margin:10px 0 14px;align-items:center}.account-detail-page.goods-detail-page .seller-left{gap:10px;width:100%;align-items:center}.account-detail-page.goods-detail-page .avatar{width:42px!important;height:42px!important}.account-detail-page.goods-detail-page .seller-meta__top{min-height:20px;padding-right:82px;margin-bottom:4px}.account-detail-page.goods-detail-page .seller-meta .name{font-size:15px;line-height:20px}.account-detail-page.goods-detail-page .seller-credit,.account-detail-page.goods-detail-page .seller-meta .time{font-size:12px}.account-detail-page.goods-detail-page .seller-card__badges{justify-content:flex-end;gap:6px}.account-detail-page.goods-detail-page .seller-badge{height:20px;font-size:11px;padding:0 6px}.account-detail-page.goods-detail-page .detail-sections{gap:0;margin-top:0}.account-detail-page.goods-detail-page .detail-panel{padding:16px 12px;border-radius:0;border:0;border-bottom:1px solid #edf0f5;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel__title{font-size:17px;margin-bottom:14px}.account-detail-page.goods-detail-page .detail-panel--account{padding:16px 10px 12px;border-color:#0000000a;box-shadow:none}.account-detail-page.goods-detail-page .detail-panel--account .detail-panel__title{font-size:17px;font-weight:800;color:#111827;margin-bottom:14px;gap:0}.account-detail-page.goods-detail-page .detail-panel--account .detail-panel__title:before{display:none}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0;border-radius:10px;background:#f8faff;overflow:hidden}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:88px;padding:12px 4px;gap:6px;background:transparent;border:0;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7;border-radius:0;box-shadow:none;text-align:center}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__item:nth-child(4n){border-right:0}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__icon{display:none}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__value{font-size:15px;font-weight:800;line-height:1.25;color:#10233f;word-break:break-word;overflow-wrap:anywhere}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__label{font-size:12px;font-weight:700;line-height:1.2;color:#8a94a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid{gap:14px 2px;padding:14px 4px}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__value{font-size:13px}.account-detail-page.goods-detail-page .detail-panel--account .account-stats-grid__label{font-size:11px}.account-detail-page.goods-detail-page .rental-instructions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 0}.account-detail-page.goods-detail-page .rental-instructions__item{padding:8px 10px;gap:10px}.account-detail-page.goods-detail-page .rental-instructions__item:nth-child(odd){border-left:0}.account-detail-page.goods-detail-page .rental-instructions__icon{width:34px;height:34px;font-size:17px}.account-detail-page.goods-detail-page .rental-instructions__label{font-size:12px}.account-detail-page.goods-detail-page .rental-instructions__value{font-size:11px}.account-detail-page.goods-detail-page .buyer-notice-list{gap:9px;padding:0 2px}.account-detail-page.goods-detail-page .buyer-notice-list li{font-size:12px;line-height:1.78;column-gap:8px}.account-detail-page.goods-detail-page .order-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;height:48px;border-radius:13px;background:linear-gradient(135deg,#ffb020,#ff8c00);border-color:#ff8c00;color:#fff;font-size:22px}.account-detail-page.goods-detail-page .action-card{flex-wrap:wrap;gap:10px;margin-top:14px}.account-detail-page.goods-detail-page .actions-left{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.account-detail-page.goods-detail-page .icon-btn{width:100%;height:50px;border-radius:12px;border:1px solid #e6ebf2;background:linear-gradient(180deg,#fff,#f7f9fc);box-shadow:0 6px 16px #0f172a0a;gap:8px;color:#1f2937}.account-detail-page.goods-detail-page .icon-btn .el-icon{font-size:18px;color:#4b5563}.account-detail-page.goods-detail-page .icon-btn span{font-size:13px;font-weight:800}.account-detail-page.goods-detail-page .icon-btn:hover{transform:none;box-shadow:0 6px 16px #0f172a0a}.account-detail-page.goods-detail-page .icon-btn:last-child{background:linear-gradient(180deg,#fffdf4,#fff7df);border-color:#f0d79b}.account-detail-page.goods-detail-page .icon-btn:last-child .el-icon{color:#d97706}.account-info-tables{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.95fr);gap:14px;align-items:stretch}.account-info-tables__left{display:flex;flex-direction:column;gap:14px;min-width:0}.account-info-table{overflow:hidden;border:1px solid #e7edf6;border-radius:8px;background:#fff}.account-info-table__heading{padding:12px 16px;border-bottom:1px solid #e7edf6;color:#243a57;font-size:15px;font-weight:900}.account-info-table__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.account-info-table__cell{display:flex;flex-direction:column;justify-content:center;min-width:0;min-height:78px;padding:12px 16px;border-right:1px solid #edf1f6;border-bottom:1px solid #edf1f6;background:#fbfcff}.account-info-table__cell span{color:#7d8796;font-size:13px;font-weight:700}.account-info-table__cell strong{margin-top:7px;overflow:hidden;color:#182f4d;font-size:18px;font-weight:900;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.account-info-table__cell:nth-child(3n){border-right:0}.account-info-table__skin-list{display:flex;flex-direction:column}.account-info-table__skin-item{display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;align-items:center;min-height:54px;padding:10px 16px;border-bottom:1px solid #edf1f6;background:#fbfcff}.account-info-table__skin-item:last-child{border-bottom:0}.account-info-table__skin-item span{color:#63708a;font-size:13px;font-weight:800}.account-info-table__skin-item strong{min-width:0;overflow:hidden;color:#293a52;font-size:14px;font-weight:700;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.account-info-table--extras{display:flex;flex-direction:column}.account-info-table--extras .account-info-table__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-info-table--extras .account-info-table__cell:nth-child(3n){border-right:1px solid #edf1f6}.account-info-table--extras .account-info-table__cell:nth-child(2n){border-right:0}.account-info-table__prepay{margin-top:auto;padding:14px 16px;border-top:1px solid #e7edf6;color:#7d8796;font-size:13px;font-weight:700;text-align:right}.account-info-table__prepay strong{color:#f97316;font-size:16px;font-weight:900}.account-detail-page.goods-detail-page .account-info-tables{grid-template-columns:1fr;gap:10px}.account-detail-page.goods-detail-page .account-info-tables__left{gap:10px}.account-detail-page.goods-detail-page .account-info-table{border-radius:8px}.account-detail-page.goods-detail-page .account-info-table__heading{padding:10px 12px;font-size:14px}.account-detail-page.goods-detail-page .account-info-table__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.account-detail-page.goods-detail-page .account-info-table__cell{min-height:62px;padding:8px 7px}.account-detail-page.goods-detail-page .account-info-table__cell span{font-size:11px}.account-detail-page.goods-detail-page .account-info-table__cell strong{margin-top:5px;font-size:14px}.account-detail-page.goods-detail-page .account-info-table__skin-item{grid-template-columns:58px minmax(0,1fr);min-height:46px;gap:8px;padding:8px 10px}.account-detail-page.goods-detail-page .account-info-table__skin-item span,.account-detail-page.goods-detail-page .account-info-table__skin-item strong{font-size:12px}.account-detail-page.goods-detail-page .account-info-table--extras .account-info-table__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-detail-page.goods-detail-page .account-info-table__prepay{padding:10px 12px;font-size:12px}.account-detail-page.goods-detail-page .account-info-table__prepay strong{font-size:14px}}@media (max-width: 768px) and (max-width: 768px){.fastim-button-container{display:none!important}}@media (max-width: 768px){.publish-idle-page{padding:70px 0 32px;background:#eef2f8;min-height:100%}.publish-idle-page .page-header{padding:12px 0 16px;border-bottom:none;margin-bottom:8px;background:transparent}.publish-idle-page .page-header .header-left{display:flex;align-items:center;gap:12px;max-width:1120px;margin:0 auto;padding:0 16px}.publish-idle-page .page-header h2{font-size:20px;font-weight:800;color:#1a1a1a}.publish-idle-page .wrap{max-width:1120px;margin:0 auto;padding:0 16px 24px}.publish-idle-page .card,.publish-idle-page .account-section{background:#fff;border:1px solid #e3e8f0;border-radius:14px;padding:22px 24px 14px;margin-bottom:16px;box-shadow:0 4px 18px #0027660d}.publish-idle-page .card--category{padding-bottom:22px}.publish-idle-page .section-head{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #edf1f7}.publish-idle-page .section-badge{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:32px;padding:0 10px;border-radius:8px;background:linear-gradient(135deg,#0052b4,#003a80);color:#fff;font-size:14px;font-weight:800;line-height:1;flex-shrink:0;box-shadow:0 4px 10px #00469b38}.publish-idle-page .section-title{margin:0;font-size:18px;font-weight:800;color:#00469b;letter-spacing:.02em}.publish-idle-page .form-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px 18px;align-items:start}.publish-idle-page .field{min-width:0}.publish-idle-page .field--full{grid-column:1/-1}.publish-idle-page .field--half{grid-column:span 6}.publish-idle-page .field--third{grid-column:span 4}.publish-idle-page .field--quarter{grid-column:span 3}.publish-idle-page .field--span-8{grid-column:span 8}.publish-idle-page .form-grid--account{gap:14px 16px;align-items:stretch}.publish-idle-page .form-grid--account .field-card{position:relative;background:#fff;border-color:#e8edf5}.publish-idle-page .field-collapse-toggle{position:absolute;top:17px;right:4px;z-index:2;width:28px;height:28px;padding:0;border:0;background:transparent;color:#9b9b9b;font-size:14px;cursor:pointer}.publish-idle-page .form-grid--account .field--tags .field-card{padding-bottom:10px}.publish-idle-page .form-grid--images .field--img>.field-inner{padding:0;border:none;background:transparent;box-shadow:none}.publish-idle-page .form-subgroup+.publish-idle-page .form-subgroup{margin-top:18px;padding-top:18px;border-top:1px dashed #e8ebf0}.publish-idle-page .form-subgroup__title{margin:0 0 14px;font-size:15px;font-weight:800;color:#303133}.publish-idle-page .form-subgroup-block .form-grid+.field-help-block{margin-top:8px}.publish-idle-page .form-subgroup-block .field-help-block+.field-help-block{margin-top:6px}.publish-idle-page .form-grid--core,.publish-idle-page .form-grid--rental{gap:14px 16px}.publish-idle-page .field-help-slot,.publish-idle-page .field-help-block{margin-top:-4px}.publish-idle-page .field-help-block{width:100%}.publish-idle-page .custom-discount-field{margin-top:12px;padding-top:12px;border-top:1px solid #edf1f7}.publish-idle-page .field-help--inline{display:flex;flex-direction:column;gap:4px}.publish-idle-page .field-tip--inline{padding:0;background:transparent;border:none;color:#909399;font-weight:500;line-height:1.55;word-break:break-word}.publish-idle-page .field-help-panel{padding:6px 10px;border-radius:6px;background:#faf8f4;border:1px solid #f0e8da}.publish-idle-page .field-help-panel__title{margin-bottom:2px;font-size:12px;font-weight:700;color:#c9943a;line-height:1.3}.publish-idle-page .field-help-panel__text{margin:0;font-size:12px;line-height:1.45;color:#606266;word-break:break-word;white-space:pre-wrap}.publish-idle-page .field-help-panel__list{margin:0;padding-left:14px;font-size:12px;line-height:1.45;color:#606266}.publish-idle-page .field-help-panel__list li+li{margin-top:2px}.publish-idle-page .field-help-panel__list li{word-break:break-word}.publish-idle-page .stat-card{gap:10px;min-height:auto;background:linear-gradient(180deg,#f8fbff,#fff)}.publish-idle-page .stat-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.publish-idle-page .stat-card__label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#303133}.publish-idle-page .stat-card__label .el-icon{color:#00469b;font-size:16px}.publish-idle-page .stat-card__tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#909399;white-space:nowrap}.publish-idle-page .stat-card__tag .el-icon{font-size:12px}.publish-idle-page .stat-card__value{font-size:26px;font-weight:800;color:#1a1a1a;line-height:1.2}.publish-idle-page .stat-card__value--price{color:#1a1a1a}.publish-idle-page .stat-card__term{display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 14px;border-radius:8px;background:#f3f6fb;border:1px solid #e8edf5}.publish-idle-page .stat-card__term .el-icon{color:#00469b;font-size:20px;flex-shrink:0}.publish-idle-page .stat-card__term .stat-card__value{font-size:22px}.publish-idle-page .stat-card__hint{margin:0;font-size:12px;color:#909399;line-height:1.5}.publish-idle-page .stat-card__hint--strike{color:#c0c4cc;text-decoration:line-through}.publish-idle-page .stat-card--term{justify-content:flex-start}.publish-idle-page .field-tip--compact:before{content:""}.publish-idle-page .field-tip--compact{padding:0;background:transparent;border:none}.publish-idle-page .field-card--textarea :deep(.el-textarea__inner){min-height:132px}.publish-idle-page .chip--listing{min-height:40px;min-width:0;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:8px;font-size:12px;font-weight:700;white-space:nowrap}.publish-idle-page .chip--listing .listing-channel-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.publish-idle-page .chip--listing .el-icon.listing-channel-icon{color:#00469b}.publish-idle-page .chip--listing.active{background:#00469b;border-color:#00469b;color:#fff;box-shadow:0 6px 14px #00469b29}.publish-idle-page .field--listing .field-tip--compact{margin-top:4px}.publish-idle-page .chips--discount{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.publish-idle-page .chip--discount{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700}.publish-idle-page .chip--discount .el-icon{font-size:16px}.publish-idle-page .form-grid--notes{gap:14px;align-items:stretch}.publish-idle-page .form-grid--notes .field:only-child{grid-column:1/-1}.publish-idle-page .field-card--game-id-modify .radio-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.publish-idle-page .field-card--game-id-modify .radio-item{flex:1 1 0;justify-content:center;min-width:0;padding-inline:10px}.publish-idle-page .form-grid--core{align-items:stretch}.publish-idle-page .form-grid--core .field--quarter{grid-column:span 4}.publish-idle-page .form-grid--rental{align-items:stretch}.publish-idle-page .field-card{display:flex;flex-direction:column;gap:10px;height:100%;padding:14px 14px 12px;border:1px solid #edf1f7;border-radius:10px;background:#fafbfd;transition:border-color .2s ease,box-shadow .2s ease}.publish-idle-page .field--tags .field-card,.publish-idle-page .field--full:not(.field--tags)>.field-card{background:#fff}.publish-idle-page .field-card:focus-within{border-color:#00469b59;box-shadow:0 0 0 3px #00469b0f}.publish-idle-page .field--discount-type .field-card:focus-within{border-color:#edf1f7;box-shadow:none}.publish-idle-page .row-head{margin-bottom:0}.publish-idle-page .label{font-size:14px;font-weight:700;color:#303133;display:inline-flex;align-items:center;gap:6px;line-height:1.4}.publish-idle-page .field-icon{font-size:16px;color:#00469b;flex-shrink:0}.publish-idle-page .label.required:before{content:"*";color:#f56c6c;font-weight:700;margin-right:2px}.publish-idle-page .label.required:after{display:none}.publish-idle-page .qmark{border:none;background:transparent;cursor:pointer;padding:0;margin-left:2px;color:#c0c4cc;display:inline-flex;align-items:center;justify-content:center}.publish-idle-page .qmark:hover{color:#00469b}.publish-idle-page .field-tip{margin:0;font-size:12px;line-height:1.6;color:#e6a23c;font-weight:500;word-break:break-word;white-space:pre-wrap}.publish-idle-page .field-tip:before{content:"温馨提示："}.publish-idle-page .field-tip--inline:before{content:""}.publish-idle-page .input-with-unit{position:relative}.publish-idle-page .input-with-unit .el-input{width:100%}.publish-idle-page .input-with-unit :deep(.el-input__wrapper){padding-right:42px;min-height:40px;border-radius:8px;box-shadow:0 0 0 1px #dcdfe6 inset;background:#fff}.publish-idle-page .input-with-unit .unit{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:14px;color:#909399;pointer-events:none;font-weight:700}.publish-idle-page :deep(.el-input__wrapper),.publish-idle-page :deep(.el-textarea__inner){min-height:40px;border-radius:8px;box-shadow:0 0 0 1px #dcdfe6 inset;background:#fff}.publish-idle-page :deep(.el-input__wrapper:hover),.publish-idle-page :deep(.el-textarea__inner:hover){box-shadow:0 0 0 1px #c0c4cc inset}.publish-idle-page :deep(.el-input__wrapper.is-focus),.publish-idle-page :deep(.el-textarea__inner:focus){box-shadow:0 0 0 1px #00469b inset}.publish-idle-page .chips{display:flex;flex-wrap:wrap;gap:8px}.publish-idle-page .chips--level,.publish-idle-page .chips--rank,.publish-idle-page .chips--slots{display:grid;gap:8px}.publish-idle-page .chips--level,.publish-idle-page .chips--rank{grid-template-columns:repeat(7,minmax(0,1fr))}.publish-idle-page .chips--slots{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .chips--inline{display:flex;flex-wrap:wrap;gap:10px}.publish-idle-page .chips--listing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.publish-idle-page .chips--period{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.publish-idle-page .chips--period .chip{min-width:0;min-height:38px;padding:8px 6px}.publish-idle-page .chips--tags{gap:8px}.publish-idle-page .chips--region{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.publish-idle-page .chip{min-height:36px;padding:8px 12px;border-radius:8px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;font-weight:600;font-size:13px;color:#303133;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease;line-height:1.2;text-align:center}.publish-idle-page .chip:hover{border-color:#00469b;color:#00469b}.publish-idle-page .chip.active{background:#ecf5ff;border-color:#00469b;color:#00469b;box-shadow:0 0 0 1px #00469b1f}.publish-idle-page .chip--discount:not(.active):hover{border-color:#dcdfe6;color:#303133}.publish-idle-page .chip--listing:not(.active):hover{border-color:#dcdfe6;color:#303133}.publish-idle-page .chip--large{min-height:42px;font-size:14px;font-weight:700}.publish-idle-page .chips--level .chip,.publish-idle-page .chips--rank .chip,.publish-idle-page .chips--slots .chip{padding:8px 4px;min-height:38px;font-size:13px}.publish-idle-page .chips--inline .chip{min-width:88px;flex:1 1 auto;min-height:38px;padding:8px 14px}.publish-idle-page .chips--tags .chip{min-height:32px;padding:6px 14px;font-size:12px;border-radius:999px;background:#fff}.publish-idle-page .field--tags .chips--tags .chip.active{background:#ecf5ff;border-color:#00469b;color:#00469b;box-shadow:0 0 0 1px #00469b1f}.publish-idle-page .chips--region .chip{min-height:42px;font-size:14px;font-weight:700}.publish-idle-page .radio-list{display:flex;flex-direction:column;gap:8px}.publish-idle-page .field--inline-radio .radio-list,.publish-idle-page .field--inline-select .chips{flex-direction:row;flex-wrap:wrap}.publish-idle-page .radio-item{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:8px;border:1px solid #dcdfe6;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease;width:auto}.publish-idle-page .radio-item:hover{border-color:#00469b}.publish-idle-page .radio-item.active{border-color:#00469b;background:#ecf5ff}.publish-idle-page .field--inline-radio .radio-item{min-height:38px;flex:1 1 0;justify-content:center}.publish-idle-page .field--realname.field--inline-radio .radio-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.publish-idle-page .field--realname.field--inline-radio .radio-item{flex:unset;width:100%;min-height:40px;justify-content:center;text-align:center;padding:10px 8px}.publish-idle-page .field--realname .radio-text{white-space:pre-line;text-align:center;line-height:1.35}.publish-idle-page .field:not(.field--discount) .radio-dot{display:none}.publish-idle-page .field--discount .radio-item{width:100%;border-radius:8px;padding:12px 14px}.publish-idle-page .field--discount .radio-dot{display:flex;width:18px;height:18px;border-radius:50%;border:2px solid #dcdfe6;align-items:center;justify-content:center;flex-shrink:0}.publish-idle-page .field--discount .radio-item.active .radio-dot{border-color:#00469b;background:#ecf5ff}.publish-idle-page .radio-text{font-size:13px;font-weight:600;color:#303133}.publish-idle-page .radio-need{margin-left:auto;font-size:12px;color:#909399;font-weight:500}.publish-idle-page .time-region{display:flex;align-items:center;gap:10px}.publish-idle-page .time-region .time{flex:1;min-width:0}.publish-idle-page .time-region :deep(.el-input__wrapper){min-height:40px}.publish-idle-page .time-region .dash{color:#909399;font-weight:700;flex-shrink:0}.publish-idle-page .img-panel{display:flex;flex-direction:column;gap:20px;width:100%}.publish-idle-page .img-block{min-width:0}.publish-idle-page .img-block+.publish-idle-page .img-block{padding-top:16px;border-top:1px solid #eef1f6}.publish-idle-page .img-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#303133;margin-bottom:10px}.publish-idle-page .img-title.required:before{content:"*";color:#f56c6c;font-weight:700;margin-right:2px}.publish-idle-page .img-title .field-icon{color:#00469b;font-size:16px}.publish-idle-page .img-sub-title{font-size:12px;font-weight:600;color:#606266;margin:12px 0 8px}.publish-idle-page .chips--ban{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.publish-idle-page .img-ban-note{margin:12px 0 0;padding:10px 12px;border:1px solid #f0dfb7;border-radius:8px;background:#fffaf0;color:#b7791f;font-size:12px;font-weight:600;line-height:1.65}.publish-idle-page .img-gallery{display:flex;flex-wrap:wrap;gap:12px}.publish-idle-page .img-slot{position:relative;width:112px;flex:0 0 auto;border-radius:10px;overflow:hidden;border:1px solid #dcdfe6;background:#f8fafc;animation:publish-upload-image-in .28s ease-out both}.publish-idle-page .img{width:112px;height:112px;display:block}.publish-idle-page .add{position:relative;overflow:hidden;width:112px;height:112px;flex:0 0 auto;border-radius:10px;border:1px dashed #dcdfe6;background:#fafbfc;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#909399;font-weight:600;transition:color .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease}.publish-idle-page .add:hover:not(:disabled){border-color:#00469b;color:#00469b;background:#f5f9ff}.publish-idle-page .add:disabled{cursor:wait;opacity:1}.publish-idle-page .add.is-uploading{border-color:#00469b6b;background:linear-gradient(145deg,#f8fbff,#edf5ff);color:#00469b;box-shadow:0 8px 22px #00469b1a;animation:publish-upload-button-pulse 1.6s ease-in-out infinite}.publish-idle-page .plus{width:36px;height:36px;border-radius:50%;border:1px solid #dcdfe6;display:flex;align-items:center;justify-content:center;font-size:20px;background:#fff;transition:border-color .2s ease,color .2s ease,transform .2s ease}.publish-idle-page .add.is-uploading .plus{border-color:#00469b3d;color:#00469b;transform:scale(.94)}.publish-idle-page .upload-spinner{font-size:18px;animation:publish-upload-spin .8s linear infinite}.publish-idle-page .txt{font-size:12px;transition:color .2s ease}.publish-idle-page .upload-progress{width:68px;height:3px;overflow:hidden;border-radius:999px;background:#00469b1f}.publish-idle-page .upload-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4b9cff,#00469b);transition:width .32s ease}@keyframes publish-upload-spin{to{transform:rotate(360deg)}}@keyframes publish-upload-button-pulse{0%,to{box-shadow:0 6px 18px #00469b14}50%{box-shadow:0 9px 24px #00469b29}}@keyframes publish-upload-image-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.publish-idle-page .remove{position:absolute;right:6px;top:6px;width:24px;height:24px;border-radius:50%;border:none;background:#0000008c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.publish-idle-page .notice{font-size:12px;color:#606266;line-height:1.8;padding:12px 14px;background:#fdf6ec;border:1px solid #faecd8;border-radius:8px}.publish-idle-page .price-row,.publish-idle-page .rate-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.publish-idle-page .price{font-size:22px;font-weight:700;color:#f56c6c}.publish-idle-page .rate-info{text-align:right;font-size:13px;color:#606266;line-height:1.6}.publish-idle-page .field-error{margin-top:4px;font-size:12px;font-weight:600;color:#f56c6c}.publish-idle-page .input-error :deep(.el-input__wrapper){box-shadow:0 0 0 1px #f56c6c inset}.publish-idle-page .deposit-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.publish-idle-page .price-input{display:flex;align-items:center;gap:8px}.publish-idle-page .symbol{font-weight:800;color:#f56c6c}.publish-idle-page .money{width:160px}.publish-idle-page .deposit-remark{margin-top:10px;font-size:12px;color:#e6a23c;line-height:1.6}.publish-idle-page .deposit-remark:before{content:"温馨提示："}.publish-idle-page .agreement{margin-top:4px;padding:0 4px;overflow-x:auto;scrollbar-width:none}.publish-idle-page .agreement::-webkit-scrollbar{display:none}.publish-idle-page .agree-row{display:flex;align-items:center;flex-wrap:nowrap;width:max-content;min-width:100%;gap:4px;font-size:14px;color:#606266;white-space:nowrap;font-weight:600;cursor:pointer}.publish-idle-page .check{width:18px;height:18px;border-radius:4px;border:1px solid #dcdfe6;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.publish-idle-page .check.on{border-color:#00469b;background:#00469b;color:#fff}.publish-idle-page .agree-text{margin-left:6px;flex:0 0 auto}.publish-idle-page .agree-link{font-size:14px;border:none;background:transparent;color:#00469b;font-weight:700;cursor:pointer;flex:0 0 auto;white-space:nowrap;padding:0}.publish-idle-page .actions{display:flex;justify-content:center;gap:14px;padding:20px 0 8px}.publish-idle-page .submit-btn{min-width:180px;height:44px;border-radius:10px;font-weight:700;font-size:15px;background:#00469b;border-color:#00469b}.publish-idle-page .reset-btn{min-width:180px;height:44px;border-radius:10px;font-weight:700;font-size:15px}.publish-idle-page .cascader{width:100%}.publish-idle-page .cascader :deep(.el-input__wrapper){min-height:42px}.publish-idle-page .rental-period-value{font-size:14px;color:#303133;font-weight:600;padding:10px 12px;background:#f5f7fa;border-radius:8px;border:1px solid #e4e7ed}.publish-idle-page .rental-period-placeholder{font-size:12px;color:#909399;padding:8px 0}.publish-idle-page .form-grid--rental .field--third,.publish-idle-page .form-grid--account .field--span-8,.publish-idle-page .form-grid--account .field--third,.publish-idle-page .form-grid--account .field--half{grid-column:span 6}.publish-idle-page .chips--rank,.publish-idle-page .chips--level{grid-template-columns:repeat(4,minmax(0,1fr))}.publish-idle-page .form-grid--account .field--span-8{grid-column:1/-1}.publish-idle-page{padding:0 0 8px;background:#eef2f8}.publish-idle-page .page-header{position:sticky;top:0;z-index:20;padding:10px 0;margin-bottom:0;background:#fff;border-bottom:1px solid #e8ebf0;box-shadow:0 2px 8px #0000000a}.publish-idle-page .page-header .header-left{padding:0 12px}.publish-idle-page .page-header h2{font-size:17px}.publish-idle-page .wrap{padding:12px 12px 20px}.publish-idle-page .account-section,.publish-idle-page .card{padding:14px 12px 10px;border-radius:12px;margin-bottom:12px;box-shadow:0 2px 10px #0027660d}.publish-idle-page .section-head{margin-bottom:14px;padding-bottom:12px}.publish-idle-page .section-badge{min-width:34px;height:28px;font-size:13px;border-radius:7px}.publish-idle-page .section-title{font-size:16px}.publish-idle-page .form-grid{grid-template-columns:1fr;gap:12px}.publish-idle-page .field--full,.publish-idle-page .field--half,.publish-idle-page .field--third,.publish-idle-page .field--quarter,.publish-idle-page .field--span-8{grid-column:1/-1}.publish-idle-page .form-grid--account{gap:12px}.publish-idle-page .form-grid--account .chips--level{grid-template-columns:repeat(4,minmax(0,1fr))}.publish-idle-page .form-grid--account .chips--rank,.publish-idle-page .form-grid--account .chips--slots{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .form-grid--images .field--img{margin-top:0;padding-top:0}.publish-idle-page .form-grid--core{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .form-grid--core .field--quarter,.publish-idle-page .form-grid--core .field--listing{grid-column:span 1}.publish-idle-page .form-grid--core .field--listing{grid-column:1/-1}.publish-idle-page .form-grid--rental{grid-template-columns:1fr}.publish-idle-page .form-grid--rental .field--third,.publish-idle-page .form-grid--rental .field--full{grid-column:1/-1}.publish-idle-page .form-grid--rental-setup{grid-template-columns:1fr;gap:0}.publish-idle-page .form-grid--rental-setup .field--third{grid-column:1/-1;min-width:0}.publish-idle-page .form-grid--rental-setup .field--full{grid-column:1/-1}.publish-idle-page .form-grid--rental-setup .field-card{padding:10px}.publish-idle-page .form-grid--rental-setup .label{display:flex;flex-wrap:wrap;align-items:center;gap:4px;word-break:break-word}.publish-idle-page .form-grid--rental-setup .el-input,.publish-idle-page .form-grid--rental-setup .el-input-number{width:100%}.publish-idle-page .form-subgroup+.publish-idle-page .form-subgroup{margin-top:14px;padding-top:14px}.publish-idle-page .form-subgroup__title{font-size:14px;margin-bottom:12px}.publish-idle-page .stat-card{min-height:auto}.publish-idle-page .stat-card__value{font-size:22px}.publish-idle-page .stat-card__term{min-height:48px;padding:8px 12px}.publish-idle-page .stat-card__term .stat-card__value{font-size:20px}.publish-idle-page .chips--listing{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .chip--listing{min-height:40px;flex-direction:row;justify-content:center;padding:8px 6px;font-size:12px}.publish-idle-page .chips--discount{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .form-grid--notes{grid-template-columns:1fr}.publish-idle-page .field-card{padding:12px;border-radius:10px;background:#fff}.publish-idle-page .field-inner{gap:8px}.publish-idle-page .label{font-size:13px}.publish-idle-page .field-tip:not(.field-tip--inline){font-size:11px;line-height:1.55;padding:8px 10px;background:#fdf8ef;border-radius:8px;border:1px solid #faecd8}.publish-idle-page .field-help-panel{padding:6px 10px}.publish-idle-page .field-help-panel__title{font-size:12px}.publish-idle-page .field-help-panel__text,.publish-idle-page .field-help-panel__list{font-size:12px;line-height:1.45}.publish-idle-page .field-help-slot,.publish-idle-page .field-help-block{margin-top:0}.publish-idle-page .chips--level{grid-template-columns:repeat(4,minmax(0,1fr))}.publish-idle-page .chips--rank{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .chips--region{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .chips--inline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.publish-idle-page .chips--inline .chip{min-width:0}.publish-idle-page .chips--tags .chip{font-size:11px;padding:5px 10px}.publish-idle-page .chip--large{min-height:40px}.publish-idle-page .field--inline-radio .radio-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.publish-idle-page .field--realname .radio-list{display:grid;grid-template-columns:1fr;gap:8px}.publish-idle-page .field--inline-radio .radio-item{flex:unset;width:100%;padding:8px 10px}.publish-idle-page .img-gallery{gap:10px}.publish-idle-page .img-slot,.publish-idle-page .img,.publish-idle-page .add{width:96px;height:96px}.publish-idle-page .plus{width:30px;height:30px;font-size:18px}.publish-idle-page .radio-need{margin-left:0;width:100%;margin-top:4px}.publish-idle-page .field--discount .radio-item{flex-wrap:wrap}.publish-idle-page .time-region{flex-direction:column;align-items:stretch;gap:8px}.publish-idle-page .time-region .dash{display:none}.publish-idle-page .money{width:130px}.publish-idle-page .actions{position:static;display:flex;justify-content:center;align-items:center;gap:12px;width:100%;margin:12px 0 0;padding:14px 0 4px;background:transparent;border-top:1px solid #eef1f6;box-shadow:none;z-index:auto}.publish-idle-page .submit-btn,.publish-idle-page .reset-btn{flex:0 0 auto;min-width:108px;width:auto;max-width:132px;height:36px;padding:0 18px;font-size:14px;border-radius:8px}.publish-idle-page .agreement{margin-top:8px}}@media (max-width: 768px) and (max-width: 420px){.publish-idle-page .form-grid--core{grid-template-columns:1fr}.publish-idle-page .form-grid--core .field--quarter,.publish-idle-page .form-grid--core .field--listing{grid-column:1/-1}.publish-idle-page .form-grid--rental-setup{gap:8px}.publish-idle-page .form-grid--rental-setup .label{font-size:12px}.publish-idle-page .chips--listing{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-idle-page .chips--level{grid-template-columns:repeat(3,minmax(0,1fr))}.publish-idle-page .chips--rank,.publish-idle-page .field--inline-radio .radio-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.publish-idle-page .section-head--button{width:100%;border:0;background:transparent;text-align:left;cursor:pointer}.publish-idle-page .section-summary{min-width:0;margin-left:auto;overflow:hidden;color:#8b95a7;font-size:13px;font-weight:500;line-height:1.4;text-align:right;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .section-arrow{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:8px;color:#a2acbb;font-size:18px;line-height:1;transition:color .2s ease}.publish-idle-page .card--category.is-collapsed,.publish-idle-page .account-section.is-complete:not(.is-expanded){padding-bottom:2px}.publish-idle-page .account-section.is-complete:not(.is-expanded) .section-badge{background:linear-gradient(135deg,#2d7bda,#1957a8)}.publish-idle-page .section-content{overflow:hidden}.publish-idle-page .form-grid--account{gap:10px}.publish-idle-page .form-grid--account .field{border-radius:12px;background:#fff;box-shadow:0 8px 22px #1d3d6b0e;overflow:hidden}.publish-idle-page .form-grid--account .field-card{min-height:0;border-color:#e9eef6;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfcff)}.publish-idle-page .field-progress-head{display:flex;align-items:center;width:100%;min-height:52px;padding:0 14px;border:1px solid #e9eef6;border-radius:12px;background:linear-gradient(100deg,#fff,#f8fbff);color:#192238;cursor:pointer;text-align:left}.publish-idle-page .field-progress-head__label{overflow:hidden;font-size:14px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .field-progress-head__required{margin-right:3px;color:#ef4c5b}.publish-idle-page .field-progress-head__summary{min-width:0;margin-left:auto;overflow:hidden;color:#3b78c9;font-size:13px;font-weight:600;text-align:right;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .field-progress-head__arrow{margin-left:7px;color:#9aa8bc;font-size:17px}.publish-idle-page .form-grid--account .field:has(.field-progress-head){box-shadow:none}.publish-idle-page .form-grid--account .field:has(.field-progress-head) .field-help-slot,.publish-idle-page .form-grid--account .field:has(.field-progress-head)+.field-help-slot{display:none}.publish-idle-page .remove{right:7px;top:7px;width:28px;height:28px;border:1px solid rgba(255,255,255,.78);background:#111927ad;box-shadow:0 3px 10px #00000026;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .2s ease,background .2s ease}.publish-idle-page .remove .el-icon{font-size:15px}.publish-idle-page .remove:active{background:#e5484d;transform:scale(.9)}.publish-idle-page{background:#fff}.publish-idle-page .el-loading-mask{display:none!important}.publish-idle-page .page-header{box-shadow:none;border-bottom:10px solid #f6f6f6}.publish-idle-page .page-header .header-left{position:relative;justify-content:center;min-height:44px}.publish-idle-page .page-header .el-button{position:absolute;left:14px;width:30px;height:40px;margin:0;padding:0;color:#151515;font-size:0}.publish-idle-page .page-header .el-button:before{content:"‹";font-size:38px;font-weight:300;line-height:1}.publish-idle-page .page-header h2{font-size:18px;font-weight:700;color:#171717}.publish-idle-page .wrap{max-width:none;padding:0 14px 28px;background:#fff}.publish-idle-page .card,.publish-idle-page .account-section{margin:0;padding:0;border:0;border-radius:0;background:#fff;box-shadow:none}.publish-idle-page .card--category{padding:0;border-bottom:1px solid #f1f1f1}.publish-idle-page .card--category .section-head{gap:8px;min-height:54px;margin:0;padding:0 4px;border:0}.publish-idle-page .card--category .section-head.is-clickable{cursor:pointer;-webkit-tap-highlight-color:transparent}.publish-idle-page .category-control{display:flex;flex:1 1 auto;align-items:center;justify-content:flex-end;min-width:0;margin-left:0}.publish-idle-page .mobile-category-trigger{flex:0 0 126px;justify-content:space-between;gap:4px;max-width:126px;min-height:34px;margin-left:auto;padding:0 7px 0 9px;border:1px solid #d9e0ea;border-radius:4px;background:#fff;color:#28354a;font-size:14px;text-align:right}.publish-idle-page .mobile-category-trigger>span{flex:0 1 auto;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .mobile-category-trigger .is-placeholder{color:#a5adba}.publish-idle-page .mobile-category-trigger>.el-icon{flex:0 0 auto;color:#9aa8bc}.publish-idle-page .section-arrow-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;height:20px;margin-left:8px;padding:0;border:0;background:transparent;color:#9aa8bc;cursor:pointer}.publish-idle-page .section-arrow-button .section-arrow{margin:0;width:20px;height:20px;color:#9b9b9b;font-size:13px}.publish-idle-page .section-badge{display:inline-flex;min-width:32px;width:32px;height:26px;padding:0;border-radius:6px;font-size:12px;box-shadow:none}.publish-idle-page .account-section>.section-head{display:flex;gap:8px;min-height:54px;margin:0;padding:0 4px;border-bottom:1px solid #f0f1f3}.publish-idle-page .account-section>.section-head>.section-arrow{margin-left:auto}.publish-idle-page .account-section>.section-head .section-summary+.section-arrow{flex:0 0 auto;margin-left:8px}.publish-idle-page .account-section>.section-head .section-prepay{min-width:0;margin-left:auto;overflow:hidden;color:#000;font-size:15px;font-weight:700;line-height:1;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .account-section>.section-head .section-prepay+.section-arrow{flex:0 0 auto;margin-left:8px}.publish-idle-page .account-section>.section-head .section-badge{display:inline-flex;min-width:32px;width:32px;height:26px;padding:0;border-radius:6px;font-size:12px;box-shadow:none}.publish-idle-page .account-section>.section-head .section-title{color:#172033;font-size:15px}.publish-idle-page .account-section:not(.is-expanded)>.section-head{min-height:54px;margin:0;padding:0 4px;border:0;border-bottom:1px solid #f1f1f1;border-radius:0;background:#fff}.publish-idle-page .account-section:not(.is-expanded)>.section-head .section-summary{color:#1d1d1d;font-weight:500}.publish-idle-page .account-section.is-complete:not(.is-expanded) .section-badge{background:linear-gradient(135deg,#0052b4,#003a80)}.publish-idle-page .account-section.is-complete:not(.is-expanded){padding-bottom:0}.publish-idle-page .card--category .section-title{flex:0 0 auto;color:#171717;font-size:15px;font-weight:700;white-space:nowrap}.publish-idle-page .card--category .section-title:before{content:none}.publish-idle-page .card--category .cascader{flex:1 1 auto;min-width:0;margin:0;width:100%;max-width:210px}.publish-idle-page .card--category .cascader :deep(.el-input__wrapper){min-height:36px;padding:0 6px 0 10px;border-radius:4px;background:#fff;box-shadow:none}.publish-idle-page .card--category .cascader :deep(.el-input__inner){text-align:right}.publish-idle-page .card--category.is-collapsed{padding-bottom:0}.publish-idle-page .card--category.is-collapsed .section-summary{color:#1d1d1d;font-weight:500}.publish-idle-page .account-section .section-content{overflow:visible}.publish-idle-page .form-grid--account{gap:0}.publish-idle-page .form-grid--account .field{margin:0;border:0;border-bottom:1px solid #f1f1f1;border-radius:0;background:#fff;box-shadow:none;overflow:visible}.publish-idle-page .form-grid--account .field-card{min-height:0;padding:9px 4px 10px;border:0;border-radius:0;background:#fff;box-shadow:none}.publish-idle-page .form-grid--account .field-card:focus-within{border:0;box-shadow:none}.publish-idle-page .form-grid--rental-setup{gap:0}.publish-idle-page .form-grid--rental-setup .field{margin:0;border:0;border-bottom:1px solid #f1f1f1;border-radius:0;background:#fff;box-shadow:none;overflow:visible}.publish-idle-page .form-grid--rental-setup .field-card{min-height:0;padding:9px 4px 10px;border:0;border-radius:0;background:#fff;box-shadow:none}.publish-idle-page .form-grid--rental-setup .row-head{margin-bottom:7px}.publish-idle-page .form-grid--rental-setup .label{color:#191919;font-size:15px;font-weight:700}.publish-idle-page .form-grid--rental-setup .row-head.is-collapsible{min-height:36px;padding-right:34px;cursor:pointer;-webkit-tap-highlight-color:transparent}.publish-idle-page .form-grid--rental-setup .field-collapse-toggle{top:9px;display:inline-flex;align-items:center;justify-content:center;height:36px}.publish-idle-page .form-grid--rental-setup .field--text-control .field-card{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;column-gap:10px;row-gap:6px;padding-right:4px}.publish-idle-page .form-grid--rental-setup .field--text-control .row-head{grid-column:1;grid-row:1;padding-right:24px}.publish-idle-page .form-grid--rental-setup .field--text-control .field-collapse-toggle{position:static;grid-column:1;grid-row:1;align-self:center;justify-self:end;width:20px;height:28px}.publish-idle-page .form-grid--rental-setup .field--text-control .input-with-unit,.publish-idle-page .form-grid--rental-setup .field--text-control>.field-inner>.el-input{grid-column:2;grid-row:1;justify-self:end;min-width:0;width:100%}.publish-idle-page .form-grid--rental-setup .field--text-control :deep(.el-input__inner){text-align:right}.publish-idle-page .form-grid--rental-setup .field--text-control :deep(.el-input__inner::placeholder){text-align:left}.publish-idle-page .form-grid--rental-setup :deep(.el-input__wrapper){min-height:38px;border-radius:4px;background:#f7f7f7;box-shadow:none}.publish-idle-page .form-grid--rental-setup :deep(.el-input__wrapper.is-focus){background:#fff;box-shadow:0 0 0 1px #8dbcf3 inset}.publish-idle-page .form-grid--account .row-head{margin-bottom:7px}.publish-idle-page .form-grid--account .label{color:#191919;font-size:15px;font-weight:700}.publish-idle-page .form-grid--account .field-icon{display:none}.publish-idle-page .field-progress-head{min-height:48px;padding:0 4px;border:0;border-radius:0;background:#fff;box-shadow:none}.publish-idle-page .field-progress-head__label{flex:0 0 auto;max-width:112px;margin-right:12px;color:#191919;font-size:15px;font-weight:700}.publish-idle-page .field-progress-head__summary{flex:1 1 auto;width:0;color:#202020;font-size:14px;font-weight:500}.publish-idle-page .field-progress-head__arrow{align-self:center;color:#9b9b9b;display:inline-flex;flex:0 0 auto;font-size:13px}.publish-idle-page .field-progress-head--time .field-progress-head__label{max-width:none;margin-right:8px;overflow:visible}.publish-idle-page .field-progress-head--time .field-progress-head__summary{flex:0 0 auto;width:auto;overflow:visible}.publish-idle-page .form-grid--account .row-head.is-collapsible{min-height:36px;padding-right:34px;cursor:pointer;-webkit-tap-highlight-color:transparent}.publish-idle-page .form-grid--account .field-collapse-toggle{top:9px;display:inline-flex;align-items:center;justify-content:center;height:36px}.publish-idle-page .field--text-control .row-head{display:flex;align-items:center;min-height:36px;margin:0;padding:0}.publish-idle-page .form-grid--account .field--text-control .field-card{display:grid;grid-template-columns:minmax(72px,auto) minmax(0,1fr);align-items:center;column-gap:10px;row-gap:6px;padding-right:4px}.publish-idle-page .form-grid--account .field--text-control .row-head{grid-column:1;grid-row:1;padding-right:24px}.publish-idle-page .form-grid--account .field--text-control .field-collapse-toggle{position:static;grid-column:1;grid-row:1;align-self:center;justify-self:end;width:20px;height:28px}.publish-idle-page .form-grid--account .field--text-control .input-with-unit,.publish-idle-page .form-grid--account .field--text-control>.field-inner>.el-input{grid-column:2;grid-row:1;justify-self:end;min-width:0;width:100%}.publish-idle-page .form-grid--account .field--text-control :deep(.el-input__inner){text-align:right}.publish-idle-page .form-grid--account .field--text-control :deep(.el-input__inner::placeholder){text-align:left}.publish-idle-page .form-grid--account .field--text-control .field-help,.publish-idle-page .form-grid--account .field--text-control .field-help-panel,.publish-idle-page .form-grid--account .field--text-control .field-error,.publish-idle-page .form-grid--account .field--text-control .rental-period-value,.publish-idle-page .form-grid--account .field--text-control .rental-period-placeholder{grid-column:1/-1}.publish-idle-page .form-grid--account .field--inline-account-control .field-card{display:grid;grid-template-columns:minmax(94px,auto) minmax(0,1fr);align-items:center;column-gap:8px;row-gap:7px;padding-right:4px}.publish-idle-page .form-grid--account .field--inline-account-control .row-head{grid-column:1;grid-row:1;display:flex;align-items:center;align-self:center;min-height:40px;min-width:0;margin:0;padding-right:22px}.publish-idle-page .form-grid--account .field--inline-account-control .label{white-space:nowrap}.publish-idle-page .form-grid--account .field--inline-account-control .field-collapse-toggle{display:none}.publish-idle-page .form-grid--account .field--inline-account-control .mobile-multi-trigger,.publish-idle-page .form-grid--account .field--inline-account-control .time-region{grid-column:2;grid-row:1;justify-self:end;min-width:0;width:100%}.publish-idle-page .form-grid--account .field--inline-account-control .time-region{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:6px;align-items:center}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .time{display:block;min-width:0!important;max-width:100%!important;width:100%!important;flex:none!important;overflow:hidden}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .dash{display:none}.publish-idle-page .form-grid--account .field--inline-account-control .mobile-time-trigger{display:flex;align-items:center;gap:6px;min-width:0;width:100%;height:40px;padding:0 8px;border:1px solid #d9e0ea;border-radius:5px;background:#fff;color:#2865aa;font-size:16px;text-align:left}.publish-idle-page .form-grid--account .field--inline-account-control .mobile-time-trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .form-grid--account .field--inline-account-control .mobile-time-trigger.is-placeholder{color:#a5adba}.publish-idle-page .form-grid--account .field--inline-account-control .time-region>.el-date-editor.el-input,.publish-idle-page .form-grid--account .field--inline-account-control .time-region>.el-date-editor,.publish-idle-page .form-grid--account .field--inline-account-control .time-region>.el-input{display:block!important;flex:none!important;min-width:0!important;max-width:100%!important;width:100%!important}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .el-input__wrapper{box-sizing:border-box;min-width:0;padding:0 5px}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .el-input__prefix{margin-right:2px}.publish-idle-page .form-grid--account .field--inline-account-control .time-region .el-input__inner{min-width:0;font-size:16px}.publish-idle-page .el-input__inner,.publish-idle-page .el-textarea__inner{font-size:16px!important}.publish-idle-page .form-grid--account .field--inline-account-control .field-help,.publish-idle-page .form-grid--account .field--inline-account-control .field-help-panel,.publish-idle-page .form-grid--account .field--inline-account-control .field-error{grid-column:1/-1}.publish-idle-page .form-grid--images .img-block--all .field-help-block{margin-top:10px}.publish-idle-page .form-grid--images .img-block--all .field-help-panel{padding:9px 11px;border-color:#faecd8;background:#fdf8ef}.publish-idle-page .form-grid--images .img-block--all .field-help-panel__title{color:#d28b22}.publish-idle-page .form-grid--account .chips,.publish-idle-page .form-grid--account .radio-list{gap:7px}.publish-idle-page .form-grid--account .chip,.publish-idle-page .form-grid--account .radio-item{min-height:36px;border:1px solid transparent;border-radius:4px;background:#f7f7f7;color:#202020;box-shadow:none}.publish-idle-page .form-grid--account .chip.active,.publish-idle-page .form-grid--account .radio-item.active{border-color:#d7e7fb;background:#eef6ff;color:#2676d8;box-shadow:none}.publish-idle-page .form-grid--account :deep(.el-input__wrapper){min-height:38px;border-radius:4px;background:#f7f7f7;box-shadow:none}.publish-idle-page .form-grid--account :deep(.el-input__wrapper.is-focus){background:#fff;box-shadow:0 0 0 1px #8dbcf3 inset}.publish-idle-page .form-grid--account .field-help-panel,.publish-idle-page .form-grid--account .field-tip:not(.field-tip--inline){border-color:#dceafb;border-radius:5px;background:#f4f9ff;color:#3881df}.publish-idle-page .form-grid--account>.field-help-slot{display:none}.publish-idle-page .form-grid--account+.field-help-slot,.publish-idle-page .form-grid--account~.field-help-slot{display:none}.publish-idle-page .form-grid--images,.publish-idle-page .form-grid--rental-setup,.publish-idle-page .form-subgroup{margin:0;padding:12px 4px;border-bottom:1px solid #f1f1f1}.publish-idle-page .form-subgroup__title{color:#191919;font-size:15px}.publish-idle-page .agreement{padding:16px 4px 6px}.publish-idle-page .agree-row{align-items:flex-start;flex-wrap:wrap;width:100%;min-width:0;column-gap:4px;row-gap:2px;white-space:normal;line-height:1.55}.publish-idle-page .agree-row .check{margin-top:2px}.publish-idle-page .agree-text{margin-left:0}.publish-idle-page .agree-link{white-space:normal;line-height:inherit}.publish-idle-page .actions{padding:12px 4px 4px;border:0}.publish-idle-page .actions .submit-btn{flex:1;max-width:none;height:48px;border-radius:5px}.publish-idle-page .actions .reset-btn{display:none}.publish-idle-page .mobile-multi-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:0 12px;border:1px solid #dfe5ee;border-radius:6px;background:#fff;color:#253047;text-align:left}.publish-idle-page .mobile-multi-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publish-idle-page .mobile-multi-trigger .is-placeholder{color:#a7afbc}.mobile-picker-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;align-items:flex-end;background:#0a121e61}.mobile-picker-sheet{width:100%;max-height:72vh;border-radius:16px 16px 0 0;background:#fff;box-shadow:0 -12px 30px #101f3629;overflow:hidden}.mobile-picker-sheet__head{display:grid;grid-template-columns:70px 1fr 70px;align-items:center;min-height:54px;padding:0 8px;border-bottom:1px solid #edf0f4}.mobile-picker-sheet__head strong{text-align:center;color:#172033;font-size:16px}.mobile-picker-sheet__head button{height:40px;border:0;background:transparent;color:#7c8798;font-size:14px}.mobile-picker-sheet__head .is-primary{color:#286fc3;font-weight:700}.mobile-picker-sheet__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-height:calc(72vh - 54px);padding:12px 14px calc(18px + env(safe-area-inset-bottom,0px));overflow-y:auto}.mobile-picker-option{display:flex;align-items:center;justify-content:space-between;gap:6px;min-height:46px;padding:8px 11px;border:1px solid #e5e9ef;border-radius:8px;background:#f8f9fb;color:#30394a;text-align:left}.mobile-picker-option.active{border-color:#a9cdf6;background:#eef6ff;color:#286fc3}.mobile-time-picker-sheet{max-height:68vh}.mobile-time-picker__value{padding:14px 16px 10px;color:#1c5fae;font-size:26px;font-weight:700;letter-spacing:.06em;text-align:center}.mobile-time-picker__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 14px calc(16px + env(safe-area-inset-bottom,0px))}.mobile-time-picker__column{position:relative;min-width:0;overflow:hidden;border:1px solid #e7ebf1;border-radius:10px;background:#f8fafc}.mobile-time-picker__column-title{display:block;padding:9px 0 7px;border-bottom:1px solid #e7ebf1;color:#7b8797;font-size:13px;font-weight:600;text-align:center}.mobile-time-picker__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;max-height:255px;padding:8px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-time-picker__options--wheel{display:block;height:220px;max-height:none;padding:0;overflow-y:auto;overscroll-behavior:contain;scroll-snap-type:y mandatory;scrollbar-width:none;background:#fff}.mobile-time-picker__options--wheel::-webkit-scrollbar{display:none}.mobile-time-picker__wheel-spacer{display:block;height:88px;pointer-events:none}.mobile-time-picker__options.mobile-time-picker__options--wheel button{display:block;width:100%;min-height:44px;height:44px;border:0;border-radius:0;background:transparent;scroll-snap-align:center;scroll-snap-stop:always;font-size:17px}.mobile-time-picker__options.mobile-time-picker__options--wheel button.active{border:0;background:transparent;color:#1e67b4;font-size:19px}.mobile-time-picker__column:after{position:absolute;z-index:1;right:8px;left:8px;top:120px;height:42px;border-top:1px solid #b5d5f7;border-bottom:1px solid #b5d5f7;background:#eaf4ff75;pointer-events:none;content:""}.mobile-time-picker__options button{min-height:38px;padding:0;border:1px solid transparent;border-radius:6px;background:#fff;color:#3d4859;font-size:14px}.mobile-time-picker__options button.active{border-color:#9cc7f5;background:#eaf4ff;color:#1e67b4;font-weight:700}.mobile-category-picker-sheet{max-height:68vh}.mobile-category-picker__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 14px calc(16px + env(safe-area-inset-bottom,0px))}.mobile-category-picker__columns.is-single-column{grid-template-columns:minmax(0,1fr)}.mobile-category-picker__columns.is-single-column .mobile-category-picker__column{min-height:224px}.mobile-category-picker__column{min-width:0;min-height:276px;overflow:hidden;border:1px solid #e7ebf1;border-radius:10px;background:#f8fafc}.mobile-category-picker__column-title{display:block;padding:10px 0 8px;border-bottom:1px solid #e7ebf1;color:#7b8797;font-size:13px;font-weight:600;text-align:center}.mobile-category-picker__options{display:grid;gap:7px;max-height:318px;padding:8px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-category-picker__options button{min-height:42px;padding:6px 8px;border:1px solid transparent;border-radius:7px;background:#fff;color:#3d4859;font-size:14px}.mobile-category-picker__options button.active{border-color:#9cc7f5;background:#eaf4ff;color:#1e67b4;font-weight:700}.mobile-category-picker__empty{display:flex;align-items:center;justify-content:center;min-height:230px;padding:16px;color:#a0a8b5;font-size:13px;text-align:center}.picker-fade-enter-active,.picker-fade-leave-active{transition:opacity .22s ease}.picker-fade-enter-from,.picker-fade-leave-to{opacity:0}.publish-idle-page .other-info-lines{display:block}.publish-idle-page .other-info-lines .field{margin:0;border-bottom:1px solid #eef1f5}.publish-idle-page .other-info-lines .field-card{display:grid;grid-template-columns:auto minmax(100px,1fr);align-items:center;min-height:52px;padding:8px 2px;border:0;background:#fff}.publish-idle-page .other-info-lines .stat-card__head,.publish-idle-page .other-info-lines .row-head{margin:0}.publish-idle-page .other-info-lines .stat-card__value,.publish-idle-page .other-info-lines .input-with-unit{text-align:right}.publish-idle-page .other-info-lines .stat-card__tag,.publish-idle-page .other-info-lines .stat-card__hint,.publish-idle-page .other-info-lines .field-tip{display:none}.publish-idle-page .form-grid--account .field--text-control .field-card{grid-template-columns:minmax(84px,auto) minmax(0,1fr);min-height:58px;padding:8px 4px;column-gap:12px}.publish-idle-page .form-grid--account .field--text-control .row-head{min-height:42px;padding-right:0}.publish-idle-page .form-grid--account .field--text-control>.field-inner>.el-input,.publish-idle-page .form-grid--account .field--text-control .input-with-unit{align-self:center}.publish-idle-page .form-grid--account .field--text-control .el-input__wrapper{min-height:42px;padding:0;border-radius:0;background:transparent;box-shadow:none}.publish-idle-page .form-grid--account .field--text-control .el-input__wrapper:hover,.publish-idle-page .form-grid--account .field--text-control .el-input__wrapper.is-focus{background:transparent;box-shadow:none}.publish-idle-page .form-grid--account .field--text-control .el-input__inner{color:#222;font-size:15px;text-align:right}.publish-idle-page .form-grid--account .field--text-control .el-input__inner::placeholder{color:#c4c7ce;text-align:right}.publish-idle-page .form-grid--account .field--text-control .input-with-unit .el-input__wrapper{padding-right:28px}.publish-idle-page .form-grid--account .field--text-control .input-with-unit .unit{right:0;color:#8d929c;font-weight:500}.publish-idle-page .form-grid--rental-setup .field--text-control .field-card{grid-template-columns:max-content minmax(0,1fr);min-height:58px;padding:8px 4px;column-gap:12px}.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .field-card{grid-template-columns:minmax(0,1fr) minmax(96px,40%);column-gap:8px}.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .row-head,.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .label{min-width:0}.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .label{max-width:100%;flex-wrap:nowrap;white-space:normal;overflow-wrap:anywhere;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.publish-idle-page .form-grid--rental-setup .field[data-publish-field=slot_9_trial_card] .label>span{min-width:0;white-space:normal}.publish-idle-page .form-grid--rental-setup .field--text-control .row-head{min-height:42px;padding-right:24px}.publish-idle-page .form-grid--rental-setup .field--text-control .field-help,.publish-idle-page .form-grid--rental-setup .field--text-control .field-help-panel,.publish-idle-page .form-grid--rental-setup .field--text-control .field-error,.publish-idle-page .form-grid--rental-setup .field--text-control .rental-period-value,.publish-idle-page .form-grid--rental-setup .field--text-control .rental-period-placeholder{grid-column:1/-1}.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__wrapper{min-height:42px;padding:0;border-radius:0;background:transparent;box-shadow:none}.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__wrapper:hover,.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__wrapper.is-focus{background:transparent;box-shadow:none}.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__inner{color:#222;font-size:15px;text-align:right}.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__inner::placeholder{color:#c4c7ce;text-align:right}.publish-idle-page .publish-flow{position:fixed;z-index:999;top:3.25rem;right:0;left:0;box-sizing:border-box;min-height:4rem;margin:0;padding:0;border-bottom:1px solid #e9eef5;background:#fff;box-shadow:0 4px 12px #1637600f}.publish-idle-page .publish-flow__steps{--van-steps-background: transparent;padding:.5rem .5rem .25rem;background:transparent}.publish-idle-page .publish-flow__steps .van-steps__items{margin:0 0 4px;padding-bottom:21px}.publish-idle-page .publish-flow__steps .van-step--horizontal .van-step__line{height:2px}.publish-idle-page .publish-flow__steps .van-step--horizontal{flex:1;min-width:0;padding:0 .375rem}.publish-idle-page .publish-flow__steps .van-step--horizontal:first-child{padding-left:0}.publish-idle-page .publish-flow__steps .van-step--horizontal:last-child{padding-right:0}.publish-idle-page .publish-flow__steps .van-step--horizontal .van-step__title{font-size:.75rem;font-weight:600;display:block;width:100%;min-width:0;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-align:center}.publish-idle-page .publish-flow__steps .van-step--horizontal:first-child .van-step__title{text-align:left}.publish-idle-page .publish-flow__steps .van-step--horizontal:last-child .van-step__title{text-align:right}.publish-idle-page .publish-flow__steps .van-step--finish .van-step__title,.publish-idle-page .publish-flow__steps .van-step--process .van-step__title,.publish-idle-page .publish-flow__steps .van-step__icon--active{color:#1d6fd6!important}.publish-idle-page .account-images-progress{margin-top:12px;padding:10px 11px;border:1px solid #f0d89a;border-radius:7px;background:#fffbf2}.publish-idle-page .account-images-progress.is-complete{border-color:#bee6d0;background:#f2fbf6}.publish-idle-page .account-images-progress__head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#9b6510;font-size:12px;line-height:1.3}.publish-idle-page .account-images-progress.is-complete .account-images-progress__head{color:#178557}.publish-idle-page .account-images-progress__head strong{font-weight:800}.publish-idle-page .account-images-progress__head span{display:inline-flex;align-items:center;gap:3px;flex:0 0 auto;font-weight:700}.publish-idle-page .account-images-progress__track{height:5px;margin-top:8px;overflow:hidden;border-radius:999px;background:#f1e4c7}.publish-idle-page .account-images-progress.is-complete .account-images-progress__track{background:#d7f0e2}.publish-idle-page .account-images-progress__track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f5a623,#f2c15e);transition:width .2s ease}.publish-idle-page .account-images-progress.is-complete .account-images-progress__track span{background:#2ba66d}.publish-idle-page .account-images-progress p{margin:7px 0 0;color:#7d6a45;font-size:12px;line-height:1.5}.publish-idle-page .account-images-progress.is-complete p{color:#4e7e64}.publish-idle-page{padding-top:4.375rem}}@media (max-width: 768px) and (max-width: 360px){.publish-idle-page .publish-flow__steps .van-step--horizontal .van-step__title{font-size:.625rem;letter-spacing:-.02em}}@media (max-width: 768px){.publish-idle-page .form-grid--account .field--text-control .el-input__inner::placeholder,.publish-idle-page .form-grid--rental-setup .field--text-control .el-input__inner::placeholder,.publish-idle-page .custom-discount-field .el-input__inner::placeholder{font-size:13px}}.main-content{min-height:calc(100vh - 300px);padding-top:96px}@media (max-width: 768px){.main-content{padding-top:52px}}.auth-layout .main-content{padding-top:0;min-height:100vh}@media (min-width: 769px){.home-main-content{padding-top:166px;background:#dceaff}}@media (max-width: 768px){.home-main-content{padding-top:52px}}@media (max-width: 768px){.main-content{position:relative;overflow-x:hidden}}.im-layout .im-main-content{padding-top:0;min-height:100vh}.fade-in-linear-enter-active,.fade-in-linear-leave-active{transition:var(--el-transition-fade-linear)}.fade-in-linear-enter-from,.fade-in-linear-leave-to{opacity:0}.collapse-transition{transition:var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out}.horizontal-collapse-transition{transition:var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out}.carousel-arrow-left-enter-from,.carousel-arrow-left-leave-active{opacity:0;transform:translateY(-50%)translate(-10px)}.carousel-arrow-right-enter-from,.carousel-arrow-right-leave-active{opacity:0;transform:translateY(-50%)translate(10px)}.v-modal-enter{animation:v-modal-in var(--el-transition-duration-fast) ease}.v-modal-leave{animation:v-modal-out var(--el-transition-duration-fast) ease forwards}.v-modal{width:100%;height:100%;opacity:var(--el-popup-modal-opacity);background:var(--el-popup-modal-bg-color);position:fixed;top:0;left:0}.dialog-fade-enter-active{animation:modal-fade-in var(--el-transition-duration)}.dialog-fade-leave-active{animation:modal-fade-out var(--el-transition-duration)}.viewer-fade-enter-active{animation:viewer-fade-in var(--el-transition-duration)}.viewer-fade-leave-active{animation:viewer-fade-out var(--el-transition-duration)}.slideInRight-transition,.slideInLeft-transition{display:inline-block}.slideInRight-enter{animation:slideInRight-enter var(--el-transition-duration)}.slideInRight-leave{animation:slideInRight-leave var(--el-transition-duration);position:absolute;left:0;right:0}.slideInLeft-enter{animation:slideInLeft-enter var(--el-transition-duration)}.slideInLeft-leave{animation:slideInLeft-leave var(--el-transition-duration);position:absolute;left:0;right:0}.time-select{min-width:0;margin:5px 0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.disabled{color:var(--el-datepicker-border-color);cursor:not-allowed}.time-select-item:hover{background-color:var(--el-fill-color-light);cursor:pointer;font-weight:700}.time-select .time-select-item.selected:not(.disabled){color:var(--el-color-primary);font-weight:700}@media (min-width: 769px){.navbar-wrapper{position:fixed;top:0;left:0;right:0;min-width:var(--desktop-min-width, 1200px);z-index:1000;background:var(--bg-primary);transition:all .3s ease;box-shadow:var(--shadow-sm)}.navbar-wrapper.scrolled .top-bar{height:0;overflow:hidden;opacity:0}.navbar-wrapper.hidden{transform:translateY(-100%)}.navbar-wrapper .top-bar{height:36px;background:var(--bg-secondary);border-bottom:1px solid #adc5e5;font-size:12px;color:var(--text-secondary);transition:all .3s ease;overflow:hidden}.navbar-wrapper .top-bar .container{padding-left:277px;padding-right:277px}.navbar-wrapper .top-bar .top-bar-inner{display:flex;justify-content:space-between;align-items:center;height:36px}.navbar-wrapper .top-bar .top-left,.navbar-wrapper .top-bar .top-right{display:flex;align-items:center;gap:16px}.navbar-wrapper .top-bar .top-link{color:var(--text-secondary);text-decoration:none}.navbar-wrapper .top-bar .top-link:hover{color:var(--primary-color)}.navbar-wrapper .top-bar .divider{color:var(--border-color)}.navbar-wrapper .top-bar .auth-links{display:flex;gap:12px}.navbar-wrapper .top-bar .auth-links .login-link{color:var(--primary-color);font-weight:600}.navbar-wrapper .top-bar .auth-links .user-link{display:inline-flex;align-items:center;gap:6px;color:var(--text-primary);font-weight:600;text-decoration:none;max-width:220px}.navbar-wrapper .top-bar .auth-links .user-link:hover{color:var(--primary-color)}.navbar-wrapper .top-bar .auth-links .user-link__name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-wrapper .top-bar .auth-links .logout-link{color:var(--text-secondary);text-decoration:none}.navbar-wrapper .top-bar .auth-links .logout-link:hover{color:var(--danger-color)}.navbar-wrapper .user-identity-badge{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:4px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;flex-shrink:0}.navbar-wrapper .user-identity-badge.is-internal{background:#ecfdf5;color:#16a34a}.navbar-wrapper .user-identity-badge.is-partner{background:#eff6ff;color:#2563eb}.navbar-wrapper .user-identity-badge.is-user{background:#0f274414;color:#0f2744}.navbar-wrapper .main-nav{height:60px;border-bottom:1px solid #edf0f5;background:var(--bg-primary);display:flex;align-items:center;transition:all .3s ease;overflow:visible}.navbar-wrapper .main-nav .container{width:100%;max-width:1370px;padding:0 38px}.navbar-wrapper .main-nav .navbar-inner{display:flex;align-items:center;justify-content:flex-start;height:100%;gap:0}.navbar-wrapper .main-nav .logo{height:48px;flex-shrink:0;margin-right:0;display:flex;align-items:center}.navbar-wrapper .main-nav .logo-img{height:48px;width:auto;max-width:180px;object-fit:contain;background:transparent;transform:none}.navbar-wrapper .main-nav .nav-links{display:flex;align-items:center;flex:none;gap:48px;margin:0 0 0 100px}.navbar-wrapper .main-nav .nav-link{font-size:15px;font-weight:500;color:var(--text-primary);position:relative;padding:8px 0;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;text-decoration:none}.navbar-wrapper .main-nav .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.navbar-wrapper .main-nav .nav-link:hover,.navbar-wrapper .main-nav .nav-link.active{color:var(--primary-color)}.navbar-wrapper .main-nav .nav-link:hover:after,.navbar-wrapper .main-nav .nav-link.active:after{width:100%}.navbar-wrapper .main-nav .nav-link--hafu img{width:18px;height:18px;object-fit:contain;flex:0 0 auto}.navbar-wrapper .scrolled .main-nav{height:56px}.navbar-wrapper.home-page-nav{background:#dceaff;box-shadow:none}.navbar-wrapper .main-nav--home{height:130px;align-items:flex-start;border-bottom:0;background:transparent}.navbar-wrapper .main-nav--home .container{max-width:1370px;height:100%;padding:0 38px}.navbar-wrapper .main-nav--home .navbar-inner{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;height:76px}.navbar-wrapper .main-nav--home .logo{height:64px}.navbar-wrapper .main-nav--home .logo-img{height:106px;max-width:168px;transform:translateY(2px)}.navbar-wrapper .main-nav--home .nav-right-actions{grid-column:2;margin-left:0}.navbar-wrapper .main-nav--home .nav-publish-btn{height:40px;padding:0 24px;border-radius:10px;box-shadow:0 7px 16px #0d245129}.navbar-wrapper .main-nav--home .nav-links{position:absolute;top:76px;left:0;display:flex;align-items:center;justify-content:stretch;width:100%;height:54px;margin:0;gap:0;border:1px solid rgba(222,231,247,.86);border-radius:12px;background:linear-gradient(180deg,#ebf4fff2,#ffffffeb);box-shadow:0 8px 22px #4870a612}.navbar-wrapper .main-nav--home .nav-link{flex:1 1 0;justify-content:center;height:54px;padding:0;font-size:16px;font-weight:700}.navbar-wrapper .main-nav--home .nav-link:after{bottom:0;height:3px;border-radius:999px 999px 0 0}.navbar-wrapper.scrolled .main-nav--home{height:130px}.navbar-wrapper.home-compact{background:#fff;box-shadow:0 1px 4px #0f274414}.navbar-wrapper.home-compact .top-bar{height:0;opacity:0}.navbar-wrapper.home-compact .main-nav--home{height:66px;background:#fff;border-bottom:1px solid #edf0f5;transition:height .36s cubic-bezier(.22,1,.36,1)}.navbar-wrapper.home-compact .main-nav--home .navbar-inner{display:flex;height:66px;transition:height .36s cubic-bezier(.22,1,.36,1)}.navbar-wrapper.home-compact .main-nav--home .logo{height:52px;transition:height .3s ease}.navbar-wrapper.home-compact .main-nav--home .logo-img{height:100px;transition:height .3s ease,transform .3s ease;transform:translateY(1px)}.navbar-wrapper.home-compact .main-nav--home .nav-links{position:static;width:auto;height:auto;margin:0 0 0 100px;gap:48px;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;pointer-events:auto;transform:none;transition:opacity .28s ease,transform .36s cubic-bezier(.22,1,.36,1)}.navbar-wrapper.home-compact .main-nav--home .nav-right-actions{margin-left:auto}.navbar-wrapper.home-compact .main-nav--home .nav-publish-btn{height:36px;padding:0 18px;box-shadow:0 4px 10px #0d245124;transition:height .3s ease,padding .3s ease,box-shadow .3s ease}.navbar-wrapper:has(.main-nav--home):not(.home-compact){background:#dceaff;box-shadow:none}.navbar-wrapper:has(.main-nav--home):not(.home-compact) .top-bar,.navbar-wrapper:has(.main-nav--home):not(.home-compact) .main-nav{background:transparent}.navbar-wrapper .nav-right-actions{display:flex;align-items:center;gap:12px;margin-left:auto;font-size:14px;font-weight:700}.navbar-wrapper .nav-publish-btn{height:36px;padding:0 20px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#0d2451;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.navbar-wrapper .nav-publish-btn:hover{opacity:.8;background:#0d2451;border-color:#0d2451;color:#fff}.navbar-wrapper .nav-publish-btn--want{background:#fff;border-color:#0d2451;color:#0d2451}.navbar-wrapper .nav-publish-btn--want:hover{background:#eef4ff;border-color:#0d2451;color:#0d2451}.navbar-wrapper .profile-notification{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#0f2744;margin-right:6px}.navbar-wrapper .profile-notification .el-icon{font-size:24px}.navbar-wrapper .profile-notification__badge{position:absolute;top:-2px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ff4d4f;color:#fff;font-size:12px;font-weight:700;line-height:20px;text-align:center;border:2px solid #fff;box-shadow:0 2px 4px #ef44444d}.navbar-wrapper .nav-action-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;min-width:76px;padding:0 20px;border-radius:8px;text-decoration:none;transition:all .2s ease}.navbar-wrapper .nav-action-btn--login{color:#0f2744;border:1px solid #e0e4ea;background:#fff}.navbar-wrapper .nav-action-btn--login:hover{border-color:#c8ccd4;background:#f8f9fb}.navbar-wrapper .nav-action-btn--register{color:#3d2a00;background:#ffc21c}.navbar-wrapper .nav-action-btn--register:hover{background:#ffcd3d}.navbar-wrapper .nav-action-btn--user{color:#0f2744;gap:8px;padding:6px 12px 6px 8px;background:transparent;border:none}.navbar-wrapper .nav-action-btn--user:hover{background:#f3f6fa}.navbar-wrapper .user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.navbar-wrapper .user-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.navbar-wrapper .user-nickname{font-size:14px;font-weight:500;color:#0f2744;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.navbar-wrapper .user-nickname.is-vip-vip1,.navbar-wrapper .user-nickname.is-vip-vip2,.navbar-wrapper .user-nickname.is-vip-vip3,.navbar-wrapper .user-nickname.is-vip-gold,.navbar-wrapper .user-nickname.is-vip-platinum,.navbar-wrapper .user-nickname.is-vip-black-gold,.navbar-wrapper .user-nickname.is-vip-black-diamond{color:transparent;background:linear-gradient(90deg,#4778c8,#b8dcff 28%,#fff,#b8dcff 72%,#4778c8);background-size:260% 100%;background-clip:text;-webkit-background-clip:text;animation:vip-nickname-shimmer-b2966f08 4s linear infinite}.navbar-wrapper .user-nickname.is-vip-gold{background-image:linear-gradient(90deg,#b56b13,#ffe3a0 35%,#fff4ce,#ffe3a0 65%,#b56b13)}.navbar-wrapper .user-nickname.is-vip-platinum{background-image:linear-gradient(90deg,#69717d,#f5f7fa 35%,#fff,#d5dbe3 65%,#69717d)}.navbar-wrapper .user-nickname.is-vip-black-gold{background-image:linear-gradient(90deg,#8b5c20,#ffe29a 35%,#fff6ce,#e8ba5e 65%,#8b5c20)}.navbar-wrapper .user-nickname.is-vip-black-diamond{background-image:linear-gradient(90deg,#6b4ed0,#d7c9ff 35%,#fff,#bca8ff 65%,#6b4ed0)}@keyframes vip-nickname-shimmer-b2966f08{to{background-position:-160% 50%}}@media (prefers-reduced-motion: reduce){.navbar-wrapper .user-nickname.is-vip-vip1,.navbar-wrapper .user-nickname.is-vip-vip2,.navbar-wrapper .user-nickname.is-vip-vip3,.navbar-wrapper .user-nickname.is-vip-gold,.navbar-wrapper .user-nickname.is-vip-platinum,.navbar-wrapper .user-nickname.is-vip-black-gold,.navbar-wrapper .user-nickname.is-vip-black-diamond{animation:none}}.navbar-wrapper .user-vip-badge{display:inline-flex;align-items:center;gap:3px;min-height:18px;box-sizing:border-box;padding:1px 6px 1px 4px;border:1px solid #e5b83f;border-radius:5px;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-size:10px;font-weight:900;line-height:1;letter-spacing:.1px;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e;cursor:pointer}.navbar-wrapper .user-vip-badge.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 2px 6px #405b781f}.navbar-wrapper .user-vip-badge img{width:14px;height:13px;object-fit:contain;filter:drop-shadow(0 1px 1px rgba(0,0,0,.26))}.navbar-wrapper .user-vip-badge.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.navbar-wrapper .user-vip-badge.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.navbar-wrapper .user-vip-badge.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.navbar-wrapper .user-vip-badge.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff}.navbar-wrapper .nav-link-badge{display:inline-flex;align-items:center;justify-content:center;height:16px;padding:0 5px;border-radius:4px;background:linear-gradient(180deg,#ffe033,#ffd000);color:#5c3b00;font-size:10px;font-weight:800;line-height:1;letter-spacing:.3px;transform:translateY(-6px)}.navbar-wrapper .nav-actions{display:flex;align-items:center;gap:16px;margin-left:auto}.navbar-wrapper .search-box{width:240px}@media (max-width: 1200px){.navbar-wrapper .search-box{width:180px}}@media (max-width: 900px){.navbar-wrapper .search-box{display:none}}.navbar-wrapper .search-box .el-input__wrapper{border-radius:20px;background-color:var(--bg-secondary);box-shadow:none!important;border:1px solid transparent;transition:all .3s}.navbar-wrapper .search-box .el-input__wrapper:hover,.navbar-wrapper .search-box .el-input__wrapper.is-focus{border-color:var(--primary-color);background-color:var(--bg-primary)}.navbar-wrapper .quick-actions{display:flex;align-items:center;gap:10px}@media (max-width: 900px){.navbar-wrapper .quick-actions{display:none}}.navbar-wrapper .quick-action{height:31px;padding:0 16px;border-radius:5px;border:1px solid rgba(0,0,0,.08);background:var(--bg-secondary);color:var(--text-secondary);font-weight:600;font-size:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.navbar-wrapper .quick-action:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.navbar-wrapper .publish-action{background:#0b1f47;color:#fff}.navbar-wrapper .publish-action:hover{opacity:.8;background:#0b1f47;color:#fff}.navbar-wrapper .recovery-action{background:#e9ae3c;color:#fff;border-color:#ff6b0059}.navbar-wrapper .recovery-action:hover{opacity:.9;background:#e9ae3c;color:#fff;border-color:#ff6b0059}.navbar-wrapper .action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--text-secondary);transition:all .3s ease;background:var(--bg-secondary)}.navbar-wrapper .action-btn:hover{background:var(--primary-color);color:#fff}.navbar-wrapper .action-btn .el-icon{font-size:18px}.navbar-wrapper .menu-toggle{display:none}.navbar-wrapper .dark-mode .navbar-wrapper,.navbar-wrapper .dark-mode .main-nav{background:var(--bg-primary)}.navbar-wrapper .dark-mode .top-bar{background:var(--bg-secondary);border-bottom-color:var(--border-color)}.navbar-wrapper .dark-mode.active{background:var(--primary-color);color:#fff}.navbar-wrapper .contact-btn .btn-text{margin-left:4px}.navbar-wrapper .mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;display:none}.navbar-wrapper .mobile-menu{position:absolute;top:0;right:0;width:280px;height:100%;background:var(--bg-primary);display:flex;flex-direction:column}.navbar-wrapper .mobile-menu-header{display:flex;align-items:center;gap:8px;padding:16px;border-bottom:1px solid var(--border-color)}.navbar-wrapper .mobile-menu-header .logo-icon{font-size:24px}.navbar-wrapper .mobile-menu-header .logo-text{font-size:18px;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-wrapper .mobile-menu-header .close-btn{margin-left:auto;padding:8px;border-radius:var(--border-radius);color:var(--text-secondary);transition:all .3s}.navbar-wrapper .mobile-menu-header .close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.navbar-wrapper .mobile-menu-links{flex:1;padding:16px;overflow-y:auto}.navbar-wrapper .mobile-nav-link{display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:4px;border-radius:var(--border-radius);color:var(--text-secondary);font-size:15px;font-weight:500;transition:all .3s ease}.navbar-wrapper .mobile-nav-link:hover,.navbar-wrapper .mobile-nav-link.active{color:var(--primary-color);background:#667eea1a}.navbar-wrapper .mobile-nav-link .el-icon{font-size:20px}.navbar-wrapper .mobile-menu-footer{padding:30px 20px;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:12px}.navbar-wrapper .mobile-menu-footer .mobile-auth-btns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px}.navbar-wrapper .mobile-menu-footer .mobile-user-btn span{display:inline-flex;align-items:center;gap:6px;min-width:0}.navbar-wrapper .mobile-menu-footer .mobile-user-btn__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90px}.navbar-wrapper .mobile-menu-footer .el-button{width:100%;margin:0}.navbar-wrapper .slide-enter-active,.navbar-wrapper .slide-leave-active{transition:opacity .3s ease}.navbar-wrapper .slide-enter-from,.navbar-wrapper .slide-leave-to{opacity:0}.navbar-wrapper .el-dialog{border-radius:var(--border-radius-lg);overflow:hidden}.navbar-wrapper .el-dialog__header{background:var(--primary-gradient);padding:20px;margin:0}.navbar-wrapper .el-dialog__title{color:#fff;font-weight:600}.navbar-wrapper .el-dialog__headerbtn .el-dialog__close{color:#fff}.navbar-wrapper .contact-grid{display:grid;grid-template-columns:220px 1fr;gap:14px;padding:10px 0 4px;align-items:start}.navbar-wrapper .contact-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-secondary);border-radius:var(--border-radius);margin-bottom:12px}.navbar-wrapper .contact-item:last-child{margin-bottom:0}.navbar-wrapper .contact-item .el-icon{font-size:24px;color:var(--primary-color)}.navbar-wrapper .qrcode-wrap{border-radius:14px;overflow:hidden;background:var(--bg-secondary);padding:10px}.navbar-wrapper .contact-detail{display:flex;flex-direction:column;gap:4px}.navbar-wrapper .contact-detail .label{font-size:12px;color:var(--text-muted)}.navbar-wrapper .contact-detail .value{font-size:16px;font-weight:600;color:var(--text-primary)}.navbar-wrapper .kefu-img{width:100%;max-width:100%;border-radius:14px}.navbar-wrapper .kefu-action{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.navbar-wrapper .kefu-action:hover{opacity:.8}}@media (min-width: 769px){.notice-header{position:relative;padding:2px 0}.notice-badge{position:absolute;top:2px;right:2px;padding:5px 9px;border:1px solid rgba(250,204,21,.36);border-radius:6px;color:#ffe18b;background:#ffe18b1a;font-size:11px;font-weight:800;letter-spacing:.3px}.notice-header-main{display:flex;align-items:center;gap:12px;padding-right:76px}.notice-icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#ffffff14}.notice-icon img{width:34px;height:34px;object-fit:contain}.notice-title{color:#fff;font-size:17px;font-weight:900;line-height:1.35;overflow-wrap:anywhere}.notice-subtitle{margin-top:4px;color:#deebfbb8;font-size:12px}.notice-body{max-height:min(52vh,420px);padding:14px 16px;overflow-x:hidden;overflow-y:auto;border:1px solid #e8edf4;border-radius:12px;background:#f8fafc}.notice-content{color:#475569;font-size:14px;line-height:1.9;overflow-wrap:anywhere;white-space:pre-wrap}.notice-content img{max-width:100%;height:auto;margin:8px 0;border-radius:10px}.notice-content p{margin:10px 0}.notice-confirm{width:100%;height:44px;border:none;border-radius:10px;background:linear-gradient(135deg,#0f2744,#16355c);box-shadow:0 7px 14px #0f274429;font-size:15px;font-weight:800}.notice-confirm:hover,.notice-confirm:focus-visible{background:linear-gradient(135deg,#16355c,#1f4a7a)}.platform-notice-dialog{width:min(620px,100vw - 32px)!important;overflow:hidden;border:1px solid rgba(15,39,68,.1);border-radius:16px;box-shadow:0 24px 60px #0f274438}.platform-notice-dialog .el-dialog__header{margin:0;padding:17px 20px;background:radial-gradient(circle at 98% 8%,#f5be3a33 0,#f5be3a00 30%),linear-gradient(135deg,#0b203c,#163b68)}.platform-notice-dialog .el-dialog__body{padding:16px 20px 6px;background:#fff}.platform-notice-dialog .el-dialog__footer{padding:12px 20px 18px;background:#fff}.home-page{background:linear-gradient(180deg,#dceaff 0,#e8f2ff 430px,#f5f9ff 760px,#fff 1120px)}.home-page .type-section__card{padding:30px;background:#fff;border:1px solid #edf0f4;border-radius:16px;box-shadow:0 6px 20px #0f27440d}.home-page .type-section__more{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;padding:0 13px 0 15px;border:1px solid #c9d8ed;border-radius:7px;background:#fff;color:var(--primary-color);font-size:13px;font-weight:700;line-height:1;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.home-page .type-section__more .el-icon{font-size:14px;transition:transform .2s ease}.home-page .type-section__more:hover{border-color:var(--primary-color);background:#f2f7ff;box-shadow:0 3px 8px #1677ff1f}.home-page .type-section__more:hover .el-icon{transform:translate(2px)}.home-page .type-section__more:focus-visible{outline:2px solid rgba(22,119,255,.35);outline-offset:2px}.home-page .type-section__footer{display:flex!important;justify-content:center;margin-top:26px}.home-page .type-section__footer .el-button{min-width:124px;height:36px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:700}.home-page .type-skeleton{background:#fff;border-radius:var(--border-radius-lg);padding:20px 24px;border:1px solid var(--border-color)}.home-page .type-empty{background:#fff;border-radius:var(--border-radius-lg);padding:20px 0;border:1px solid var(--border-color)}.home-page .type-product-card{background:#fff;border-radius:var(--border-radius-lg);overflow:hidden;border:1px solid var(--border-color);cursor:pointer;transition:all .3s;display:flex;flex-direction:column;height:100%}.home-page .type-product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.home-page .banner-loading{height:560px;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);background:#fff;padding:18px}.home-page .section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;padding-bottom:12px}.home-page .section-header .header-left{display:flex;align-items:flex-end;gap:10px}.home-page .section-header .section-title{font-size:24px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2;display:flex;align-items:center;position:relative;padding-left:15px}.home-page .section-header .section-title__icon{width:30px;height:30px;object-fit:contain;flex-shrink:0}.home-page .section-header .section-subtitle{font-size:14px;color:var(--text-secondary);margin:0;padding-left:15px}.home-page .accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:40px}.home-page .section-footer{text-align:center}.home-page .container{width:100%;max-width:1370px;padding-left:clamp(20px,2vw,38px);padding-right:clamp(20px,2vw,38px)}.home-page{padding-top:8px}.home-page .home-hero{padding:5px 0}.home-page .home-hero__grid{grid-template-columns:310px minmax(0,1fr) 310px;gap:18px;width:100%;min-height:390px}.home-page .home-carousel{align-self:stretch;min-height:0}.home-page .home-carousel .el-carousel,.home-page .home-carousel .el-carousel__container,.home-page .home-carousel .el-carousel__item,.home-page .home-carousel .home-banner-item{height:100%}.home-page .home-quick-links__icon{width:52px;height:52px;padding:0;background:transparent}.home-page .home-hero .home-quick-links,.home-page .home-hero .home-user-panel{background:linear-gradient(180deg,#e8f2ff,#f8fbff 22%,#fff 50%);border:1px solid rgba(218,231,248,.94);box-shadow:0 8px 22px #0f27440f}.home-page .home-hero .home-quick-links{background:linear-gradient(180deg,#fbfdff,#fff 28%);gap:0;height:100%;align-self:stretch;overflow:hidden;border-radius:8px;box-shadow:0 8px 22px #0f27440f;padding:6px 0}.home-page .home-quick-links__item{gap:18px;padding:10px 21px;background:#fff;border:none;border-bottom:1px solid #edf0f5;border-radius:0;box-shadow:none}.home-page .home-quick-links__item:last-child{border-bottom:none}.home-page .home-quick-links__title{margin-bottom:2px;font-size:16px;font-weight:700}.home-page .home-quick-links__desc{font-size:10px;line-height:1.35}.home-page .home-quick-links__arrow{font-size:12px}.home-page .home-user-panel{padding:18px 14px}.home-page .home-user-panel__head{gap:10px;margin-bottom:8px}.home-page .home-user-panel__avatar{width:56px;height:56px}.home-page .home-user-panel__crown-icon{width:14px;height:14px}.home-page .home-user-panel__welcome{margin-bottom:2px;font-size:14px}.home-page .home-user-panel__club-text{font-size:11px}.home-page .home-user-panel__member-badge{height:20px;padding:0 8px;font-size:10px;gap:3px}.home-page .home-user-panel__crown-icon{width:12px;height:12px}.home-page .home-user-panel__row-icon{width:32px!important;height:32px!important;background:transparent;font-size:20px}.home-page .home-user-panel__row-label{margin-bottom:1px;font-size:11px}.home-page .home-user-panel__row-value{font-size:14px}.home-page .home-user-panel__cta{height:40px;border-radius:8px;font-size:14px}.home-page .home-user-panel__cta .el-icon{font-size:16px}.home-page .home-quick-links__icon img{width:100%;height:100%;object-fit:contain}.home-page .section-title{display:inline-flex;align-items:center;gap:8px}.home-page .section-title__icon{width:22px;height:22px;object-fit:contain}.home-page .type-section .accounts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-page .type-section{padding:13px 0 48px}.home-page .type-section .section-header{align-items:flex-end;margin-bottom:22px;padding-bottom:12px;border-bottom-color:#e1e7ef}.home-page .type-section .section-title{padding-left:0;font-size:24px;font-weight:800}.home-page .type-section .section-subtitle{display:block;margin-top:5px;padding-left:0;font-size:13px;color:#98a1af}.home-page .home-user-panel{padding:16px 14px 14px;border:1px solid rgba(220,229,241,.9);border-radius:14px;background:linear-gradient(145deg,#fffffff5,#f6faffe6);box-shadow:0 10px 26px #203e6717}.home-page .home-user-panel__head{align-items:center;gap:10px;margin-bottom:10px}.home-page .home-user-panel__head.is-guest{cursor:pointer}.home-page .home-user-panel__head.is-guest:hover .home-user-panel__welcome{color:#1976dc}.home-page .home-user-panel__avatar{width:52px;height:52px;border:3px solid #fff;box-shadow:0 4px 12px #203e672b}.home-page .home-user-panel__greet{gap:3px}.home-page .home-user-panel__welcome{font-size:16px;font-weight:800;color:#111827}.home-page .home-user-panel__club-text{color:#687385;font-size:11px;letter-spacing:.3px}.home-page .home-user-panel__member-badge{height:21px;padding:0 9px 0 6px;border-radius:7px;font-size:11px}.home-page .home-user-panel__head-side{gap:6px}.home-page .home-user-panel__identity{height:25px;padding:0 9px;gap:4px;border:1px solid #d5e4fb;border-radius:999px;background:linear-gradient(135deg,#fff,#edf5ff);box-shadow:0 3px 8px #2f77cd1c;color:#1976dc;font-size:11px;font-weight:800}.home-page .home-user-panel__identity .el-icon{font-size:14px}.home-page .home-user-panel__identity--internal{border-color:#bcead8;background:linear-gradient(135deg,#fff,#ebfbf3);color:#179466}.home-page .home-user-panel__identity--partner{border-color:#d8c8ff;background:linear-gradient(135deg,#fff,#f4efff);color:#7853ca}.home-page .home-user-panel__identity--user{border-color:#d5e4fb;background:linear-gradient(135deg,#fff,#edf5ff);color:#1976dc}.home-page .home-user-panel__logout{height:25px;padding:0 9px;gap:4px;border-radius:999px;background:linear-gradient(135deg,#ff4b55,#e9212a);box-shadow:0 4px 9px #e6252f3b;font-size:11px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease}.home-page .home-user-panel__logout .el-icon{font-size:13px}.home-page .home-user-panel__logout:hover{opacity:1;transform:translateY(-1px);box-shadow:0 6px 12px #e6252f4d}.home-page .home-user-panel__stats{gap:8px}.home-page .home-user-panel__row{min-height:48px;padding:8px 10px;gap:9px;border:1px solid rgba(231,237,246,.96);border-radius:10px;box-shadow:0 3px 9px #203e670f}.home-page .home-user-panel__row-icon{width:30px!important;height:30px!important}.home-page .home-user-panel__row-label{margin-bottom:2px;font-size:11px}.home-page .home-user-panel__row-value{font-size:15px}.home-page .home-user-panel__cta{height:38px;margin-top:10px;border-radius:9px;background:linear-gradient(135deg,#152b52,#07142b);box-shadow:0 5px 11px #0f274433;font-size:14px}.home-page .home-user-panel__quick-actions{gap:8px;margin-top:10px}.home-page .home-user-panel__quick-action{position:relative;min-height:0;height:auto;padding:0;overflow:hidden;border:none;text-align:left;color:#17203a}.home-page .home-user-panel__quick-action:hover{transform:translateY(-2px)}.home-page .home-user-panel__quick-action--featured{display:flex;flex-direction:column;align-items:center;justify-content:center;height:120px;padding:7px 5px 8px;border:1px solid rgba(255,255,255,.82);border-radius:16px;text-align:center;box-shadow:0 8px 18px #3d46851c,inset 0 1px #ffffffb8}.home-page .home-user-panel__quick-feature-icon{width:55px;height:50px;margin-bottom:1px;object-fit:contain;filter:drop-shadow(0 5px 6px rgba(66,50,186,.15))}.home-page .home-user-panel__quick-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.home-page .home-user-panel__quick-action--featured .home-user-panel__quick-copy{align-items:center;padding:0}.home-page .home-user-panel__quick-title{font-size:13px;font-weight:800;line-height:1.25;white-space:nowrap}.home-page .home-user-panel__quick-desc{margin-top:3px;color:#596274;font-size:9px;font-weight:600;line-height:1.2;white-space:nowrap}.home-page .home-user-panel__quick-action--featured .home-user-panel__quick-title{color:#353945;font-size:18px;font-weight:900;letter-spacing:.2px}.home-page .home-user-panel__quick-go{display:inline-flex;align-items:center;justify-content:center;gap:1px;min-width:56px;height:24px;margin-top:5px;padding:0 6px 0 9px;border-radius:999px;color:#fff;font-size:13px;font-weight:900;line-height:1}.home-page .home-user-panel__quick-go .el-icon{color:inherit;font-size:14px}.home-page .home-user-panel__quick-action--featured.is-rent{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.94),transparent 42%),linear-gradient(145deg,#f4efff,#ebe1ff);color:#5a39d7}.home-page .home-user-panel__quick-action--featured.is-rent .home-user-panel__quick-go{background:linear-gradient(135deg,#9a73ff,#7148e7);box-shadow:0 5px 9px #6b44dd40}.home-page .home-user-panel__quick-action--featured.is-publish{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.92),transparent 42%),linear-gradient(145deg,#fff5ed,#ffe5d0);color:#e06f22}.home-page .home-user-panel__quick-action--featured.is-publish .home-user-panel__quick-feature-icon{filter:drop-shadow(0 5px 6px rgba(220,111,31,.15))}.home-page .home-user-panel__quick-action--featured.is-publish .home-user-panel__quick-go{background:linear-gradient(135deg,#ff9d42,#ff7a1e);box-shadow:0 5px 9px #ef7a213d}.home-page .home-user-panel__quick-action--guide{display:flex;align-items:center;gap:7px;height:48px;padding:6px 8px;border:1px solid #e4e9f1;border-radius:10px;background:#fff;box-shadow:0 2px 7px #203e670a}.home-page .home-user-panel__quick-guide-icon{width:24px;height:24px;flex:0 0 auto;object-fit:contain}.home-page .home-user-panel__quick-action--guide .home-user-panel__quick-copy{flex:1}.home-page .home-user-panel__quick-action--guide .home-user-panel__quick-desc{color:#7d8797}.home-page .home-user-panel__guide-arrow{flex:0 0 auto;color:#a5adba;font-size:17px}}.recommend-product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #eef0f4;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.recommend-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0f27441f}.product-card__thumb{position:relative;width:100%;height:240px;background:#f3f5f8;overflow:hidden}.product-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-card__discount-badge{position:absolute;top:0;bottom:auto;left:10px;z-index:3;padding:5px 11px;background:linear-gradient(135deg,#ffd629,#ffc400);color:#172033;font-size:.8125rem;font-weight:800;line-height:1.2;border-radius:0 0 5px 5px;box-shadow:0 3px 9px #2f260033}.product-card__online-btn--image{position:absolute;z-index:3;top:10px;right:10px;height:30px;padding:0 9px;border-radius:8px;border-color:#66d693c7;background:#edf9f1f0;box-shadow:0 3px 10px #0f522f24;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-card__thumb .product-deposit-promise{right:0;bottom:0;left:0;box-sizing:border-box;width:100%;max-width:none;min-height:34px;padding:6px 13px;border-radius:0;display:flex;align-items:center;justify-content:center;gap:6px;color:#7b735e;text-align:center;font-size:14px;font-weight:500;line-height:1.25;letter-spacing:0;background:linear-gradient(90deg,#fff3d6,#fff9eb 49%,#fff1cf)}.product-card__thumb .product-deposit-promise strong{flex:0 0 auto;color:#b67616;font-size:15px;font-weight:900}.product-card__thumb .product-deposit-promise span{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__thumb .product-deposit-promise__shield{width:16px;height:18px;flex:0 0 auto;object-fit:contain}.product-card__thumb .product-deposit-promise__lightning{width:12px;height:18px;flex:0 0 auto;margin-left:auto;object-fit:contain}@media (max-width: 768px){.product-card__thumb .product-deposit-promise{min-height:28px;padding:4px 6px;gap:4px;font-size:11px}.product-card__thumb .product-deposit-promise strong{font-size:12px}.product-card__thumb .product-deposit-promise span{flex:1 1 auto;overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere;text-align:left;font-size:12px}.product-card__thumb .product-deposit-promise__shield{width:13px;height:15px}.product-card__thumb .product-deposit-promise__lightning{display:block;width:10px;height:15px}}.product-card__info{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1;min-height:0}.product-card__name{flex:1;min-width:0;font-size:1.0625rem;font-weight:700;color:#111827;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 768px){.product-card__name--scrolling{display:block;-webkit-line-clamp:unset;white-space:nowrap}.product-card__name--scrolling .product-card__name-text{display:inline-block;min-width:max-content;padding-right:18px;animation:product-card-name-marquee-00f6edbd 5.5s ease-in-out infinite}}@keyframes product-card-name-marquee-00f6edbd{0%,18%{transform:translate(0)}50%,68%{transform:translate(var(--product-name-scroll-distance))}to{transform:translate(0)}}.product-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card__title-main{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.product-card__title-assured-icon{flex:none;width:20px;height:22px;object-fit:contain}.product-card__tags{display:flex;gap:6px;flex-wrap:nowrap;min-height:24px;height:24px;overflow-x:hidden;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.product-card__tags::-webkit-scrollbar{display:none}@media (hover: none){.product-card__tags{overflow-x:auto}}.product-card__tags{min-height:24px;max-height:24px;align-content:center;overflow-x:hidden;overflow-y:hidden}.product-card__tags:hover{overflow-x:auto}.product-card__tag{display:inline-flex;align-items:center;height:24px;padding:0 10px;font-size:.75rem;font-weight:700;border-radius:14px;white-space:nowrap}.product-card__tag--listing{background:#e3f2ff;color:#5597f5;border:none}.product-card__tag--assured{width:24px;min-width:24px;padding:0;background:transparent;border-radius:0;overflow:visible}.product-card__tag--red{background:#e539351a;color:#d9363e;border:1px solid rgba(229,57,53,.18)}.product-card__tag--gold{background:#c9920a1f;color:#b77900;border:1px solid rgba(201,146,10,.22)}.product-card__tag--knife{background:#e3f2ff;color:#5597f5;border:none}.product-card__assured-icon{display:block;width:20px;height:22px;margin:auto;object-fit:contain}.product-card__fee-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid rgba(232,234,240,.3607843137);border-radius:10px;overflow:hidden}.product-card__fee-item{display:flex;align-items:center;justify-content:flex-start;padding:10px 12px;background:transparent;border:none;position:relative}.product-card__fee-item:not(:last-child){border-right:1px solid rgba(232,234,240,.3607843137)}.product-card__fee-content{flex:1;min-width:0;text-align:left}.product-card__fee-label{font-size:.6875rem;color:#64748b;margin-bottom:2px;line-height:1}.product-card__fee-value{font-size:.8125rem;font-weight:800;color:#1e293b;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 769px){.product-card__fee-value--awm{font-size:.6875rem;letter-spacing:-.2px}}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:12px;border-top:1px solid rgba(232,234,240,.36)}.product-card__actions{display:inline-flex;align-items:center;gap:8px;min-width:0;margin-left:auto}.product-card__price{flex-shrink:0;font-size:1.75rem;font-weight:800;color:#0f1e3c;line-height:1;min-width:0;white-space:nowrap}.product-card__price--footer{display:block}.product-card__price--title{display:none}.product-card__online-btn{display:inline-flex;align-items:center;justify-content:center;height:37px;padding:0 10px;border:1px solid;border-radius:9px;gap:5px;font-size:.8125rem;font-weight:800;white-space:nowrap;cursor:default;box-sizing:border-box}.product-card__online-btn.is-online{border-color:#72c998;background:#edf9f1;color:#16834d}.product-card__online-btn.is-offline{border-color:#cbd5e1;background:#f5f7fa;color:#7b8797}.product-card__online-btn--footer{display:none}.product-card__online-dot{width:7px;height:7px;border-radius:50%;background:currentColor}@media (max-width: 768px){.product-card__tags{align-items:center}.product-card__tag--assured{align-self:center;box-sizing:border-box;width:20px;min-width:20px;height:20px;padding:0;line-height:0}.product-card__assured-icon{width:auto;height:80%;max-width:100%;max-height:100%;margin:auto}.product-card__online-btn--image{display:inline-flex;top:6px;right:6px;height:20px;padding:0 6px;gap:3px;border:0;border-radius:5px;background:#ffffffe6;box-shadow:0 1px 4px #0f522f1f;font-size:9px;font-weight:700;line-height:1}.product-card__online-btn--image.is-online{color:#16834d}.product-card__online-btn--footer,.product-card__price--title{display:none}.product-card__price--footer{display:block}.product-card__online-dot{width:5px;height:5px}}.product-card__btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 14px;background:#02122f;color:#fdb91f;font-size:.9375rem;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 3px #fdb91f66;flex-shrink:0}.product-card__btn .el-icon{font-size:1rem}.product-card__btn:hover{background:#334155;transform:scale(1.02)}.product-card__btn:active{transform:scale(.98)}.product-card__remind-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:40px;padding:0 11px;border:1px solid #d8a226;border-radius:10px;background:#fffaf0;color:#9a6505;font-size:.875rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s,transform .2s}.product-card__remind-btn .el-icon{font-size:1rem}.product-card__remind-btn:hover{border-color:#c28713;background:#fff3d5;color:#7d5000;transform:translateY(-1px)}.product-card__remind-btn:active{transform:translateY(0)}@media (max-width: 768px){.product-card__actions{gap:4px;margin-left:auto}.product-card__remind-btn,.product-card__btn{height:30px;padding:0 7px;border-radius:8px;gap:3px;font-size:.6875rem}.product-card__remind-btn .el-icon{font-size:.75rem}}.el-notification.owner-online-notification{width:360px;padding:16px;border:1px solid #d9e6f7;border-radius:10px;box-shadow:0 10px 28px #0f274429}.owner-online-notification .el-notification__title{color:#0f2744;font-size:16px;font-weight:800}.owner-online-notification .el-notification__content{margin-top:8px}.owner-online-notification__message,.owner-online-notification__quota{margin:0;color:#334155;font-size:13px;line-height:1.65}.owner-online-notification__quota{margin-top:6px;color:#64748b}.owner-online-notification__confirm{width:100%;height:32px;margin-top:12px;border:0;border-radius:6px;background:#1677ff;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.owner-online-notification__confirm:hover{background:#0f68df}.el-notification.owner-online-notification--desktop-center{left:50%;right:auto;width:380px;animation:owner-online-notification-enter-00f6edbd .36s cubic-bezier(.22,1,.36,1) both}@keyframes owner-online-notification-enter-00f6edbd{0%{opacity:0;transform:translate(-50%,-24px) scale(.97)}to{opacity:1;transform:translate(-50%) scale(1)}}.el-notification.owner-online-notification--mobile{right:12px;width:calc(100vw - 24px);max-width:none;padding:14px;border-radius:10px}.owner-online-notification--mobile .el-notification__title{padding-right:16px;font-size:15px}.owner-online-notification--mobile .owner-online-notification__message,.owner-online-notification--mobile .owner-online-notification__quota{font-size:12px}.owner-online-notification--mobile .owner-online-notification__confirm{height:34px}.app-footer{background:#0f1729;color:#8b93a7;padding:48px 0 0}.app-footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.06)}@media (max-width: 992px){.app-footer .footer-grid{grid-template-columns:1fr 1fr;gap:30px}}.app-footer .footer-brand .brand-logo{display:flex;align-items:center;margin-bottom:12px}.app-footer .footer-brand .brand-logo__icon{width:210px;height:auto;flex-shrink:0;image-rendering:auto}.app-footer .footer-brand .brand-desc{font-size:13px;line-height:1.6;max-width:280px;color:#6b7280}.app-footer .footer-links h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:18px}.app-footer .footer-links ul{list-style:none;padding:0}.app-footer .footer-links ul li{margin-bottom:12px}.app-footer .footer-links ul li a{font-size:13px;color:#8b93a7;transition:color .3s}.app-footer .footer-links ul li a:hover{color:var(--primary-color)}.app-footer .footer-contact h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:18px}.app-footer .footer-contact .contact-card{background:#ffffff0a;padding:14px 16px;border-radius:10px}.app-footer .footer-contact .contact-item{display:flex;align-items:center;gap:10px;margin-bottom:14px}.app-footer .footer-contact .contact-item:last-child{margin-bottom:0}.app-footer .footer-contact .contact-item .el-icon{font-size:16px;color:#3a8ee6;flex-shrink:0}.app-footer .footer-contact .contact-item .item-text{display:flex;flex-direction:column}.app-footer .footer-contact .contact-item .item-text .label{font-size:12px;color:#6b7280;margin-bottom:2px}.app-footer .footer-contact .contact-item .item-text .value{font-size:14px;color:#fff;font-weight:600;text-decoration:none;transition:color .3s}.app-footer .footer-contact .contact-item .item-text .value[href]:hover{color:var(--primary-color)}.app-footer .footer-bottom{padding:20px 0;font-size:12px}.app-footer .footer-bottom .bottom-inner{display:flex;justify-content:space-between;align-items:center}.app-footer .footer-bottom .bottom-links{display:flex;gap:12px;align-items:center}.app-footer .footer-bottom .bottom-links a{color:#6b7280}.app-footer .footer-bottom .bottom-links a:hover{color:#fff}.app-footer .footer-bottom .bottom-links .divider{color:#374151}.app-footer .footer-bottom .copyright{color:#6b7280}.app-footer .footer-bottom .copyright .divider{margin:0 8px;color:#374151}.app-footer .footer-bottom .copyright a{color:#6b7280;text-decoration:none}.app-footer .footer-bottom .copyright a:hover{color:#fff}.app-footer .el-dialog{border-radius:var(--border-radius-lg);overflow:hidden}.app-footer .el-dialog__header{background:var(--primary-gradient);padding:20px;margin:0;text-align:center}.app-footer .el-dialog__title{color:#fff;font-weight:600;font-size:18px}.app-footer .el-dialog__headerbtn .el-dialog__close{color:#fff}.app-footer .el-dialog__body{padding:30px}.app-footer .el-dialog__footer{padding:20px 30px;border-top:1px solid var(--border-color)}.app-footer .contact-info .contact-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--bg-secondary);border-radius:var(--border-radius);margin-bottom:12px}.app-footer .contact-info .contact-item:last-child{margin-bottom:0}.app-footer .contact-info .contact-item .el-icon{font-size:24px;color:var(--primary-color)}.app-footer .contact-detail{display:flex;flex-direction:column;gap:4px}.app-footer .contact-detail .label{font-size:12px;color:var(--text-muted)}.app-footer .contact-detail .value{font-size:16px;font-weight:600;color:var(--text-primary)}@media (max-width: 768px){:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}}:root{--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-font-bold: 600;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-text-color: #323233;--van-text-color-2: #969799;--van-primary-color: #1989fa;--van-background: #f7f8fa;--van-background-2: #fff;--van-border-color: #ebedf0;--van-nav-bar-z-index: 1;--van-nav-bar-title-font-size: 16px;--van-nav-bar-title-text-color: #323233;--van-nav-bar-disabled-opacity: .5}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:.7}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-hairline--top-bottom{position:relative}.van-hairline--top-bottom:after{content:"";position:absolute;box-sizing:border-box;pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5);border-top-width:1px;border-bottom-width:1px}.van-badge__wrapper{position:relative;display:inline-block}@media (max-width: 768px){:root,:host{--van-nav-bar-height: 46px;--van-nav-bar-background: var(--van-background-2);--van-nav-bar-arrow-size: 16px;--van-nav-bar-icon-color: var(--van-primary-color);--van-nav-bar-text-color: var(--van-primary-color);--van-nav-bar-title-font-size: var(--van-font-size-lg);--van-nav-bar-title-text-color: var(--van-text-color);--van-nav-bar-z-index: 1;--van-nav-bar-disabled-opacity: var(--van-disabled-opacity)}.navbar-wrapper .van-nav-bar{position:relative;z-index:var(--van-nav-bar-z-index);line-height:var(--van-line-height-lg);text-align:center;background:var(--van-nav-bar-background);-webkit-user-select:none;user-select:none}.navbar-wrapper .van-nav-bar--fixed{position:fixed;top:0;left:0;width:100%}.navbar-wrapper .van-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.navbar-wrapper .van-nav-bar .van-icon{color:var(--van-nav-bar-icon-color)}.navbar-wrapper .van-nav-bar__content{position:relative;display:flex;align-items:center;height:var(--van-nav-bar-height)}.navbar-wrapper .van-nav-bar__arrow{margin-right:var(--van-padding-base);font-size:var(--van-nav-bar-arrow-size)}.navbar-wrapper .van-nav-bar__title{max-width:60%;margin:0 auto;color:var(--van-nav-bar-title-text-color);font-weight:var(--van-font-bold);font-size:var(--van-nav-bar-title-font-size)}.navbar-wrapper .van-nav-bar__left,.navbar-wrapper .van-nav-bar__right{position:absolute;top:0;bottom:0;display:flex;align-items:center;padding:0 var(--van-padding-md);font-size:var(--van-font-size-md)}.navbar-wrapper .van-nav-bar__left--disabled,.navbar-wrapper .van-nav-bar__right--disabled{cursor:not-allowed;opacity:var(--van-nav-bar-disabled-opacity)}.navbar-wrapper .van-nav-bar__left{left:0}.navbar-wrapper .van-nav-bar__right{right:0}.navbar-wrapper .van-nav-bar__text{color:var(--van-nav-bar-text-color)}.navbar-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--bg-primary);transition:all .3s ease;box-shadow:var(--shadow-sm)}.navbar-wrapper.scrolled .top-bar{height:0;overflow:hidden;opacity:0}.navbar-wrapper.hidden{transform:translateY(-100%)}.navbar-wrapper .mobile-unified-header{display:none}@media (max-width: 48rem){.navbar-wrapper{position:fixed;display:block;height:3.25rem;z-index:1000;background:#fff;box-shadow:0 1px #0f27440f}.navbar-wrapper>:not(.mobile-unified-header){display:none!important}.navbar-wrapper .mobile-unified-header{display:block;width:100%;height:3.25rem;background:#fff;box-sizing:border-box}.navbar-wrapper .mobile-unified-header .van-nav-bar__content{height:3.25rem}.navbar-wrapper .mobile-unified-header .van-nav-bar__left{height:3.25rem;padding:0 0 0 .75rem}.navbar-wrapper .mobile-unified-header .van-nav-bar__right{height:3.25rem;padding:0 .875rem 0 0}.navbar-wrapper .mobile-unified-header .van-nav-bar__title{display:flex;align-items:center;justify-content:center;max-width:calc(100% - 9rem)}.navbar-wrapper .mobile-unified-header__brand{display:inline-flex;align-items:center;gap:.4375rem;min-width:0;padding:0;border:0;background:transparent;color:#142238;text-align:left;cursor:pointer}.navbar-wrapper .mobile-unified-header__back{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;margin-right:.25rem;padding:0;border:0;border-radius:50%;background:transparent;color:#1d2c43;cursor:pointer}.navbar-wrapper .mobile-unified-header__back:active{background:#f1f4f8}.navbar-wrapper .mobile-unified-header__back .van-icon{font-size:1.4375rem}.navbar-wrapper .mobile-unified-header__title{width:100%;margin:0;overflow:hidden;color:#142238;font-size:1.0625rem;font-weight:800;line-height:1.35;text-align:center;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.navbar-wrapper .mobile-unified-header__context-title{width:100%;margin:0;color:#142238;font-size:1.0625rem;font-weight:700;line-height:1.2;white-space:nowrap;pointer-events:none}.navbar-wrapper .mobile-unified-header__brand img{width:7.25rem;height:2.375rem;flex:none;object-fit:contain}.navbar-wrapper .mobile-unified-header__brand span{display:flex;flex-direction:column;min-width:0;line-height:1.1}.navbar-wrapper .mobile-unified-header__brand b{font-size:.9375rem;font-weight:800;white-space:nowrap}.navbar-wrapper .mobile-unified-header__brand em{margin-top:.1875rem;color:#758296;font-size:.625rem;font-style:normal;font-weight:700;letter-spacing:.06em}.navbar-wrapper .mobile-unified-header__brand em strong{color:#d7a21b;font-weight:800}.navbar-wrapper .mobile-unified-header__actions{display:inline-flex;align-items:center;gap:.125rem}.navbar-wrapper .mobile-unified-header__actions button,.navbar-wrapper .mobile-unified-header__notification{display:inline-flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;padding:0;border:0;border-radius:50%;background:transparent;color:#1d2c43;cursor:pointer;text-decoration:none}.navbar-wrapper .mobile-unified-header__actions button:active,.navbar-wrapper .mobile-unified-header__notification:active{background:#f1f4f8}.navbar-wrapper .mobile-unified-header__actions .van-icon{font-size:1.375rem}.navbar-wrapper .mobile-unified-header__notification{position:relative}.navbar-wrapper .mobile-unified-header__notification-badge{position:absolute;top:1px;right:0;min-width:.9375rem;height:.9375rem;padding:0 .1875rem;border:1px solid #fff;border-radius:62.4375rem;background:#f04444;color:#fff;font-size:.5625rem;font-weight:800;line-height:.875rem;text-align:center;box-sizing:border-box}.navbar-wrapper.vip-benefits-nav{background:#061a38;box-shadow:none}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__back,.navbar-wrapper.vip-benefits-nav .mobile-unified-header__title{color:#1f2d42}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__back:active{background:#ffffff14}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__title{font-size:1.125rem;font-weight:700}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__actions{margin-left:auto}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__actions .mobile-unified-header__vip-rules{width:auto;height:1.875rem;padding:0 .75rem;border:1px solid #c89643;border-radius:6.1875rem;color:#f5d99e;font-size:.75rem;white-space:nowrap}.navbar-wrapper.vip-benefits-nav .mobile-unified-header__actions .mobile-unified-header__vip-rules:active{background:#d9a6481f}}.navbar-wrapper .top-bar{height:2.25rem;background:var(--bg-secondary);border-bottom:1px solid #adc5e5;font-size:.75rem;color:var(--text-secondary);transition:all .3s ease;overflow:hidden;display:none}.navbar-wrapper .top-bar .container{padding-left:17.3125rem;padding-right:17.3125rem}.navbar-wrapper .top-bar .top-bar-inner{display:flex;justify-content:space-between;align-items:center;height:2.25rem}.navbar-wrapper .top-bar .top-left,.navbar-wrapper .top-bar .top-right{display:flex;align-items:center;gap:1rem}.navbar-wrapper .top-bar .top-link{color:var(--text-secondary);text-decoration:none}.navbar-wrapper .top-bar .top-link:hover{color:var(--primary-color)}.navbar-wrapper .top-bar .divider{color:var(--border-color)}.navbar-wrapper .top-bar .auth-links{display:flex;gap:.75rem}.navbar-wrapper .top-bar .auth-links .login-link{color:var(--primary-color);font-weight:600}.navbar-wrapper .top-bar .auth-links .user-link{display:inline-flex;align-items:center;gap:.375rem;color:var(--text-primary);font-weight:600;text-decoration:none;max-width:13.75rem}.navbar-wrapper .top-bar .auth-links .user-link:hover{color:var(--primary-color)}.navbar-wrapper .top-bar .auth-links .user-link__name{max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-wrapper .top-bar .auth-links .logout-link{color:var(--text-secondary);text-decoration:none}.navbar-wrapper .top-bar .auth-links .logout-link:hover{color:var(--danger-color)}.navbar-wrapper .user-identity-badge{display:inline-flex;align-items:center;height:1.125rem;padding:0 .375rem;border-radius:.25rem;font-size:.6875rem;font-weight:700;line-height:1;white-space:nowrap;flex-shrink:0}.navbar-wrapper .user-identity-badge.is-internal{background:#ecfdf5;color:#16a34a}.navbar-wrapper .user-identity-badge.is-partner{background:#eff6ff;color:#2563eb}.navbar-wrapper .user-identity-badge.is-user{background:#0f274414;color:#0f2744}.navbar-wrapper .main-nav{height:3.75rem;border-bottom:1px solid #edf0f5;background:var(--bg-primary);display:flex;align-items:center;transition:all .3s ease;overflow:visible;display:none}.navbar-wrapper .main-nav .container{width:100%;max-width:85.625rem;padding:0 2.375rem}.navbar-wrapper .main-nav .navbar-inner{display:flex;align-items:center;justify-content:flex-start;height:100%;gap:0}.navbar-wrapper .main-nav .logo{height:3rem;flex-shrink:0;margin-right:0;display:flex;align-items:center}.navbar-wrapper .main-nav .logo-img{height:7.6875rem;width:auto;max-width:11.25rem;object-fit:contain;background:transparent;transform:translateY(.1875rem)}.navbar-wrapper .main-nav .nav-links{display:flex;align-items:center;flex:none;gap:3rem;margin:0 0 0 6.25rem}.navbar-wrapper .main-nav .nav-link{font-size:.9375rem;font-weight:500;color:var(--text-primary);position:relative;padding:.5rem 0;display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap;text-decoration:none}.navbar-wrapper .main-nav .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:.125rem;background:var(--primary-color);transition:width .3s ease}.navbar-wrapper .main-nav .nav-link:hover,.navbar-wrapper .main-nav .nav-link.active{color:var(--primary-color)}.navbar-wrapper .main-nav .nav-link:hover:after,.navbar-wrapper .main-nav .nav-link.active:after{width:100%}.navbar-wrapper .main-nav .nav-link--hafu img{width:1.125rem;height:1.125rem;object-fit:contain;flex:0 0 auto}.navbar-wrapper .scrolled .main-nav{height:3.5rem}.navbar-wrapper .nav-right-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto;font-size:.875rem;font-weight:700}.navbar-wrapper .nav-publish-btn{height:2.25rem;padding:0 1.25rem;border-radius:.5rem;border:1px solid rgba(0,0,0,.08);background:#0d2451;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.navbar-wrapper .nav-publish-btn:hover{opacity:.8;background:#0d2451;border-color:#0d2451;color:#fff}.navbar-wrapper .nav-publish-btn--want{background:#fff;border-color:#0d2451;color:#0d2451}.navbar-wrapper .nav-publish-btn--want:hover{background:#eef4ff;border-color:#0d2451;color:#0d2451}.navbar-wrapper .profile-notification{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;color:#0f2744;margin-right:.375rem}.navbar-wrapper .profile-notification .el-icon{font-size:1.5rem}.navbar-wrapper .profile-notification__badge{position:absolute;top:-.125rem;right:-.3125rem;min-width:1.25rem;height:1.25rem;padding:0 .3125rem;border-radius:62.4375rem;background:#ff4d4f;color:#fff;font-size:.75rem;font-weight:700;line-height:1.25rem;text-align:center;border:.125rem solid #fff;box-shadow:0 .125rem .25rem #ef44444d}.navbar-wrapper .nav-action-btn{display:inline-flex;align-items:center;justify-content:center;height:2.25rem;min-width:4.75rem;padding:0 1.25rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease}.navbar-wrapper .nav-action-btn--login{color:#0f2744;border:1px solid #e0e4ea;background:#fff}.navbar-wrapper .nav-action-btn--login:hover{border-color:#c8ccd4;background:#f8f9fb}.navbar-wrapper .nav-action-btn--register{color:#3d2a00;background:#ffc21c}.navbar-wrapper .nav-action-btn--register:hover{background:#ffcd3d}.navbar-wrapper .nav-action-btn--user{color:#0f2744;gap:.5rem;padding:.375rem .75rem .375rem .5rem;background:transparent;border:none}.navbar-wrapper .nav-action-btn--user:hover{background:#f3f6fa}.navbar-wrapper .user-avatar{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0}.navbar-wrapper .user-info{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.navbar-wrapper .user-nickname{font-size:.875rem;font-weight:500;color:#0f2744;max-width:6.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.navbar-wrapper .user-nickname.is-vip-vip1,.navbar-wrapper .user-nickname.is-vip-vip2,.navbar-wrapper .user-nickname.is-vip-vip3,.navbar-wrapper .user-nickname.is-vip-gold,.navbar-wrapper .user-nickname.is-vip-platinum,.navbar-wrapper .user-nickname.is-vip-black-gold,.navbar-wrapper .user-nickname.is-vip-black-diamond{color:transparent;background:linear-gradient(90deg,#4778c8,#b8dcff 28%,#fff,#b8dcff 72%,#4778c8);background-size:260% 100%;background-clip:text;-webkit-background-clip:text;animation:vip-nickname-shimmer-db66efff 4s linear infinite}.navbar-wrapper .user-nickname.is-vip-gold{background-image:linear-gradient(90deg,#b56b13,#ffe3a0 35%,#fff4ce,#ffe3a0 65%,#b56b13)}.navbar-wrapper .user-nickname.is-vip-platinum{background-image:linear-gradient(90deg,#69717d,#f5f7fa 35%,#fff,#d5dbe3 65%,#69717d)}.navbar-wrapper .user-nickname.is-vip-black-gold{background-image:linear-gradient(90deg,#8b5c20,#ffe29a 35%,#fff6ce,#e8ba5e 65%,#8b5c20)}.navbar-wrapper .user-nickname.is-vip-black-diamond{background-image:linear-gradient(90deg,#6b4ed0,#d7c9ff 35%,#fff,#bca8ff 65%,#6b4ed0)}@keyframes vip-nickname-shimmer-db66efff{to{background-position:-160% 50%}}@media (prefers-reduced-motion: reduce){.navbar-wrapper .user-nickname.is-vip-vip1,.navbar-wrapper .user-nickname.is-vip-vip2,.navbar-wrapper .user-nickname.is-vip-vip3,.navbar-wrapper .user-nickname.is-vip-gold,.navbar-wrapper .user-nickname.is-vip-platinum,.navbar-wrapper .user-nickname.is-vip-black-gold,.navbar-wrapper .user-nickname.is-vip-black-diamond{animation:none}}.navbar-wrapper .user-vip-badge{display:inline-flex;align-items:center;gap:.1875rem;min-height:1.125rem;box-sizing:border-box;padding:1px .375rem 1px .25rem;border:1px solid #e5b83f;border-radius:.3125rem;background:linear-gradient(135deg,#203b6d,#0b1f45);color:#ffe18b;font-size:.625rem;font-weight:900;line-height:1;letter-spacing:.1px;text-shadow:0 1px 1px rgba(0,0,0,.38);box-shadow:inset 0 1px #ffffff2e;cursor:pointer}.navbar-wrapper .user-vip-badge.is-ordinary{border-color:#c6d5e4;background:linear-gradient(135deg,#f4f8fc,#e6eef6);color:#4b647d;text-shadow:none;box-shadow:inset 0 1px #ffffffe6,0 .125rem .375rem #405b781f}.navbar-wrapper .user-vip-badge img{width:.875rem;height:.8125rem;object-fit:contain;filter:drop-shadow(0 1px 1px rgba(0,0,0,.26))}.navbar-wrapper .user-vip-badge.is-gold{border-color:#e2ab32;background:linear-gradient(135deg,#5a3b08,#201600);color:#ffe69b}.navbar-wrapper .user-vip-badge.is-platinum{border-color:#bcc9da;background:linear-gradient(135deg,#43536a,#1f2b3c);color:#f3f7ff}.navbar-wrapper .user-vip-badge.is-black-gold{border-color:#bc8d31;background:linear-gradient(135deg,#1d2431,#05080e);color:#f0cb78}.navbar-wrapper .user-vip-badge.is-black-diamond{border-color:#8f65ee;background:linear-gradient(135deg,#24163f,#09070f);color:#e2d6ff}.navbar-wrapper .nav-link-badge{display:inline-flex;align-items:center;justify-content:center;height:1rem;padding:0 .3125rem;border-radius:.25rem;background:linear-gradient(180deg,#ffe033,#ffd000);color:#5c3b00;font-size:.625rem;font-weight:800;line-height:1;letter-spacing:.3px;transform:translateY(-.375rem)}.navbar-wrapper .nav-actions{display:flex;align-items:center;gap:1rem;margin-left:auto;display:none}.navbar-wrapper .search-box{width:15rem;width:11.25rem;display:none}.navbar-wrapper .search-box .el-input__wrapper{border-radius:1.25rem;background-color:var(--bg-secondary);box-shadow:none!important;border:1px solid transparent;transition:all .3s}.navbar-wrapper .search-box .el-input__wrapper:hover,.navbar-wrapper .search-box .el-input__wrapper.is-focus{border-color:var(--primary-color);background-color:var(--bg-primary)}.navbar-wrapper .quick-actions{display:flex;align-items:center;gap:.625rem;display:none}.navbar-wrapper .quick-action{height:1.9375rem;padding:0 1rem;border-radius:.3125rem;border:1px solid rgba(0,0,0,.08);background:var(--bg-secondary);color:var(--text-secondary);font-weight:600;font-size:.75rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.navbar-wrapper .quick-action:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.navbar-wrapper .publish-action{background:#0b1f47;color:#fff}.navbar-wrapper .publish-action:hover{opacity:.8;background:#0b1f47;color:#fff}.navbar-wrapper .recovery-action{background:#e9ae3c;color:#fff;border-color:#ff6b0059}.navbar-wrapper .recovery-action:hover{opacity:.9;background:#e9ae3c;color:#fff;border-color:#ff6b0059}.navbar-wrapper .action-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;color:var(--text-secondary);transition:all .3s ease;background:var(--bg-secondary)}.navbar-wrapper .action-btn:hover{background:var(--primary-color);color:#fff}.navbar-wrapper .action-btn .el-icon{font-size:1.125rem}.navbar-wrapper .menu-toggle{display:none}.navbar-wrapper .dark-mode .navbar-wrapper,.navbar-wrapper .dark-mode .main-nav{background:var(--bg-primary)}.navbar-wrapper .dark-mode .top-bar{background:var(--bg-secondary);border-bottom-color:var(--border-color)}.navbar-wrapper .dark-mode.active{background:var(--primary-color);color:#fff}.navbar-wrapper .contact-btn{display:none}.navbar-wrapper .contact-btn .btn-text{margin-left:.25rem}.navbar-wrapper .mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1001;display:none;display:block}.navbar-wrapper .mobile-menu{position:absolute;top:0;right:0;width:17.5rem;height:100%;background:var(--bg-primary);display:flex;flex-direction:column}.navbar-wrapper .mobile-menu-header{display:flex;align-items:center;gap:.5rem;padding:1rem;border-bottom:1px solid var(--border-color)}.navbar-wrapper .mobile-menu-header .logo-icon{font-size:1.5rem}.navbar-wrapper .mobile-menu-header .logo-text{font-size:1.125rem;font-weight:700;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-wrapper .mobile-menu-header .close-btn{margin-left:auto;padding:.5rem;border-radius:var(--border-radius);color:var(--text-secondary);transition:all .3s}.navbar-wrapper .mobile-menu-header .close-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.navbar-wrapper .mobile-menu-links{flex:1;padding:1rem;overflow-y:auto}.navbar-wrapper .mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.25rem;border-radius:var(--border-radius);color:var(--text-secondary);font-size:.9375rem;font-weight:500;transition:all .3s ease}.navbar-wrapper .mobile-nav-link:hover,.navbar-wrapper .mobile-nav-link.active{color:var(--primary-color);background:#667eea1a}.navbar-wrapper .mobile-nav-link .el-icon{font-size:1.25rem}.navbar-wrapper .mobile-menu-footer{padding:1.875rem 1.25rem;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:.75rem}.navbar-wrapper .mobile-menu-footer .mobile-auth-btns{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem}.navbar-wrapper .mobile-menu-footer .mobile-user-btn span{display:inline-flex;align-items:center;gap:.375rem;min-width:0}.navbar-wrapper .mobile-menu-footer .mobile-user-btn__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:5.625rem}.navbar-wrapper .mobile-menu-footer .el-button{width:100%;margin:0}.navbar-wrapper .slide-enter-active,.navbar-wrapper .slide-leave-active{transition:opacity .3s ease}.navbar-wrapper .slide-enter-from,.navbar-wrapper .slide-leave-to{opacity:0}.navbar-wrapper .el-dialog{border-radius:var(--border-radius-lg);overflow:hidden}.navbar-wrapper .el-dialog__header{background:var(--primary-gradient);padding:1.25rem;margin:0}.navbar-wrapper .el-dialog__title{color:#fff;font-weight:600}.navbar-wrapper .el-dialog__headerbtn .el-dialog__close{color:#fff}.navbar-wrapper .contact-grid{display:grid;grid-template-columns:13.75rem 1fr;gap:.875rem;padding:.625rem 0 .25rem;align-items:start}.navbar-wrapper .contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:var(--border-radius);margin-bottom:.75rem}.navbar-wrapper .contact-item:last-child{margin-bottom:0}.navbar-wrapper .contact-item .el-icon{font-size:1.5rem;color:var(--primary-color)}.navbar-wrapper .qrcode-wrap{border-radius:.875rem;overflow:hidden;background:var(--bg-secondary);padding:.625rem}.navbar-wrapper .contact-detail{display:flex;flex-direction:column;gap:.25rem}.navbar-wrapper .contact-detail .label{font-size:.75rem;color:var(--text-muted)}.navbar-wrapper .contact-detail .value{font-size:1rem;font-weight:600;color:var(--text-primary)}.navbar-wrapper .kefu-img{width:100%;max-width:100%;border-radius:.875rem}.navbar-wrapper .kefu-action{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.navbar-wrapper .kefu-action:hover{opacity:.8}}@media (max-width: 768px){.notice-header{position:relative;padding:.125rem 0}.notice-badge{position:absolute;top:.125rem;right:.125rem;padding:.3125rem .5625rem;border:1px solid rgba(250,204,21,.36);border-radius:.375rem;color:#ffe18b;background:#ffe18b1a;font-size:.6875rem;font-weight:800;letter-spacing:.3px}.notice-header-main{display:flex;align-items:center;gap:.75rem;padding-right:4.75rem}.notice-icon{display:inline-flex;width:2.875rem;height:2.875rem;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:.75rem;background:#ffffff14}.notice-icon img{width:2.125rem;height:2.125rem;object-fit:contain}.notice-title{color:#fff;font-size:1.0625rem;font-weight:900;line-height:1.35;overflow-wrap:anywhere}.notice-subtitle{margin-top:.25rem;color:#deebfbb8;font-size:.75rem}.notice-body{max-height:min(52vh,26.25rem);padding:.875rem 1rem;overflow-x:hidden;overflow-y:auto;border:1px solid #e8edf4;border-radius:.75rem;background:#f8fafc}.notice-content{color:#475569;font-size:.875rem;line-height:1.9;overflow-wrap:anywhere;white-space:pre-wrap}.notice-content img{max-width:100%;height:auto;margin:.5rem 0;border-radius:.625rem}.notice-content p{margin:.625rem 0}.notice-confirm{width:100%;height:2.75rem;border:none;border-radius:.625rem;background:linear-gradient(135deg,#0f2744,#16355c);box-shadow:0 .4375rem .875rem #0f274429;font-size:.9375rem;font-weight:800}.notice-confirm:hover,.notice-confirm:focus-visible{background:linear-gradient(135deg,#16355c,#1f4a7a)}.platform-notice-dialog{width:min(38.75rem,100vw - 2rem)!important;overflow:hidden;border:1px solid rgba(15,39,68,.1);border-radius:1rem;box-shadow:0 1.5rem 3.75rem #0f274438}.platform-notice-dialog .el-dialog__header{margin:0;padding:1.0625rem 1.25rem;background:radial-gradient(circle at 98% 8%,#f5be3a33 0,#f5be3a00 30%),linear-gradient(135deg,#0b203c,#163b68)}.platform-notice-dialog .el-dialog__body{padding:1rem 1.25rem .375rem;background:#fff}.platform-notice-dialog .el-dialog__footer{padding:.75rem 1.25rem 1.125rem;background:#fff}@media (max-width: 40rem){.platform-notice-dialog{border-radius:.875rem}.platform-notice-dialog .el-dialog__header{padding:.9375rem 1rem}.platform-notice-dialog .el-dialog__body{padding:.875rem 1rem .25rem}.platform-notice-dialog .el-dialog__footer{padding:.625rem 1rem 1rem}}.home-page{background-color:#fff}.home-page .banner-wrapper{display:flex;gap:1.25rem;height:20rem}.home-page .game-sidebar{width:15rem;background:var(--bg-primary);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column;z-index:100}.home-page .game-sidebar .sidebar-header{padding:1rem 1.25rem;background:var(--primary-color);color:#fff;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;display:flex;align-items:center;gap:.625rem;font-weight:600}.home-page .game-sidebar .sidebar-menu{list-style:none;padding:.625rem 0;flex:1}.home-page .game-sidebar .menu-item{padding:.75rem 1.25rem;display:flex;align-items:center;cursor:pointer;transition:all .2s;position:relative}.home-page .game-sidebar .menu-item:hover{background:var(--bg-secondary);color:var(--primary-color)}.home-page .game-sidebar .menu-item:hover .submenu{display:block}.home-page .game-sidebar .menu-item .cat-thumb{width:1.75rem;height:1.75rem;border-radius:.375rem;margin-right:.75rem;object-fit:cover;background:var(--bg-secondary);border:1px solid var(--border-color)}.home-page .game-sidebar .menu-item .game-name{flex:1;font-size:.875rem}.home-page .game-sidebar .menu-item .arrow{font-size:.75rem;color:var(--text-muted)}.home-page .submenu{display:none;position:absolute;left:100%;top:0;width:18.75rem;min-height:100%;background:#fff;box-shadow:.625rem 0 1.25rem #0000001a;border-radius:0 var(--border-radius-lg) var(--border-radius-lg) 0;padding:1.25rem;z-index:110}.home-page .submenu .submenu-title{font-size:1rem;font-weight:600;margin-bottom:.9375rem;color:var(--text-primary)}.home-page .submenu .submenu-tags{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:1.25rem}.home-page .submenu .submenu-tags span{padding:.25rem .75rem;background:var(--bg-secondary);border-radius:1.25rem;font-size:.75rem;color:var(--text-secondary)}.home-page .submenu .submenu-tags span:hover{background:var(--primary-color);color:#fff}.home-page .submenu .submenu-action{color:var(--primary-color);font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.3125rem}.home-page .type-section{padding:3.75rem 0}.home-page .type-section__card{padding:1.875rem;background:#fff;border:1px solid #edf0f4;border-radius:1rem;box-shadow:0 .375rem 1.25rem #0f27440d}.home-page .type-section__more{display:inline-flex;align-items:center;justify-content:center;gap:.3125rem;height:2.125rem;padding:0 .8125rem 0 .9375rem;border:1px solid #c9d8ed;border-radius:.4375rem;background:#fff;color:var(--primary-color);font-size:.8125rem;font-weight:700;line-height:1;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.home-page .type-section__more .el-icon{font-size:.875rem;transition:transform .2s ease}.home-page .type-section__more:hover{border-color:var(--primary-color);background:#f2f7ff;box-shadow:0 .1875rem .5rem #1677ff1f}.home-page .type-section__more:hover .el-icon{transform:translate(.125rem)}.home-page .type-section__more:focus-visible{outline:.125rem solid rgba(22,119,255,.35);outline-offset:.125rem}.home-page .type-section__footer{display:flex!important;justify-content:center;margin-top:1.625rem}.home-page .type-section__footer .el-button{min-width:7.75rem;height:2.25rem;padding:0 1rem;border-radius:.5rem;font-size:.8125rem;font-weight:700}.home-page .type-skeleton{background:#fff;border-radius:var(--border-radius-lg);padding:1.25rem 1.5rem;border:1px solid var(--border-color)}.home-page .type-empty{background:#fff;border-radius:var(--border-radius-lg);padding:1.25rem 0;border:1px solid var(--border-color)}.home-page .type-product-card{background:#fff;border-radius:var(--border-radius-lg);overflow:hidden;border:1px solid var(--border-color);cursor:pointer;transition:all .3s;display:flex;flex-direction:column;height:100%}.home-page .type-product-card:hover{transform:translateY(-.3125rem);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.home-page .type-product-card .thumb{position:relative;height:11.25rem}.home-page .type-product-card .thumb img{width:100%;height:100%;object-fit:cover;display:block}.home-page .type-product-card .thumb .want-badge{position:absolute;right:.5rem;bottom:.5rem;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.home-page .type-product-card .thumb .want-badge .el-icon{color:#ff9f43;font-size:.75rem}.home-page .type-product-card .thumb .product-discount-badge--overlay{left:0;top:.625rem;border-radius:0 .375rem .375rem 0;background:var(--primary-color);color:#fff;font-size:.75rem;font-weight:800;padding:.1875rem .625rem;box-shadow:none}.home-page .type-product-card .info{padding:.875rem .875rem 1rem;flex:1;display:flex;flex-direction:column;min-height:0}.home-page .type-product-card .name{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 .625rem;line-height:1.3;min-height:.5625rem;flex-shrink:0}.home-page .type-product-card .name .name-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-page .type-product-card .skin-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:0;margin-bottom:.625rem;max-height:3.25rem;overflow:hidden;flex-shrink:0}.home-page .type-product-card .skin-tag{border-radius:62.4375rem;font-weight:800}.home-page .type-product-card .skin-tag--knife{--el-tag-text-color: var(--primary-color, #409eff);--el-tag-border-color: rgba(64, 158, 255, .35);--el-tag-bg-color: rgba(64, 158, 255, .08);background:#3a8ee614;border-color:#3a8ee62e;color:var(--primary-color, #409eff)}.home-page .type-product-card .skin-tag--red{--el-tag-text-color: #e53935;--el-tag-border-color: rgba(229, 57, 53, .35);--el-tag-bg-color: rgba(229, 57, 53, .08);background:#e5393514;border-color:#e5393559;color:#e53935}.home-page .type-product-card .skin-tag--gold{--el-tag-text-color: #c9920a;--el-tag-border-color: rgba(201, 146, 10, .4);--el-tag-bg-color: rgba(201, 146, 10, .1);background:#c9920a1a;border-color:#c9920a66;color:#c9920a}.home-page .type-product-card .meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.home-page .type-product-card .user{display:flex;align-items:center;gap:.5rem;min-width:0}.home-page .type-product-card .user .avatar{width:1.375rem;height:1.375rem;border-radius:50%;object-fit:cover;border:1px solid var(--border-color);background:var(--bg-secondary);flex:0 0 auto}.home-page .type-product-card .user .nickname{font-size:.75rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-page .type-product-card .fee-grid{margin-bottom:.75rem}.home-page .type-product-card .card-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:auto}.home-page .type-product-card .product-rent-btn{height:2rem;padding:0 .875rem;border-radius:.375rem;border:1px solid rgba(15,39,68,.16);background:#fff;color:#0f2744;font-size:.8125rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.3125rem}.home-page .type-product-card .product-rent-btn img{width:1rem;height:1rem;object-fit:contain;flex-shrink:0}.home-page .type-product-card .action{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--primary-color);font-weight:600}.home-page .type-product-card .want-count{display:none}.home-page .carousel-container{flex:1;display:flex;flex-direction:column;gap:1.25rem}.home-page .banner-loading{height:35rem;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);background:#fff;padding:1.125rem}.home-page .banner-item{cursor:pointer;height:100%;background-size:100% 100%;background-position:center;border-radius:var(--border-radius-lg);display:flex;align-items:center;padding:3.75rem;position:relative}.home-page .banner-item .banner-content{position:relative;z-index:1;color:#fff;max-width:25rem}.home-page .banner-item .banner-content .banner-title{font-size:2.625rem;font-weight:800;margin-bottom:1rem}.home-page .banner-item .banner-content .banner-desc{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.home-page .section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;padding-bottom:.75rem}.home-page .section-header .header-left{display:flex;align-items:flex-end;gap:.625rem}.home-page .section-header .section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2;display:flex;align-items:center;position:relative;padding-left:.9375rem}.home-page .section-header .section-title__icon{width:1.875rem;height:1.875rem;object-fit:contain;flex-shrink:0}.home-page .section-header .section-subtitle{font-size:.875rem;color:var(--text-secondary);margin:0;padding-left:.9375rem}.home-page .section-header .view-more{color:var(--text-secondary);display:flex;align-items:center;gap:.25rem;font-size:.875rem}.home-page .section-header .view-more:hover{color:var(--primary-color)}.home-page .section-header .header-tabs{display:flex;gap:1.25rem}.home-page .section-header .header-tabs .tab{padding-bottom:.3125rem;cursor:pointer;color:var(--text-secondary);border-bottom:.125rem solid transparent;transition:all .3s}.home-page .section-header .header-tabs .tab:hover,.home-page .section-header .header-tabs .tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:600}.home-page .accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr));gap:1.5rem;margin-bottom:2.5rem}.home-page .section-footer{text-align:center}.home-page .game-sidebar{display:none}.home-page .banner-item{padding:1.125rem 1rem;align-items:flex-end}.home-page .banner-item .banner-content{max-width:88%}.home-page .banner-item .banner-content .banner-title{font-size:1.125rem;font-weight:800;color:#ffd666;margin-bottom:.375rem}.home-page .banner-item .banner-content .banner-desc{font-size:.75rem;margin-bottom:.75rem}.home-page .type-section{padding:0px 0 1.25rem;background:#fff}.home-page .type-section .type-section__card{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.home-page .type-section .section-header{margin-bottom:.625rem;padding-bottom:0;border-bottom:none}.home-page .type-section .section-header .section-title{font-size:1rem;padding-left:0}.home-page .type-section .section-header .section-title:before{display:none}.home-page .type-section .section-header .section-subtitle{display:none}.home-page .type-section .section-header .type-section__more{height:1.875rem;padding:0 .625rem 0 .75rem;border-radius:.375rem;font-size:.75rem}.home-page .type-section .accounts-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1rem}.home-page .type-section .section-footer .el-button{font-size:.8125rem}.home-page .type-section .type-product-card{height:100%;border:1px solid #eef0f4;border-radius:.75rem;box-shadow:#eef0f4 0 .125rem .5rem}.home-page .type-section .type-product-card:hover{transform:none;box-shadow:0 .125rem .5rem #0f172a0a;border-color:#eef0f4}.home-page .type-section .type-product-card .thumb{height:auto;aspect-ratio:16/9;flex-shrink:0}.home-page .type-section .type-product-card .thumb .product-discount-badge--overlay{top:.5rem;padding:.1875rem .5rem;font-size:.6875rem}.home-page .type-section .type-product-card .thumb .want-badge{right:.375rem;bottom:.375rem;padding:.1875rem .375rem;font-size:.625rem;border-radius:62.4375rem}.home-page .type-section .type-product-card .info{display:flex;flex-direction:column;flex:1;min-height:0;padding:.625rem}.home-page .type-section .type-product-card .name{font-size:.8125rem;font-weight:700;margin-bottom:.375rem;line-height:1.35;min-height:2.7em;order:1}.home-page .type-section .type-product-card .name .name-text{-webkit-line-clamp:2}.home-page .type-section .type-product-card .skin-tags{order:2;margin-top:0;margin-bottom:.375rem;gap:.25rem;max-height:2.75rem;overflow:hidden;flex-shrink:0}.home-page .type-section .type-product-card .skin-tag{height:auto;padding:0 .25rem;font-size:.625rem;line-height:1.125rem;border-radius:.25rem}.home-page .type-section .type-product-card .meta{order:3;margin-bottom:.375rem}.home-page .type-section .type-product-card .user{gap:.25rem}.home-page .type-section .type-product-card .user .avatar{width:1.125rem;height:1.125rem}.home-page .type-section .type-product-card .user .nickname{font-size:.6875rem;color:#666}.home-page .type-section .type-product-card .fee-grid.home-mobile-only{display:grid}.home-page .type-section .type-product-card .fee-grid{order:4;margin-bottom:.5rem}.home-page .type-section .type-product-card .fee-cell{gap:.375rem;padding:.5rem .375rem;min-height:2.75rem}.home-page .type-section .type-product-card .fee-cell__icon{width:1.5rem;height:1.5rem;border-radius:.375rem;font-size:.75rem}.home-page .type-section .type-product-card .fee-cell__label{font-size:.625rem}.home-page .type-section .type-product-card .fee-cell__value{font-size:.6875rem}.home-page .type-section .type-product-card .card-footer{order:5;margin-top:auto;justify-content:flex-end}.home-page .type-section .type-product-card .product-rent-btn{width:auto;height:1.875rem;font-size:.75rem;padding:0 .625rem}.home-page .type-section .type-product-card .action{display:none!important}@media (max-width: 48rem){.home-page{padding-bottom:calc(6.25rem + env(safe-area-inset-bottom,0px))}.home-page{background:#f4f7fb}.home-page .banner-section.home-mobile-only{padding-top:.5rem}.home-page .banner-section.home-mobile-only .banner-wrapper{display:block;width:100%}.home-page .banner-section.home-mobile-only .carousel-container{display:block;width:100%;min-width:0}.home-page .banner-section.home-mobile-only .banner-wrapper,.home-page .banner-section.home-mobile-only .carousel-container,.home-page .banner-section.home-mobile-only .banner-item{border-radius:.875rem}.home-page .banner-section.home-mobile-only .home-banner-swipe,.home-page .banner-section.home-mobile-only .van-swipe,.home-page .banner-section.home-mobile-only .van-swipe__track,.home-page .banner-section.home-mobile-only .banner-loading{width:100%;height:clamp(7.375rem,35vw,9rem)!important}.home-page .banner-section.home-mobile-only .banner-loading{aspect-ratio:auto}.home-page .banner-section.home-mobile-only .banner-item{padding:.625rem .875rem}.home-page .banner-section.home-mobile-only .banner-title{font-size:.9375rem;margin-bottom:.1875rem}.home-page .banner-section.home-mobile-only .banner-desc{margin-bottom:.4375rem;font-size:.6875rem}.home-page .banner-section.home-mobile-only .home-mobile-banner-btn{height:1.875rem;padding:0 .875rem;font-size:.75rem}.home-page .home-mobile-panel{padding:.375rem 0}.home-page .home-mobile-panel .container,.home-page .type-section .container{padding-right:.75rem;padding-left:.75rem}.home-page .home-mobile-actions{grid-template-columns:repeat(5,minmax(0,1fr));gap:.125rem;padding:.4375rem .375rem;border:1px solid rgba(214,222,233,.68);border-radius:1rem;background:#fff;box-shadow:0 .4375rem 1.1875rem #19325113}.home-page .home-mobile-action{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.3125rem;min-width:0;min-height:3.125rem;padding:0;border:0;border-radius:.625rem;background:transparent;box-shadow:none;color:#172033;font:inherit;cursor:pointer}.home-page .home-mobile-action:active{transform:scale(.96);background:#f6f8fb}.home-page .home-mobile-action__icon{width:2.125rem;height:2.125rem;border:1px solid rgba(223,229,238,.82);border-radius:50%;background:#f7f9fc;box-shadow:0 .25rem .6875rem #2839511c}.home-page .home-mobile-action__icon img{width:1.5625rem;height:1.5625rem}.home-page .home-mobile-action__title{width:100%;margin:0;overflow:hidden;color:#1d283b;font-size:.6875rem;font-weight:700;line-height:1.35;text-align:center;text-overflow:ellipsis;white-space:nowrap}.home-page .home-mobile-action__arrow{display:none}.home-page .home-mobile-action--club .home-mobile-action__icon{background:#fffaf3}.home-page .home-mobile-action--shareholder .home-mobile-action__icon{background:#f1f6ff}.home-page .home-mobile-action--hafu .home-mobile-action__icon{background:#effaf7}.home-page .home-mobile-action--deposit-free .home-mobile-action__icon{background:#fff4f1}.home-page .home-mobile-action--announce .home-mobile-action__icon{background:#f7f3ff}.home-page .type-section{padding:0px 0 1.25rem;background:#f4f6f9}.home-page .type-section .type-section__card{padding:.625rem;background:#fff;border:1px solid #edf0f4;border-radius:1rem;box-shadow:0 .375rem 1.25rem #0f27440d}.home-page .type-section .accounts-grid{grid-template-columns:minmax(0,1fr);gap:.75rem;margin-bottom:0}.home-page .type-section .section-header{margin-bottom:.5rem}.home-page .type-section .section-title__icon{width:1.5rem;height:1.5rem}.home-page .type-section .type-section__more{height:1.75rem;padding:0 .5rem 0 .625rem}.home-page .type-product-card{min-width:0;min-height:0}.home-page .type-product-card .product-card__thumb{height:auto;aspect-ratio:2.65/1}.home-page .type-product-card .product-card__info{padding:.625rem;gap:.3125rem}.home-page .type-product-card .product-card__title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.375rem}.home-page .type-product-card .product-card__name{line-height:1.3}.home-page .type-product-card .product-card__price{font-size:1.5rem}.home-page .type-product-card .product-card__tags{height:1.75rem;min-height:1.75rem;max-height:1.75rem;box-sizing:border-box;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding:.125rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;white-space:nowrap}.home-page .type-product-card .product-card__tags::-webkit-scrollbar{display:none}.home-page .type-product-card .product-card__tag{flex:0 0 auto}.home-page .type-product-card .product-card__fee-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-page .type-product-card .product-card__fee-item{min-width:0;padding:.375rem .25rem}.home-page .type-product-card .product-card__fee-value{font-size:.6875rem;letter-spacing:-.2px;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap}.home-page .type-product-card .product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.375rem;padding-top:.375rem}.home-page .type-product-card .product-card__online-btn--footer{display:none}.home-page .type-product-card .product-card__online-btn--image{width:auto;min-width:0;height:1.25rem;padding:0 .375rem;box-sizing:border-box;gap:.1875rem;font-size:.6875rem}.home-page .type-product-card .product-card__btn{width:auto;min-width:0;height:2rem;padding:0 .5rem;box-sizing:border-box;justify-content:center}.home-page .type-product-card .product-card__remind-btn{height:2rem;padding:0 .5rem;box-sizing:border-box}.home-page .type-product-card .product-card__price--footer{display:block}.home-page .type-product-card .product-card__price--title{display:none}.home-page .type-product-card .product-card__btn{gap:.1875rem;font-size:.75rem}.home-page .type-product-card .product-card__btn .el-icon{flex:0 0 auto;font-size:.75rem}}}@media (max-width: 768px){:root,:host{--van-tabbar-height: 50px;--van-tabbar-z-index: 1;--van-tabbar-background: var(--van-background-2)}.van-tabbar{z-index:var(--van-tabbar-z-index);display:flex;box-sizing:content-box;width:100%;height:var(--van-tabbar-height);background:var(--van-tabbar-background)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}:root,:host{--van-tabbar-item-font-size: var(--van-font-size-sm);--van-tabbar-item-text-color: var(--van-text-color);--van-tabbar-item-active-color: var(--van-primary-color);--van-tabbar-item-active-background: var(--van-background-2);--van-tabbar-item-line-height: 1;--van-tabbar-item-icon-size: 22px;--van-tabbar-item-icon-margin-bottom: var(--van-padding-base)}.van-tabbar-item{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;color:var(--van-tabbar-item-text-color);font-size:var(--van-tabbar-item-font-size);line-height:var(--van-tabbar-item-line-height);cursor:pointer}.van-tabbar-item__icon{margin-bottom:var(--van-tabbar-item-icon-margin-bottom);font-size:var(--van-tabbar-item-icon-size)}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon .van-badge{margin-top:var(--van-padding-base)}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:var(--van-tabbar-item-active-color);background-color:var(--van-tabbar-item-active-background)}}.logo-text{display:inline-flex;align-items:center;height:100%;font-size:26px;font-weight:800;color:#0f2744;letter-spacing:1px;white-space:nowrap;line-height:1}.main-nav--home .logo-text{font-size:32px;letter-spacing:2px}.navbar-wrapper.home-compact .main-nav--home .logo-text{font-size:26px;letter-spacing:1px}.brand-logo__text{font-size:26px;font-weight:800;color:#fff;letter-spacing:2px;line-height:1}.user-avatar--text{display:inline-flex;align-items:center;justify-content:center;background:#0f2744;color:#fc0;font-weight:800;font-size:14px}.profile-notification,.nav-action-btn,.top-link,.login-link,.logout-link,.user-link,.logo,.nav-link,.floating-dock__item,.footer-links a{cursor:pointer}.home-quick-links__icon.home-quick-links__icon--drawn{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0f2744;color:#fc0}.home-quick-links__icon--drawn .el-icon{font-size:24px}.home-user-panel__row-icon.el-icon{display:flex;align-items:center;justify-content:center;font-size:22px;color:#0f2744}.home-user-panel__quick-feature-icon.el-icon{display:flex;align-items:center;justify-content:center;font-size:42px;color:inherit}.section-title__icon--emoji{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:20px;line-height:1}.home-banner-item--default{background:linear-gradient(115deg,#0b1f3f,#123a73 55%,#1c4f96)}.notice-icon .el-icon{font-size:24px;color:#ffe18b}.product-card__thumb-fill{width:100%;height:100%}.product-deposit-promise__shield.el-icon{width:16px;height:18px;font-size:16px;color:#c9920a;flex:0 0 auto}.product-deposit-promise__lightning.el-icon{width:12px;height:18px;font-size:14px;color:#f0a91b;flex:0 0 auto;margin-left:auto}.product-card__renting-badge{position:absolute;z-index:3;top:10px;right:10px;padding:3px 9px;border-radius:6px;background:#0f172ab8;color:#fff;font-size:12px;font-weight:700}.product-card__btn:disabled{background:#dfe3ea;color:#9aa2b1;box-shadow:none;cursor:not-allowed}.product-card__btn:disabled:hover{background:#dfe3ea;transform:none}.floating-dock__launcher-text{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#0d1b39;color:#fc0;font-weight:800;font-size:15px;letter-spacing:1px}.floating-dock__icon .el-icon{font-size:20px}.mobile-unified-header__actions .el-icon,.mobile-unified-header__notification .el-icon{font-size:22px;color:#1d2c43}.home-mobile-action__icon .el-icon{font-size:20px;color:#0f2744}.mobile-tabbar .mobile-tabbar__icon .el-icon{font-size:23px;color:inherit}.mobile-tabbar .van-tabbar-item{position:relative}.banner-item--default{background:linear-gradient(115deg,#0b1f3f,#123a73 55%,#1c4f96)}.home-mobile-banner-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:linear-gradient(180deg,#ffe033,#ffd000);color:#5c3b00;font-weight:800;cursor:pointer}.mobile-unified-header{display:none}@media (max-width: 768px){html,body,#app,.navbar-wrapper,.main-content{min-width:0!important}.floating-dock-desktop-only,.floating-dock__launcher{display:none!important}.navbar-wrapper{background:#fff!important}}.mobile-unified-header__back .el-icon{font-size:23px;color:#1d2c43}.mobile-unified-header__brand .logo-text--mobile{display:inline-flex;align-items:center;justify-content:flex-start;width:121px;height:40px;font-size:21px;font-weight:800;letter-spacing:1px;color:#142238;line-height:1;white-space:nowrap}:root{--navy: #123a73;--navy-2: #1c4f96;--navy-deep: #0d2b57;--gold: #f5b32b;--gold-2: #ffcb5c;--brand-blue: #123a73;--brand-blue-2: #1c4f96;--brand-blue-dark: #0d2b57;--brand-navy: #123a73;--brand-gold: #f5b32b;--ink: #1f2733;--muted: #7a8394;--line: #e8ecf3;--line-2: #dfe5ef;--bg: #dceaff;--card-bg: #ffffff;--price: #f5222d;--ok: #22a35a;--shadow-md: 0 4px 14px rgba(18, 58, 115, .09)}.page,.page .el-overlay,.legacy-scope,.wrap{--shadow-sm: 0 1px 2px rgba(18, 58, 115, .05), 0 1px 3px rgba(18, 58, 115, .06);--shadow-lg: 0 12px 30px rgba(18, 58, 115, .16);--el-color-primary: #123a73;--el-color-primary-light-3: #3f6396;--el-color-primary-light-5: #6b88b0;--el-color-primary-light-7: #a3b6cf;--el-color-primary-light-8: #c2d0e2;--el-color-primary-light-9: #e3eaf4;--el-color-primary-dark-2: #0d2b57;--el-border-radius-base: 8px}html,body{max-width:100%;overflow-x:hidden}.page{width:100%;max-width:1360px;margin:0 auto;padding:20px 20px 60px;animation:fadeIn .24s ease}.page .section-title{font-size:19px;font-weight:700;margin:0 0 16px;display:flex;align-items:center;gap:8px}.muted{color:var(--muted)}.price{color:var(--price);font-weight:700}.gold{color:var(--brand-gold);font-weight:700}.mt8{margin-top:8px}.mt12{margin-top:12px}.mt16{margin-top:16px}.mt24{margin-top:24px}.flex{display:flex}.between{justify-content:space-between}.center{align-items:center}.gap8{gap:8px}.gap12{gap:12px}.wrap{flex-wrap:wrap}.page .card{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm)}.page .hoverable{transition:transform .18s ease,box-shadow .18s ease}.page .hoverable:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--el-color-primary-light-7)}.brand-btn{background:linear-gradient(135deg,var(--navy),var(--navy-2))!important;border:none!important;color:#fff!important;font-weight:600!important;box-shadow:0 4px 12px #123a7342!important}.brand-btn:hover{filter:brightness(1.12)}.gold-btn{background:linear-gradient(135deg,var(--gold),var(--gold-2))!important;border:none!important;color:#5a3d00!important;font-weight:700!important;box-shadow:0 4px 12px #f5b32b52!important}.gold-btn:hover{filter:brightness(1.06)}.el-button{font-weight:500}.el-tag{border-radius:6px}.el-table th.el-table__cell{background:#f7f9fc!important;color:#55617a;font-weight:600}.el-table__row:hover>td{background:#f5f9ff!important}.el-card{border-radius:12px}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease,transform .2s ease}.fade-enter-from{opacity:0;transform:translateY(6px)}.fade-leave-to{opacity:0}@media (prefers-reduced-motion: reduce){.fade-enter-active,.fade-leave-active{transition:none}.page{animation:none}}.el-table__body,.el-table{max-width:100%}.el-table{overflow-x:auto}@media (max-width: 1024px){.page{max-width:100%;padding:18px 16px 60px}}@media (max-width: 768px){.page{padding:12px 12px 78px}.section-title{font-size:17px}.el-descriptions__table{table-layout:fixed!important;width:100%!important}.el-descriptions .el-descriptions__label{width:88px!important}.el-descriptions__cell{word-break:break-all}.hide-sm{display:none!important}.el-message-box{width:90vw!important;max-width:360px}.el-dialog{--el-dialog-width: 92vw !important}.el-table{font-size:13px}.el-table .cell{padding:0 6px}.hide-sm-col{display:none!important}.el-form-item{margin-bottom:14px}.el-button{min-height:34px}.page>*,.card{max-width:100%}.page [class*=grid]{grid-template-columns:minmax(0,1fr)}}@media (max-width: 380px){.page{padding:10px 8px 78px}}.el-overlay-dialog{display:flex;align-items:center;justify-content:center;padding:12px}.el-overlay-dialog>.el-dialog{margin:0 auto!important;top:auto!important;max-height:88vh;display:flex;flex-direction:column}.el-overlay-dialog>.el-dialog>.el-dialog__body{overflow-y:auto;flex:1;min-height:0}@media (max-width: 768px){.el-overlay-dialog>.el-dialog{max-height:86vh}}
