.account{width:100%;height:100%;display:flex}.account .body{flex:1;display:flex;position:relative}.account .body .menu{flex-direction:column;width:200px;border-right:1px solid #ededed;height:100%}.account .body .menu .menu-item{display:flex;font-size:14px;width:100%;padding:0 16px;height:40px;line-height:40px;color:rgba(0,0,0,.65);background-color:#fff;cursor:pointer;align-items:center}.account .body .menu .menu-item .icon{display:flex;align-items:center}.account .body .menu .menu-item .name{padding-left:10px}.account .body .menu .active{font-weight:700;background-color:#e6f7ff;color:#1890ff;border-right:3px solid #1890ff}.account .body .view{flex:1;height:100%}@media screen and (max-width:750px){.account .body .menu{width:50px}.account .body .menu .menu-item .name{display:none}}