.layout-manage{--layout-side-width: 280px;--layout-main-max-width: 1440px;--layout-main-header-height: 104px;--layout-content-header-height: 64px;position:relative;display:flex;flex-direction:column;width:100vw;height:100vh;overflow:hidden;background-color:#fff}.layout-manage__side{position:relative;width:100%;background-color:#f6f5f2}.layout-manage__logo{display:flex;align-items:center;justify-content:center;height:var(--layout-main-header-height)}.layout-manage__side__scroll{position:relative;height:80px;overflow-y:auto}.layout-manage__main{position:relative;width:100%;height:calc(100vh - 100px);margin-top:20px;overflow:hidden}.layout-manage__header{position:relative;height:var(--layout-main-header-height)}.layout-manage__header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;max-width:var(--layout-main-max-width);height:var(--layout-main-header-height);padding:36px 0;margin:auto}.layout-manage__header__main{display:flex;align-items:center;max-width:calc(100% - 80px)}.layout-manage__header__main .header-title{display:flex;gap:8px;align-items:center;height:32px;font-size:28px;font-weight:500;line-height:32px;color:#020202}.layout-manage__header__main .header-title .svg-icon{color:#2a2a2a}.layout-manage__header__main .header-title h2{overflow:hidden;font-family:var(--font-brand);font-weight:500;color:#2a2a2a;text-overflow:ellipsis;white-space:nowrap}.layout-manage__user-menu{position:absolute;top:50%;right:0;transform:translateY(-50%)}.layout-manage__content{position:relative;width:calc(100% - 80px);height:100%;margin:0 auto}@media screen and (width <= 1780px){.layout-manage__header__inner,.layout-manage__content{margin-right:20px;margin-left:20px}}
