@charset "UTF-8";body{margin:0;width:100vw;height:100vh}#app{height:100%;font-family:HarmonyOS Sans,san-serif;color:#0c0c0d}a{text-decoration:none;color:inherit}@media (min-width: 1024px){::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-thumb{border-radius:3.5px;background:#90909a66}::-webkit-scrollbar-track{border-radius:3.5px;background:transparent}}body{overflow:hidden;-webkit-tap-highlight-color:transparent}#app *,#app *:before,#app *:after{-webkit-box-sizing:border-box;box-sizing:border-box}#app h1,#app h2,#app h3,#app h4,#app h5,#app h6{margin-top:0;margin-bottom:1rem}.main-page{display:flex;height:100dvh;width:100%;flex-direction:row;background-color:#fff;position:relative}.main-page .mask{position:absolute;left:0;top:0;bottom:0;right:0;background-color:#0006;z-index:11}.main-page .sidebar{max-width:264px;background:#eff2f9;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;z-index:12;position:absolute;left:0;top:0;bottom:0;transition:all .3s ease-in-out}.main-page .sidebar.is-collapsed{left:-100%}@media (min-width: 1024px){.main-page .mask{display:none}.main-page .sidebar{position:relative;left:0!important;max-width:288px;min-width:240px;width:23.4375%;padding:2rem 1rem}}.main-page .content-page{overflow-x:auto;flex:1;height:100%;display:flex;flex-direction:column;background-color:#fff}button{background:none;border:none;padding:0;margin:0;box-shadow:none;color:inherit;font:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.blue-btn{border-radius:100px;background:#0075ff;color:#fff;font-family:HarmonyOS Sans;font-weight:700;text-align:center}.blue-btn.disabled{opacity:.4;pointer-events:none;-webkit-user-select:none;user-select:none}.white-btn{border-radius:100px;font-family:HarmonyOS Sans;border:1px solid rgb(0,117,255);font-weight:700;line-height:18px;text-align:center;color:#0075ff}.btn{height:48px;font-size:16px;line-height:16px;padding:14px 8px}.btn32{height:32px;font-size:14px;line-height:14px;padding:7px 8px}
