:root{--table-header-height: 44PX;--table-row-height-ceiling: 60PX;--table-header-font-size: calc(11PX * var(--app-font-scale, 1) * var(--table-font-scale, 1));--table-body-font-size: calc(12PX * var(--app-font-scale, 1) * var(--table-font-scale, 1));--table-cell-padding-x: 8PX;--table-cell-padding-y: 7PX;--table-row-min-height: min(var(--table-row-height, 60PX), var(--table-row-height-ceiling));--ui-control-height: 32PX;--table-border-color: #d7e3e1;--table-header-background: #e4f0ee;--table-focus-color: #14786f}.shared-table-surface{min-width:0;color:#294f53;font-size:var(--table-body-font-size)}.shared-table-viewport{box-sizing:border-box;width:100%;min-width:0;max-width:100%;max-height:var(--table-viewport-max-height, calc(100vh - 240PX));overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.shared-table-viewport>.shared-table-surface,.shared-table-viewport>[data-table-contract=v1]{min-width:max-content}.shared-table-viewport [data-table-grid],.shared-table-viewport .shared-table-grid{min-width:max-content}.shared-table-surface .shared-table-header{min-height:var(--table-header-height);align-items:center;border-bottom:1PX solid var(--table-border-color);background:var(--table-header-background);color:#294f53;font-size:var(--table-header-font-size);font-weight:700;line-height:1.25;white-space:nowrap}.shared-table-surface .shared-table-header,.shared-table-surface .shared-table-cell{box-sizing:border-box;min-width:0}.shared-table-viewport .aligned-table-row,.shared-table-viewport [class*=-table-row],.shared-table-viewport [class*=-data-row],.shared-table-viewport [class*=-matrix-row]{min-height:min(var(--table-row-min-height),var(--table-row-height-ceiling));max-height:var(--table-row-height-ceiling);overflow:visible}.shared-table-surface .shared-table-cell{min-width:0;min-height:min(var(--table-row-min-height),var(--table-row-height-ceiling));max-height:var(--table-row-height-ceiling);border-right:1PX solid var(--table-border-color);border-bottom:1PX solid var(--table-border-color);font-size:var(--table-body-font-size);line-height:1.4;overflow-wrap:anywhere}.shared-table-surface taro-input-core,.shared-table-surface taro-button-core,.shared-table-surface .shared-table-control{min-height:min(var(--ui-control-height),var(--table-row-height-ceiling));max-height:var(--table-row-height-ceiling);font-size:var(--table-body-font-size)}.shared-table-surface .management-table-column-resizer,.shared-table-surface .h5-table-column-resize-handle{min-width:10PX;touch-action:none}.shared-table-surface .h5-table-column-resize-handle:after,.shared-table-surface .management-table-column-resizer:after{background:#8fb3af}@media (max-width: 899px){.shared-table-viewport{max-height:none;overflow-y:visible}.shared-table-viewport[data-mobile-scroll=bounded]{max-height:var(--table-viewport-max-height, calc(100vh - 180PX));overflow-y:auto}.shared-table-surface{--table-header-height: 40PX;--table-header-font-size: calc(10PX * var(--app-font-scale, 1) * var(--table-font-scale, 1));--table-body-font-size: calc(11PX * var(--app-font-scale, 1) * var(--table-font-scale, 1));--table-cell-padding-x: 6PX;--table-cell-padding-y: 6PX}.shared-table-surface .shared-table-cell{max-height:var(--table-row-height-ceiling)}}page{box-sizing:border-box;width:100%;min-height:100%;overflow:visible;padding-top:calc(env(safe-area-inset-top) + 44PX);background:#f4f6f7;color:#172126;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}#app{min-height:100vh;overflow:auto}taro-view-core,taro-text-core{box-sizing:border-box}.startup-session-overlay{position:fixed;z-index:1000;inset:0;display:flex;padding:1.2rem .7rem;align-items:center;flex-direction:column;justify-content:center;background:#f4f6f7;color:#172126;text-align:center}.startup-session-mark{display:block;width:1.7rem;height:1.7rem;border-radius:.15rem}.startup-session-title{margin-top:.5rem;font-size:calc(.7rem * var(--app-font-scale, 1));font-weight:700}.startup-session-message{max-width:13rem;margin-top:.7rem;color:#5f7076;font-size:calc(.525rem * var(--app-font-scale, 1));line-height:1.5}.startup-session-correlation{margin-top:.25rem;color:#829095;font-size:calc(.425rem * var(--app-font-scale, 1))}.startup-session-retry{width:5.5rem;height:1.7rem;margin-top:.7rem;border-radius:.15rem;background:#16786e;color:#fff;font-size:calc(.525rem * var(--app-font-scale, 1));line-height:1.7rem}.startup-session-retry:after{border:0}@media (min-width: 900px){.startup-session-overlay{padding:32PX}.startup-session-mark{width:42PX;height:42PX;font-size:calc(13PX * var(--app-font-scale, 1))}.startup-session-title{margin-top:12PX;font-size:calc(18PX * var(--app-font-scale, 1))}.startup-session-message{max-width:420PX;margin-top:18PX;font-size:calc(13PX * var(--app-font-scale, 1))}.startup-session-correlation{margin-top:7PX;font-size:calc(10PX * var(--app-font-scale, 1))}.startup-session-retry{width:132PX;height:38PX;margin-top:18PX;font-size:calc(12PX * var(--app-font-scale, 1));line-height:38PX}}.app-font-scale-root{min-height:100vh}
