.page-home{width:100vw;height:100vh;overflow:hidden}.page-home .layout-top{height:60px;background-color:#000}.page-home .layout-left,.page-home .layout-top{-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff}.page-home .layout-left{min-width:160px;background-color:#111;overflow:auto;max-height:calc(100vh - 60px)}.page-home .layout-left::-webkit-scrollbar{background:#666;width:5px;border-radius:10px}.page-home .layout-left::-webkit-scrollbar-thumb{background:#409eff;border-radius:10px}.page-home .layout-main{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px;max-width:calc(100vw - 160px);max-height:calc(100vh - 60px);overflow:auto}