*{box-sizing:border-box}body{margin:0;padding:0;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}.top-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:none;height:44px;padding-top:env(safe-area-inset-top,0);background:rgba(255,255,255,.98);border-bottom:1px solid rgba(0,0,0,.06);align-items:center;box-sizing:content-box}.top-nav-back{position:absolute;left:0;top:0;margin-top:env(safe-area-inset-top,0);width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;color:#111}.top-nav-back:active{background:rgba(0,0,0,.04)}.top-nav-back-icon{width:22px;height:22px;display:block}.top-nav-title{position:absolute;left:44px;right:44px;top:env(safe-area-inset-top,0);height:44px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}body.with-topnav{--topnav-height:calc(44px + env(safe-area-inset-top, 0px));--app-content-height:calc(100vh - var(--topnav-height))}body.with-topnav #app{padding-top:var(--topnav-height);height:100vh;min-height:100vh;box-sizing:border-box;overflow:hidden}#app{height:100vh;box-sizing:border-box}.page{padding:0}.spa-error{padding:16px;color:#c00}.spa-loading{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(255,255,255,.85);display:none;align-items:center;justify-content:center}.spa-loading-box{display:flex;flex-direction:column;align-items:center;gap:12px}.spa-loading-spinner{width:36px;height:36px;border:3px solid #eee;border-top-color:#1989fa;border-radius:50%;animation:.8s linear infinite spa-loading-spin}@keyframes spa-loading-spin{to{transform:rotate(360deg)}}.spa-loading-text{font-size:14px;color:#666}.api-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:20000;display:none;align-items:center;justify-content:center}.api-loading-mask{position:absolute;top:0;left:0;right:0;bottom:0;background:0 0;pointer-events:auto;cursor:wait}.api-loading-box{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:14px;background-color:rgba(0,0,0,.8);padding:24px 28px;border-radius:10px;min-width:130px}.api-loading-spinner{display:block;width:40px;height:40px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:.8s linear infinite spa-loading-spin}.api-loading-text{font-size:14px;color:#fff;text-align:center}.app-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:25000;display:none;align-items:center;justify-content:center}.app-confirm-mask{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.app-confirm-panel{position:relative;z-index:1;width:300px;max-width:calc(100vw - 48px);background:#fff;border-radius:12px;overflow:hidden}.app-confirm-msg{padding:24px 20px 18px;font-size:15px;line-height:1.6;color:#333;text-align:left;word-break:break-word}.app-confirm-actions{display:flex;border-top:1px solid #eee}.app-confirm-btn{flex:1;height:48px;border:none;background:0 0;font-size:16px;cursor:pointer;-webkit-tap-highlight-color:transparent}.app-confirm-btn:active{background:rgba(0,0,0,.04)}.app-confirm-cancel{color:#999;border-right:1px solid #eee}.app-confirm-ok{color:#1989fa;font-weight:600}.app-confirm-ok-full{border-right:none}.app-tabbar{width:100%;height:60px;background-color:#fff;border-top:1px solid #e5e5e5;display:none;justify-content:space-around;align-items:center;position:fixed;bottom:0;left:0;z-index:1000;box-shadow:0 -2px 10px rgba(0,0,0,.05)}.app-tabbar-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:5px 0;transition:.3s;-webkit-tap-highlight-color:transparent}.app-tabbar-item.active{color:#009aff}.app-tabbar-icon,.app-tabbar-icon-active{width:24px;height:24px;margin-bottom:4px;display:block}.app-tabbar-icon-active,.app-tabbar-item.active .app-tabbar-icon{display:none}.app-tabbar-item.active .app-tabbar-icon-active{display:block}.app-tabbar-text{font-size:12px;color:#909399;transition:color .3s}.app-tabbar-item.active .app-tabbar-text{color:#009aff}.page-guide{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f7f7f7}.page-guide .guide-content{text-align:center;padding:20px}.page-guide .guide-text{font-size:14px;color:#666;line-height:1.6;margin-top:20px}.page-guide .guide-dots{display:flex;justify-content:center;align-items:center;gap:8px}.page-guide .guide-dot{width:8px;height:8px;border-radius:50%;background-color:#999;animation:1.2s ease-in-out infinite guide-dot-bounce}.page-guide .guide-dot:nth-child(2){animation-delay:.2s}.page-guide .guide-dot:nth-child(3){animation-delay:.4s}@keyframes guide-dot-bounce{0%,100%,60%{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1.2)}}.page-guide .guide-error-img{display:block;width:120px;height:auto;margin:0 auto}.page-home{min-height:100vh;background:#f7f7f7;padding:0}.page-home .home-content{width:100%;min-height:100vh;position:relative;background-color:#f7f7f7;padding-bottom:80px}.page-home .home-top-bg{width:100%;position:relative}.page-home .home-bg-image{width:100%;height:auto;display:block;cursor:pointer;background:linear-gradient(180deg,#e8f4fd 0,#f7f7f7 100%);min-height:120px}.page-home .home-action-area{margin-top:20px;padding:0 5%}.page-home .home-action-box{border-radius:8px;width:90%;max-width:670px;height:97px;display:flex;align-items:center;justify-content:center;margin:0 auto;cursor:pointer;transition:.3s;box-shadow:0 5px 10px rgba(0,0,0,.1);-webkit-tap-highlight-color:transparent}.page-home .home-action-box:active{transform:scale(.98);opacity:.9}.page-home .home-action-icon{width:50px;height:50px;margin-right:2em}.page-home .home-action-title{font-size:35px;font-weight:700;letter-spacing:15px;color:#1d1d1d;text-align:center}.page-home .home-action-box.save{background:radial-gradient(ellipse at center,#84c2f9 0,#a3d0f9 100%);box-shadow:0 5px 10px rgba(128,192,249,.5)}.page-home .home-action-box.save:active{background:radial-gradient(ellipse at center,#97caf9 0,#b3d5f9 100%)}.page-home .home-action-box.takeout{margin-top:20px;background:radial-gradient(ellipse at center,#f8bf93 0,#f9c9a4 100%);box-shadow:0 5px 10px rgba(249,180,128,.5)}.page-home .home-action-box.takeout:active{background:radial-gradient(ellipse at center,#ffd2a5 0,#ffd9b8 100%)}.page-home .home-ad-wrap{margin:16px 5% 0;min-height:80px}.page-home .home-ad-wrap #banner_2_0{width:100%;min-height:80px}.page-home .home-ask-server{position:fixed;left:0;bottom:120px;display:flex;width:120px;height:48px;padding-left:20px;padding-right:10px;border-top-right-radius:23px;border-bottom-right-radius:23px;box-shadow:0 0 10px #d3d3d3;justify-content:space-between;align-items:center;background-color:#fff;cursor:pointer;transition:.3s;-webkit-tap-highlight-color:transparent}.page-home .home-ask-server:active{background-color:#f5f5f5}.page-home .home-ask-title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.page-home .home-text-bold{font-size:12px;letter-spacing:1.5px;color:#333}.page-home .home-text-desc{font-size:9px;color:#999}.page-home .home-ask-icon{display:flex;align-items:center;justify-content:center}.page-home .home-ask-icon-svg{width:25px;height:25px;color:#0287fc}@media (max-width:375px){.page-home .home-action-title{font-size:30px;letter-spacing:10px}.page-home .home-action-icon{width:45px;height:45px}}.page-user{min-height:100vh;background:#f5f5f5;padding:0 0 80px}.page-user .user-card{display:flex;align-items:center;background-color:#2d96fd;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 2px 3px rgba(26,148,255,.4);padding:40px 0}.page-user .user-avatar{margin-left:32px}.page-user .user-avatar-icon{width:60px;height:60px;color:#fff}.page-user .user-info{margin-left:25px;cursor:pointer;-webkit-tap-highlight-color:transparent}.page-user .user-name{font-size:17px;font-weight:600;color:#f4f4f4;margin-bottom:10px}.page-user .user-sub{font-size:13px;color:#e5e5e5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px;display:inline-flex;align-items:center;gap:6px}.page-user .user-sub-copy-icon{width:16px;height:16px;color:#e5e5e5;opacity:.95;flex-shrink:0}.page-user .menu-section{margin:37px 20px 10px}.page-user .menu-group{background:#fff;border-radius:8px;overflow:hidden}.page-user .menu-item{display:flex;align-items:center;padding:0 15px;height:50px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:background-color .2s;-webkit-tap-highlight-color:transparent}.page-user .menu-item:last-child{border-bottom:none}.page-user .menu-item:active{background-color:#e7e7e7}.page-user .menu-icon-svg{width:20px;height:20px;color:#2d96fd;margin-right:10px;flex-shrink:0}.page-user .menu-text{font-size:15px;color:#333;flex:1}.page-user .menu-arrow-svg{width:20px;height:20px;color:#cecece;flex-shrink:0}@media (max-width:375px){.page-user .user-card{padding:30px 0}.page-user .user-avatar-icon{width:50px;height:50px}.page-user .menu-item{height:48px}}.page-door-select{padding:0;min-height:100%;height:100%;background:#f7f7f7;overflow:hidden}body.with-topnav .page-door-select .ds-container{height:var(--app-content-height)}body.with-topnav .page-door-select .ds-door-select{height:calc(var(--app-content-height) - 350px)}.page-door-select .ds-container{height:100vh;display:flex;flex-direction:column;background-color:#f7f7f7;overflow:hidden}.page-door-select .ds-door-select{display:flex;height:calc(100vh - 350px);min-height:300px;overflow:hidden;width:100%;background-color:#fff}.page-door-select .ds-door-type{width:50px;background-color:#efefef;color:#b4b3b3;display:flex;flex-direction:column;box-shadow:2px 0 10px rgba(239,239,239,.5);font-weight:600}.page-door-select .ds-door-type-item{flex:1;display:flex;justify-content:center;align-items:center;writing-mode:vertical-lr;letter-spacing:10px;cursor:pointer;transition:.3s;font-size:16px}.page-door-select .ds-door-type-item.selected{background-color:#fff;color:#2d96fd}.page-door-select .ds-door-type-item:active{opacity:.8}.page-door-select .ds-box-content{flex:1;padding:15px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;gap:12px;overflow-y:auto}.page-door-select .ds-door-list-msg{width:100%;text-align:center;color:#666;font-size:14px;padding:20px}.page-door-select .ds-door-item{width:90px;height:75px;-webkit-tap-highlight-color:transparent;background-color:#daeeff;flex-shrink:0;border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#009aff;font-weight:700;font-size:20px;box-shadow:2px 2px 5px rgba(175,230,255,.5);cursor:pointer;transition:.3s;-webkit-user-select:none;user-select:none}.page-door-select .ds-door-item:active{transform:scale(.98)}.page-door-select .ds-door-item.ds-selected{transform:scale(1.05);box-shadow:0 0 15px #f50;box-sizing:border-box}.page-door-select .ds-door-number{font-size:30px;line-height:1}.page-door-select .ds-door-type-text{font-size:20px;line-height:1}.page-door-select .ds-door-item .ds-door-type-text{font-size:15px;font-weight:500;margin-top:5px}.page-door-select .ds-door-count{font-size:12px;font-weight:400;margin-top:5px;opacity:.8}.page-door-select .ds-size1{background-color:#daeeff;color:#009aff}.page-door-select .ds-size2{background-color:#afd2fc;color:#009aff}.page-door-select .ds-size3{background-color:#67cbff;color:#fff}.page-door-select .ds-size4{background-color:#4faaf0;color:#fff}.page-door-select .ds-size5{background-color:#1b84ed;color:#fff}.page-door-select .ds-password-input{height:auto;background-color:#f7f7f7;padding:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;box-shadow:0 -2px 10px rgba(0,0,0,.05)}.page-door-select .ds-password-title{font-size:16px;color:#333;margin-top:5px;margin-bottom:0;font-weight:500}.page-door-select .ds-password-display{display:flex;justify-content:center;align-items:center;padding:10px 0 15px;box-sizing:border-box}.page-door-select .ds-password-item{width:60px;height:50px;margin:0 10px;font-size:25px;font-weight:700;display:flex;align-items:center;justify-content:center;border-bottom:2px solid #2d96fd;color:#2d96fd;box-sizing:border-box}.page-door-select .ds-keyboard{display:flex;flex-wrap:wrap;width:100%;gap:15px;padding:15px 20px;box-sizing:border-box}.page-door-select .ds-key-item{background-color:#fff;flex:1 0 calc(33.333% - 15px);min-height:50px;border-radius:5px;font-size:20px;font-weight:700;color:#2d96fd;display:flex;justify-content:center;align-items:center;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.1);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;transition:.2s}.page-door-select .ds-key-item:active{background-color:#eef3f9}.page-door-select .ds-clear-btn{color:#fff;font-size:15px;background-color:#fb9345}.page-door-select .ds-clear-btn:active{background-color:#e8823a}.page-door-select .ds-confirm-btn{font-size:15px;background-color:transparent;padding:0;overflow:hidden;position:relative}.page-door-select #door-select-confirm-wrap .ds-confirm-btn-inner,.page-door-select #door-select-confirm-wrap wx-open-subscribe{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:48px}.page-door-select .ds-confirm-inner-btn{width:100%;height:100%;min-height:48px;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;background:#2d96fd;color:#fff;box-sizing:border-box}.page-door-select .ds-confirm-inner-btn:disabled{opacity:.6;cursor:not-allowed}.page-door-select .ds-confirm-inner-btn:active:not(:disabled){background:#1a7fd9}@media (max-width:375px){.page-door-select .ds-door-select{height:calc(100vh - 320px)}.page-door-select .ds-door-type{width:45px}.page-door-select .ds-door-type-item{font-size:14px;letter-spacing:8px}.page-door-select .ds-door-item{width:80px;height:70px;font-size:18px}.page-door-select .ds-door-number{font-size:26px}.page-door-select .ds-password-item{width:50px;height:45px;font-size:22px;margin:0 8px}.page-door-select .ds-key-item{min-height:45px;font-size:18px}}.phone-bind-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:15000;display:none;align-items:center;justify-content:center}.phone-bind-mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.phone-bind-content{position:relative;width:85%;max-width:500px;background-color:#fff;border-radius:16px;padding:30px 25px;box-sizing:border-box;z-index:1;max-height:80vh;overflow-y:auto}.phone-bind-title{font-size:20px;font-weight:700;color:#333;text-align:center;margin-bottom:20px}.phone-bind-tips{margin-bottom:20px}.phone-bind-tip{font-size:13px;line-height:1.8em;color:#666;margin-bottom:8px}.phone-bind-tip:last-child{margin-bottom:0}.phone-bind-tip-error{color:#e53935;font-weight:600;display:none}#phone-bind-tip-step2{display:none}.phone-bind-display{position:relative;height:48px;border-bottom:2px solid #0287fc;margin-bottom:16px;display:flex;align-items:center;padding:0 4px}.phone-bind-text{font-size:22px;font-weight:700;color:#0287fc;letter-spacing:3px}.phone-bind-placeholder{font-size:15px;color:#bbb;position:absolute;left:4px}.phone-bind-cursor{width:2px;height:22px;background-color:#0287fc;margin-left:2px;opacity:0}.phone-bind-cursor.blink{animation:1s step-end infinite phone-cursor-blink}@keyframes phone-cursor-blink{0%,100%{opacity:1}50%{opacity:0}}.phone-bind-keyboard{display:flex;flex-wrap:wrap;width:100%;gap:10px;padding:0 0 10px;box-sizing:border-box}.phone-bind-key{background-color:#fff;flex:1 0 calc(33.333% - 10px);min-height:48px;border-radius:8px;font-size:20px;font-weight:700;color:#0287fc;display:flex;justify-content:center;align-items:center;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,.08);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;transition:.2s}.phone-bind-key:active{background-color:#e8f4fe}.phone-bind-key-clear{color:#fff;font-size:15px;background-color:#fb9345}.phone-bind-key-clear:active{background-color:#e8823a}.phone-bind-key-confirm{color:#fff;font-size:15px;background-color:#0287fc}.phone-bind-key-confirm:active{background-color:#0270d9}.phone-bind-key-confirm.disabled{background-color:#ccc;color:#999;cursor:not-allowed}.pay-info-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:none;align-items:center;justify-content:center}.pay-info-mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pay-info-content{position:relative;width:85%;max-width:500px;background-color:#fff;border-radius:16px;padding:30px 25px;box-sizing:border-box;z-index:1;max-height:80vh;overflow-y:auto}.pay-info-title{font-size:20px;font-weight:700;color:#333;text-align:center;margin-bottom:20px}.pay-info-text{font-size:14px;line-height:2em;color:#666;margin-bottom:20px;text-align:left;padding:10px 0}.pay-info-row{margin-bottom:8px}.pay-info-row .pay-info-bold{color:#009aff;font-weight:700}.pay-info-usage{margin-top:10px}.pay-info-danger{color:#ff341a;font-weight:700}.pay-info-buttons{display:flex;flex-direction:column;gap:12px}.pay-info-btn{width:100%;height:48px;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:.3s;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.pay-info-btn:disabled{opacity:.6;cursor:not-allowed}.pay-info-btn-primary{background-color:#0287fc;color:#fff}.pay-info-btn-primary:active{background-color:#0270d9;opacity:.9}.pay-info-btn-secondary{background-color:#eee;color:#666}.pay-info-btn-secondary:active{background-color:#ddd}.pay-info-subscribe-wrap{width:100%;min-height:48px;display:none;box-sizing:border-box}.pay-info-launch-weapp-wrap,.pay-info-subscribe-wrap wx-open-launch-weapp,.pay-info-subscribe-wrap wx-open-subscribe{display:block;width:100%}.pay-info-launch-weapp-hidden{visibility:hidden;position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.pay-info-subscribe-wrap .pay-info-subscribe-btn{width:100%;height:48px;border:none;border-radius:8px;font-size:16px;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background-color:#0287fc;color:#fff;box-sizing:border-box}.pay-info-subscribe-wrap .pay-info-subscribe-btn:active{background-color:#0270d9;opacity:.9}.page-take-bag{padding:0;min-height:100%;height:100%;background:#f7f7f7;overflow:hidden}body.with-topnav .page-take-bag .tb-container{height:var(--app-content-height)}.page-take-bag .tb-container{height:100vh;overflow:hidden}.page-take-bag .tb-scroll{height:100%;overflow-y:auto;position:relative;overscroll-behavior-y:contain;padding-bottom:20px}.page-take-bag .tb-order-list{width:100%;padding:20px;box-sizing:border-box}.page-take-bag .tb-order-item{box-shadow:0 0 5px rgba(0,0,0,.15);margin-bottom:20px;border-radius:10px;overflow:hidden;background-color:#fff}.page-take-bag .tb-order-item:last-child{margin-bottom:0}.page-take-bag .tb-order-content{font-size:14px;color:#b2b1b1;padding:15px}.page-take-bag .tb-info-row{display:flex;margin-bottom:15px}.page-take-bag .tb-info-row:last-child{margin-bottom:0}.page-take-bag .tb-info-item{flex:1;display:flex;flex-direction:column}.page-take-bag .tb-info-title{margin-bottom:5px;font-size:14px;color:#b2b1b1;display:flex;align-items:center}.page-take-bag .tb-info-value{color:#9d9c9c;font-size:14px;word-break:break-all}.page-take-bag .tb-pwd-toggle{display:inline-flex;align-items:center;font-size:14px;line-height:1;color:#009aff;margin-left:5px;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.page-take-bag .tb-pwd-toggle:active{opacity:.7}.page-take-bag .tb-copy-icon{font-size:14px;color:#009aff;margin-left:5px;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.page-take-bag .tb-copy-icon:active{opacity:.7}.page-take-bag .tb-operation-btn{height:45px;color:#fff;display:flex;border-top:1px solid #f5f5f5}.page-take-bag .tb-btn-open{flex:1;display:flex;align-items:center;justify-content:center;color:#009aff;border-bottom-left-radius:10px;background-color:#fafafa;cursor:pointer;transition:background-color .3s;font-size:16px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.page-take-bag .tb-btn-open:active{background-color:#f0f0f0}.page-take-bag .tb-btn-end{flex:1;display:flex;align-items:center;justify-content:center;background-color:#009aff;border-bottom-right-radius:10px;cursor:pointer;transition:background-color .3s;font-size:16px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.page-take-bag .tb-btn-end:active{background-color:#0088e6}.page-take-bag .tb-loading-more{padding:20px;text-align:center}.page-take-bag .tb-loading-text{font-size:14px;color:#999}.page-take-bag .tb-no-more{padding:20px;text-align:center}.page-take-bag .tb-no-more-text{font-size:14px;color:#cecece}.page-take-bag .tb-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:100%;padding:0 20px;box-sizing:border-box}.page-take-bag .tb-empty-icon{font-size:60px;margin-bottom:20px;line-height:1}.page-take-bag .tb-empty-text{font-size:16px;color:#999;line-height:1.6;max-width:300px;margin:0 auto}.page-take-bag .tb-modal-mask{position:fixed;top:0;left:0;right:0;bottom:0;z-index:19000;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:16px}.page-take-bag .tb-modal-panel{width:100%;max-width:340px;border-radius:12px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.18);overflow:hidden}.page-take-bag .tb-modal-title{padding:14px 16px 8px;font-size:16px;font-weight:600;color:#111;text-align:center}.page-take-bag .tb-modal-content{padding:0 16px 14px;font-size:14px;line-height:1.6;color:#333}.page-take-bag .tb-end-reason{margin-bottom:10px;color:#d93026;word-break:break-all}.page-take-bag .tb-end-status-row{display:flex;align-items:baseline;margin-bottom:6px;font-size:14px;line-height:1.6}.page-take-bag .tb-end-label{color:#999;flex-shrink:0}.page-take-bag .tb-end-value{color:#333;word-break:break-all}.page-take-bag .tb-end-desc{margin-top:8px}.page-take-bag .tb-end-submsg{margin-top:8px;color:#666;word-break:break-all}.page-take-bag .tb-link{color:#1677ff;text-decoration:underline}.page-take-bag .tb-arrears-num{font-size:18px;font-weight:600;color:#e4393c}.page-take-bag .tb-arrears-tip{margin-top:8px;color:#666;font-size:13px}.page-take-bag .tb-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid #eee}.page-take-bag .tb-modal-btn{appearance:none;border:0;background:0 0;padding:12px 0;font-size:15px;cursor:pointer;-webkit-tap-highlight-color:transparent}.page-take-bag .tb-modal-btn:disabled{cursor:not-allowed;opacity:.6}.page-take-bag .tb-modal-btn:active{background:rgba(0,0,0,.04)}.page-take-bag .tb-btn-secondary{color:#666;border-right:1px solid #eee}.page-take-bag .tb-btn-primary{color:#1677ff;font-weight:600}.page-privacy-policy,.page-user-policy{padding:0;height:100%;min-height:100%;overflow-y:auto;overscroll-behavior-y:contain;background-color:#fff;font-size:14px;color:#333}.policy-date-bar{display:flex;justify-content:space-between;padding:10px 15px;background-color:#fafafa;border-bottom:1px solid #f5f5f5}.policy-date-item{font-size:12px;color:#666}.policy-body{padding:15px 15px 30px}.policy-section{margin-bottom:20px}.policy-title{font-size:16px;font-weight:600;color:#333;margin-bottom:10px}.policy-subtitle{font-size:15px;font-weight:500;color:#444;margin:12px 0 8px}.policy-p{line-height:24px;margin-bottom:12px;color:#555;font-size:14px}.policy-li.highlight,.policy-p.highlight{color:red;font-weight:700}.policy-hl{color:red}.policy-list{padding-left:15px;margin-bottom:12px}.policy-li{line-height:24px;margin-bottom:8px;color:#555;font-size:14px}@media (max-width:375px){.page-take-bag .tb-order-content{padding:12px;font-size:13px}.page-take-bag .tb-info-row{margin-bottom:12px}.page-take-bag .tb-info-title,.page-take-bag .tb-info-value{font-size:13px}.page-take-bag .tb-operation-btn{height:40px;font-size:15px}.policy-body{padding:12px}.policy-title{font-size:15px}.policy-subtitle{font-size:14px}.policy-li,.policy-p{font-size:13px;line-height:22px}}.page-feedback{min-height:100%;background-color:#f5f5f5;padding:0}.page-feedback .fb-body{padding:12px 14px 18px}.page-feedback .fb-notice{background:#fff7e6;color:#8a5a00;border:1px solid #ffe3b0;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.5;margin-bottom:12px}.page-feedback .fb-type-bar{display:flex;background-color:#fff;border-radius:12px;padding:6px;gap:6px;margin-bottom:12px}.page-feedback .fb-type-btn{flex:1;height:36px;border:none;border-radius:10px;background-color:#f3f4f6;color:#333;font-size:14px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .2s,color .2s}.page-feedback .fb-type-btn.active{background-color:#2d96fd;color:#fff}.page-feedback .fb-form{background-color:#fff;border-radius:12px;padding:14px 12px}.page-feedback .fb-field{margin-bottom:14px}.page-feedback .fb-label{font-size:13px;color:#666;margin-bottom:8px}.page-feedback .fb-input{width:100%;height:42px;padding:0 12px;border:1px solid #e5e5e5;border-radius:10px;font-size:14px;outline:0;background-color:#fff;box-sizing:border-box}.page-feedback .fb-input:focus{border-color:#2d96fd}.page-feedback .fb-input:disabled{background-color:#f5f5f5;color:#999}.page-feedback .fb-textarea{width:100%;padding:10px 12px;border:1px solid #e5e5e5;border-radius:10px;font-size:14px;outline:0;resize:none;line-height:1.5;min-height:120px;box-sizing:border-box}.page-feedback .fb-textarea:focus{border-color:#2d96fd}.page-feedback .fb-counter{text-align:right;font-size:12px;color:#999;margin-top:6px}.page-feedback .fb-submit{width:100%;height:44px;border:none;border-radius:12px;background-color:#2d96fd;color:#fff;font-size:15px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;margin-top:4px}.page-feedback .fb-submit:active{background-color:#1f7edb}.page-feedback .fb-submit:disabled{opacity:.6;cursor:not-allowed}.page-cooperation .coop-container{position:relative;width:100%;min-height:100vh;background-color:#f3f3f3;overflow-x:hidden}.page-cooperation .coop-image-bg{width:100%;height:50vh;min-height:300px;max-height:450px;display:block;margin:0;padding:0;object-fit:cover;object-position:center}.page-cooperation .coop-form-content{position:absolute;left:0;top:45%;background-color:#f3f3f3;border-top-left-radius:16px;border-top-right-radius:16px;width:100%;padding:20px 20px 40px;box-sizing:border-box;min-height:55vh}.page-cooperation .coop-form-title{color:#212121;font-size:18px;margin-bottom:20px}.page-cooperation .coop-form-item{color:#616161;margin-bottom:15px}.page-cooperation .coop-form-label{margin-bottom:10px;font-weight:700;font-size:15px;color:#616161}.page-cooperation .coop-form-input{background-color:#fff;padding:10px;border:1px solid #e3e3e3;border-radius:4px}.page-cooperation .coop-form-input input{width:100%;border:none;outline:0;font-size:15px;color:#333;background:0 0}.page-cooperation .coop-form-input input::placeholder{color:#999}.page-cooperation .coop-instruction-title{color:#3f3f3f;font-size:15px}.page-cooperation .coop-instruction-text{color:#8c8c8c;font-size:14px;line-height:1.6}.page-cooperation .coop-submit-btn{background-color:#009aff;padding:15px 0;width:60%;max-width:300px;text-align:center;color:#fff;border-radius:5px;margin:30px auto;cursor:pointer;font-size:16px;transition:background-color .3s;-webkit-tap-highlight-color:transparent}.page-cooperation .coop-submit-btn:active{background-color:#1aafff}.page-cooperation .coop-mb-20{margin-bottom:20px}.page-cooperation .coop-mt-40{margin-top:40px}.page-cooperation .text-center{text-align:center}.page-cooperation .text-bold{font-weight:700}.page-cooperation .mb-40{margin-bottom:40px}@media (max-height:667px){.page-cooperation .coop-form-content{top:75%}}@media (min-height:800px){.page-cooperation .coop-form-content{top:85%}}@media (max-width:768px){.page-cooperation .coop-image-bg{height:45vh;min-height:250px}.page-cooperation .coop-form-content{top:40%;min-height:60vh}}@media (max-width:375px){.page-cooperation .coop-form-content{padding:15px}.page-cooperation .coop-form-title{font-size:16px}.page-cooperation .coop-form-input input,.page-cooperation .coop-form-label,.page-cooperation .coop-instruction-title{font-size:14px}.page-cooperation .coop-instruction-text{font-size:13px}.page-cooperation .coop-submit-btn{width:70%;padding:12px 0;font-size:15px}.page-cooperation .coop-image-bg{height:40vh;min-height:200px}.page-cooperation .coop-form-content{top:35%;min-height:65vh}}.page-order{padding:0;min-height:100%;height:100%;background:#f5f5f5;overflow:hidden}body.with-topnav .page-order .od-container{height:var(--app-content-height)}.page-order .od-container{height:100vh;overflow:hidden}.page-order .od-scroll{height:100%;overflow-y:auto;position:relative;overscroll-behavior-y:contain;padding-bottom:20px}.page-order .od-list{padding:20px}.page-order .od-item{background:#fff;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden}.page-order .od-item:last-child{margin-bottom:0}.page-order .od-item-clickable{cursor:pointer;transition:box-shadow .2s,transform .2s}.page-order .od-item-clickable:active{transform:scale(.98);box-shadow:0 1px 4px rgba(0,0,0,.12)}.page-order .od-status-bar{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #f5f5f5}.page-order .od-order-id{flex:1;font-size:15px;font-weight:600;color:#222;display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden}.page-order .od-copy-btn{font-size:12px;color:#009aff;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;flex-shrink:0}.page-order .od-copy-btn:active{opacity:.7}.page-order .od-status{padding:6px 16px;border-radius:12px;font-size:13px;font-weight:500;flex-shrink:0;margin-left:8px}.page-order .od-status-payed{color:#ff514b;background:#ffe5e1;border:1px solid #ff705d}.page-order .od-status-unpayed{color:#666;background:rgba(181,187,188,.2)}.page-order .od-status-end{color:#009aff;background:#dff2ff;border:1px solid #009aff}.page-order .od-status-refunded{color:#ffa02c;background:#fef0e6}.page-order .od-status-refunding{color:#ff3e31;background:rgba(255,0,0,.2)}.page-order .od-content{padding:20px}.page-order .od-row{display:flex;margin-bottom:15px}.page-order .od-row:last-child{margin-bottom:0}.page-order .od-col{flex:1}.page-order .od-label{font-size:13px;color:#999;margin-bottom:6px}.page-order .od-value{font-size:15px;color:#333;word-break:break-all}.page-order .od-refund-btn{margin-top:15px;padding:12px 20px;background:#009aff;color:#fff;text-align:center;font-size:15px;border-radius:0 0 12px 12px;cursor:pointer;transition:background-color .3s;-webkit-tap-highlight-color:transparent}.page-order .od-refund-btn:active{background:#0080e6}.page-order .od-loading-more{padding:20px;text-align:center}.page-order .od-loading-text{font-size:14px;color:#999}.page-order .od-no-more{padding:20px;text-align:center}.page-order .od-no-more-text{font-size:14px;color:#cecece}.page-order .od-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:100%;padding:0 20px;box-sizing:border-box}.page-order .od-empty-icon{font-size:60px;margin-bottom:20px;line-height:1}.page-order .od-empty-text{font-size:16px;color:#999}@media (max-width:375px){.page-order .od-content{padding:15px}.page-order .od-row{margin-bottom:12px}.page-order .od-label{font-size:12px}.page-order .od-value{font-size:14px}.page-order .od-status-bar{padding:12px 15px}}