/*! 分类修饰 */
.by_categories .by_category{background-color:#f9ebea;margin:10px;padding:19px 14px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:0;font-size:1rem;font-weight:500;border-radius:5px;cursor:pointer;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.12);box-shadow:0 3px 5px rgba(0,0,0,.12);color:#34495e}.by_categories .by_category span{margin-left:5px;margin-right:-2px;font-size:.5rem}.by_categories .by_category_echarts{margin:20px auto;width:20rem;height:20rem}.by_categories .by_category_echarts #chart{width:100%;height:100%}.by_categories .by_category_echarts #chart canvas{margin:0 auto}