/**
 *
 *
 * 套餐首页
 *
 *
 **/
.indexListx ul {
  display: flex;
  flex-wrap: wrap;
}

.indexListx-page {
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.package_bg {
  /* width: 100%;
  height: 59.5rem; */
  height: 100vh;
  background: url("../assets/pic_jingpintaocan.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.package_back_content {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 100%
  );
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
}

/**
 *
 *
 * 套餐详情
 *
 *
 **/
/*直播详情头部*/
.taocan_bg {
  width: 100%;
  min-height: 100vh;
  background: url("../assets/pic_taocanxiangqing.png") no-repeat;
  background-size: 100% 100%;
}
.bundle-detail-header {
  display: flex;
  background-color: #fff;
  height: 301px;
}
.bundle_top_bg {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 198px;
  padding: 50px 24px 0 24px;
  background: url("../assets/pic_miaoshu@2x.png") no-repeat;
  background-size: 100% 100%;
}
.bundle-detail-header .header-img {
  width: 358px;
  border-radius: 8px;
  height: 201px;
  flex: none;
}
.bundle-detail-header .header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bundle-detail-header .header-bundle {
  flex: 1;
  padding-left: 30px;
  width: 67.6%;
}
.bundle-detail-header .header-bundle .bundle-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #323335;
  line-height: 30px;
  font-style: normal;
  cursor: pointer;
}
.bundle-detail-header .header-bundle .bundle-title:hover {
  color: #2468f2;
}
.bundle-detail-header .header-bundle .bundle-desc {
  margin-top: 4px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #68696d;
  line-height: 20px;
  font-style: normal;
}
.bundle-detail-header .header-bundle .bundle-state {
  margin-top: 7px;
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 21px;
  letter-spacing: 1px;
  font-style: normal;
}
.bundle-detail-header .header-bundle .bundle-state img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.bundle-detail-header .header-bundle .bundle-price {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #ff2e2e;
  line-height: 33px;
  letter-spacing: 1px;
  font-style: normal;
}
.bundle-detail-header .header-bundle .bundle-btn {
  margin-top: 13px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
/* .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-header .header-bundle .bundle-btn-original {
  box-sizing: border-box;
  padding: 7px 0 7px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 161px;
  height: 42px;
  background: linear-gradient(
      90deg,
      rgba(255, 91, 91, 0.3) 0%,
      rgba(255, 46, 46, 0) 100%
    ),
    #ffffff;
  border-radius: 8px;
  border: 1px solid #ff2e2e;
}
.bundle-detail-header .header-bundle .bundle-btn-original img {
  width: 32px;
  height: 28px;
  object-fit: contain;
}
.bundle-detail-header .header-bundle .bundle-btn-original:hover {
  box-sizing: border-box;
  padding: 7px 0 7px 30px;
  display: flex;
  align-items: center;
  cursor: pointer;

  width: 161px;
  height: 42px;
  background: linear-gradient(
      90deg,
      rgba(250, 76, 76, 0.3) 40%,
      rgba(255, 46, 46, 0) 100%
    ),
    #ffffff;
  border-radius: 8px;
  border: 1px solid #ff2e2e;
}
.bundle-detail-header .header-bundle .bundle-btn-original div {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ff2e2e;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
  margin-left: 6px;
}
.bundle-detail-header .header-bundle .bundle-btn-vip {
  margin-left: 24px;
  width: 161px;
  height: 42px;
  line-height: 42px;

  background: #2468f2;
  border-radius: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  font-style: normal;
  text-align: center;
  cursor: pointer;
}

/*直播详情内容*/
.bundle-detail-content {
  box-sizing: border-box;
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  /* overflow: hidden;
  margin: 20px auto 60px !important; */
}
.bundle-detail-content .content-left {
  box-sizing: border-box;
  width: 74.7%;
  min-height: 366px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 12%,
    #ffffff 100%
  );
  border-radius: 10px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  padding: 18px 24px;
}
.bundle-detail-content .content-left .detail-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
  padding-bottom: 17px;
  border-bottom: 1px solid #eeeff0;
}
.bundle-detail-content .content-left .detail-title span {
  color: #909399;
  font-size: 14px;
}
.bundle-detail-content .content-left .package_detail {
  width: 100%;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.package_width_item {
  box-sizing: border-box;
  width: 32%;
  height: auto;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 36px;
  cursor: pointer;
  margin-right: calc(4% / 2);
}

.package_width_item a {
  box-sizing: border-box;
  width: 100%;
  height: 358px;
  background-color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.package_width_item:nth-child(3n) {
  margin-right: 0;
}

.package_width_item:last-child {
  margin-right: auto;
}

.package_width_item .course_top {
  width: 100%;
  height: 190px;
}

.package_width_item .course_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.package_width_item .course_bottom {
  padding: 24px;
}

.package_width_item .course_bottom .bottom_course_status {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 4px;
}

.package_width_item .course_bottom .bottom_course_status .free_status {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #ff2e2e;
  line-height: 24px;
  letter-spacing: 1px;
  font-style: normal;
}

.package_width_item .course_bottom .bottom_course_status .free_people {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 21px;
  letter-spacing: 1px;
  font-style: normal;
}
.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 {
  box-sizing: border-box;
  width: 24.1%;
  min-height: 378px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 12%,
    #ffffff 100%
  );
  border-radius: 10px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  padding: 18px 24px;
}
.bundle-detail-content .content-right .right-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
  padding-bottom: 17px;
  border-bottom: 1px solid #eeeff0;
}
.bundle-detail-content .content-right .course-items {
  margin-top: 24px;
}
.bundle-detail-content .content-right .course-item-h {
  display: flex;
  border-bottom: 1px solid #eeeff0;
  padding: 24px 0;
}
.bundle-detail-content .content-right a:first-child .course-item-h {
  padding-top: 0;
}
.bundle-detail-content .content-right a:last-child .course-item-h {
  border-bottom: 0;
}
.bundle-detail-content .content-right .course-item-h .img {
  width: 103px;
  height: 58px;
  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;
  width: 184px;
  box-sizing: content-box;
}
.bundle-detail-content .content-right .course-item-h .info .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: normal;
}
.bundle-detail-content .content-right .course-item-h .info .title:hover {
  color: #2468f2;
}
.bundle-detail-content .content-right .course-item-h .info .price {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 14px;
  color: #ff2e2e;
  letter-spacing: 1px;
  font-style: normal;
  line-height: 21px;
}
.bundle-detail-content .content-right .course-item-h .info .num {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #68696d;
  font-style: normal;
  margin-left: 5px;
  line-height: 21px;
}

@media (max-width: 1500px) {
  .bundle-detail-content .content-right .course-item-h .info {
    padding: 0 10px;
    width: 130px;
    box-sizing: content-box;
  }
}
