.homePage{height:100%}.excelBox{display:flex;justify-content:space-around}.excelBox .leftEcharts{width:46%;height:500px;float:left;position:relative}.excelBox .leftEcharts ul{position:absolute;right:0;top:15px;z-index:100000;display:flex;background:#f0f1f4;border-radius:20px}.excelBox .leftEcharts ul li{transition:all .5s;color:#606266;cursor:pointer;font-size:13px;border-radius:20px;width:50px;line-height:25px;text-align:center}.excelBox .leftEcharts ul li.on{background:#2d8cf0;color:#fff}.panelUl{display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px;font-size:14px;color:#606266}.panelUl li{width:33%;box-sizing:border-box;padding:15px 20px;border-radius:5px}.panelUl li .data{margin:10px 0;font-size:32px;font-weight:400;color:#333;line-height:40px}.panelUl li .data span{font-size:14px;color:#606266}.panelUl li .title{display:flex;justify-content:space-between;line-height:24px}