.f-c,.f-r{display:flex}.f-c{flex-direction:column}.j-e{justify-content:flex-end}.j-c{justify-content:center}.j-b{justify-content:space-between}.j-a{justify-content:space-around}.a-c{align-items:center}.a-e{align-items:flex-end}.f-g{flex-grow:1}.f-s{flex-shrink:0}.f-w{flex-wrap:wrap}.admin-layout{background:#f0f6f6;display:flex;flex-direction:column;height:100%}.admin-layout .header{flex-shrink:0;padding:0 40px;width:100%;height:100px;background:#fff;border-radius:0;border-bottom:1px solid #ddd;flex-direction:row;justify-content:space-between}.admin-layout .header,.admin-layout .header .header-left{display:flex;align-items:center}.admin-layout .header .header-left .logo-img{width:187px;height:75px}.admin-layout .header .header-left .menu-list{display:flex}.admin-layout .header .header-left .menu-list .menu-item{width:221px;height:100px;border-radius:0 0 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:18px;color:#333;line-height:25px;cursor:pointer}.admin-layout .header .header-left .menu-list .menu-item img{margin-bottom:9px}.admin-layout .header .header-left .menu-list .menu-item.active{background:#40ab99;color:#fff}.admin-layout .header .header-right{display:flex;align-items:center;color:#333}.admin-layout .header .header-right i{font-size:24px}.admin-layout .header .header-right .name{height:25px;font-size:18px;line-height:25px;margin:0 10px}