@charset "UTF-8";:root{--border-1: #e5e6eb;--dividers-1: #e5e6eb;--bg-1: #f0f2f5;--bg-2: #ffffff;--fill-1: #f0f2f5;--fill-2: #f7f8fa;--text-1: #192d42;--text-2: #4e5969;--text-3: #86909c;--text-4: #c9cdd4;--text-5: #ffffff;--font-size-1: 12px;--font-size-2: 13px;--font-size-3: 14px;--font-size-4: 16px;--line-height-1: 18px;--line-height-2: 20px;--line-height-3: 22px;--line-height-4: 24px;--font-weight-1: 400;--font-weight-2: 500;--font-weight-3: 600;--mask-1: rgba(29, 33, 41, .6);--box-shadow-1: 0 2px 12px 0 rgba(0, 0, 0, .1)}:root{--primary-1: #0077fa;--primary-2: #3392fb;--primary-3: #005fc8;--primary-4: #99c9fd;--warning-1: #ff7d00;--warning-2: #ff9733;--warning-3: #e67100;--warning-4: #ffcb99;--success-1: #00b42a;--success-2: #33c355;--success-3: #00a226;--success-4: #99e1aa;--danger-1: #f53f3f;--danger-2: #f76565;--danger-3: #dd3939;--danger-4: #fbb2b2;--error-1: #f53f3f;--error-2: #f76565;--error-3: #dd3939;--error-4: #fbb2b2;--link-1: #0077fa;--link-2: #3392fb;--link-3: #005fc8;--link-4: #99c9fd;--secondary-1: #f2f3f5;--secondary-2: #e5e6eb;--secondary-3: #c9cdd4;--secondary-4: #f7f8fa}html ::-webkit-scrollbar{background:transparent;width:10px;height:10px}html ::-webkit-scrollbar-track-piece{display:none}html ::-webkit-scrollbar-track{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fafafa}html ::-webkit-scrollbar-track:hover::-webkit-scrollbar-thumb{background-color:#d5d5d5}html ::-webkit-scrollbar-thumb{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#e1e1e1;width:6px;height:6px;border:2px solid transparent;background-clip:content-box}html ::-webkit-scrollbar-thumb:hover{background-color:#d5d5d5}html ::-webkit-scrollbar-thumb:active{background-color:#c8c8c8}body{font-family:Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\5fae\8f6f\96c5\9ed1,Arial,sans-serif;font-size:var(--font-size-3);line-height:1;display:flex;align-items:center;flex-direction:column;background-color:var(--bg-1)}pre{font-family:Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\5fae\8f6f\96c5\9ed1,Arial,sans-serif}#app{display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-width:1200px;width:100%;min-height:100vh;color:var(--text-1)}ul,p{padding:0;margin:0}li{list-style:none}a{text-decoration:none;color:var(--primary-1)}a:hover{color:var(--primary-2)}a:active{color:var(--primary-3)}a:disabled{color:var(--primary-4)}
