:root{--primary:#0891b2;--primary-light:#67e8f9;--primary-dark:#0e7490;--accent:#f59e0b;--success:#10b981;--danger:#ef4444;--bg:#f1f5f9;--white:#fff;--border:#e2e8f0;--text:#0f172a;--text-secondary:#1e293b;--text-light:#475569;--sidebar-width:200px;--header-height:60px;--radius:8px;--shadow:0 1px 3px rgba(0,0,0,.06);--shadow-lg:0 4px 16px rgba(0,0,0,.1);--font-sans:"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none}button,input,select,textarea{outline:none;font-family:inherit}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:var(--white);border-bottom:1px solid var(--border);padding:0 24px;z-index:1000;box-shadow:var(--shadow)}.header,.header__logo{display:flex;align-items:center}.header__logo{gap:10px;font-size:20px;font-weight:700;color:var(--primary);margin-right:40px;white-space:nowrap}.header__logo-icon{width:36px;height:36px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:900}.header__nav{display:flex;align-items:center;gap:4px;flex:0 1 auto;min-width:0;overflow:visible}.header__nav-item{padding:6px 14px;border-radius:6px;font-size:16px;font-weight:500;color:var(--text-secondary);transition:all .2s;white-space:nowrap}.header__nav-item.active,.header__nav-item:hover{color:var(--primary);background:rgba(8,145,178,.08)}.header__nav-dropdown{position:relative;display:inline-flex;z-index:1100}.header__nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;min-width:140px;background:#fff;border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.15);border:1px solid var(--border);padding:6px 0;z-index:1200;margin-top:4px}.header__nav-dropdown-menu a{display:block;padding:9px 18px;font-size:14px;color:var(--text-secondary);transition:all .15s;white-space:nowrap;cursor:pointer}.header__nav-dropdown-menu a:hover{background:#f0f9ff;color:var(--primary)}.header__nav-dropdown:hover .header__nav-dropdown-menu{display:block}.header__nav-dropdown>.header__nav-item:after{content:"▾";margin-left:6px;font-size:12px;opacity:.5}.hot-badge{background:linear-gradient(135deg,#f59e0b,#d97706)}.hot-badge,.new-badge{display:inline-block;color:#fff;font-size:10px;font-weight:700;padding:2px 9px;border-radius:99px;vertical-align:middle;line-height:1.4;letter-spacing:.5px}.new-badge{background:linear-gradient(135deg,#10b981,#059669)}.sidebar__item .hot-badge,.sidebar__item .new-badge{margin-left:auto}.header__right{gap:0;margin-left:auto;flex-shrink:0}.header__right,.header__search{display:flex;align-items:center}.header__search{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:0 12px;height:36px;width:360px;min-width:160px;flex:0 1 360px;margin-left:16px;transition:border-color .2s}.header__search:focus-within{border-color:var(--primary)}.header__search input{border:none;background:transparent;flex:1 1;font-size:13px;color:var(--text)}.header__search svg{width:16px;height:16px;color:var(--text-light);flex-shrink:0}.header__btn{height:36px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:500;transition:all .2s;white-space:nowrap}.header__btn--outline{border:1px solid var(--border);background:#fff;color:var(--text)}.header__btn--outline:hover{border-color:var(--primary);color:var(--primary)}.header__btn--primary{background:var(--primary);color:#fff}.header__btn--primary:hover{background:var(--primary-dark)}.header__btn--accent{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;font-weight:600}.header__btn--dark{background:#1e293b;color:#fff;font-weight:600}.header__btn--dark:hover{background:#334155}.header__user-welcome{font-size:13px;color:var(--text-secondary);white-space:nowrap}.header__user-welcome b{color:var(--primary);font-weight:700}.header__avatar{width:32px;height:32px;border-radius:50%;background:var(--primary-light);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.header__action-btn{display:inline-flex;align-items:center;gap:4px;height:46px;padding:0 20px;border-radius:8px;font-size:16px;font-weight:500;color:var(--text-secondary);border:none;background:#fff;cursor:pointer;transition:all .2s;text-decoration:none;white-space:nowrap}.header__action-btn:not(:first-child){margin-left:-8px}.header__action-btn:hover{color:var(--primary)}.header__vip-btn svg{margin-right:3px}.header__user-trigger{position:relative;display:flex;align-items:center;gap:6px;padding:3px 10px 3px 3px;border-radius:20px;cursor:pointer;transition:background .15s}.header__user-trigger:hover{background:rgba(0,0,0,.04)}.header__avatar-circle{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header__username{font-size:13px;font-weight:600;color:#1e293b;line-height:1.2}.header__vip-badge{font-size:10px;font-weight:700;color:#f59e0b;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:6px;padding:1px 5px;line-height:1.4;flex-shrink:0}.header__user-dropdown{position:absolute;top:calc(100% + 8px);right:-12px;width:380px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);z-index:1000;opacity:0;visibility:hidden;transform:translateY(-6px) scale(.98);transition:all .18s ease;pointer-events:none;overflow:hidden}.header__user-dropdown.show{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.hud-top{display:flex;align-items:flex-start;gap:12px;padding:16px 18px 12px;position:relative}.hud-avatar-lg{width:48px;height:48px;min-width:48px;border-radius:50%;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center}.hud-info{flex:1 1;min-width:0}.hud-name{font-size:17px;font-weight:700;color:#1e293b;line-height:1.35}.hud-id{font-size:12px;color:#94a3b8;margin-top:2px}.hud-vip-row{display:flex;align-items:center;gap:6px;margin-top:4px}.hud-vip-tag{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:700;color:#b45309;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:6px;padding:1px 7px;line-height:1.5}.hud-vip-tag svg{flex-shrink:0}.hud-expiry,.hud-logout{font-size:12px;color:#94a3b8}.hud-logout{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;gap:3px;border:none;background:none;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .15s;flex-shrink:0}.hud-logout:hover{color:#ef4444;background:#fef2f2}.hud-stats-bar{display:flex;align-items:center;justify-content:space-around;margin:0 14px;padding:14px 10px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:10px;gap:16px}.hud-stat-item{display:flex;flex-direction:row;align-items:baseline;justify-content:center;gap:4px}.hud-stat-val{font-size:22px;font-weight:400;color:#1e293b;line-height:1.2}.hud-stat-label{font-size:13px;font-weight:400;color:#1e293b}.hud-assets-btn{margin-left:0;flex-shrink:0;padding:6px 16px;border-radius:7px;font-size:13px;font-weight:600;background:#1e293b;color:#fff;border:none;cursor:pointer;transition:background .15s}.hud-assets-btn:hover{background:#334155}.hud-nav{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #f1f5f9}.hud-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 0;text-decoration:none;font-size:15px;color:#94a3b8;transition:color .15s}.hud-nav-item:hover{color:var(--primary)}.hud-nav-num{font-size:16px;font-weight:400;color:#1e293b;line-height:1.2}.sidebar{position:fixed;top:var(--header-height);left:0;bottom:0;width:var(--sidebar-width);background:var(--white);border-right:1px solid var(--border);overflow-y:auto;z-index:900;padding:12px 0;font-family:var(--font-sans)}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.sidebar__group{padding:6px 0}.sidebar__group-title{padding:8px 20px 4px;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.sidebar__item{display:flex;align-items:center;gap:10px;padding:9px 20px;font-size:15px;color:var(--text-secondary);transition:all .2s;cursor:pointer;position:relative}.sidebar__item:hover{background:rgba(8,145,178,.04);color:var(--primary)}.sidebar__item.active{background:rgba(8,145,178,.08);color:var(--primary);font-weight:600}.sidebar__item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary);border-radius:0 3px 3px 0}.sidebar__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.sidebar__badge{margin-left:auto;background:var(--accent);color:#fff;font-size:10px;font-weight:600;padding:1px 6px;border-radius:10px}.main{margin-left:var(--sidebar-width);margin-top:var(--header-height);min-height:calc(100vh - var(--header-height));padding:20px 24px}.carousel{position:relative;border-radius:12px;overflow:hidden;margin-bottom:16px;box-shadow:var(--shadow-lg);width:calc(100% + 1px);aspect-ratio:16/5;max-height:320px;background:#eee}.carousel__slides{position:relative;width:100%;height:100%}.carousel__slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.carousel__slide.active{opacity:1}.carousel__slide-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:20px}.carousel__slide-title{font-size:36px;font-weight:900;margin-bottom:8px}.carousel__slide-desc{font-size:16px;opacity:.9}.carousel__slide-img{width:100%;height:100%;object-fit:cover}.carousel__dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.carousel__dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:all .3s;border:none}.carousel__dot.active{background:#fff;width:24px;border-radius:5px}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .15s;border:none;line-height:0}.carousel__arrow:hover{background:rgba(0,0,0,.5);transform:translateY(-50%) scale(1.05)}.carousel__arrow--prev{left:24px}.carousel__arrow--next{right:24px}.filter-bar{background:var(--white);border-radius:12px;padding:12px 20px;margin-bottom:16px;box-shadow:var(--shadow);border:1px solid var(--border)}.filter-bar__row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:4px 0}.filter-bar__row+.filter-bar__row{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}.filter-bar__label{font-size:12px;font-weight:600;color:var(--text);min-width:56px}.filter-bar__tags{display:flex;gap:14px;flex-wrap:wrap;flex:1 1}.filter-tag{padding:6px 16px;border-radius:16px;font-size:13px;color:var(--text-secondary);background:var(--bg);border:1px solid transparent;cursor:pointer;transition:all .2s}.filter-tag:hover{color:var(--primary);border-color:var(--primary-light);background:rgba(8,145,178,.04)}.filter-tag.active{color:#fff;background:var(--primary);border-color:var(--primary)}.price-checks{display:flex;align-items:center;gap:18px;margin-left:auto;padding-left:18px;flex-shrink:0;flex-wrap:nowrap}.price-check{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:var(--text);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.price-check input[type=checkbox]{width:15px;height:15px;accent-color:var(--primary);cursor:pointer;margin:0}.section-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:12px;display:flex;align-items:center;gap:8px}.section-title__more{margin-left:auto;font-size:13px;font-weight:400;color:var(--text-light);cursor:pointer}.section-title__more:hover{color:var(--primary)}.resource-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px;margin-bottom:28px}.resource-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);transition:all .3s;cursor:pointer}.resource-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.resource-card__thumb{width:100%;aspect-ratio:4/3;background:#f1f5f9;position:relative;overflow:hidden}.resource-card__thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;color:var(--text-light)}.resource-card__cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.resource-card__badge{position:absolute;top:8px;left:8px;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.resource-card__badge--vip{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}.resource-card__badge--pay{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.resource-card__badge--points{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.resource-card__body{padding:10px 12px}.resource-card__title{font-size:15px;font-weight:600;color:var(--text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}.resource-card__meta{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--text-light)}.resource-card__price{font-weight:700;font-size:13px;display:inline-flex;align-items:center}.resource-card__price--free{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:12px;font-weight:600;padding:3px 10px;border-radius:99px;line-height:1.4}.resource-card__price--vip{color:var(--accent)}.resource-card__price--pay{background:linear-gradient(135deg,#f59e0b,#d97706)}.resource-card__price--pay,.resource-card__price--points{color:#fff;font-size:12px;font-weight:600;padding:3px 10px;border-radius:99px;gap:3px;line-height:1.4}.resource-card__price--points{background:linear-gradient(135deg,#0891b2,#0e7490)}.price-label{font-weight:600;opacity:.9}.login-page{min-height:100vh;display:flex;background:#f0f2f5}.login-page__left{flex:1 1;background:linear-gradient(135deg,#0891b2,#0e7490);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:40px}.login-page__logo{font-size:48px;font-weight:900;margin-bottom:16px}.login-page__slogan{font-size:20px;opacity:.9;text-align:center;margin-bottom:8px}.login-page__desc{font-size:14px;opacity:.7;text-align:center}.login-page__right{width:440px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;background:#fff}.login-box{width:100%;max-width:360px}.login-box__title{font-size:24px;font-weight:700;color:var(--text);margin-bottom:8px}.login-box__subtitle{font-size:14px;color:var(--text-light);margin-bottom:32px}.login-box__tabs{display:flex;gap:0;margin-bottom:24px;border-bottom:2px solid var(--border)}.login-box__tab{flex:1 1;padding:12px 0;text-align:center;font-size:15px;font-weight:500;color:var(--text-light);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s;background:none}.login-box__tab.active{color:var(--primary);border-bottom-color:var(--primary)}.login-box__input{width:100%;height:44px;border:1px solid var(--border);border-radius:8px;padding:0 14px;font-size:14px;color:var(--text);margin-bottom:16px;transition:border-color .2s}.login-box__input:focus{border-color:var(--primary)}.login-box__input-wrap{position:relative}.login-box__input-wrap .login-box__input{padding-right:44px}.login-box__eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-light);cursor:pointer}.login-box__btn{width:100%;height:44px;border-radius:8px;font-size:15px;font-weight:600;margin-top:8px}.login-box__divider{display:flex;align-items:center;gap:12px;margin:24px 0;color:var(--text-light);font-size:12px}.login-box__divider:after,.login-box__divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.login-box__social{display:flex;justify-content:center;gap:16px}.login-box__social-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.login-box__social-btn:hover{border-color:var(--primary);background:rgba(8,145,178,.04)}.login-box__footer{margin-top:24px;text-align:center;font-size:13px;color:var(--text-light)}.login-box__footer a{color:var(--primary);font-weight:500}.vip-page{padding:32px 24px;max-width:1200px;margin:0 auto}.vip-hero{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);border-radius:16px;padding:48px;color:#fff;text-align:center;margin-bottom:40px;position:relative;overflow:hidden}.vip-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(245,158,11,.15) 0,transparent 70%)}.vip-hero__title{font-size:32px;font-weight:800;margin-bottom:12px}.vip-hero__desc{font-size:16px;opacity:.8;margin-bottom:32px}.vip-plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:40px}.vip-plan{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;border:2px solid var(--border);transition:all .3s;position:relative}.vip-plan:hover{border-color:var(--primary-light);box-shadow:var(--shadow-lg)}.vip-plan--recommended{border-color:var(--primary);transform:scale(1.05)}.vip-plan--recommended:before{content:"推荐";position:absolute;top:-1px;right:24px;background:var(--primary);color:#fff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:0 0 8px 8px}.vip-plan__name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px}.vip-plan__price{font-size:36px;font-weight:800;color:var(--primary);margin-bottom:4px}.vip-plan__price-unit{font-size:14px;font-weight:400;color:var(--text-light)}.vip-plan__features{margin:24px 0;text-align:left}.vip-plan__feature{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;color:var(--text-secondary)}.vip-plan__feature svg{width:16px;height:16px;color:var(--success);flex-shrink:0}.vip-plan__btn{width:100%;height:44px;border-radius:8px;font-size:15px;font-weight:600;background:var(--primary);color:#fff;transition:all .2s}.vip-plan__btn:hover{background:var(--primary-dark)}.upload-page{max-width:900px;margin:0 auto;padding:24px}.upload-form__section{background:#fff;border-radius:12px;padding:24px;margin-bottom:20px;border:1px solid var(--border)}.upload-form__section-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:20px;display:flex;align-items:center;gap:8px}.upload-form__row{display:flex;gap:16px;margin-bottom:16px}.upload-form__col{flex:1 1}.upload-form__label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px}.upload-form__input{width:100%;height:40px;border:1px solid var(--border);border-radius:8px;padding:0 12px;font-size:13px;color:var(--text);transition:border-color .2s}.upload-form__input:focus{border-color:var(--primary)}.upload-form__textarea{width:100%;min-height:100px;border:1px solid var(--border);border-radius:8px;padding:12px;font-size:13px;color:var(--text);resize:vertical;transition:border-color .2s}.upload-form__textarea:focus{border-color:var(--primary)}.upload-dropzone{border:2px dashed var(--border);border-radius:12px;padding:40px;text-align:center;cursor:pointer;transition:all .2s}.upload-dropzone:hover{border-color:var(--primary);background:rgba(8,145,178,.02)}.upload-dropzone__icon{font-size:48px;margin-bottom:12px;color:var(--text-light)}.upload-dropzone__text{font-size:14px;color:var(--text-secondary)}.upload-dropzone__hint{font-size:12px;color:var(--text-light);margin-top:8px}.user-center{max-width:1000px;margin:0 auto;padding:24px}.user-center__header{background:#fff;border-radius:16px;padding:32px;margin-bottom:24px;display:flex;align-items:center;gap:24px;box-shadow:var(--shadow);border:1px solid var(--border)}.user-center__avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-light));display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;font-weight:700;flex-shrink:0}.user-center__info h2{font-size:22px;font-weight:700;color:var(--text);margin-bottom:4px}.user-center__info p{font-size:13px;color:var(--text-light)}.user-center__stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.user-center__stat{background:#fff;border-radius:12px;padding:20px;text-align:center;box-shadow:var(--shadow);border:1px solid var(--border)}.user-center__stat-value{font-size:28px;font-weight:800;color:var(--primary)}.user-center__stat-label{font-size:13px;color:var(--text-light);margin-top:4px}.withdraw-page{max-width:600px;margin:0 auto;padding:24px}.withdraw-card{background:#fff;border-radius:16px;padding:32px;box-shadow:var(--shadow);border:1px solid var(--border)}.withdraw-card__balance{text-align:center;padding:24px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:12px;margin-bottom:24px}.withdraw-card__balance-label{font-size:13px;color:var(--text-light);margin-bottom:4px}.withdraw-card__balance-value{font-size:36px;font-weight:800;color:var(--success)}.modal-overlay{background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all .3s}.modal-overlay.active{opacity:1;visibility:visible}.modal{background:#fff;border-radius:16px;padding:32px;width:90%;max-width:480px;transform:translateY(20px);transition:transform .3s;max-height:80vh;overflow-y:auto}.modal-overlay.active .modal{transform:translateY(0)}.modal__title{font-size:20px;font-weight:700;color:var(--text);margin-bottom:20px}.modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;background:var(--bg);display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;font-size:18px;color:var(--text-light)}.pay-modal__methods{display:flex;gap:12px;margin-bottom:20px}.pay-modal__method{flex:1 1;padding:16px;border:2px solid var(--border);border-radius:12px;text-align:center;cursor:pointer;transition:all .2s}.pay-modal__method.active{border-color:var(--primary);background:rgba(8,145,178,.04)}.pay-modal__method-icon{font-size:32px;margin-bottom:8px}.pay-modal__method-name{font-size:13px;font-weight:600;color:var(--text)}.pay-modal__qrcode{text-align:center;padding:24px;background:var(--bg);border-radius:12px;margin-bottom:20px}.pay-modal__qrcode-placeholder{width:200px;height:200px;margin:0 auto 12px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-light);border:1px solid var(--border)}.footer{margin-left:var(--sidebar-width);background:#fff;border-top:1px solid var(--border);padding:32px 24px 20px}.footer__inner{display:flex;align-items:flex-start;justify-content:flex-start;gap:36px;padding:0 48px 0 176px}.footer__intro{flex:0 0 auto;min-width:0;max-width:500px}.footer__intro .footer__brand{font-size:22px;font-weight:800;color:var(--primary);margin-bottom:8px}.footer__intro p{font-size:13px;color:var(--text-light);line-height:1.9;margin:0}.footer__cs{position:relative;flex-shrink:0;align-self:center;margin-left:68px}.footer__cs-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;border-radius:10px;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(135deg,#0891b2,#0e7490);border:none;cursor:pointer;transition:opacity .2s}.footer__cs-btn:hover{opacity:.88}.footer__cs-qr{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);width:180px;padding:12px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px rgba(0,0,0,.14);text-align:center;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;z-index:50}.footer__cs.open .footer__cs-qr,.footer__cs:hover .footer__cs-qr{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.footer__cs-qr img{width:100%;height:auto;border-radius:8px;display:block}.footer__cs-qr p{margin:8px 0 0;font-size:12px;color:var(--text-light);line-height:1.5}.footer__cs-time{display:block;margin-top:6px;font-size:11px;color:#94a3b8;text-align:center;white-space:nowrap}.footer__gzh{display:flex;flex-direction:row;align-items:flex-start;gap:20px;flex-shrink:0;align-self:center}.footer__gzh-item{display:flex;flex-direction:column;align-items:center;gap:4px}.footer__gzh img{width:96px;height:auto;border-radius:8px;border:1px solid var(--border)}.footer__gzh span{font-size:12px;color:var(--text-secondary);white-space:nowrap}.footer__gzh small{font-size:11px;color:#94a3b8;white-space:nowrap}.footer__links{gap:80px;flex-shrink:0;margin-top:28px;margin-left:64px}.footer__col,.footer__links{display:flex;align-items:flex-start}.footer__col{flex-direction:column;gap:14px}.footer__col a{font-size:14px;color:var(--text-light);text-decoration:none;transition:color .2s;white-space:nowrap}.footer__col a:hover{color:var(--primary)}.footer__bottom{background:#fff;border-top:1px solid var(--border);padding:14px 24px;text-align:center;font-size:12px;color:var(--text-light)}@media (max-width:768px){.footer__bottom{display:none}}.footer__beian-icon{width:16px;height:16px;display:inline-block;vertical-align:-4px;margin:0 2px 0 6px;object-fit:contain}.pagination{gap:8px;margin:32px 0 48px;flex-wrap:wrap}.pagination,.pagination__btn{display:flex;align-items:center;justify-content:center}.pagination__btn{min-width:40px;height:40px;padding:0 12px;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-secondary);background:var(--white);border:1px solid var(--border);cursor:pointer;transition:all .2s}.pagination__btn:hover{color:var(--primary);border-color:var(--primary);background:rgba(8,145,178,.04)}.pagination__btn--active{color:#fff;background:var(--primary);border-color:var(--primary);font-weight:600}.pagination__btn--active:hover{color:#fff;background:var(--primary-dark)}.pagination__btn--disabled{opacity:.4;cursor:not-allowed}.pagination__btn--disabled:hover{color:var(--text-secondary);border-color:var(--border);background:var(--white)}.pagination__ellipsis{color:var(--text-light);font-size:14px;padding:0 4px}@media (max-width:1200px){.resource-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:992px){.resource-grid{grid-template-columns:repeat(4,1fr)}.vip-plans{grid-template-columns:1fr}.footer__inner{flex-wrap:wrap;gap:24px;justify-content:center;text-align:center;padding:0 24px}.footer__intro{text-align:center;flex:1 1 100%}.footer__links{justify-content:center;gap:28px}.footer__cs,.footer__gzh{order:-1}.footer__gzh{justify-content:center}}@media (max-width:1100px){.header__btn--accent{display:none}}@media (max-width:900px){.header__btn--primary{display:none}.header__search{flex-basis:240px;width:240px}}@media (max-width:768px){.sidebar{display:none}.footer,.footer__bottom,.main{margin-left:0}.footer__bottom{padding-left:24px;text-align:center}.resource-grid{grid-template-columns:repeat(3,1fr)}.user-center__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.header__search{display:none}}.demand-page{max-width:1280px;margin:0 auto;padding:24px 0}.demand-page__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.demand-page__title{font-size:26px;font-weight:800;color:#1e293b}.demand-page__subtitle{font-size:13px;color:#64748b;margin-top:6px}.demand-publish-btn{display:inline-flex;align-items:center;gap:6px;height:42px;padding:0 24px;border:none;border-radius:10px;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px rgba(8,145,178,.3)}.demand-publish-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(8,145,178,.4)}.demand-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.demand-tab{padding:8px 18px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid var(--border);background:#fff;color:#64748b;cursor:pointer;transition:all .2s}.demand-tab:hover{border-color:var(--primary);color:var(--primary)}.demand-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.demand-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.demand-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column}.demand-card:hover{border-color:var(--primary);box-shadow:0 8px 24px rgba(8,145,178,.12);transform:translateY(-2px)}.demand-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.demand-card__cat{font-size:12px;color:var(--primary);background:#ecfeff;border:1px solid #cffafe}.demand-card__cat,.demand-card__status{font-weight:600;border-radius:6px;padding:2px 10px}.demand-card__status{font-size:11px}.demand-card__status.open{color:#b45309;background:#fef3c7}.demand-card__status.doing{color:#0891b2;background:#ecfeff}.demand-card__status.done{color:#059669;background:#d1fae5}.demand-card__title{font-size:15px;font-weight:700;color:#1e293b;line-height:1.4;margin-bottom:8px}.demand-card__desc{font-size:13px;color:#64748b;line-height:1.6;flex:1 1}.demand-card__foot{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px solid #f1f5f9}.demand-card__reward{font-size:20px}.demand-card__reward span{font-size:11px;font-weight:500;color:#94a3b8;margin-left:3px}.demand-card__meta{text-align:right}.demand-card__publisher{display:block;font-size:12px;color:#334155;font-weight:600}.demand-card__count{display:block;font-size:11px;color:#94a3b8;margin-top:2px}.demand-empty{text-align:center;color:#94a3b8;padding:60px 0;font-size:14px}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.5);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.demand-detail{position:relative;background:#fff;border-radius:16px;width:720px;max-width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.25)}.demand-detail__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:15px;cursor:pointer;z-index:2;transition:all .15s}.demand-detail__close:hover{background:#e2e8f0;color:#1e293b}.demand-detail__body{padding:28px 32px 32px}.dd-head{margin-bottom:18px}.dd-title{font-size:20px;font-weight:800;color:#1e293b;margin:10px 0 6px}.dd-pub{font-size:13px;color:#64748b}.dd-pub b{color:#334155}.dd-reward-bar{display:inline-flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:12px;padding:12px 28px;margin-bottom:18px}.dd-reward-num{font-size:28px;font-weight:900;color:#ef4444;line-height:1.1}.dd-reward-label{font-size:12px;color:#b91c1c;margin-top:2px}.dd-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:10px;gap:10px;margin-bottom:18px}.dd-gallery img{width:100%;height:120px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.dd-gallery--empty{display:block;padding:28px;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;color:#94a3b8;font-size:13px}.dd-section-title{font-size:15px;font-weight:700;color:#1e293b;margin:22px 0 12px;padding-left:10px;border-left:3px solid var(--primary)}.dd-desc{font-size:14px;color:#475569;line-height:1.8;white-space:pre-wrap}.dd-settled{margin:16px 0;padding:12px 16px;border-radius:10px;font-size:13px;font-weight:600;color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}.dd-res-list{display:flex;flex-direction:column;gap:14px}.dd-res{border:1px solid #e2e8f0;border-radius:12px;padding:16px;background:#fff}.dd-res--accepted{border-color:#34d399;background:#f0fdf4}.dd-res__head{gap:10px;margin-bottom:10px}.dd-res__avatar,.dd-res__head{display:flex;align-items:center}.dd-res__avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;font-weight:700;justify-content:center}.dd-res__name{font-size:14px;font-weight:700;color:#1e293b}.dd-res-tag{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;background:#f1f5f9;color:#94a3b8}.dd-res-tag.ok{background:#d1fae5;color:#059669}.dd-res-tag.muted{background:#f1f5f9;color:#94a3b8}.dd-res-accept{margin-left:auto;padding:6px 16px;border:none;border-radius:8px;background:var(--primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.dd-res-accept:hover{background:#0e7490}.dd-res__desc{font-size:13px;color:#475569;line-height:1.7}.dd-res-imgs{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));grid-gap:8px;gap:8px;margin-top:10px}.dd-res-imgs img{width:100%;height:80px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0}.dd-res__amount{margin-top:8px;font-size:13px;font-weight:700;color:#ef4444}.dd-res-empty{padding:24px;text-align:center;color:#94a3b8;font-size:13px;background:#f8fafc;border-radius:10px}.dd-respond{margin-top:16px;padding:16px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc}.dd-respond__title{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:10px}.dd-respond textarea{width:100%;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;font-size:13px;resize:vertical}.dd-respond__row{display:flex;align-items:center;gap:12px;margin-top:12px;flex-wrap:wrap}.dd-respond__row .dp-thumbs{flex:1 1}.demand-publish{background:#fff;border-radius:16px;width:560px;max-width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.25)}.demand-publish__head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f1f5f9}.demand-publish__head h3{font-size:17px;font-weight:800;color:#1e293b}.demand-publish__body{padding:20px 24px}.dp-field{margin-bottom:16px}.dp-field label{display:block;font-size:13px;color:#64748b;font-weight:600;margin-bottom:6px}.dp-field .login-box__input{width:100%;box-sizing:border-box}.demand-publish__foot{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #f1f5f9}.dp-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;width:110px;height:80px;border:1px dashed #cbd5e1;border-radius:10px;color:#94a3b8;cursor:pointer;transition:all .15s;background:#f8fafc}.dp-upload:hover{border-color:var(--primary);color:var(--primary)}.dp-upload--sm{width:70px;height:64px}.dp-upload__plus{font-size:24px;line-height:1}.dp-upload__text{font-size:11px;margin-top:2px}.dp-thumbs{display:flex;gap:8px;flex-wrap:wrap}.dp-thumb{position:relative;width:64px;height:64px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.dp-thumb img{width:100%;height:100%;object-fit:cover}.dp-thumb span{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:rgba(15,23,42,.7);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media (max-width:1100px){.demand-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.demand-grid{grid-template-columns:1fr}.demand-page__head{flex-direction:column;align-items:stretch;gap:14px}}.demand-card__reward{font-size:18px!important;font-weight:800;color:#ef4444;display:inline-flex;align-items:baseline;gap:2px}.demand-card__reward-sub{font-size:11px;font-weight:500;color:#94a3b8}.demand-card__footer-row{display:flex;align-items:center;gap:6px;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9}.demand-card__cat-tag{font-size:11px;font-weight:600}.demand-card__cat-tag,.demand-card__status-dot{padding:1px 7px;border-radius:4px;white-space:nowrap}.demand-card__status-dot{font-size:10px;font-weight:700}.demand-card__status-dot.open{color:#b45309;background:#fef3c7}.demand-card__status-dot.doing{color:#0891b2;background:#ecfeff}.demand-card__status-dot.done{color:#059669;background:#d1fae5}.demand-card__ans-count{font-size:11px;color:#94a3b8;margin-left:auto}#demandGrid .resource-card__thumb{aspect-ratio:16/9}#demandGrid .resource-card__thumb>div{font-size:28px!important}.order-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:14px;cursor:pointer;transition:all .2s}.order-card:hover{border-color:#0891b2;box-shadow:0 8px 22px rgba(8,145,178,.12);transform:translateY(-2px)}.order-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.order-card__title{flex:1 1;font-size:16px;font-weight:600;color:#0f172a;line-height:1.45;min-height:2.9em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.order-card__tag{flex-shrink:0;font-size:12px;color:#0891b2;background:rgba(8,145,178,.1);padding:3px 10px;border-radius:6px;margin-top:2px;white-space:nowrap}.order-card__sub{font-size:13px;color:#475569;margin-top:10px}.order-card__budget-row{display:flex;align-items:baseline;margin-top:10px}.order-card__label{font-size:13px;color:#475569}.order-card__price{font-size:14px;font-weight:700;color:#ea580c;margin-left:2px}.order-card__kv{display:flex;font-size:13px;color:#475569;margin-top:8px}.order-card__kv .k{color:#64748b}.order-card__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid #f1f5f9}.order-card__status{font-size:15px;font-weight:800}.order-card__status.is-open{color:#f59e0b}.order-card__status.is-taken{color:#10b981}.order-card__status.is-done{color:#94a3b8}.order-card__takers{font-size:12px;color:#10b981;font-weight:600;white-space:nowrap}.order-card__takers.full{color:#94a3b8}.order-card__status-row{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-top:14px}.order-card__status-row>.oc-btn:first-of-type{margin-left:auto}.order-card .oc-btn{font-size:13px;font-weight:600;color:#fff;background:linear-gradient(135deg,#0891b2,#0e7490);border:none;border-radius:8px;padding:7px 16px;cursor:pointer;white-space:nowrap;transition:all .15s}.order-card .oc-btn:hover{opacity:.92}.order-card .oc-btn--ghost{background:#fff;color:#0891b2;border:1px solid #0891b2}.oc-takers{margin-top:14px}.oc-takers__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;font-size:14px;font-weight:700;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px;cursor:pointer;transition:background .15s}.oc-takers__toggle:hover{background:#f8fafc}.oc-takers__arrow{font-size:12px;color:#64748b;font-weight:500}.oc-takers__more{margin-top:10px;font-size:12px;color:#94a3b8;text-align:right}.oc-taker{margin-top:12px;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.oc-taker__head{display:flex;align-items:center;gap:8px}.oc-taker__avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.oc-taker__name{font-size:13px;font-weight:700;color:#0f172a}.oc-taker__time{font-size:11px;color:#94a3b8;margin-left:auto}.oc-taker__desc{font-size:12px;color:#475569;margin-top:6px;line-height:1.6}.oc-contact{margin:14px 0 0;padding:14px;background:#f0fdfa;border:1px solid #a5f3fc;border-radius:10px}.oc-contact__row{display:flex;align-items:center;gap:16px;margin-top:8px}.oc-contact__row:first-child{margin-top:0}.oc-contact__k{font-size:13px;color:#0e7490;font-weight:600;flex-shrink:0}.oc-contact__v{flex:1 1;font-size:13px;font-weight:700;color:#0f172a}.oc-contact__copy{font-size:12px;color:#0891b2;cursor:pointer;background:#ecfeff;padding:3px 10px;border-radius:6px}.order-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:16px}@media (max-width:1100px){.order-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.order-list{grid-template-columns:1fr}}.order-empty{padding:48px 20px;text-align:center;color:#94a3b8;font-size:14px;background:#fff;border:1px dashed #e2e8f0;border-radius:12px}.ddv2{background:transparent;min-height:auto;display:flex;flex-direction:column;gap:14px;padding:0;flex:1 1;min-height:0}.ddv2-head{background:#fff;padding:16px 24px;border-radius:14px}.ddv2-head__top{display:flex;align-items:center;gap:12px}.ddv2-head__top .ddv2-head__status{margin-left:auto}.ddv2-head__id{font-size:13px;color:#94a3b8}.ddv2-head__status{font-size:14px;font-weight:700;padding:5px 14px;border-radius:999px;background:#ecfdf5;color:#10b981;white-space:nowrap}.ddv2-head__status.accepted{background:#fff7ed;color:#f59e0b}.ddv2-head__status.done{background:#f1f5f9;color:#94a3b8}.ddv2-head__title-row{display:flex;align-items:center;gap:14px;margin-top:10px}.ddv2-head__title{margin-top:0;flex:1 1;min-width:0;font-size:22px;font-weight:800;color:#0f172a;line-height:1.4}.ddv2-head__tag{display:inline-block;margin-top:0;font-size:14px;padding:5px 13px;border-radius:6px;color:#0891b2;background:rgba(8,145,178,.1)}.ddv2-card{background:#fff;border-radius:14px;padding:18px 28px;display:flex;flex-direction:column}.ddv2-row{display:flex;align-items:flex-start;padding:11px 0;border-bottom:1px solid #f1f5f9}.ddv2-row:last-child{border-bottom:none;padding-bottom:0}.ddv2-row--block{flex-direction:column}.ddv2-row__label{width:90px;flex-shrink:0;font-size:15px;color:#64748b;font-weight:500}.ddv2-row__value{flex:1 1;font-size:15px;color:#0f172a;text-align:right}.ddv2-row--block .ddv2-row__value{text-align:left;margin-top:12px}.ddv2-row__value--reward{color:#ea580c;font-weight:800;font-size:20px}.ddv2-row--reward{align-items:center}.ddv2-row__value--desc{line-height:1.7;color:#334155;white-space:pre-wrap}.ddv2-row__value--takers{color:#16a34a;font-weight:700}.ddv2-ref-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;width:100%}.ddv2-ref-window{flex:0 0 auto;width:240px;aspect-ratio:16/9;height:auto;border-radius:10px;overflow:hidden;background:#f8fafc;border:1px dashed #cbd5e1;display:flex;align-items:center;justify-content:center}.ddv2-ref-window img{width:100%;height:100%;object-fit:cover;display:block}.ddv2-ref-empty{color:#cbd5e1;display:flex;flex-direction:column;align-items:center;gap:4px}.ddv2-ref-empty__plus{font-size:34px;line-height:1}.ddv2-ref-empty__t{font-size:13px}.ddv2-contact-box{width:100%;margin-top:8px}.ddv2-contact-line{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:6px}.ddv2-contact__k{font-size:14px;color:#0e7490;font-weight:600;flex-shrink:0}.ddv2-contact__v{font-size:14px;font-weight:700;color:#0f172a}.ddv2-contact__copy{font-size:13px;color:#0891b2;cursor:pointer;background:#ecfeff;padding:3px 10px;border-radius:6px}.ddv2-contact-locked{margin-top:10px;font-size:14px;color:#94a3b8}.ddv2-footer{background:#fff;border-radius:14px;padding:14px 28px}.ddv2-footer,.ddv2-take-btn{display:flex;align-items:center}.ddv2-take-btn{flex:1 1;border:none;border-radius:10px;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;font-size:16px;font-weight:700;padding:14px 0;cursor:pointer;justify-content:center;gap:6px}.ddv2-take-btn.is-disabled{background:#cbd5e1;cursor:not-allowed}.ddv2-take-btn .cost{font-size:13px;font-weight:500;opacity:.92;margin-left:auto}.ddv2-pay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:none;align-items:flex-end;justify-content:center;z-index:2100}.ddv2-pay.is-open{display:flex}.ddv2-pay__sheet{background:#fff;width:100%;max-width:720px;border-radius:16px 16px 0 0;padding:22px 28px 28px}.ddv2-pay__title{font-size:16px;font-weight:800;color:#0f172a;text-align:center}.ddv2-pay__need{text-align:center;margin:16px 0 6px}.ddv2-pay__need-label{font-size:13px;color:#64748b}.ddv2-pay__need-num{font-size:28px;font-weight:900;color:#ea580c;margin-left:6px}.ddv2-pay__need-unit{font-size:13px;color:#64748b;margin-left:2px}.ddv2-pay__balance{text-align:center;font-size:13px;color:#64748b}.ddv2-pay__balance b{color:#0f172a}.ddv2-pay__warn{display:none;text-align:center;font-size:12px;color:#dc2626;margin-top:8px}.ddv2-pay__warn.show{display:block}.ddv2-quota-tip{background:rgba(8,145,178,.08);border:1px solid rgba(8,145,178,.2);color:#0891b2;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.6;font-weight:600;text-align:center;margin-top:10px}.ddv2-quota-tip b{font-weight:700}.ddv2-quota-tier{color:#0e7490}.ddv2-quota-num{color:#ea580c}.ddv2-pay__actions{display:flex;gap:12px;margin-top:18px;align-items:center}.ddv2-pay__extra{display:flex;gap:10px}.ddv2-pay-extra-btn{font-size:13px;font-weight:600;color:#0891b2;background:#ecfeff;border:1px solid #a5f3fc;border-radius:10px;padding:12px 16px;cursor:pointer;white-space:nowrap}.ddv2-pay-confirm{flex:1 1;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(135deg,#0891b2,#0e7490);border:none;border-radius:10px;padding:13px 0;cursor:pointer}#demandDetailView{width:100%;max-width:none;margin:0;padding:0}#demandDetailBody,#demandDetailView{flex:1 1;display:flex;flex-direction:column;min-height:0}#demandDetailView .ddv2{min-height:auto}.ddv2-back{display:inline-flex;align-items:center;gap:6px;margin:18px 0 6px;padding:8px 16px;font-size:14px;font-weight:600;color:#0891b2;background:#fff;border:1px solid #a5f3fc;border-radius:999px;cursor:pointer;transition:all .15s}.ddv2-back:hover{background:#ecfeff}.ddv2-head .ddv2-back{margin:0}.demand-side-head{font-size:14px;font-weight:700;color:#0f172a;margin:4px 4px 12px}.demand-side-empty{font-size:13px;color:#94a3b8;text-align:center;padding:30px 0}.demand-split{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px;margin-top:20px;align-items:stretch}.demand-split__detail,.demand-split__list{min-width:0}.demand-split__detail,.demand-split__list,.demand-split__list .order-list{display:flex;flex-direction:column}.demand-split__list .order-list{gap:0;justify-content:space-between;align-items:stretch;margin-top:0;flex:1 1;min-height:0}.demand-split__list .order-card{margin-bottom:0}.order-card.is-active{border-color:#0891b2;box-shadow:0 0 0 2px rgba(8,145,178,.15)}.demand-detail-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:60vh;background:#fff;border:1px dashed #e2e8f0;border-radius:14px;padding:40px 20px}.demand-detail-placeholder__icon{font-size:44px;margin-bottom:12px}.demand-detail-placeholder__t{font-size:16px;font-weight:600;color:#475569}.demand-detail-placeholder__s{font-size:13px;margin-top:6px}@media (max-width:1024px){.demand-split{grid-template-columns:1fr}}.msg-list{display:flex;flex-direction:column}.msg-item{position:relative;display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid #eef2f6;cursor:pointer;transition:background .15s}.msg-item:last-child{border-bottom:none}.msg-item:hover{background:#f8fafc}.msg-item__icon{width:40px;height:40px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:transparent}.msg-item__icon svg{width:20px;height:20px;stroke:#0891b2;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.msg-panel-card{background:#fff;border-radius:14px;box-shadow:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);border:1px solid #e2e8f0;padding:8px 8px 4px}.msg-filter-bar{display:flex;align-items:center;gap:6px;padding:10px 12px;border-bottom:1px solid #eef2f6;margin-bottom:4px;flex-wrap:wrap}.msg-filter-tab{padding:7px 18px;font-size:13px;font-weight:500;color:#475569;background:#f1f5f9;border:none;border-radius:999px;cursor:pointer;transition:all .18s;white-space:nowrap}.msg-filter-tab:hover{background:#e2e8f0;color:#1e293b}.msg-filter-tab.active{background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;font-weight:600}.msg-item__body{flex:1 1;min-width:0}.msg-item__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.msg-item__title{font-size:14px;font-weight:600;color:#475569}.msg-item.unread .msg-item__title{color:#0f172a;font-weight:700}.msg-item__time{font-size:12px;color:#94a3b8;flex-shrink:0}.msg-item__content{font-size:13px;color:#64748b;margin-top:3px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.msg-item__unread{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#ef4444}.msg-empty{padding:50px 20px;text-align:center;color:#94a3b8;font-size:14px}.msg-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:none;align-items:center;justify-content:center;z-index:1000}.msg-modal,.msg-modal-overlay.active{display:flex}.msg-modal{width:420px;max-width:calc(100vw - 32px);max-height:80vh;background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(15,23,42,.25);flex-direction:column;overflow:hidden}.msg-modal__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eef2f6}.msg-modal__title{font-size:16px;font-weight:700;color:#0f172a}.msg-modal__close{border:none;background:none;font-size:22px;line-height:1;color:#94a3b8;cursor:pointer;padding:0 4px}.msg-modal__close:hover{color:#475569}.msg-modal__body{overflow-y:auto}.msg-modal__foot{padding:12px 20px;border-top:1px solid #eef2f6;text-align:center}.msg-modal__all{border:none;background:none;color:#0891b2;font-size:13px;font-weight:600;cursor:pointer}.header__action-btn{position:relative}.header__msg-dot{position:absolute;top:8px;right:12px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ef4444;color:#fff;font-size:10px;line-height:16px;text-align:center;font-weight:700}.detail-page{max-width:1100px;margin:0 auto;padding:88px 24px 40px}.detail__breadcrumb{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-light);margin-bottom:20px;flex-wrap:wrap}.detail__breadcrumb a{color:var(--primary);transition:color .2s}.detail__breadcrumb a:hover{color:var(--primary-dark)}.breadcrumb-sep{color:#cbd5e1}.breadcrumb-current{color:var(--text);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail__body{display:grid;grid-template-columns:1fr 420px;grid-gap:32px;gap:32px;background:#fff;border-radius:16px;border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow)}.detail__gallery{padding:24px;border-right:1px solid var(--border)}.detail__cover-wrap{position:relative;border-radius:12px;overflow:hidden;background:#f8fafc;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.detail__cover{width:100%;height:100%;object-fit:cover}.detail__cover-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#94a3b8}.detail__cover-placeholder p{font-size:14px}.detail__badge-douyin{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:6px}.detail__thumb-list{display:flex;gap:8px;margin-top:12px}.detail__thumb-item{width:72px;height:54px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.detail__thumb-item:hover{border-color:var(--primary)}.detail__thumb-placeholder-small{width:100%;height:100%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:13px;color:#94a3b8;font-weight:600}.detail__info{padding:28px 28px 20px;display:flex;flex-direction:column}.detail__title{font-size:22px;font-weight:800;color:var(--text);line-height:1.35;margin-bottom:14px}.detail__meta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px}.detail__meta-item{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:var(--text-light)}.detail__meta-item svg{color:#94a3b8;flex-shrink:0}.detail__price-row{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #f1f5f9}.detail__price{font-size:26px;font-weight:800}.detail__price--pay{color:#ef4444}.detail__price--points{color:#f59e0b}.detail__price--free{color:#10b981;font-size:22px}.price-label{font-size:12px;font-weight:500;margin-left:3px;opacity:.85}.price-label--points{color:inherit}.detail__vip-tag{font-size:11px;font-weight:700;color:#f59e0b;background:#fef3c7;padding:2px 10px;border-radius:999px}.detail__attrs,.detail__desc{margin-bottom:20px}.detail__section-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:10px;padding-left:10px;border-left:3px solid var(--primary)}.detail__desc-text{font-size:14px;color:var(--text-secondary);line-height:1.75;white-space:pre-wrap}.detail__attrs-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.detail__attr{display:flex;align-items:baseline;gap:6px;font-size:13px;padding:6px 0}.detail__attr-label{color:var(--text-light);flex-shrink:0;min-width:60px}.detail__attr span:last-child{color:var(--text-secondary)}.detail__action{margin-top:auto;padding-top:18px;border-top:1px solid #f1f5f9}.detail__download-btn{width:100%;height:50px;border-radius:12px;font-size:17px;font-weight:700;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .25s;box-shadow:0 4px 14px rgba(8,145,178,.3)}.detail__download-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px rgba(8,145,178,.4)}.detail__download-btn.downloading{opacity:.65;cursor:wait}.detail__download-btn:disabled{cursor:not-allowed}.detail__download-msg{margin-top:10px;font-size:13px;text-align:center;color:var(--text-light);min-height:20px}.profile-page{max-width:960px;margin:0 auto;padding:88px 24px 48px}.profile__card{background:#fff;border-radius:16px;border:1px solid var(--border);padding:28px 32px;display:flex;align-items:center;gap:24px;margin-bottom:20px;box-shadow:var(--shadow)}.profile__avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,var(--primary),var(--primary-dark));display:flex;align-items:center;justify-content:center}.profile__avatar img{width:100%;height:100%;object-fit:cover}.profile__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;color:#fff}.profile__user-info{flex:1 1;min-width:0}.profile__nickname{font-size:20px;font-weight:700;color:var(--text);margin-bottom:4px}.profile__phone{font-size:13px;color:var(--text-light)}.profile__invite{font-size:12px;color:var(--text-light);margin-top:4px}.profile__stats{display:flex;gap:28px;flex-shrink:0}.profile__stat{text-align:center}.profile__stat-value{font-size:24px;font-weight:800;color:var(--primary);display:block}.profile__stat-label{font-size:12px;color:var(--text-light)}.profile__tabs{display:flex;gap:4px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:4px;margin-bottom:20px}.profile__tab{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;color:var(--text-light);background:transparent;cursor:pointer;transition:all .2s}.profile__tab:hover{color:var(--text);background:#f8fafc}.profile__tab.active{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.profile__tab-count{font-size:11px;background:hsla(0,0%,100%,.3);padding:1px 7px;border-radius:99px;margin-left:2px}.profile__tab.active .profile__tab-count{background:hsla(0,0%,100%,.25)}.profile__content{min-height:200px}.profile__section{margin-bottom:28px}.profile__section-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:14px;padding-left:10px;border-left:3px solid var(--primary)}.profile__login-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#fff;border:1px solid var(--border);border-radius:16px;text-align:center}.profile__login-prompt h2{margin:16px 0 8px;color:var(--text);font-size:18px}.profile__login-prompt p{color:var(--text-light);font-size:14px;margin-bottom:20px}.profile__login-btn{padding:10px 32px;border-radius:10px;font-size:15px;font-weight:600;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;cursor:pointer;transition:all .2s}.profile__login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(8,145,178,.3)}.profile__list{display:flex;flex-direction:column;gap:10px}.profile__list-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fff;border:1px solid var(--border);border-radius:12px;transition:all .2s}.profile__list-item:hover{border-color:var(--primary);box-shadow:var(--shadow)}.profile__list-thumb{width:64px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:20px}.profile__list-thumb img{width:100%;height:100%;object-fit:cover}.profile__list-thumb-placeholder{font-size:18px}.profile__list-info{flex:1 1;min-width:0}.profile__list-title{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.profile__list-meta{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text-light);flex-wrap:wrap}.profile__status{font-size:11px;font-weight:600;padding:1px 8px;border-radius:4px}.profile__status--ok{color:#059669;background:#d1fae5}.profile__status--off{color:#94a3b8;background:#f1f5f9}.profile__status--pending{color:#d97706;background:#fef3c7}.profile__income{color:#10b981;font-weight:700}.profile__list-link{font-size:13px;color:var(--primary);font-weight:600;flex-shrink:0;white-space:nowrap}.profile__list-link:hover{text-decoration:underline}.profile__fav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:14px;gap:14px}.profile__fav-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all .2s;cursor:pointer}.profile__fav-card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.profile__fav-thumb{aspect-ratio:4/3;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile__fav-thumb img{width:100%;height:100%;object-fit:cover}.profile__fav-thumb-placeholder{font-size:28px}.profile__fav-title{padding:8px 10px;font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile__fav-meta{display:flex;align-items:center;justify-content:space-between;padding:0 10px 10px;font-size:11px;color:var(--text-light)}.profile__empty{text-align:center;padding:30px;color:var(--text-light);font-size:14px;background:#fafbfc;border-radius:12px;border:1px dashed var(--border)}.profile__empty a{color:var(--primary);font-weight:600}.profile__settings-list{display:flex;flex-direction:column}.profile__setting-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f1f5f9;font-size:14px}.profile__setting-item:last-child{border-bottom:none}.profile__setting-label{color:var(--text-light)}.profile__setting-value{color:var(--text);font-weight:500}@media (max-width:900px){.detail__body{grid-template-columns:1fr}.detail__gallery{border-right:none;border-bottom:1px solid var(--border)}.profile__card{flex-direction:column;text-align:center}.profile__stats{justify-content:center}.profile__tabs{flex-wrap:wrap}}@media (max-width:640px){.detail-page{padding:76px 16px 24px}.profile-page{padding:76px 16px 32px}.detail__attrs-grid{grid-template-columns:1fr}.profile__fav-grid{grid-template-columns:repeat(2,1fr)}}.mph-root{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:touch;touch-action:pan-y;background:linear-gradient(180deg,#f8f9fc,#f1f4fa);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,Microsoft YaHei,sans-serif;color:#1f2937;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;padding-bottom:calc(22px + env(safe-area-inset-bottom, 0px))}.mph-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:48px;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;padding:0 12px}.mph-title{font-size:17px;font-weight:600;color:#1f2937;letter-spacing:.5px;padding-right:64px}.mph-header-right{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.mph-icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:#4b5563;cursor:pointer;transition:background .2s,color .2s}.mph-icon-btn:active{background:rgba(0,0,0,.05);color:#1f2937}.mph-icon-btn svg{width:20px;height:20px;fill:currentColor}.mph-icon-btn:first-of-type svg{fill:#4b5563}.mph-search{margin:12px 14px 0;height:38px;background:#eceef2;border-radius:19px;display:flex;align-items:center;padding:0 14px}.mph-search-icon{width:15px;height:15px;color:#9ca3af;flex-shrink:0}.mph-search-icon,.mph-search-icon *{stroke:currentColor;fill:none;stroke-width:2}.mph-search-placeholder{margin-left:8px;font-size:13px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mph-banner{position:relative;margin:12px 14px 0;height:120px;border-radius:14px;background:radial-gradient(circle at 80% 20%,hsla(0,0%,100%,.18) 0,transparent 50%),linear-gradient(135deg,#7a85ff,#8b7dff 50%,#6f7bff);background-color:#7382ff;overflow:hidden;box-shadow:0 6px 18px rgba(115,130,255,.25)}.mph-banner-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:opacity .4s ease}.mph-banner-overlay{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 90% -10%,hsla(0,0%,100%,.25) 0,transparent 40%),radial-gradient(circle at 10% 110%,rgba(0,0,0,.1) 0,transparent 50%);pointer-events:none}.mph-banner-text{position:absolute;left:18px;top:22px;color:#fff;z-index:1}.mph-banner-title{font-size:20px;font-weight:700;letter-spacing:1px;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.15)}.mph-banner-sub{margin-top:8px;font-size:13px;font-weight:400;color:hsla(0,0%,100%,.92);letter-spacing:.5px}.mph-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:5px;z-index:1}.mph-dot{width:5px;height:5px;border-radius:50%;background:hsla(0,0%,100%,.4);transition:all .3s ease}.mph-dot.active{width:16px;border-radius:3px;background:#fff}.mph-cats{margin:16px 14px 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.mph-cat{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s}.mph-cat:active{transform:scale(.95)}.mph-cat-icon{width:56px;height:56px;border-radius:14px;background:#f2f4f8;display:flex;align-items:center;justify-content:center}.mph-cat-icon svg{width:38px;height:38px}.mph-cat-icon img{width:100%;height:100%;object-fit:cover;border-radius:14px}.mph-cat-name{margin-top:6px;font-size:12px;color:#4b5563;font-weight:500}.mph-launch-wrap{margin:22px 28px 0}.mph-launch,.mph-launch-wrap{display:flex;justify-content:center}.mph-launch{width:100%;height:46px;background:linear-gradient(135deg,#07c160,#06ad56);background-color:#07c160;color:#fff;border-radius:23px;align-items:center;font-size:16px;font-weight:600;letter-spacing:1px;cursor:pointer;transition:transform .15s;-moz-user-select:none;user-select:none;-webkit-user-select:none;position:relative;overflow:hidden}.mph-launch:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,100%,.18),transparent 50%);pointer-events:none}.mph-launch:active{transform:scale(.97)}.mph-qr-wrap{margin:24px auto 0;padding:8px;width:235px}.mph-qr-card{position:relative;width:100%;aspect-ratio:1/1;background:#fff;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center}.mph-qr-img{width:100%;height:100%;object-fit:contain;display:block;border:1px solid #e8e8e8;border-radius:4px}.mph-qr-fallback{display:none;width:100%;height:100%;align-items:center;justify-content:center;color:#9ca3af;font-size:13px;background:#f8f9fc}.mph-footer{margin-top:16px;padding:0 22px;text-align:center}.mph-pc-link{display:flex;align-items:center;justify-content:center;gap:10px;font-size:13px}.mph-pc-link,.mph-pc-link a{color:#4b5563;font-weight:500}.mph-pc-link a{text-decoration:none}.mph-pc-link a:active{color:#1f2937}.mph-copy-btn{font-size:11px;color:#fff;background:#1f2937;border:none;border-radius:12px;padding:4px 10px;cursor:pointer;line-height:1;transition:background .2s,transform .15s}.mph-copy-btn.copied{background:#07c160}.mph-copy-btn:active{transform:scale(.96)}.mph-divider{margin:12px auto;max-width:280px;border-top:1px dashed #c4c9d4}.mph-meta{font-size:11px;color:#6b7280;line-height:1.8;letter-spacing:.2px}.mph-meta a{color:inherit;text-decoration:none}.mph-meta a:active{color:#374151}.mph-copyright{color:#4b5563;font-weight:500;margin-bottom:2px}.mph-beian-icon{width:14px;height:14px;display:inline-block;vertical-align:-3px;margin-right:3px;object-fit:contain}.mph-web-link{display:inline-block;margin-top:16px;font-size:12px;color:#9ca3af;text-decoration:none;padding:6px 10px;border-radius:14px;transition:all .2s}.mph-web-link:active{background:rgba(0,0,0,.04);color:#6b7280}.mph-toast{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%) scale(.95);background:rgba(31,41,55,.92);color:#fff;padding:10px 18px;border-radius:8px;font-size:14px;z-index:999999;opacity:0;transition:opacity .25s,transform .25s;pointer-events:none;max-width:84vw;text-align:center;white-space:nowrap;line-height:1.55}.mph-toast.show{opacity:1;transform:translate(-50%,-50%) scale(1)}@media (min-width:769px){.mph-root{display:none!important}}@media (max-width:768px){html.mph-mode footer.footer,html.mph-mode header.header{display:none!important}}html.mph-mode,html.mph-mode body{overflow:hidden}.mph-root>*{flex-shrink:0}@supports (-webkit-touch-callout:none){.mph-launch{-webkit-tap-highlight-color:transparent}}html.mh5-mode footer.footer,html.mh5-mode header.header{display:none!important}html.mh5-mode,html.mh5-mode body{background:#f1f5f9}html.mh5-mode body{margin:0;padding:0}.mh5-app{max-width:480px;margin:0 auto;min-height:100vh;background:#f1f5f9;display:flex;flex-direction:column;box-sizing:border-box}.mh5-main{flex:1 1;padding-bottom:calc(62px + env(safe-area-inset-bottom))}.mh5-topbar{justify-content:center;font-size:17px;font-weight:600;color:#0f172a;border-bottom:1px solid #f1f5f9}.mh5-tabbar{position:fixed;bottom:0;left:0;right:0;max-width:480px;margin:0 auto;display:flex;background:#fff;border-top:1px solid #eef2f6;padding-bottom:env(safe-area-inset-bottom);z-index:30}.mh5-tab{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:10px 0 8px;font-size:12px;color:#94a3b8;cursor:pointer}.mh5-tab.on{color:#0891b2}.mh5-tab__ic{display:flex;align-items:center;justify-content:center}.mh5-tab__ic,.mh5-tab__ic svg{width:25px;height:25px}.mh5-tab__t{line-height:1}.mh5-mpsheet{padding:2px 0 8px}.mh5-mpcard{background:#fff;border:1px solid #eef2f6;border-radius:14px;padding:18px 16px;margin-bottom:12px;text-align:center}.mh5-mp__name{font-size:16px;font-weight:700;color:#0f172a}.mh5-mp__qr{margin:14px auto 10px;width:200px;height:200px;padding:10px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-sizing:border-box}.mh5-mp__qr img{width:100%;height:100%;object-fit:contain;display:block}.mh5-mp__tip{font-size:13px;color:#64748b}.mh5-mpcard--app{text-align:left;padding:16px 18px;cursor:pointer}.mh5-mpapp__row{display:flex;gap:14px;align-items:center}.mh5-mpapp__icon{width:64px;height:92px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:none}.mh5-mpapp__icon-t{display:flex;flex-direction:column;align-items:center;gap:4px}.mh5-mpapp__icon-t1,.mh5-mpapp__icon-t2{color:#fff;font-weight:700;line-height:1.2;text-align:center}.mh5-mpapp__icon-t1,.mh5-mpapp__icon-t2{font-size:15px}.mh5-mpapp__info{flex:1 1;min-width:0}.mh5-mpapp__tag{display:inline-block;font-size:11px;color:#0891b2;background:rgba(8,145,178,.1);padding:2px 8px;border-radius:6px;margin:6px 0}.mh5-mpapp__desc{font-size:13px;color:#475569;line-height:1.4}.mh5-mpapp__cta{font-size:13px;color:#0891b2;margin-top:8px}.mh5-qrmodal{position:fixed;inset:0;background:rgba(15,23,42,.6);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.mh5-qrmodal__card{background:#fff;border-radius:16px;padding:28px 24px 20px;width:100%;max-width:360px;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.2)}.mh5-qrmodal__close{position:absolute;top:6px;right:10px;width:32px;height:32px;line-height:30px;text-align:center;font-size:24px;color:#94a3b8;cursor:pointer}.mh5-qrmodal__row{gap:0}.mh5-qrmodal__icon,.mh5-qrmodal__row{display:flex;align-items:center;justify-content:center}.mh5-qrmodal__icon{width:72px;height:100px;border-radius:12px;flex:none}.mh5-qrmodal__icon-t{display:flex;flex-direction:column;align-items:center;gap:4px}.mh5-qrmodal__icon-t1,.mh5-qrmodal__icon-t2{color:#fff;font-weight:700;line-height:1.2;text-align:center}.mh5-qrmodal__icon-t1{font-size:18px}.mh5-qrmodal__icon-t2{font-size:14px}.mh5-qrmodal__qr{flex:1 1;display:flex;align-items:center;justify-content:center}.mh5-qrmodal__qr img{width:180px;height:180px}.mh5-qrmodal__name{text-align:center;font-size:16px;font-weight:700;color:#0f172a;margin-top:14px}.mh5-qrmodal__tip{text-align:center;font-size:12px;color:#64748b;margin-top:4px;line-height:1.5;padding:0 12px}.mh5-qrmodal__ph{width:180px;height:180px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:64px}.mh5-qrmodal__url{font-size:12px;color:#475569;margin-top:14px;word-break:break-all;text-align:center;line-height:1.6;font-weight:500;padding:0 12px}.mh5-qrmodal__closebtn{margin-top:20px;width:100%;height:44px;line-height:44px;text-align:center;background:#f1f5f9;color:#475569;border-radius:10px;font-size:14px;cursor:pointer}.mh5-qrmodal__closebtn:active{opacity:.8}.mh5-wdsheet{color:#0f172a}.mh5-wdsheet__tip{display:flex;align-items:center;gap:6px;font-size:12px;color:#0891b2;background:rgba(8,145,178,.08);padding:9px 12px;border-radius:10px;margin-bottom:14px}.mh5-wdsheet__tip-ic{font-size:14px}.mh5-wdsheet__qr{display:flex;flex-direction:column;align-items:center;padding:4px 0 6px}.mh5-wdsheet__qr-box{width:170px;height:170px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;display:flex;align-items:center;justify-content:center}.mh5-wdsheet__qr-box img{width:100%;height:100%;display:block}.mh5-wdsheet__qr-ph{font-size:12px;color:#94a3b8;padding:0 10px;text-align:center;line-height:1.4}.mh5-wdsheet__qr-cap{font-size:13px;color:#475569;margin-top:10px;font-weight:500}.mh5-wdsheet__qr-sub{font-size:11px;color:#94a3b8;margin-top:3px}.mh5-wdsheet__rules{margin-top:16px;padding:14px 14px 8px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.mh5-wdsheet__rules-t{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:8px}.mh5-wdsheet__rules-list{margin:0;padding-left:18px;font-size:12px;color:#475569;line-height:1.85}.mh5-wdsheet__rules-list li{margin-bottom:2px}.mh5-wdsheet__balance{font-size:12px;color:#64748b;text-align:center;margin-top:14px;padding-bottom:4px}.mh5-wdsheet__balance b{color:#0891b2;font-size:14px}.mh5-lock{display:inline-block;margin-left:8px;font-size:11px;font-weight:500;color:#b45309;background:#fef3c7;border-radius:6px;padding:1px 7px;vertical-align:1px}.mh5-attr__v--mask{letter-spacing:1px;color:#64748b}.mh5-copy{margin-left:8px;font-size:12px;color:#0891b2;background:#e0f2fe;border:none;border-radius:6px;padding:2px 8px;cursor:pointer}.mh5-contact{margin-top:14px;padding:14px 16px;background:#fff;border:1px solid #eef2f6;border-radius:12px}.mh5-contact__title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:10px}.mh5-contact__row{justify-content:space-between;padding:9px 0;text-decoration:none;border-top:1px solid #f1f5f9}.mh5-contact__row:first-of-type{border-top:none}.mh5-contact__k{color:#64748b}.mh5-contact__v{font-size:14px;color:#0891b2;font-weight:600}.mh5-icp{margin:14px 12px 0;padding-top:14px;border-top:1px solid #eef2f6;text-align:center;font-size:11px;line-height:1.8;color:#94a3b8;display:flex;flex-wrap:wrap;gap:4px 6px;align-items:center;justify-content:center}.mh5-icp a{color:#94a3b8;text-decoration:none}.mh5-icp a:active{color:#64748b}.mh5-icp__sep{color:#cbd5e1}.mh5-banner{margin:10px 12px 0;height:140px;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(2,8,20,.06);background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:0 22px}.mh5-banner__title{font-size:20px;font-weight:800;text-shadow:0 1px 6px rgba(0,0,0,.18)}.mh5-banner__sub{font-size:13px;opacity:.92;margin-top:8px}.mh5-grid4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;padding:14px 12px 8px}.mh5-g4{display:flex;flex-direction:column;align-items:center;gap:6px}.mh5-g4__ic{width:52px;height:52px;border-radius:14px;overflow:hidden;background:#e0f2fe}.mh5-g4__ic img{width:52px;height:52px;display:block;object-fit:cover}.mh5-g4__t{font-size:12px;color:#334155;font-weight:500}.mh5-feat{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:12px;gap:12px;padding:8px 12px 12px}.mh5-feat-card{border-radius:12px;background:#fff;box-shadow:0 2px 10px rgba(2,8,20,.05);overflow:hidden;position:relative}.mh5-feat-main{min-height:150px;padding:18px 14px;display:flex;flex-direction:column;justify-content:flex-start}.mh5-feat-main__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.mh5-feat-main__body{position:relative;z-index:1}.mh5-feat-main__title{font-size:17px;font-weight:800;color:#0f172a}.mh5-feat-main__sub{font-size:12px;color:#475569;margin-top:5px}.mh5-feat-main__arrow{position:relative;z-index:1;width:34px;height:34px;border-radius:50%;margin-top:8px}.mh5-feat-side{display:flex;flex-direction:column;gap:12px}.mh5-feat-sm{flex:1 1;display:flex;align-items:center;gap:10px;padding:0 12px}.mh5-feat-sm__ic{width:40px;height:40px;border-radius:12px;overflow:hidden;background:#e0f2fe;flex-shrink:0}.mh5-feat-sm__ic img{width:40px;height:40px;display:block;object-fit:cover}.mh5-feat-sm__t{font-size:14px;font-weight:600;color:#0f172a}.mh5-vip{margin:0 12px 12px;border-radius:14px;padding:14px 16px;gap:12px;background:#fff;box-shadow:0 2px 10px rgba(2,8,20,.05);border:1px solid rgba(8,145,178,.08)}.mh5-vip,.mh5-vip__ic{display:flex;align-items:center}.mh5-vip__ic{width:40px;height:40px;border-radius:12px;overflow:hidden;background:rgba(212,175,55,.14);flex-shrink:0;justify-content:center}.mh5-vip__ic img{width:32px;height:32px;display:block}.mh5-vip__text{flex:1 1;min-width:0}.mh5-vip__title{font-size:15px;font-weight:700;color:#0f172a}.mh5-vip__sub{font-size:11px;color:#64748b;margin-top:4px;line-height:1.4}.mh5-vip__btn{padding:8px 14px;border-radius:999px;background:linear-gradient(135deg,#fb923c,#f97316);color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.mh5-sec-title{font-size:16px;font-weight:700;color:#0f172a;padding:6px 14px 4px}.mh5-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;padding:8px 12px}.mh5-card{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(2,8,20,.05)}.mh5-card__cover{width:100%;aspect-ratio:4/3;background:#f8fafc;overflow:hidden;position:relative}.mh5-card__cover img{object-fit:cover;display:block}.mh5-card__cover img,.mh5-card__coverbg{width:100%;height:100%}.mh5-dy-badge{position:absolute;top:5px;right:5px;z-index:3;display:flex;align-items:center;gap:3px;padding:3px 7px 3px 5px;background:linear-gradient(135deg,rgba(255,149,0,.9),rgba(234,88,12,.92));border:1px solid hsla(0,0%,100%,.4);border-radius:999px;box-shadow:0 2px 5px rgba(234,88,12,.45)}.mh5-dy-note{position:relative;width:7px;height:10px;flex-shrink:0}.mh5-dy-note:before{left:0;bottom:0;width:7px;height:5px;border-radius:50%;transform:rotate(-18deg)}.mh5-dy-note:after,.mh5-dy-note:before{content:"";position:absolute;background:#fff}.mh5-dy-note:after{right:0;top:0;width:2px;height:9px;border-radius:1px}.mh5-dy-text{font-size:10px;color:#fff;font-weight:800;line-height:1;letter-spacing:.5px}.mh5-card__body{padding:8px 9px 10px;display:flex;flex-direction:column;justify-content:space-between;gap:6px}.mh5-card__title{font-size:13px;color:#0f172a;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mh5-card__meta{display:flex;align-items:center;justify-content:space-between}.mh5-price{font-size:11px;line-height:1;padding:4px 7px;border-radius:6px;font-weight:500}.mh5-price.free{color:#10b981;background:rgba(16,185,129,.12)}.mh5-price.vip{color:#f59e0b;background:rgba(245,158,11,.14)}.mh5-price.pay{color:#ef4444;background:rgba(239,68,68,.12)}.mh5-price.points{color:#0891b2;background:rgba(8,145,178,.12)}.mh5-fav{display:flex;align-items:center;gap:3px}.mh5-fav__ic{width:15px;height:15px;object-fit:contain;display:block}.mh5-fav .mh5-fav__ic{filter:brightness(.4)}.mh5-fav.on .mh5-fav__ic{filter:none}.mh5-fav span{font-size:11px;color:#0f172a}.mh5-search-head{padding:10px 12px;background:#fff}.mh5-search-box{position:relative;display:flex;align-items:center}.mh5-search-ico{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#94a3b8}.mh5-search-ico circle,.mh5-search-ico line{stroke:#94a3b8;stroke-width:2;fill:none}.mh5-search-input{flex:1 1;height:38px;background:#f1f5f9;border:none;outline:none;border-radius:999px;padding:0 16px 0 40px;font-size:13px;color:#0f172a}.mh5-filterbar{padding:8px 12px;border-top:1px solid #f1f5f9}.mh5-chip{flex:none;font-size:13px;color:#475569;background:#fff;border:1px solid #e2e8f0;padding:6px 14px;border-radius:999px;white-space:nowrap;cursor:pointer}.mh5-chip.on{color:#fff;background:#0891b2;border-color:#0891b2}.mh5-status-filter{display:flex;gap:6px;padding:8px 12px}.mh5-sf{flex:1 1;text-align:center;font-size:13px;color:#475569;background:#fff;border:1px solid #e2e8f0;padding:7px 0;border-radius:999px;cursor:pointer}.mh5-sf.on{color:#fff;background:#0891b2;border-color:#0891b2}.mh5-main--page .mh5-dlist{margin:0 -16px}.mh5-dlist{padding:8px 12px 0}.mh5-dcard{padding:14px;margin-bottom:10px;background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(2,8,20,.04)}.mh5-dcard__tr{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.mh5-dcard__title{flex:1 1;font-size:15px;font-weight:600;color:#0f172a}.mh5-tag{flex-shrink:0;font-size:11px;padding:3px 8px;border-radius:7px;margin-top:2px}.mh5-dcard__sub{font-size:13px;color:#475569;margin-top:8px}.mh5-dcard__budget{display:flex;align-items:baseline;margin-top:7px}.mh5-dcard__budget span:first-child{font-size:13px;color:#475569}.mh5-price-num{font-size:13px;font-weight:700;color:#ea580c}.mh5-dcard__kv{display:flex;font-size:13px;color:#475569;margin-top:6px}.mh5-dcard__kv span{color:#475569}.mh5-dcard__bottom{justify-content:space-between;margin-top:10px}.mh5-dcard__bottom,.mh5-sb-wrap{display:flex;align-items:center;gap:8px}.mh5-sb-wrap{flex:1 1;min-width:0}.mh5-sb-track{flex:1 1;max-width:130px;height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.mh5-sb-fill{height:100%;background:#10b981;border-radius:999px}.mh5-sb-text{font-size:12px;color:#10b981;font-weight:600;flex-shrink:0}.mh5-status{font-size:13px;font-weight:700;flex-shrink:0}.mh5-status.is-open{color:#f59e0b}.mh5-status.is-done{color:#10b981}.mh5-status.is-full{color:#ef4444}.mh5-status.is-closed{color:#94a3b8}.mh5-fab{position:fixed;left:50%;transform:translateX(-50%);bottom:72px;background:#0891b2;color:#fff;padding:11px 22px;border-radius:999px;font-size:14px;font-weight:600;box-shadow:0 6px 18px rgba(8,145,178,.4);z-index:50;cursor:pointer}.mh5-mine-header{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box;gap:12px;padding:28px 16px;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);color:#fff}.mh5-avatar,.mh5-mine-header{display:flex;align-items:center}.mh5-avatar{width:54px;height:54px;border-radius:50%;background:hsla(0,0%,100%,.25);justify-content:center;font-size:24px;font-weight:700;flex-shrink:0;overflow:hidden}.mh5-avatar--guest img{width:36px;height:36px;display:block;object-fit:contain}.mh5-mine-info{flex:1 1;min-width:0;overflow:hidden}.mh5-mine-name{font-size:17px;font-weight:700}.mh5-mine-name,.mh5-mine-uid{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mh5-mine-uid{font-size:11px;opacity:.85;margin-top:3px}.mh5-member-badge{width:50px;height:50px;flex-shrink:0;margin-left:6px;object-fit:contain}.mh5-assets{margin:-16px 12px 0;display:flex;padding:14px 0;background:#fff;border-radius:14px;box-shadow:0 2px 10px rgba(2,8,20,.05)}.mh5-asset{flex:1 1;display:flex;flex-direction:column;align-items:center}.mh5-asset__num{font-size:16px;font-weight:700;color:#0f172a}.mh5-asset__lab{font-size:11px;color:#94a3b8;margin-top:3px}.mh5-quick{display:flex;margin:12px 12px 0;background:#fff;border-radius:14px;padding:16px 0;box-shadow:0 2px 8px rgba(2,8,20,.04)}.mh5-quick-item{flex:1 1;flex-direction:column;gap:7px}.mh5-quick-ic,.mh5-quick-item{display:flex;align-items:center}.mh5-quick-ic{width:44px;height:44px;border-radius:14px;background:#e0f2fe;overflow:hidden;justify-content:center}.mh5-quick-ic img{width:44px;height:44px;display:block;object-fit:cover}.mh5-quick-t{font-size:12px;color:#334155}.mh5-group{margin:12px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(2,8,20,.04)}.mh5-group--flush{margin:0;border-radius:0;box-shadow:none}.mh5-cell{display:flex;align-items:center;justify-content:space-between;padding:15px 14px;background:#fff;border-bottom:1px solid #f1f5f9;cursor:pointer}.mh5-cell:last-child{border-bottom:none}.mh5-cell__title{font-size:14px;color:#0f172a}.mh5-cell__val{font-size:13px;color:#ef4444;margin-right:6px;margin-left:auto}.mh5-cell__val--ok{color:#07c160;font-weight:600;margin-left:auto}.mh5-cell__chev{font-size:18px;color:#cbd5e1}.mh5-empty{flex-direction:column;padding:60px 0}.mh5-empty,.mh5-empty__icon{display:flex;align-items:center;justify-content:center;color:#94a3b8}.mh5-empty__icon{width:60px;height:60px;border-radius:50%;background:#e2e8f0;font-size:28px}.mh5-empty__text{margin-top:12px;font-size:13px}.mph-enter-btn{font-size:11px;color:#fff;background:#0891b2;border:none;border-radius:12px;padding:4px 12px;cursor:pointer;line-height:1;transition:background .2s,transform .15s}.mph-enter-btn:active{transform:scale(.96)}@media (min-width:481px){html.mh5-mode body{display:flex;justify-content:center}.mh5-fab{left:50%;transform:translateX(-50%)}}.mh5-subbar{height:44px;display:flex;align-items:center;padding:0 12px;background:#fff;border-bottom:1px solid #f1f5f9}.mh5-back{font-size:26px;line-height:1;color:#0891b2;cursor:pointer;font-weight:700}.mh5-homenav{display:flex;gap:10px;padding:4px 12px 8px}.mh5-homenav__pill{flex:1 1;text-align:center;padding:11px 0;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(2,8,20,.05);font-size:14px;font-weight:600;color:#0f172a;cursor:pointer}.mh5-homenav__pill:active{background:#f1f5f9}.mh5-mask{position:fixed;inset:0;z-index:100;background:rgba(15,23,42,.45);display:flex;align-items:flex-end;justify-content:center}.mh5-sheet{width:100%;background:#fff;border-radius:24px 24px 0 0;max-height:92vh;display:flex;flex-direction:column;animation:mh5Up .22s ease}.mh5-sheet--full{max-height:93vh}@keyframes mh5Up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mh5-sheet__head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px 10px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.mh5-sheet__title{font-size:16px;font-weight:700;color:#0f172a}.mh5-sheet__close{width:28px;height:28px;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:15px;display:flex;align-items:center;justify-content:center;cursor:pointer}.mh5-sheet__body{padding:14px 12px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mh5-sheet__foot{padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #f1f5f9;flex-shrink:0}.mh5-gzf{position:fixed;inset:0;z-index:120;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:32px}.mh5-gzf__card{width:100%;max-width:300px;background:#fff;border-radius:20px;padding:22px 18px 18px;text-align:center;animation:mh5Pop .2s ease}@keyframes mh5Pop{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.mh5-gzf__title{font-size:17px;font-weight:700;color:#0f172a}.mh5-gzf__qr{width:180px;height:180px;border-radius:10px;margin:14px auto 0;overflow:hidden}.mh5-gzf__qr img{width:100%;height:100%;object-fit:contain;display:block}.mh5-gzf__qr--loading{background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:13px;color:#94a3b8}.mh5-gzf__tip{margin-top:12px;font-size:13px;color:#475569}.mh5-gzf__btn{margin-top:16px;width:100%;height:40px;border-radius:999px;border:none;background:#f1f5f9;color:#64748b;font-size:14px;cursor:pointer}.mh5-login{padding:0;position:relative}.mh5-login__grip{width:40px;height:4px;border-radius:999px;background:#e2e8f0;margin:8px auto 4px}.mh5-login__close{position:absolute;top:10px;right:4px;width:28px;height:28px;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:14px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.mh5-login__head{padding:10px 0 16px}.mh5-login__title{font-size:19px;font-weight:700;color:#0f172a;letter-spacing:.3px;text-align:center}.mh5-login__sync{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;background:linear-gradient(135deg,rgba(8,145,178,.06),rgba(14,116,144,.06));border:1px solid rgba(8,145,178,.1);border-radius:12px}.mh5-login__sync-ico{flex-shrink:0;width:16px;height:16px;margin-top:2px;color:#0891b2;font-size:15px;line-height:1}.mh5-login__sync-txt{font-size:12px;color:#64748b;line-height:1.5}.mh5-field{margin-bottom:18px;position:relative}.mh5-field--phone,.mh5-field__prefix{display:flex;align-items:center}.mh5-field__prefix{position:absolute;left:14px;font-size:15px;font-weight:600;color:#475569;gap:2px;pointer-events:none}.mh5-field--row{display:flex;gap:10px}.mh5-field--row>div{flex:1 1}.mh5-label{display:block;font-size:12px;color:#64748b;margin-bottom:6px}.mh5-req{color:#ef4444;margin-left:2px}.mh5-input{width:100%;box-sizing:border-box;height:48px;border:1px solid #e2e8f0;border-radius:12px;padding:0 14px;font-size:16px;color:#0f172a;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.mh5-input--pl{padding-left:56px}.mh5-input:focus{border-color:#0891b2;box-shadow:0 0 0 3px rgba(8,145,178,.1)}.mh5-textarea{height:auto;min-height:84px;padding:10px 12px;resize:none;line-height:1.5}.mh5-static{font-size:14px;color:#0f172a;padding:10px 0}.mh5-codebtn{flex-shrink:0;width:108px;height:48px;border:1px solid #0891b2;border-radius:12px;background:#fff;color:#0891b2;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease}.mh5-codebtn:disabled{border-color:#e2e8f0;background:#f8fafc;color:#94a3b8}.mh5-btn{height:46px;border:none;border-radius:14px;background:linear-gradient(135deg,#0891b2,#06b6d4);color:#fff;font-size:15px;font-weight:600;cursor:pointer;padding:0 18px;letter-spacing:.5px;transition:transform .12s ease,box-shadow .15s ease,background .15s ease;box-shadow:0 4px 14px rgba(8,145,178,.28)}.mh5-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(8,145,178,.28)}.mh5-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px rgba(8,145,178,.18)}.mh5-btn:disabled{opacity:.55;box-shadow:none;cursor:not-allowed}.mh5-btn--block{width:100%}.mh5-btn--ghost{background:#fff;color:#0891b2;border:1px solid #e2e8f0;box-shadow:none;margin-top:10px}.mh5-btn--ghost:hover:not(:disabled){box-shadow:0 4px 12px rgba(8,145,178,.08);border-color:#0891b2;transform:none}.mh5-btn--wx{background:linear-gradient(135deg,#07c160,#06ad56);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;box-shadow:0 4px 12px rgba(7,193,96,.25)}.mh5-btn--wx:hover:not(:disabled){box-shadow:0 6px 16px rgba(7,193,96,.35)}.mh5-btn--wx:disabled{opacity:.55;box-shadow:none}.mh5-btn__wxicon{width:18px;height:18px}.mh5-login__tabs{display:flex;position:relative;background:#f1f5f9;border-radius:12px;padding:4px;margin-bottom:18px}.mh5-login__tab{flex:1 1;border:none;background:transparent;height:38px;border-radius:9px;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.mh5-login__tab--active{background:#fff;color:#0891b2;box-shadow:0 2px 8px rgba(15,23,42,.08)}.mh5-login__panel{animation:mh5-fade-in .18s ease;height:190px;display:flex;flex-direction:column;overflow:hidden}.mh5-login__panel>.mh5-btn--block,.mh5-login__panel>.mh5-login__wxnothint{margin-top:auto;flex-shrink:0}@keyframes mh5-fade-in{0%{opacity:0}to{opacity:1}}.mh5-login__wxbig{width:56px;height:56px;border-radius:14px;background:rgba(7,193,96,.1);display:flex;align-items:center;justify-content:center;margin:10px auto 12px}.mh5-login__wxbig svg{width:28px;height:28px;color:#07c160}.mh5-login__wxbig-title{text-align:center;font-size:15px;font-weight:600;color:#475569;margin:0 0 4px;line-height:1.4}.mh5-login__wxbig-sub{text-align:center;font-size:12px;color:#94a3b8;margin:0 0 18px;line-height:1.5}.mh5-login__wxnothint{margin-top:18px;padding:14px 16px;background:#f1f5f9;border-radius:12px;font-size:13px;color:#475569;text-align:center;line-height:1.6}.mh5-agree{display:flex;align-items:flex-start;gap:7px;font-size:11px;color:#64748b;margin-top:14px;line-height:1.55;padding:0 2px}.mh5-agree input{margin-top:2px;flex-shrink:0;accent-color:#07c160}.mh5-agree a{color:#0891b2}.mh5-agree span{text-align:justify}.mh5-login__err{color:#ef4444;font-size:13px;margin:4px 0 8px}.mh5-bind{padding:4px 0}.mh5-bind__tip{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px 0 18px;border-bottom:1px dashed #e2e8f0;margin-bottom:14px}.mh5-bind__icon{font-size:32px;line-height:1;margin-bottom:4px}.mh5-bind__hello{font-size:16px;font-weight:700;color:#0f172a}.mh5-bind__sub{font-size:12px;color:#94a3b8;line-height:1.6;text-align:center;padding:0 6px}.mh5-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:50px 0;color:#94a3b8;font-size:13px}.mh5-spin{width:18px;height:18px;border:2px solid #cbd5e1;border-top-color:#0891b2;border-radius:50%;animation:mh5spin .7s linear infinite}@keyframes mh5spin{to{transform:rotate(1turn)}}.mh5-detail{padding-bottom:8px}.mh5-gallery{margin-bottom:12px}.mh5-gallery__main{width:100%;border-radius:12px;display:block;background:#f1f5f9}.mh5-gallery__thumbs{display:flex;gap:8px;margin-top:8px;overflow-x:auto}.mh5-gallery__thumbs img{width:56px;height:56px;border-radius:8px;object-fit:cover;flex-shrink:0;border:2px solid transparent}.mh5-gallery__thumbs img.on{border-color:#0891b2}.mh5-detail__head{padding:4px 0 12px;border-bottom:1px solid #f1f5f9}.mh5-detail__title{font-size:17px;font-weight:700;color:#0f172a;line-height:1.4}.mh5-detail__row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.mh5-detail__dl{font-size:12px;color:#94a3b8}.mh5-block{margin-top:14px}.mh5-block__title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:8px}.mh5-block__text{font-size:13px;color:#475569;line-height:1.7;white-space:pre-wrap}.mh5-attrs{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 14px;gap:10px 14px}.mh5-attr{display:flex;flex-direction:column;gap:3px}.mh5-attr__k{font-size:11px;color:#94a3b8}.mh5-attr__v{font-size:13px;color:#0f172a}.mh5-actionbar{display:flex;align-items:center;gap:12px}.mh5-actionbar__fav{display:flex;flex-direction:column;align-items:center;color:#94a3b8;font-size:11px;cursor:pointer}.mh5-actionbar__fav span{font-size:20px;line-height:1}.mh5-actionbar__fav.on{color:#f59e0b}.mh5-actionbar .mh5-btn{flex:1 1}.mh5-main--page .mh5-reclist{margin:0 -16px}.mh5-reclist{padding:4px 0}.mh5-rec{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid #f1f5f9;cursor:pointer}.mh5-rec:last-child{border-bottom:none}.mh5-redeem{background:#fff;border-radius:14px;padding:12px;margin:0 12px 10px}.mh5-redeem__main{display:flex;align-items:center;gap:12px;cursor:pointer}.mh5-redeem__cover{width:64px;height:48px;border-radius:10px;flex:none;object-fit:cover;background:#e2e8f0}.mh5-redeem__cover--ph{background:linear-gradient(135deg,#0891b2,#0e7490)}.mh5-redeem__info{flex:1 1;min-width:0}.mh5-redeem__title{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mh5-redeem__meta{font-size:11px;color:#94a3b8;margin-top:4px}.mh5-redeem__tag{display:inline-block;margin-top:6px;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:600;background:#e0f2fe;color:#0891b2}.mh5-redeem__actions{display:flex;justify-content:flex-end;gap:8px;padding-top:10px;margin-top:10px;border-top:1px solid #f1f5f9}.mh5-redeem__btn{font-size:12px;padding:7px 16px;white-space:nowrap}.mh5-redeem__btn--course{color:#0891b2;background:#e0f2fe}.mh5-redeem-list .mh5-redeem{padding:10px;margin:0 12px 8px!important;border-radius:12px}.mh5-redeem-list .mh5-redeem__main{gap:10px}.mh5-redeem-list .mh5-redeem__cover{width:84px!important;height:63px!important;border-radius:8px}.mh5-redeem-list .mh5-redeem__title{font-size:14px;line-height:1.4}.mh5-redeem-list .mh5-redeem__meta{font-size:11px;margin-top:4px}.mh5-redeem-list .mh5-redeem__tag{font-size:10px;padding:1px 6px;margin-top:5px;border-radius:4px}.mh5-redeem-list .mh5-redeem__info{display:flex;flex-direction:column;gap:6px}.mh5-redeem-list .mh5-redeem__title{margin:0;line-height:1.25;text-align:left}.mh5-redeem-list .mh5-redeem__meta{margin:0!important;line-height:1.25;text-align:left}.mh5-redeem-list .mh5-redeem__tag{align-self:flex-start!important;width:max-content!important;max-width:100%}.mh5-redeem-list .mh5-redeem__actions{padding-top:14px!important;margin-top:6px!important;gap:10px}.mh5-redeem-list .mh5-redeem__btn{font-size:13px!important;padding:7px 16px!important;border-radius:999px!important;height:auto!important;min-height:0!important;margin-top:0!important;line-height:1.4!important;font-weight:500!important;background:#e0f2fe!important;color:#0891b2!important;box-shadow:none!important}.mh5-redeem-list .mh5-filterbar{padding:8px 10px;gap:6px}.mh5-redeem-list .mh5-chip{font-size:12px;padding:4px 12px}.mh5-rec__thumb{width:52px;height:52px;border-radius:10px;background:#f1f5f9;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#cbd5e1;font-size:11px}.mh5-rec__thumb img{width:100%;height:100%;object-fit:cover}.mh5-rec__body{flex:1 1;min-width:0}.mh5-rec__title{font-size:14px;color:#0f172a}.mh5-rec__sub,.mh5-rec__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mh5-rec__sub{font-size:12px;color:#64748b;margin-top:4px}.mh5-rec__extra{font-size:11px;color:#94a3b8;margin-top:3px}.mh5-rec__right{flex-shrink:0;color:#0891b2;font-size:13px}.mh5-sortbar{display:flex;align-items:center;justify-content:space-between;padding:6px 14px}.mh5-sortbar__left{display:flex;gap:16px}.mh5-sortitem{font-size:13px;color:#64748b;cursor:pointer}.mh5-sortitem.on{color:#0891b2;font-weight:700}.mh5-sortbar__right{font-size:12px;color:#94a3b8}.mh5-foot{padding:18px 0 36px;text-align:center}.mh5-foot__txt{font-size:12px;color:#cbd5e1}.mh5-foot-sentinel{width:100%;height:1px}.mh5-dhead{padding:2px 0 12px;border-bottom:1px solid #f1f5f9}.mh5-dhead__title{font-size:17px;font-weight:700;color:#0f172a;line-height:1.4}.mh5-dhead__meta{display:flex;align-items:center;gap:12px;margin-top:8px}.mh5-dhead__sub{font-size:12px;color:#64748b;margin-top:6px}.mh5-resp{padding:10px 0;border-bottom:1px solid #f1f5f9}.mh5-resp:last-child{border-bottom:none}.mh5-resp__name{font-size:13px;font-weight:600;color:#0f172a}.mh5-resp__desc{font-size:12px;color:#64748b;margin-top:4px;line-height:1.5}.mh5-earn__sum{display:flex;background:linear-gradient(135deg,#0891b2,#0e7490);border-radius:14px;padding:18px;color:#fff;margin-bottom:14px}.mh5-earn__sum>div{flex:1 1}.mh5-earn__num{font-size:22px}.mh5-earn__lab{margin-top:4px}.mh5-vipinfo{padding:4px 0}.mh5-vipinfo__item{font-size:14px;color:#334155;padding:9px 0;border-bottom:1px dashed #f1f5f9}.mh5-pay__err{color:#ef4444;font-size:13px;margin:4px 0 10px}.mh5-pay__hint{font-size:11px;color:#94a3b8;line-height:1.6;margin-top:10px}.mh5-pay{padding:2px 0}.mh5-pay__label{font-size:13px;color:#64748b;margin:6px 0 10px}.mh5-pay__pkgs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-bottom:6px}.mh5-pay__pkg{border:1px solid #e2e8f0;border-radius:12px;padding:12px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.mh5-pay__pkg.on{border-color:#0891b2;background:#f0f9ff}.mh5-pay__pn{font-size:12px;font-weight:500;color:#94a3b8}.mh5-pay__pm{font-size:21px;font-weight:800;color:#ff5a1f;line-height:1}.mh5-pay__methods{display:flex;gap:10px;margin-bottom:14px}.mh5-paymethod{flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #e2e8f0;border-radius:12px;padding:12px;font-size:14px;color:#334155;cursor:pointer}.mh5-paymethod.on{border-color:#0891b2;background:#f0f9ff;color:#0891b2}.mh5-paymethod__ic{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mh5-paymethod__ic img,.mh5-paymethod__ic svg{display:block;width:100%;height:100%;object-fit:contain}.mh5-paymethod--disabled{opacity:.45;cursor:not-allowed;filter:grayscale(1);border-style:dashed}.mh5-paymethod--disabled.on{border-color:#e2e8f0;background:#fff;color:#334155}.mh5-paymethod__lock{font-size:11px;line-height:1;color:#ef4444;background:#fee2e2;border-radius:6px;padding:3px 6px;margin-left:2px;white-space:nowrap}.mh5-pay__note{font-size:12px;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;margin:-6px 0 14px}.mh5-pay__qrtip{font-size:13px;color:#475569;text-align:center;margin-bottom:14px}.mh5-pay__qr{width:220px;height:220px;margin:0 auto;display:block;border-radius:12px;background:#fff}.mh5-pay__qr--empty{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:13px;border:1px dashed #e2e8f0}.mh5-pay__amount{text-align:center;font-size:28px;font-weight:800;color:#ff5a1f;margin:12px 0}.mh5-main--page .mh5-setting{margin:0 -16px}.mh5-setting .mh5-btn--block{width:calc(100% - 24px);margin:0 12px}.mh5-setting .mh5-pay__hint{margin:12px 12px 0}.mh5-form{padding:2px 0}.mh5-subtip{font-size:11px;color:#94a3b8;margin-bottom:6px;line-height:1.5}.mh5-imgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:2px}.mh5-imgcell{position:relative;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.mh5-imgcell--add{border:2px dashed #cbd5e1}.mh5-imgcell__pic{width:100%;height:100%;object-fit:cover;display:block}.mh5-imgcell__plus{color:#94a3b8;font-size:28px;line-height:1}.mh5-imgcell__del{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:14px;line-height:20px;text-align:center;cursor:pointer}.mh5-cycle{display:flex;align-items:stretch;gap:8px}.mh5-cycle .mh5-input{flex:2 1;min-width:0}.mh5-nego{flex:1 1;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.mh5-nego.on{color:#fff;background:#0891b2;border-color:#0891b2}.mh5-redeem{padding:0;margin:0 -4px 10px!important}.mh5-redeem__card{margin:6px 0 0!important;border-radius:12px!important}.mh5-redeem__hint{margin:12px 0 0!important;border-radius:8px!important}.mh5-redeem__card{margin:6px 0 0;padding:28px 16px 22px;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(15,23,42,.04)}.mh5-redeem__title{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:18px;text-align:center}.mh5-redeem__field{position:relative;margin-bottom:6px}.mh5-redeem__input{width:100%;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:16px 40px 16px 16px;font-size:16px;color:#0f172a;text-align:left;outline:none;letter-spacing:.5px}.mh5-redeem__input::placeholder{color:#cbd5e1;font-size:15px;letter-spacing:0}.mh5-redeem__input:focus{border-color:#94a3b8}.mh5-redeem__clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#e2e8f0;color:#64748b;border:none;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.mh5-redeem__err{color:#ef4444;font-size:13px;margin-top:10px;text-align:center}.mh5-redeem__btn{margin-top:18px;height:48px;border-radius:999px;background:#0891b2;color:#fff;font-size:16px;font-weight:600;border:none;cursor:pointer;box-shadow:0 4px 14px rgba(8,145,178,.25)}.mh5-redeem__btn:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.mh5-redeem__note{margin-top:18px;font-size:12px;color:#94a3b8;text-align:center;line-height:1.6}.mh5-redeem__rec{margin:14px auto 4px;text-align:center;font-size:14px;color:#0891b2;cursor:pointer;border:1px solid #0891b2;border-radius:999px;padding:8px 0;max-width:200px}.mh5-redeem__rec:active{opacity:.6}.mh5-redeem__pending{margin:18px 0 0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px rgba(15,23,42,.04)}.mh5-main--page .mh5-redeem__pending{margin:14px 0 0}.mh5-redeem__pending-title{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;color:#0f172a;margin-bottom:10px}.mh5-redeem__pending-title .count{font-size:12px;color:#0891b2;background:#f0fdff;padding:2px 8px;border-radius:999px}.mh5-redeem__pending-list{display:flex;flex-direction:column;gap:10px}.mh5-redeem__pending-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.mh5-redeem__pending-item .info{flex:1 1;min-width:0}.mh5-redeem__pending-item .name{font-family:STHeiti,SimHei,Heiti SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:700;color:#0f172a;margin-bottom:4px;letter-spacing:.5px}.mh5-redeem__pending-item.site .name,.mh5-redeem__pending-item.work .name{color:#0891b2}.mh5-redeem__pending-item .duration{font-size:12px;color:#64748b;margin-bottom:4px}.mh5-redeem__pending-item .note{font-size:11px;color:#64748b;margin-top:4px;line-height:1.5}.mh5-redeem__pending-item .btns{display:flex;flex-direction:column;gap:8px;flex-shrink:0;width:124px}.mh5-redeem__pending-item .copy--addr{width:100%;padding:8px 0;border:0;border-radius:8px;background:#0891b2;color:#fff;font-size:13px;cursor:pointer;text-align:center;white-space:nowrap;letter-spacing:1px}.mh5-redeem__pending-item .copy--addr:active{opacity:.8}.mh5-redeem__pending-item .code-box{width:100%;box-sizing:border-box;border:2px solid #334155;border-radius:8px;padding:8px 10px;background:#f8fafc;cursor:pointer}.mh5-redeem__pending-item .code-text{display:block;text-align:center;font-family:STHeiti,SimHei,Heiti SC,Microsoft YaHei,sans-serif;font-size:14px;color:#0f172a;font-weight:700;letter-spacing:1px;word-break:break-all;line-height:1.5}.mh5-redeem__pending-item .code-tip{font-size:11px;color:#475569;text-align:center;font-weight:500;margin-top:2px}.mh5-redeem__pending-item.ai,.mh5-redeem__pending-item.site,.mh5-redeem__pending-item.work{border:1px solid #e2e8f0;background:#fff}.mh5-redeem__pending-empty{text-align:center;padding:30px 0;color:#94a3b8;font-size:13px}.mh5-redeem__hint{margin:12px 0 0;padding:10px 14px;background:#fef3c7;border-radius:8px;font-size:12px;color:#92400e;line-height:1.6}.mh5-redeem__hint a{color:#0891b2}.mh5-member-card{margin:12px 6px 0;background:linear-gradient(135deg,#0891b2,#0e7490);border-radius:16px;padding:18px 18px 16px;color:#fff;box-shadow:0 6px 16px rgba(8,145,178,.22)}.mh5-member-card__head{display:flex;align-items:center;justify-content:space-between}.mh5-member-card__name{font-size:19px;font-weight:700}.mh5-member-card__days{font-size:12px;background:hsla(0,0%,100%,.2);padding:4px 12px;border-radius:999px}.mh5-member-card__body{margin-top:14px;background:hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden}.mh5-member-card__grp{padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.mh5-member-card__grp:last-child{border-bottom:none}.mh5-member-card__grp-title{font-size:13px;font-weight:700;opacity:.92;margin-bottom:8px;letter-spacing:.5px}.mh5-member-card__row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px}.mh5-member-card__r-label{opacity:.9}.mh5-member-card__r-val{font-weight:700;font-size:15px}.mh5-member-card__r-val.is-empty{opacity:1;font-weight:400}.mh5-member-x{width:18px;height:18px;vertical-align:middle}.mh5-member-card__note{font-size:12px;opacity:.9;margin-top:10px;line-height:1.5}.mh5-app--page{min-height:100vh;background:#f1f5f9}.mh5-main--page{padding-bottom:calc(62px + env(safe-area-inset-bottom))}.mh5-topbar__back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#0f172a;cursor:pointer;margin-left:-6px}.mh5-topbar__back svg{width:22px;height:22px}.mh5-topbar__title{font-size:16px;font-weight:700;color:#0f172a;flex:1 1;text-align:center}.mh5-topbar__placeholder{width:36px}.mh5-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;height:48px;padding:0 8px;background:#fff;border-bottom:1px solid #eef2f7}.mh5-subbody{padding:14px 16px 20px}.mh5-main--full{padding:0!important}.mh5-respage{padding:0 0 16px}.mh5-gallery-wrap{position:relative;padding:12px 12px 0}.mh5-gallery-stage{aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mh5-gallery-slide,.mh5-gallery-track{display:flex;width:100%;height:100%}.mh5-gallery-slide{flex:0 0 100%;align-items:center;justify-content:center}.mh5-gallery-stage__img{width:100%;height:100%;object-fit:contain;display:block}.mh5-gallery-stage__placeholder{color:#94a3b8;font-size:14px}.mh5-gallery-dots{position:absolute;left:50%;transform:translateX(-50%);bottom:14px;z-index:4;display:flex;gap:6px;padding:5px 12px;background:rgba(0,0,0,.28);border-radius:999px}.mh5-gallery-dot{width:7px;height:7px;border-radius:50%;background:hsla(0,0%,100%,.7);transition:all .2s}.mh5-gallery-dot.on{width:18px;border-radius:4px;background:#0891b2}.mh5-id-badge{position:absolute;top:16px;right:18px;z-index:5;display:flex;align-items:center;gap:8px}.mh5-id-badge__no{font-size:12px;color:#fff;background:rgba(0,0,0,.35);padding:4px 10px;border-radius:6px;max-width:140px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mh5-id-badge__copy{font-size:12px;color:#0891b2;background:#fff;padding:4px 12px;border-radius:6px;font-weight:600;cursor:pointer}.mh5-res-tabs{display:flex;margin:0 12px;background:#fff;border-radius:12px;padding:4px;gap:4px}.mh5-res-tab{flex:1 1;text-align:center;padding:11px 0;font-size:14px;color:#64748b;border-radius:10px;cursor:pointer}.mh5-res-tab.on{color:#0891b2;background:#e0f2fe;font-weight:700}.mh5-res-title{font-size:17px;font-weight:700;color:#0f172a;line-height:1.4;margin-bottom:12px}.mh5-info-table{display:flex;flex-direction:column;gap:6px}.mh5-info-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;min-height:24px}.mh5-info-row__k{color:#64748b}.mh5-info-row__v{color:#0f172a;font-weight:500}.mh5-info-row__v.is-pay{color:#f97316}.mh5-info-row__v.is-vip{color:#eab308;font-weight:700}.mh5-info-row__v.is-free{color:#22c55e;font-weight:700}.mh5-res-price{font-size:22px;font-weight:800;margin-right:2px}.mh5-res-unit{font-size:13px;font-weight:500}.mh5-ops{display:flex;gap:8px;margin-top:18px}.mh5-op{flex:1 1;height:48px;border-radius:8px;background:#f1f5f9;flex-direction:column;gap:2px;cursor:pointer}.mh5-op,.mh5-op__ic{display:flex;align-items:center;justify-content:center}.mh5-op__ic{width:20px;height:20px;color:#94a3b8;flex-shrink:0}.mh5-op__ic img{width:100%;height:100%;object-fit:contain;display:block;filter:brightness(.4)}.mh5-op__ic--fav svg{width:100%;height:100%;fill:none!important;stroke:#666;stroke-width:1.6;stroke-linejoin:round}.mh5-op.on .mh5-op__ic{color:#f0c010}.mh5-op.on .mh5-op__ic img{filter:none}.mh5-op.on .mh5-op__ic--fav svg{fill:#f0c010!important;stroke:#f0c010}.mh5-op__ic svg{width:20px;height:20px;display:block;fill:currentColor}.mh5-op__t{font-size:12px;color:#475569}.mh5-course-list{display:flex;flex-direction:column;gap:2px}.mh5-course-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9;cursor:pointer}.mh5-course-item:last-child{border-bottom:none;padding-bottom:0}.mh5-course-no{width:24px;height:24px;border-radius:50%;background:#e0f2fe;color:#0891b2;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mh5-course-info{flex:1 1;min-width:0}.mh5-course-title{font-size:14px;color:#0f172a;font-weight:500;line-height:1.4}.mh5-course-meta{font-size:12px;color:#94a3b8;margin-top:4px}.mh5-course-play{width:32px;height:32px;border-radius:50%;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mh5-course-play svg{width:14px;height:14px}.mh5-res-card{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(2,8,20,.05);text-decoration:none}.mh5-res-card__cover{aspect-ratio:1/1;overflow:hidden;background:#f8fafc}.mh5-res-card__cover img{width:100%;height:100%;object-fit:cover;display:block}.mh5-res-card__title{font-size:13px;color:#0f172a;padding:9px 10px 11px;font-weight:500;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mh5-pay-mask{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100;display:flex;align-items:flex-end;justify-content:center}.mh5-pay-sheet{width:100%;max-width:480px;background:#fff;border-radius:20px 20px 0 0;padding:18px 16px 26px;animation:mh5-slide-up .22s ease}@keyframes mh5-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mh5-pay-title{font-size:16px;font-weight:700;color:#0f172a;text-align:center;margin-bottom:18px}.mh5-pay-need{text-align:center;margin-bottom:16px}.mh5-pay-need__label{font-size:13px;color:#64748b;display:block;margin-bottom:6px}.mh5-pay-need__num{font-size:36px;font-weight:800;color:#f97316;line-height:1}.mh5-pay-need__unit{font-size:14px;font-weight:500;margin-left:3px}.mh5-pay-balance{display:flex;align-items:baseline;justify-content:center;gap:6px;font-size:13px;color:#64748b;margin-bottom:10px}.mh5-pay-balance__v{font-size:18px;font-weight:700;color:#0f172a}.mh5-pay-warn{text-align:center;color:#ef4444;font-size:12px;margin-bottom:14px}.mh5-pay-warn--free{background:rgba(8,145,178,.08);color:#0891b2;border-radius:8px;padding:8px 0;font-weight:600}.mh5-pay-actions{display:flex;gap:10px;align-items:stretch}.mh5-pay-extra{display:flex;gap:8px;flex:1 1}.mh5-pay-extra__btn{flex:1 1;padding:11px 0;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:11px;font-weight:500;cursor:pointer}.mh5-pay-confirm{flex:1.6 1;padding:13px 0;border-radius:12px;border:none;background:#0891b2;color:#fff;font-size:18px;font-weight:700;cursor:pointer}.mh5-dl-options{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.mh5-dl-option{display:flex;align-items:center;gap:12px;padding:14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;cursor:pointer}.mh5-dl-option:active{background:#f1f5f9}.mh5-dl-option--disabled{opacity:.55;cursor:not-allowed}.mh5-dl-option__body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.mh5-dl-option__head{display:flex;align-items:center;gap:6px}.mh5-dl-option__t{font-size:15px;font-weight:600;color:#0f172a}.mh5-dl-option__sub{font-size:12px;color:#94a3b8}.mh5-dl-option__tag{font-size:10px;font-weight:700;color:#fff;background:#10b981;border-radius:4px;padding:1px 5px;line-height:1.5}.mh5-dl-option__copy{font-size:11px;color:#0891b2;border:1px solid #0891b2;border-radius:6px;padding:3px 8px;cursor:pointer;flex-shrink:0}.mh5-dl-option__copy:active{background:#f0f9ff}.mh5-dl-option--disabled .mh5-dl-option__t{color:#94a3b8}.mh5-dl-option__hint{font-size:11px;color:#ef4444;margin-top:6px}.mh5-video-page{width:100%;max-width:480px;margin:0 auto;min-height:100vh;background:#f1f5f9;padding-bottom:calc(56px + env(safe-area-inset-bottom))}.mh5-video-wrap{width:100%;aspect-ratio:16/9;background:#000;display:flex;align-items:center;justify-content:center;position:relative}.mh5-video-player{width:100%;height:100%;display:block}.mh5-video-empty{color:#94a3b8;font-size:14px;text-align:center;padding:0 16px}.mh5-video-tapmask{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);color:#fff;font-size:15px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.mh5-video-info{margin:16px 12px;padding:16px;background:#fff;border-radius:14px}.mh5-video-info__title{font-size:16px;font-weight:700;color:#0f172a}.mh5-video-info__tip{font-size:13px;color:#94a3b8;margin-top:8px}.mh5-video-info__meta{font-size:13px;color:#64748b;margin-top:6px}.mh5-respage .mh5-card{margin:12px;padding:16px}.mh5-grid .mh5-card{margin:0;padding:0}.mh5-filterbar{display:flex;gap:8px;padding:10px 12px;background:#fff;overflow-x:auto;margin-bottom:4px}.mh5-filterbar--eq{gap:10px}.mh5-filterbar--eq .mh5-ftab{flex:1 1;text-align:center}.mh5-ftab{flex-shrink:0;font-size:12px;color:#475569;background:#f1f5f9;padding:7px 14px;border-radius:999px;white-space:nowrap;cursor:pointer}.mh5-ftab.on{color:#fff;background:linear-gradient(135deg,#0891b2,#0e7490)}.mh5-filterbar--sub{padding-top:0;border-top:1px solid #f8fafc}.mh5-chip--sm{font-size:12px;padding:4px 12px}.mh5-main--page .mh5-airec{margin:0 -16px}.mh5-airec{padding-bottom:12px}.mh5-aigrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;padding:0 12px;margin-top:8px}.mh5-airec .mh5-filterbar{padding:10px 12px}.mh5-aicard{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(2,8,20,.04)}.mh5-aicard__img{width:100%;height:150px;display:block;background:#f8fafc;object-fit:cover;cursor:pointer}.mh5-aicard__img--empty{display:flex;align-items:center;justify-content:center;font-size:11px;color:#cbd5e1}.mh5-aicard__info{padding:10px 12px 12px}.mh5-aicard__type{font-size:14px;font-weight:600;color:#0f172a}.mh5-aicard__line{display:flex;align-items:center;justify-content:space-between;margin-top:6px;gap:6px}.mh5-aicard__meta{font-size:11px;color:#0891b2}.mh5-aicard__time{font-size:11px;color:#94a3b8;text-align:right;flex-shrink:0}.mh5-aicard__sub{font-size:11px;color:#94a3b8;margin-top:4px}.mh5-aicard__btns{display:flex;gap:10px;margin-top:10px}.mh5-aicard__btn{flex:1 1;height:32px;border-radius:999px;font-size:13px;font-weight:600;background:#fff;color:#0891b2;border:1px solid #67e8f9;cursor:pointer;box-sizing:border-box}.mh5-aicard__btn--solid{background:#e0f2fe;border-color:#e0f2fe}.mh5-main--page .mh5-favpage{margin:0 -16px}.mh5-favcell{display:flex;flex-direction:column}.mh5-favcell .mh5-card__cover{flex-shrink:0}.mh5-favres__del{margin-top:8px;text-align:center;font-size:12px;color:#ef4444;border:1px solid #fecaca;border-radius:999px;padding:5px 0;background:#fff;cursor:pointer}.mh5-main--page .mh5-dls{margin:0 -16px}.mh5-dls{padding-bottom:12px}.mh5-dlitem{display:flex;align-items:center;gap:12px;padding:12px;margin:0 12px 10px;background:#fff;border-radius:14px;cursor:pointer}.mh5-dlitem__cover{width:56px;height:56px;border-radius:10px;flex:none;object-fit:cover;background:#e2e8f0}.mh5-dlitem__cover--ph{background:linear-gradient(135deg,#0891b2,#0e7490)}.mh5-dlitem__info{flex:1 1;min-width:0}.mh5-dlitem__title{font-size:14px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mh5-dlitem__meta{font-size:11px;color:#94a3b8;margin-top:4px}.mh5-dlitem__time{font-size:11px;color:#cbd5e1;margin-top:3px}.mh5-dlitem__status{font-size:11px;color:#f59e0b;margin-top:4px}.mh5-dlitem__status--on{color:#10b981}.mh5-dlitem__status--rejected{color:#ef4444}.mh5-dlitem__status--pending{color:#f59e0b}.mh5-dlitem__cat{margin-left:8px;font-size:11px;color:#64748b;background:#f1f5f9;padding:1px 8px;border-radius:999px}.mh5-dlitem__redo{flex:none;font-size:12px;color:#0891b2;border:1px solid #0891b2;padding:6px 12px;border-radius:999px;cursor:pointer;white-space:nowrap}.mh5-main--page .mh5-pub{margin:0 -16px}.mh5-publist{padding:0 12px 12px}.mh5-pubcard{padding:14px;margin-bottom:10px;background:#fff;border-radius:14px;box-shadow:0 2px 8px rgba(2,8,20,.04)}.mh5-pubcard__tr{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.mh5-pubcard__title{flex:1 1;font-size:15px;font-weight:600;color:#0f172a}.mh5-pubcard__sub{font-size:13px;color:#475569;margin-top:8px}.mh5-pubcard__budget{display:flex;align-items:baseline;margin-top:7px}.mh5-pubcard__budget span:first-child,.mh5-pubcard__kv{font-size:13px;color:#475569}.mh5-pubcard__kv{display:flex;margin-top:6px}.mh5-pubcard__kv span{color:#475569}.mh5-audit-pen{color:#f59e0b!important;font-weight:600}.mh5-audit-rej{color:#ef4444!important;font-weight:600}.mh5-pubcard__sr{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.mh5-pubcard__status{font-size:14px;font-weight:700}.mh5-pubcard__status.is-open{color:#f59e0b}.mh5-pubcard__status.is-taken{color:#10b981}.mh5-pubcard__status.is-closed{color:#94a3b8}.mh5-pubcard__status.is-full{color:#ef4444}.mh5-pubcard__act{font-size:13px;color:#0891b2;background:rgba(8,145,178,.1);padding:7px 14px;border-radius:999px;cursor:pointer}.mh5-takers{margin-top:12px;border:1px solid #67e8f9;border-radius:12px;padding:12px;background:linear-gradient(135deg,#ecfeff,#f0fdfa)}.mh5-takers__toggle{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;color:#0e7490;cursor:pointer}.mh5-takers__arrow{font-size:12px;color:#0891b2;font-weight:500}.mh5-taker{margin-top:10px;padding:10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.mh5-taker__head{display:flex;align-items:center;gap:12px}.mh5-taker__label{font-weight:600;flex-shrink:0}.mh5-taker__label,.mh5-taker__name,.mh5-taker__time{font-size:13px;color:#0e7490}.mh5-taker__time{display:flex;align-items:center;gap:12px;margin-top:6px}.mh5-taker__time .k,.mh5-taker__time .v{color:#0e7490}.mh5-taker__rows{margin-top:8px}.mh5-contact__row{display:flex;align-items:center;gap:12px;margin-top:8px}.mh5-contact__k{font-size:13px;color:#0e7490;font-weight:600;flex-shrink:0}.mh5-contact__v{flex:1 1;font-size:13px;font-weight:700;color:#0f172a}.mh5-contact__copy{flex-shrink:0;font-size:12px;color:#0891b2;background:#fff;border:1px solid #67e8f9;padding:4px 12px;border-radius:999px;font-weight:600;cursor:pointer}.mh5-main--page .mh5-earn{margin:0 -16px}.mh5-earn__top{margin:12px;padding:20px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;border-radius:14px}.mh5-earn__lab{font-size:12px;opacity:.85}.mh5-earn__num{font-size:26px;font-weight:800;margin-top:4px}.mh5-earn__wd{background:#fff;color:#0891b2;border:none;border-radius:999px;font-size:13px;padding:8px 18px;cursor:pointer}.mh5-earn__stats{display:flex;gap:10px;padding:0 12px}.mh5-earn__stat{flex:1 1;background:#fff;border-radius:12px;padding:12px;text-align:center}.mh5-earn__stat .n{display:block;font-size:14px;font-weight:700;color:#0f172a}.mh5-earn__stat .l{font-size:11px;color:#94a3b8}.mh5-earn__block{margin:12px;padding:16px;background:#fff;border-radius:14px}.mh5-earn__bt{font-size:14px;font-weight:700;margin-bottom:12px}.mh5-earn__rules{display:flex;flex-direction:column;gap:10px}.mh5-earn__rule{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.6}.mh5-earn__rule .rk{flex-shrink:0;width:64px;color:#64748b;font-weight:600}.mh5-earn__rule .rv{flex:1 1;color:#334155}.mh5-earn__rule--note .rv{color:#94a3b8;font-size:11px}.mh5-earn__chart{width:100%}.mh5-earn__line{width:100%;height:auto;display:block}.mh5-earn__line-path{fill:none;stroke:#0891b2;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.mh5-earn__dot{fill:#0891b2}.mh5-earn__dotval{font-size:9px;fill:#0f172a;font-weight:600}.mh5-earn__dotlab{font-size:9px;fill:#94a3b8}.mh5-earn__chartempty{font-size:12px;color:#94a3b8;padding:24px 0;text-align:center}.mh5-earn__row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-top:1px solid #f1f5f9}.mh5-earn__rowl .t{font-size:13px;color:#1e293b}.mh5-earn__rowl .s{font-size:11px;color:#94a3b8;margin-top:2px}.mh5-earn__rowr{color:#10b981;font-weight:700;font-size:14px}.mh5-creator__tip{padding:12px 14px;margin:12px}.mh5-creator__hint,.mh5-creator__tip{background:rgba(8,145,178,.08);color:#0891b2;font-size:12px;border-radius:10px}.mh5-creator__hint{display:flex;align-items:center;gap:6px;padding:10px 14px;margin:4px 0 8px}.mh5-pavatar{display:flex;align-items:center;justify-content:space-between;margin:12px 8px 0;padding:16px 18px;background:#fff;border-radius:14px;cursor:pointer}.mh5-pavatar__ava{background:#0891b2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;overflow:hidden;flex:none}.mh5-pavatar__ava,.mh5-pavatar__ava img{width:60px;height:60px;border-radius:50%}.mh5-pavatar__ava img{object-fit:cover;display:block}.mh5-pavatar__edit{font-size:13px;color:#0891b2}.mh5-pinfo{margin:8px 8px 12px;padding:4px 18px;background:#fff;border-radius:14px}.mh5-prow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #f1f5f9}.mh5-prow--last{border-bottom:none}.mh5-prow__k{font-size:14px;color:#64748b;flex-shrink:0}.mh5-prow__v{font-size:14px;color:#0f172a;font-weight:600}.mh5-prow__input{flex:1 1;min-width:0;font-size:16px;color:#0f172a;text-align:right;border:none;outline:none;background:transparent}.mh5-prow__input--left{text-align:left}.mh5-prow--phone{flex-direction:column;align-items:stretch;gap:8px}.mh5-prow__phonewrap{display:flex;align-items:center;gap:10px}.mh5-prow__phonewrap .mh5-prow__input{flex:1 1}.mh5-code-btn{align-self:flex-end;padding:9px 14px;background:#e0f2fe;color:#0891b2;border:none;border-radius:10px;font-size:13px;white-space:nowrap;cursor:pointer;flex:none}.mh5-field--row>.mh5-code-btn{height:48px;align-self:flex-end;padding:0 14px;display:flex;align-items:center}.mh5-code-btn:disabled{background:#f1f5f9;color:#94a3b8;cursor:default}.mh5-profile-idrow{display:flex;align-items:center;justify-content:space-between;padding:12px 4px 4px}.mh5-profile-idrow__k{font-size:14px;color:#64748b}.mh5-profile-idrow__v{font-size:14px;color:#0f172a;font-weight:600}.mh5-main--page .mh5-profile{margin:0 -16px}.mh5-main--page .mh5-profile .mh5-pavatar,.mh5-main--page .mh5-profile .mh5-pinfo{margin-left:12px;margin-right:12px}.mh5-aicard__date{font-size:11px;color:#94a3b8;margin-top:4px}.mh5-idphotos{display:flex;gap:12px;margin-top:6px}.mh5-idphoto{flex:1 1;position:relative;aspect-ratio:16/10;border:1px dashed #cbd5e1;border-radius:12px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;cursor:pointer}.mh5-idphoto img{width:100%;height:100%;object-fit:cover}.mh5-idphoto__ph{font-size:13px;color:#94a3b8}.mh5-banner--carousel{position:relative;padding:0;overflow:hidden}.mh5-banner__track{display:flex;width:100%;height:100%;transition:transform .35s ease}.mh5-banner__slide{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.mh5-banner__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.mh5-banner__text{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:0 24px;color:#fff;pointer-events:none}.mh5-banner__dots{position:absolute;left:50%;transform:translateX(-50%);bottom:10px;z-index:2;display:flex;gap:6px}.mh5-banner__dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.55);transition:all .2s}.mh5-banner__dot.on{width:16px;border-radius:3px;background:#fff}.mh5-ddpage{min-height:100vh;background:#f1f5f9;padding:12px 12px 0;box-sizing:border-box}.mh5-ddcard{background:#fff;border-radius:14px;padding:14px;margin-bottom:12px;box-shadow:0 2px 8px rgba(2,8,20,.04)}.mh5-ddcard__head{display:flex;align-items:center;justify-content:space-between}.mh5-ddcard__id{font-size:12px;color:#94a3b8}.mh5-ddcard__tag{font-size:11px;padding:3px 9px;border-radius:7px;flex-shrink:0}.mh5-ddcard__title{margin-top:9px;font-size:17px;font-weight:700;color:#0f172a;line-height:1.4}.mh5-ddcard__grid{display:flex;gap:10px;margin-top:14px}.mh5-ddcard__cell{flex:1 1;display:flex;flex-direction:column;gap:5px}.mh5-ddcard__label{font-size:12px;color:#94a3b8}.mh5-ddcard__value{font-size:14px;font-weight:600;color:#0f172a}.mh5-ddcard__budget{display:flex;align-items:baseline;justify-content:space-between;gap:5px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.mh5-ddcard__price{font-size:26px;font-weight:800;color:#ea580c}.mh5-ddcard__status{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.mh5-ddcard__statusright{display:flex;align-items:center;gap:8px}.mh5-ddbar{width:70px}.mh5-ddbar__track{height:6px;background:#e2e8f0;border-radius:999px;overflow:hidden}.mh5-ddbar__fill{height:100%;background:#10b981;border-radius:999px;transition:width .3s ease}.mh5-ddbar__text{font-size:12px;color:#10b981;font-weight:600}.mh5-ddcard__audit{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #f1f5f9}.mh5-ddcard__auditv{font-size:13px;font-weight:600}.mh5-ddcard__auditv.is-rej{color:#b91c1c}.mh5-ddcard__auditv.is-pen{color:#f59e0b}.mh5-ddcard__auditv.is-ok{color:#10b981}.mh5-ddcard__editrow{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #f1f5f9}.mh5-ddcard__stl{font-size:14px;font-weight:700}.mh5-ddcard__stl.is-open{color:#f59e0b}.mh5-ddcard__stl.is-done{color:#10b981}.mh5-ddcard__stl.is-full{color:#ef4444}.mh5-ddcard__stl.is-closed{color:#94a3b8}.mh5-ddcard__editbtn{font-size:13px;color:#0891b2;background:rgba(8,145,178,.1);padding:7px 14px;border-radius:999px;cursor:pointer}.mh5-ddcard__subtitle{font-size:13px;font-weight:500;color:#64748b;margin-bottom:10px}.mh5-ddcard__desc{font-size:14px;line-height:1.7;color:#334155;min-height:48px}.mh5-ddcard__reftitle{margin-top:14px;font-size:13px;color:#64748b;font-weight:500}.mh5-ddcard__refrow{display:flex;gap:8px;margin-top:8px;width:100%}.mh5-ddcard__refwin{flex:1 1;height:90px;border-radius:10px;overflow:hidden;background:#f8fafc;border:1px dashed #cbd5e1;cursor:pointer}.mh5-ddcard__refwin img{width:100%;height:100%;object-fit:cover;display:block}.mh5-ddcard__refwin--empty{cursor:default;display:flex;align-items:center;justify-content:center}.mh5-ddcard__refplus{font-size:22px;color:#cbd5e1;line-height:1}.mh5-ddcard__clist{display:flex;flex-direction:column;gap:9px}.mh5-ddcard__citem{display:flex;align-items:center;gap:8px}.mh5-ddcard__ck{font-size:12px;color:#94a3b8;flex-shrink:0;width:52px}.mh5-ddcard__cv{flex:1 1;font-size:15px;color:#0f172a;font-weight:700;letter-spacing:.5px}.mh5-ddcard__cv--mask{color:#94a3b8;font-weight:500;letter-spacing:1px}.mh5-ddcard__copy{flex-shrink:0;font-size:12px;color:#0891b2;background:#f0fdfa;border:1px solid #99f6e4;padding:4px 12px;border-radius:999px;font-weight:600;cursor:pointer}.mh5-ddcard__empty{font-size:14px;color:#94a3b8;text-align:center;padding:10px 0}.mh5-ddcard__locked{display:flex;flex-direction:column;padding:10px 0}.mh5-ddcard__hint{margin-top:8px;font-size:12px;color:#94a3b8;text-align:center}.mh5-ddcard__resp{padding:10px 0;border-bottom:1px solid #f1f5f9}.mh5-ddcard__resp:last-child{border-bottom:none}.mh5-ddcard__resphead{display:flex;align-items:center;justify-content:space-between}.mh5-ddcard__respname{font-size:14px;font-weight:600;color:#0f172a}.mh5-ddcard__resptime{font-size:12px;color:#94a3b8}.mh5-ddcard__respdesc{font-size:13px;color:#64748b;margin-top:4px;line-height:1.5}.mh5-ddcard__respcontact{margin-top:8px}.mh5-ddcard__safe{height:90px}.mh5-ddcard__footer{position:fixed;left:0;right:0;bottom:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -2px 10px rgba(2,8,20,.05);z-index:50}.mh5-ddcard__take{position:relative;width:100%;height:50px;line-height:50px;border-radius:999px;background:#0891b2;color:#fff;font-size:17px;font-weight:700;border:none;text-align:center;cursor:pointer}.mh5-ddcard__take.is-disabled{background:#cbd5e1;color:#fff;cursor:not-allowed}.mh5-ddcard__cost{position:absolute;right:34px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:600;color:hsla(0,0%,100%,.92)}.mh5-msg{padding:0 0 20px}.mh5-msg__tabs{display:flex;background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:5;border-bottom:1px solid #eef2f6}.mh5-msg__tab{flex:1 1;text-align:center;font-size:14px;color:#64748b;padding:14px 0;position:relative;border:0;background:transparent;white-space:nowrap}.mh5-msg__tab.active{color:#0891b2;font-weight:700}.mh5-msg__tab.active:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:24px;height:3px;border-radius:3px;background:#0891b2}.mh5-msg__empty{text-align:center;color:#94a3b8;font-size:14px;padding:60px 16px}.mh5-msg__list{display:flex;flex-direction:column;gap:10px;padding:12px 0}.mh5-msg__item{margin:0 12px;background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 2px 10px rgba(2,8,20,.04);position:relative}.mh5-msg__item.unread{border-left:3px solid #0891b2}.mh5-msg__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.mh5-msg__title{font-size:15px;font-weight:700;color:#0f172a}.mh5-msg__time{font-size:12px;color:#94a3b8;flex:none;margin-left:12px}.mh5-msg__content{font-size:13px;color:#475569;margin-top:8px;line-height:1.6}.mh5-modal-mask{position:fixed;left:0;right:0;top:0;bottom:0;z-index:60;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:24px}.mh5-modal{width:100%;max-width:340px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgba(2,8,20,.25);animation:mh5-modal-in .18s ease-out}@keyframes mh5-modal-in{0%{transform:translateY(8px) scale(.98);opacity:0}to{transform:none;opacity:1}}.mh5-modal__title{font-size:16px;font-weight:700;color:#0f172a;padding:18px 18px 6px}.mh5-modal__body{padding:4px 18px 14px}.mh5-modal__desc{font-size:13px;color:#475569;line-height:1.6;margin:0 0 12px}.mh5-quota-tip{background:rgba(8,145,178,.08);border:1px solid rgba(8,145,178,.2);color:#0891b2;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.6;font-weight:600}.mh5-quota-tip b{font-weight:700}.mh5-quota-tip__tier{color:#111}.mh5-quota-tip__num{color:#ea580c}.mh5-modal__btns{display:flex;gap:10px;padding:12px 18px 18px}.mh5-modal__btn{flex:1 1;height:44px;border:0;border-radius:10px;font-size:15px;font-weight:600}.mh5-modal__btn:disabled{opacity:.6}.mh5-modal__btn--cancel{background:#f1f5f9;color:#475569}.mh5-modal__btn--ok{background:#0891b2;color:#fff}