.RadarChart{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.RadarChart .RadarChart-title{position:absolute;top:0;left:22px;font-size:16px;font-weight:550}.RadarChart .RadarChart-title>span{display:inline-block;width:16px;height:16px;border-radius:50%;background:#ddd;text-align:center;line-height:16px;margin-left:6px;color:#fff}.RadarChart #radarcharttMain{width:400px;height:270px}.RadarChart .legend{width:260px;display:flex;justify-content:center}.RadarChart .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}.RadarChart .legend .legend-item .gap{width:8px;height:8px;border-radius:4px;margin-right:10px}