@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);body,html{height:100%}body{margin:0;font-family:"Noto Sans TC",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#4ba3c3;width:100vw;overflow:hidden;position:fixed;-webkit-tap-highlight-color:transparent;-webkit-user-select:none}::-webkit-scrollbar{width:0}#root{height:100%;background-color:#fff;position:fixed;width:100%;overflow-y:scroll;-webkit-overflow-scrolling:auto}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}