body{margin:0;background:#9d9d9d;width:100%;height:100vh;overflow:hidden;touch-action:none}app-root{position:relative;display:inline-flex;width:100%;height:100%;flex-wrap:wrap;justify-content:center}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}app-pages{position:relative;display:inline-flex;width:100%;height:100%}.loading-rotate{animation:rotate 2s linear infinite}.loading_rotate_img{position:relative;display:inline-block;width:28px;height:auto;margin:10px}@keyframes rotate{to{transform:rotate(360deg)}}.rotate-once{animation:rotate .7s reverse linear}
