.dashboard{padding:60px!important}.dashboard .tit{font-size:18px;font-weight:600;color:#333;margin:0;margin-bottom:35px}.dashboard .flexBox{display:flex;justify-content:flex-start;flex-wrap:wrap;margin-bottom:25px}.dashboard .flexBox .item{width:calc(25% - 68px);margin-right:68px;background:#fff;box-shadow:0 1px 9px 0 hsla(0,0%,85.9%,.5);border-radius:5px;padding:25px;margin-bottom:40px;position:relative}.dashboard .dataStat .item{display:flex;justify-content:center;align-items:center}.dashboard .dataStat .item>div{margin-right:48px}.dashboard .dataStat .item>div p{font-size:30px;font-weight:400;color:#333;margin:0;text-align:center}.dashboard .dataStat .item>div p+p{font-size:16px;font-weight:400;color:#666;margin-top:5px}.dashboard .dataStat .item>svg{width:60px}.dashboard .backlog{margin-bottom:0}.dashboard .backlog .item{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .25s}.dashboard .backlog .item p{margin:15px 0 0;font-size:16px;font-weight:600;color:#333}.dashboard .backlog .item>svg{width:100px}.dashboard .backlog .item .el-badge{position:absolute;top:15px;right:19px}.dashboard .backlog .item:hover{box-shadow:0 1px 20px 11px hsla(0,0%,85.9%,.6)}