.asp-mp-cycle-progress {
  width: 100%;
  padding: 0 30rpx;
  .echart-box {
    padding: 15px 0;
    .content {
      padding-top: 15rpx;
      .chart {
        margin: 0 auto;
        position: relative;
        &__center {
          position: absolute;
          top: 0;
          left: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 32rpx;
          color: rgba(0,0,0,0.85);
        }
      }
    }
  }
}