.#{$prefix}-course{

  .course {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .pic {
    width: 44px;
    height: 44px;
  }
  &.course-1 {
    .pic {
      width: 68px;
      height: 68px;
    }
  }

  .title {
    flex: 1;
    font-size: 14px;
    color: #2A333A;
    margin: 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .button {
    width: 82px;
    height: 32px;
    line-height: 32px;
    background: #AB844B;
    border-radius: 16px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
  }
}
