[data-v-2c18b7ad] .el-collapse {
  border: none;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-2c18b7ad] .el-collapse .el-collapse-item {
    margin-bottom: 1.3rem;
}
[data-v-2c18b7ad] .el-collapse .el-collapse-item .el-collapse-item__header {
      background-color: rgba(0, 108, 255, 0.1);
      border: 1px solid #006cff;
      border-radius: 1.5rem;
      padding: 12px 1.5rem;
      height: auto;
      line-height: 1;
      cursor: pointer;
}
[data-v-2c18b7ad] .el-collapse .el-collapse-item .el-collapse-item__header .title-cont {
        font-family: D-DIN-Bold;
        font-size: 1.3rem;
        color: #006cff;
        letter-spacing: 0;
}
[data-v-2c18b7ad] .el-collapse .el-collapse-item .el-collapse-item__header .el-collapse-item__arrow {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        font-weight: 900;
        color: #006cff;
        border: 1px solid #006cff;
        border-radius: 50%;
        padding: 4px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
}
[data-v-2c18b7ad] .el-collapse .el-collapse-item .el-collapse-item__header .el-collapse-item__arrow.is-active {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
}
[data-v-2c18b7ad] .el-collapse .el-collapse-item .el-collapse-item__wrap {
      border: none;
}
[data-v-2c18b7ad] .el-collapse .el-collapse-item .el-collapse-item__wrap .el-collapse-item__content {
        padding: 0;
}
[data-v-2c18b7ad] .el-steps {
  margin-top: 2.2rem;
}
[data-v-2c18b7ad] .el-steps .el-step__head .el-step__icon {
    background-color: #999999;
    border: none;
}
[data-v-2c18b7ad] .el-steps .el-step__head .el-step__icon .el-step__icon-inner {
      display: none;
}
[data-v-2c18b7ad] .el-steps .el-step__head.is-finish {
    color: #006cff;
}
[data-v-2c18b7ad] .el-steps .el-step__head.is-finish .el-step__icon {
      background-color: #006cff;
}
[data-v-2c18b7ad] .el-steps .el-step__head.is-finish .el-step__line {
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 108, 255, 0.5)), color-stop(50%, rgba(0, 108, 255, 0.5)), color-stop(50%, #fff));
      background-image: -webkit-linear-gradient(top, rgba(0, 108, 255, 0.5) 0%, rgba(0, 108, 255, 0.5) 50%, #fff 50%);
      background-image: -o-linear-gradient(top, rgba(0, 108, 255, 0.5) 0%, rgba(0, 108, 255, 0.5) 50%, #fff 50%);
      background-image: linear-gradient(to bottom, rgba(0, 108, 255, 0.5) 0%, rgba(0, 108, 255, 0.5) 50%, #fff 50%);
      background-size: 2px 1rem;
}
[data-v-2c18b7ad] .el-steps .el-step__head.is-finish .el-step__line .el-step__line-inner {
        height: 0 !important;
}
[data-v-2c18b7ad] .el-steps .el-step__title {
    font-size: 1.1rem;
    color: #006cff;
    letter-spacing: 0;
    line-height: 1.5rem;
    font-weight: 400;
    border-bottom: 1px solid #006cff;
    margin-top: -0.9rem;
    padding-bottom: 5px;
    position: relative;
    min-height: 1.5rem;
}
[data-v-2c18b7ad] .el-steps .el-step__title .program-name {
      font-family: D-DIN-Bold;
      font-size: 1.5rem;
      color: #333333;
      letter-spacing: 0;
      line-height: 1.5rem;
      font-weight: 700;
}
[data-v-2c18b7ad] .el-steps .el-step__title .title-btn {
      position: absolute;
      right: 0;
      bottom: 0;
      border-radius: 6px 6px 0 0;
      padding: 0 10px;
      height: 2rem;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
}
[data-v-2c18b7ad] .el-steps .el-step__title .title-btn img {
        width: 1.6rem;
        margin-right: 10px;
}
[data-v-2c18b7ad] .el-steps .el-step__title .title-btn span {
        font-size: 1.5rem;
        color: #ffffff;
}
[data-v-2c18b7ad] .el-steps .el-step__title .type-live {
      background-color: #006cff;
}
[data-v-2c18b7ad] .el-steps .el-step__title .type-quiz {
      background-color: #17c76a;
}
[data-v-2c18b7ad] .el-steps .el-step__description {
    padding-right: 0;
    padding-top: 1.3rem;
    margin-bottom: 2rem;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 10px;
      margin-top: 10px;
      padding-right: 10px;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail .teacher-view {
        position: relative;
        width: 48%;
        height: 7.5rem;
        background: #ffffff;
        border-radius: 6px;
        -webkit-box-shadow: 2px 2px 2px 0 #006cff;
                box-shadow: 2px 2px 2px 0 #006cff;
        margin-bottom: 1.5rem;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail .teacher-view .teacher-view-cont {
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail .teacher-view .teacher-view-cont::before {
            content: '';
            display: block;
            height: 100%;
            width: 16.3rem;
            margin-left: -5rem;
            background: rgba(0, 108, 255, 0.1);
            -webkit-transform: skew(-20deg, 0);
                -ms-transform: skew(-20deg, 0);
                    transform: skew(-20deg, 0);
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail .teacher-view .teacher-view-cont .teacher-header_logo {
            position: absolute;
            left: 0;
            width: 8.4rem;
            max-height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            bottom: 0px;
            padding-left: 1.3rem;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail .teacher-view .teacher-view-cont .teacher-view-right {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            padding: 10px;
            margin-left: -1.6rem;
            font-size: 1.1rem;
            color: #666666;
            line-height: 1.5rem;
            font-weight: 400;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail .teacher-view .teacher-view-cont .teacher-view-right .teacher-name {
              font-family: D-DIN-Bold;
              font-size: 1.1rem;
              color: #333333;
              font-weight: 700;
}
[data-v-2c18b7ad] .el-steps .el-step__description .duration {
      font-family: D-DIN;
      font-size: 1.1rem;
      color: #0a3c82;
      letter-spacing: 0;
      line-height: 1.3rem;
      font-weight: 400;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
}
[data-v-2c18b7ad] .el-steps .el-step__description .duration > img {
        height: 1.3rem;
        margin-right: 12px;
}
[data-v-2c18b7ad] .el-steps .el-step__description .duration > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail-super-type9 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 10px;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail-super-type9 > img {
        height: 1.3rem;
        margin-right: 12px;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail-super-type9 .teacher-view {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail-super-type9 .teacher-view .teacher-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 1.1rem;
          line-height: 1.3rem;
          color: #183969;
          margin-right: 1.3rem;
          margin-bottom: 6px;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail-super-type9 .teacher-view .teacher-item .name {
            font-family: D-DIN-Bold;
            margin-right: 10px;
            font-weight: 700;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail-super-type9 .teacher-view .teacher-item .pos {
            padding-left: 10px;
            position: relative;
}
[data-v-2c18b7ad] .el-steps .el-step__description .teachers-detail-super-type9 .teacher-view .teacher-item .pos::after {
              content: '';
              display: block;
              position: absolute;
              width: 2px;
              height: 1rem;
              background-color: #183969;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
}
[data-v-2c18b7ad] .el-steps .el-step__description .program-btn {
      overflow: hidden;
}
[data-v-2c18b7ad] .el-steps .el-step__description .program-btn::after {
        content: '';
        display: block;
        clear: both;
}
.quizType[data-v-2c18b7ad] .el-step__head .el-step__icon {
  background-color: #17c76a !important;
}
.quizType[data-v-2c18b7ad] .el-step__title {
  border-bottom: 0.0625rem solid #17c76a !important;
}
.quizType[data-v-2c18b7ad] .el-step__line {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 199, 106, 0.5)), color-stop(50%, rgba(23, 199, 106, 0.5)), color-stop(50%, #fff)) !important;
  background-image: -webkit-linear-gradient(top, rgba(23, 199, 106, 0.5) 0%, rgba(23, 199, 106, 0.5) 50%, #fff 50%) !important;
  background-image: -o-linear-gradient(top, rgba(23, 199, 106, 0.5) 0%, rgba(23, 199, 106, 0.5) 50%, #fff 50%) !important;
  background-image: linear-gradient(to bottom, rgba(23, 199, 106, 0.5) 0%, rgba(23, 199, 106, 0.5) 50%, #fff 50%) !important;
}
@media screen and (max-width: 46.9rem) {
.program-name[data-v-2c18b7ad] {
    font-size: 0.9rem !important;
    line-height: 1.3rem !important;
}
.pos[data-v-2c18b7ad]::after {
    display: none !important;
}
.pos[data-v-2c18b7ad] {
    padding-left: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.3rem !important;
    color: #074292 !important;
}
.teachers-detail[data-v-2c18b7ad] {
    padding-right: 0 !important;
}
.teachers-detail .teacher-view[data-v-2c18b7ad] {
      width: 99% !important;
      height: 5.6rem !important;
}
.teachers-detail .teacher-view .teacher-view-cont[data-v-2c18b7ad]::before {
        width: 11.9rem !important;
        -webkit-transform: skew(-20deg, 0);
            -ms-transform: skew(-20deg, 0);
                transform: skew(-20deg, 0);
}
.teachers-detail .teacher-view .teacher-view-cont .teacher-header_logo[data-v-2c18b7ad] {
        width: 5rem !important;
        padding-left: 1.3rem;
}
.teachers-detail .teacher-view .teacher-view-cont .teacher-view-right[data-v-2c18b7ad] {
        padding: 10px;
        margin-left: -1.6rem;
        font-size: 0.9rem !important;
        line-height: 1rem !important;
}
.teachers-detail .teacher-view .teacher-view-cont .teacher-view-right .teacher-name[data-v-2c18b7ad] {
          font-family: D-DIN-Bold;
          font-size: 0.9rem !important;
          color: #333333;
          font-weight: 700;
}
.title-btn img[data-v-2c18b7ad] {
    width: 1rem !important;
    height: 1rem !important;
}
.title-btn span[data-v-2c18b7ad] {
    font-size: 1rem !important;
    line-height: 1.3rem !important;
}
.title-cont[data-v-2c18b7ad] {
    font-family: D-DIN-Bold !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 700 !important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
[data-v-2c18b7ad] .el-collapse-item__header {
    padding: 5px !important;
}
}

