:root{--black_menu:#000;--black_body:#292525;--black_font:#fff}*{margin:0;padding:0}.main{height:100vh;width:100vw;overflow:hidden}.el-menu-demo{height:50px;border:0!important}.topItem{height:100%;padding:0 20px;display:flex;justify-content:center;align-items:center;color:#fff}.logo-img{height:90%;cursor:pointer}.flex-grow{flex-grow:1}.avatar{height:40px;width:40px;border-radius:50%;cursor:pointer;overflow:hidden;margin-right:10px}.avatar img{height:100%}.userMenu{width:100%}.userMenu button{width:100%;border:0;line-height:30px;border-radius:5px;background-color:unset;color:#fff;cursor:pointer}.userMenu button:hover{background-color:#f5f5f5;color:#000}.loginBox{width:100%;height:80%;margin:10px auto;align-content:center;flex-wrap:wrap;justify-content:center}.loginBox .el-form{margin-bottom:35px}.loginBox .el-form .el-form-item{margin-bottom:22px}.loginBox .loginBtn{width:100%;display:flex;justify-content:flex-end}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:10px;z-index:-10}::-webkit-scrollbar-thumb{background-color:#88888880;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#555555a2;cursor:move}