.manage-home{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.manage-home .user-info{padding:16px;min-height:160px;display:flex;flex-direction:row;background:linear-gradient(180deg,rgba(0,0,64,.5) 0,rgba(0,0,64,.2) 30%,transparent 60%),url(../../static/img/bg-1.1500eff5.png) bottom/cover no-repeat,#eaeaea;color:#fff}.manage-home .user-info-avatar-wrap{flex:0 0 75px}.manage-home .user-info-avatar-wrap .van-image{width:75px;height:75px;border-radius:37.5px;overflow:hidden;background-color:hsla(0,0%,100%,.8);border:2px solid rgba(206,175,145,.7)}.manage-home .user-info-text-wrap{flex:1 1 auto;width:100%;height:100%;margin:17.5px 0 0 20px;overflow:hidden}.manage-home .content{flex:1 1 auto;width:100%;height:100%;padding-top:10px;background-color:#eaeaea}.manage-home .content .desc{padding:16px 0;text-align:center}.manage-home .menu-box{display:flex;flex-wrap:wrap;justify-content:space-between}.manage-home .menu-block{width:80px;margin-top:20px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.manage-home .menu-icon{width:40px;height:40px;flex:0 0 40px;margin:10px auto}.manage-home .menu-text{font-size:.9em}.manage-home .menu-row{padding:20px;margin-top:20px;background:linear-gradient(160deg,#fff 20%,rgba(210,177,144,.1))}.manage-home .menu-row .title{color:#d2b190}.manage-home .information{margin-top:20px;padding:10px 20px;background:linear-gradient(160deg,#fff 20%,rgba(210,177,144,.1))}.manage-home .information .title{margin:10px 0;color:#d2b190}.manage-home .information .text{color:rgba(0,0,0,.8);line-height:1.4}.manage-home .information .more{text-align:right;color:rgba(0,0,0,.5);font-size:.8em}