.account-layout{height:100%;display:flex;flex-direction:column}.account-layout__header{display:flex;flex-direction:row;height:32px;line-height:32px;border-bottom:1px solid #eee;padding:12px;justify-content:space-between}.account-layout__header-left,.account-layout__header-right{display:flex;flex-direction:row;align-items:center}.account-layout__header-item:not(:first-child){margin-left:12px}.account-layout__header-item:not(:last-child){margin-right:12px}.account-layout__container{height:100%;display:flex;flex-direction:row;flex:1;min-height:0}.account-layout__sidebar{width:180px;min-width:180px;padding:9px 12px;box-sizing:border-box;border-right:1px solid #e8e8e8;background-color:#fbfdff}.account-layout__main{flex:1;min-height:0;overflow:auto}.account-layout__home{display:flex;flex-direction:row;height:30px;line-height:30px;border:1px solid #eee;border-radius:4px;color:#202020;cursor:pointer;align-items:center;transition:all .25s}.account-layout__home:hover{color:#3385ff;border-color:#3385ff;background-color:#e6f0ff}.account-layout__home:hover .account-layout__home-text:before{background:#3385ff}.account-layout__home-icon{width:20px;height:20px;display:inline-block;text-align:center;padding:0 6px}.account-layout__home-icon svg{width:100%;height:100%}.account-layout__home-text{display:inline-block;padding:0 9px;position:relative}.account-layout__home-text:before{content:"";position:absolute;left:0;top:50%;width:1px;height:18px;background:#eee;transform:translateY(-50%)}.account-layout__header-line{display:inline-block;width:6px;height:6px;border:1px solid #999;margin:0;transform:rotate(45deg);border-left:0;border-bottom:0}.account-layout__title{color:#666}