@charset "UTF-8";
/**
 *
 *
 * 套餐首页
 *
 *
 **/
.indexListx ul {
  display: flex;
  flex-wrap: wrap; }

.indexListx-page {
  margin: 30px auto;
  display: flex;
  justify-content: center; }

/**
 *
 *
 * 套餐详情
 *
 *
 **/
/*直播详情头部*/
.bundle-detail-header {
  display: flex;
  height: 320px;
  padding: 20px;
  margin-top: 20px !important;
  background-color: #fff; }
  .bundle-detail-header .header-img {
    width: 498px;
    height: 280px;
    position: relative; }
    .bundle-detail-header .header-img img {
      width: 100%;
      height: 100%; }
  .bundle-detail-header .header-bundle {
    flex: 1;
    padding-left: 20px; }
    .bundle-detail-header .header-bundle .bundle-title {
      font-size: 24px;
      font-weight: 500;
      color: #303133;
      line-height: 33px;
      margin-bottom: 20px; }
    .bundle-detail-header .header-bundle .bundle-desc {
      color: #606266;
      line-height: 25px;
      margin-bottom: 20px;
      height: 50px; }
    .bundle-detail-header .header-bundle .bundle-state {
      color: #909399;
      margin-bottom: 20px; }
    .bundle-detail-header .header-bundle .bundle-price {
      font-size: 24px;
      font-weight: 500;
      color: #0088ff;
      line-height: 33px;
      margin-bottom: 36px; }
    .bundle-detail-header .header-bundle .bundle-btn button {
      width: 180px;
      height: 48px;
      font-size: 20px;
      color: #fff;
      width: 180px;
      line-height: 48px;
      border-radius: 4px;
      text-align: center;
      cursor: pointer;
      position: relative; }
      .bundle-detail-header .header-bundle .bundle-btn button::after {
        content: "";
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
        position: absolute;
        top: 0; }
      .bundle-detail-header .header-bundle .bundle-btn button.active::after {
        display: block; }
    .bundle-detail-header .header-bundle .bundle-btn-original {
      background-color: #0088ff; }
    .bundle-detail-header .header-bundle .bundle-btn-vip {
      background-color: #67c23a;
      margin-left: 20px; }

/*直播详情内容*/
.bundle-detail-content {
  overflow: hidden;
  margin: 20px auto 60px !important; }
  .bundle-detail-content .content-left {
    float: left;
    background: white;
    border-radius: 2px;
    flex: 1;
    margin-right: 20px;
    padding: 20px;
    width: 700px; }
    .bundle-detail-content .content-left .detail-title {
      font-size: 16px;
      font-weight: 500;
      color: #303133; }
      .bundle-detail-content .content-left .detail-title span {
        color: #909399;
        font-size: 14px; }
    .bundle-detail-content .content-left .detail-course ul {
      display: flex;
      flex-wrap: wrap; }
    .bundle-detail-content .content-left .detail-course .course-item {
      margin: 20px 11px 0 0;
      border: 1px solid #eee; }
      .bundle-detail-content .content-left .detail-course .course-item > a {
        width: 210px;
        height: 228px; }
      .bundle-detail-content .content-left .detail-course .course-item-price {
        width: 190px; }
      .bundle-detail-content .content-left .detail-course .course-item:nth-child(5n + 5) {
        margin: 20px 11px 0 0; }
      .bundle-detail-content .content-left .detail-course .course-item:nth-child(3n + 3) {
        margin: 20px 0 0 0; }
  .bundle-detail-content .content-right {
    float: left;
    width: 460px;
    background: white;
    padding: 20px 20px 10px 20px; }
    .bundle-detail-content .content-right .right-title {
      font-size: 16px;
      font-weight: 500;
      color: #303133;
      line-height: 22px; }
    .bundle-detail-content .content-right .course-items {
      margin-top: 10px; }
    .bundle-detail-content .content-right .course-item-h {
      display: flex;
      border-bottom: 1px solid #eee;
      padding: 10px 0; }
      .bundle-detail-content .content-right .course-item-h:last-child {
        border-bottom: none; }
      .bundle-detail-content .content-right .course-item-h .img {
        width: 200px;
        height: 114px;
        flex: none; }
        .bundle-detail-content .content-right .course-item-h .img img {
          width: 100%;
          height: 100%; }
      .bundle-detail-content .content-right .course-item-h .info {
        padding: 0 10px;
        position: relative;
        width: 209px;
        box-sizing: content-box; }
        .bundle-detail-content .content-right .course-item-h .info .title {
          font-size: 14px;
          font-weight: 500;
          color: #303133;
          line-height: 20px; }
        .bundle-detail-content .content-right .course-item-h .info .price {
          margin-top: 10px;
          color: #909399; }
        .bundle-detail-content .content-right .course-item-h .info .num {
          font-size: 14px;
          color: #0088ff;
          position: absolute;
          bottom: 0;
          left: 10px; }
