.m-graph{height:100%;overflow:hidden;position:relative}.m-graph__content{background-color:#fff;overflow:auto;border-bottom:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;padding:5px 0;text-align:left}.m-graph__content .item{height:280px;margin:5px 16px;width:280px;border-top:1px solid #ddd;background-image:url(../../static/img/pump.8d9eb88f.jpg);background-size:100% 100%;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:0 1px 2px rgba(0,0,0,.3);position:relative}.m-graph__content .item .info-value{position:absolute;background-color:#000;color:#ff0;padding:4px 8px;font-weight:700;font-size:12px}.m-graph__content .item .wave{width:208px;height:80%;position:absolute;left:0;bottom:0;background:url(../../static/img/wave.739f04e3.png) no-repeat;background-size:100% 30px;animation:move_wave 1s linear infinite;-webkit-animation:move_wave 2s linear infinite}.m-graph__content .item .wave:after{position:absolute;content:" ";top:30px;bottom:0;left:0;right:0;background-color:#74b4f5}.bottom-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;position:absolute;padding:0 10px;bottom:0}.bottom-wrap .route{border-radius:5px;padding:4px 10px;margin-right:5px;cursor:pointer;color:#7e8ca6}.bottom-wrap .route.active{background-color:#3b5ffe;color:#fff;font-weight:700}