.TrendChart{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.TrendChart .RadarChart-title{position:absolute;top:0;left:22px}.TrendChart .RadarChart-title>span{display:inline-block;width:15px;height:15px;border-radius:50%;background:#ddd;text-align:center;line-height:15px;margin-left:6px;color:#fff}.TrendChart .ChartMain{width:100%;height:280px;margin-bottom:30px}.TrendChart .ChartMain.small-chart{height:260px;margin-bottom:20px}.TrendChart .legend{width:260px;display:flex;justify-content:space-around;position:relative;top:-16px}.TrendChart .legend .legend-item{display:flex;align-items:center;white-space:nowrap;height:20px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000;line-height:20px}.TrendChart .legend .legend-item .gap{width:8px;height:8px;border-radius:4px;margin-right:10px}