.course-detail {
  border-top: 8px solid $bg_f5f5f5;
  margin-bottom: 50px;

  .am-whitespace-md {
    height: 0;
  }

  .am-tabs-default-bar-tab {
    width: auto !important;
  }

  .am-tabs-default-bar-content {
    border-bottom: 1px solid $sp_e7eaf1;
    display: flex;
    justify-content: space-around;
  }

  .am-tabs-default-bar-tab-active {
    color: $active;
    border-bottom: 1px solid $active !important;
  }

  .am-tabs-default-bar-underline {
    display: none;
  }

  .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    background-color: $bg_fff !important;
  }

  .introduce {
    padding: 15px 12px;
    font-size: 14px;
    color: $color_555;
    p {
      margin-bottom: 5px;
    }
    .dec {
      margin-top: 15px;
      a{
        word-break:break-all;
      }
    }
  }

  .outline {
    padding: 15px 0 15px 12px;
    background-color: $bg_f5f5f5;

    .stagebox {
      margin-bottom: 15px;
    }

    .stage {
      font-size: 14px;
      color: $color_333;
    }

    .classhour {
      height: 33px;
      background-color: $bg_fff;
      color: $color_4B4B4B;
      line-height: 33px;
      font-size: 14px;
      padding-left: 10px;
      margin-top: 10px;
      margin-bottom: 5px;
      position: relative;
      .title {
        display: inline-block;
        max-width: 82%;
      }
    }

    .points {
      font-size: 12px;
      color: $color_666;
      margin-left: 10px;
      margin-top: 10px;
      position: relative;
    }

    .camp {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin-left: 10px;
      margin-top: 8px;
      color: #000;
      font-size: 12px;
    }
    .exam {
      display: inline-block;
      width: 18px;
      height: 18px;
      position: absolute;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
      margin-right: 2px;
    }
    .exam_open {
      background: url("../image/open.png") no-repeat;
      background-size: 100% 100%;
    }
    .exam_close {
      background: url("../image/close.png") no-repeat;
      background-size: 100% 100%;
    }

    .red {
      color: $color_FE2F2F;
    }

    .icon-right-22 {
      position: absolute;
      right: 22px;
    }

    .iconiconfront-74 {
      font-size: 19px;
    }

    .icondanseshixintubiao-23 {
      display: inline-block;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background-color: $bg_active;
      color: $white;
      text-align: center;
      line-height: 22px;
      font-size: 14px;
      top: 6px;
      margin-left: 5px;
    }

    .live {
      color: $active;
      font-size: 12px;
    }

    .aist {
      position: absolute;
      line-height: 33px;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
    }
    .aist_open {
      background: url("../image/aist_open.png") no-repeat;
      background-size: 100% 100%;
      width: 22px;
      height: 22px;
    }
    .aist_close {
      background: url("../image/close.png") no-repeat;
      background-size: 100% 100%;
    }

    .btn-right-10 {
      position: absolute;
      right: 10px;
      top: 6px;
      display: inline-block;
      min-width: 44px;
      padding: 0 5px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      color: $white;
      font-size: 12px;
      border-radius: 11px;
    }

    .audition {
      background: linear-gradient(90deg, $bg_0078FF 0%, $bg_active 100%);
      .iconcelluar {
          vertical-align: middle;
      }
    }

    .singleset {
      background-color: $bg_FE2F2F;
    }
  }
}