#app{min-width:1400px;height:100%}*{margin:0;padding:0;box-sizing:border-box}body,html{background:#f6f6f8}.popup,body,html{width:100%;height:100%}.popup{z-index:1100;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center}.popup .popup-box{padding:40px 45px;border-radius:16px;background:#fff}::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:0}::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}::-webkit-scrollbar-thumb{cursor:pointer;border-radius:5px;background:rgba(0,0,0,.25);-webkit-transition:color .2s ease;transition:color .2s ease}