*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;background-color:#fff}#root{width:100%;min-height:100vh;background-color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
