*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:8px}::-webkit-scrollbar-thumb:hover{background-color:#999}::-webkit-scrollbar-track{background-color:#f1f1f1}.home{width:100vw;height:100vh;display:flex}.home .home-menu{width:240px}.home .home-menu .el-menu-vertical{border-width:0;height:100vh;overflow-y:auto}.home .home-content{width:calc(100% - 240px);height:100vh;overflow:hidden}.home .home-content .content-header{height:60px;background-color:#fff;box-shadow:0 5px 10px 0 #aaa;display:flex;align-items:center;justify-content:flex-end;padding:0 20px}.home .home-content .content-header .user-info{height:100%;position:relative;display:flex;align-items:center}.home .home-content .content-header .user-info .info-view{display:flex;align-items:center}.home .home-content .content-header .user-info .info-view .avatar{width:40px;height:40px;border-radius:50%;margin-right:10px}.home .home-content .content-header .user-info .open{width:150px;position:absolute;right:0;top:100%;border-radius:4px;background-color:#fff;box-shadow:0 5px 10px 0 #aaa;display:flex;align-items:center;justify-content:center;cursor:pointer;display:none;text-align:center}.home .home-content .content-header .user-info .open .open-item{padding:10px 30px}.home .home-content .content-header .user-info .open .open-item+.open-item{border-top:1px solid #aaa}.home .home-content .content-header .user-info:hover .open{display:block}.home .home-content .content-router{height:calc(100% - 60px);background-color:#f1f1f1;padding:20px}.home .home-content .content-router .content-page{width:100%;height:100%;overflow-y:auto;background-color:#fff;padding:20px}