
.#{$prefix}-progress-question-container {
  padding-top: 40px;

  .progress-inner {
    border-radius: 3px;
    position: relative;
  }

  .bar {
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    height: 6px;
  }
  .show-text {
    position: absolute;
    top:-35px;
    z-index: 2;

    .cur-text {
      font-size: 24px;
      font-weight: 600;
      color: #926B31;
    }
    .total-text {
      font-size: 18px;
      font-weight: 600;
      color: #6B7884;
    }
  }

  &.word-progress-1 {
    margin-bottom: 40px;
    // background-color: #f3f4f8;
    .show-text {
      right: 0;
    }
  }
  &.word-progress-2 {
    margin-bottom: 20px;
    // background-color: #fff;
    .show-text {
      left: 0;
    }
  }
}
