.app-container{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;position:relative}:root{--system-max-width: 414px;--system-breakpoint-pc: 415px}*{margin:0;padding:0;box-sizing:border-box}html{overflow:hidden;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ebebeb;display:flex;justify-content:center;align-items:flex-start;height:100vh;overflow:hidden;width:100%;padding:12px 0}#app{width:100%;max-width:var(--system-max-width);height:calc(100vh - 24px);margin:0 auto;background-color:#ebebeb;position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 8px #0000001a,0 2px 4px #00000014,inset 0 1px #ffffff1a}@media (min-width: var(--system-breakpoint-pc)){body{background-color:#e0e0e0;padding:20px 0}#app{height:calc(100vh - 40px);border-radius:8px;overflow:hidden}}@media (max-width: var(--system-max-width)){body{padding:0;height:100vh}#app{height:100vh;max-width:100%;box-shadow:none;border-radius:0}}.system-container{width:100%;max-width:var(--system-max-width);margin:0 auto;box-sizing:border-box}@media (min-width: var(--system-breakpoint-pc)){.system-container{width:var(--system-max-width)}}@media (max-width: var(--system-max-width)){.system-container{max-width:100%;width:100%}}img,video{max-width:100%;height:auto}table{width:100%;table-layout:fixed}input,textarea,select{max-width:100%}.page-container{background-color:#fff;margin:0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000f}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}
