*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}#root{height:100%;overflow:hidden}.page-loader{color:#1677ff;justify-content:center;align-items:center;min-height:40vh;display:flex}.page-loader--fullscreen{background:#f6f8fb;min-height:100vh}.page-loader__spinner{width:36px;height:36px;animation:1.2s linear infinite page-loader-rotate;display:inline-block;position:relative}.page-loader__dot{opacity:.3;transform-origin:50%;background:currentColor;border-radius:50%;width:14px;height:14px;animation:1s linear infinite alternate page-loader-dot;display:block;position:absolute;transform:scale(.75)}.page-loader__dot--1{animation-delay:0s;top:0;left:0}.page-loader__dot--2{animation-delay:.3s;top:0;right:0}.page-loader__dot--3{animation-delay:.6s;bottom:0;right:0}.page-loader__dot--4{animation-delay:.9s;bottom:0;left:0}@keyframes page-loader-dot{to{opacity:1}}@keyframes page-loader-rotate{to{transform:rotate(405deg)}}.ant-layout-content .biz-page-layout{flex:1;min-height:0}.ant-tabs .ant-tabs-nav{margin-bottom:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}
