.bundle {
  display: flex;
  justify-content: space-between;
}

.bundle_l {
  width: 39.375%;
  min-height: 200px;
}

.bundle_r {
  width: 59.6875%;
  padding: 20px 0;
  background: #fff;
  border-radius: 20px;
}

.bundle_r_list {
  min-height: 200px;
  display: none;
  }

  .bundle_r_list:first-child {
    display: block;
}

.bundle_r_t {
  align-items: center;
  height: auto;
}

.bundle_l img {
  width: 100%;
}

.bundle_r_t_swiper {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

/* .bundle_r_t_swiper .swiper-slide {
  height: auto;
} */

.bundle_r_t_swiper .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  width: 94%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  overflow: hidden;
  height: 10px;
}

.bundle_r_t_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgba(117, 117, 117, 1);
}

.act_content_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bundle_item {
  width: 48.125%;
  margin-bottom: 60px;
  cursor: pointer;
}

.bundle_item.on {
  display: none;
}

.bundle_product_list {
  display: block;
  width: 30%;
  flex-shrink: 0;
  margin: 0 50px 10% 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
  position: relative;
  border: 1px solid #fff;
}

.bundle_product_list.on {
  border-color: #C7C7C7;
}

/* .bundle_product_list:first-child.on {
  border-color: #fff;
} */

.bundle_product_list:after {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 1;
  background: url('https://img.aosomcdn.com/upload/activity/uk/images/2023/act_scene_04.png') center center no-repeat;
}

.bundle_product_list:last-child {
  margin-right: 0;
}

.bundle_product_list:last-child:after {
  display: none;
}

.bundle_product_img {
  display: block;
  margin-bottom: 10px;
  height: 0;
  padding-bottom: 100%;
}

.bundle_product_img img {
  display: block;
  border-radius: 10px;
  width: 100%;
}

.bundle_product_name {
  display: block;
  font-size: 16px;
  color: #363636;
  line-height: 150%;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.bundle_product_price {
  display: block;
  font-size: 24px;
  line-height: 130%;
  color: #dc2f2f;
  font-weight: 600;
}

.bundle_product_select {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 5px;
  border: 1.5px solid #D4D4D4;
  background: #FFF;
  cursor: pointer;
}

/* .bundle_product_list:first-child .bundle_product_select {
  display: none;
}

.bundle_product_list:first-child:before {
  content: '';
  width: 1px;
  height: 96%;
  position: absolute;
  right: -25px;
  top: 2%;
  z-index: 1;
  border-right: 1px dashed #D4D4D4;
}

.bundle_product_list:first-child .bundle_product_name {
  display: none;
} */

.bundle_product_select.selected {
  background: url('https://img.aosomcdn.com/upload/activity/uk/images/2023/act_scene_03.jpg') center center no-repeat;
  background-size: contain;
}

.bundle_r_b {
  margin: 0 15px;
  padding: 30px 30px 15px;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bundle_price {
  display: block;
  font-size: 30px;
  line-height: 130%;
  color: #dc2f2f;
  font-weight: 600;
}

.bundle_price_total {
  display: block;
  font-size: 20px;
  line-height: 130%;
  color: #6e6e6e;
  text-decoration: line-through;
  margin-top: 10px;
}

.bundle_r_b_r a {
  display: inline-block;
  padding: 0 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  border-radius: 999px;
  background-color: #dc2f2f;
}

.bundle_r_b_r a.add_disable {
  background: #e5e5e5;
  cursor: default;
}

.bundle-big {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 100px;
}

.bundle-small {
  position: relative;
  overflow: hidden;
}

.bundle-big img {
  display: block;
  border-radius: 20px;
}

.bundle-small img {
  display: block;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}

.bundle-small .swiper-slide-thumb-active img {
  border-color: #dc2f2f;
}

.bundle-big .swiper-button-prev {
  left: 0;
}

.bundle-big .swiper-button-next {
  right: 0;
}

.bundle-big .swiper-pagination {
  display: block;
}

.bundle-big .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #D9D9D9;
}

.bundle-big .swiper-pagination-bullet-active {
  background: #dc2f2f;
}

@media only screen and (max-width: 1400px) {
  .bundle_product_list {
    padding: 10px;
  }

  .bundle_product_name {
    font-size: 14px;
  }

  .bundle_product_price {
    font-size: 20px;
  }

  .bundle_r_b {
    padding: 25px 25px 10px;
  }

  .bundle_price {
    font-size: 24px;
  }

  .bundle_price_total {
    font-size: 14px;
  }

  .bundle_r_b_r a {
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1025px) {
  .bundle_item {
    margin-bottom: 40px;
  }

  .bundle_product_name {
    font-size: 13px;
  }

  .bundle_product_price {
    font-size: 18px;
  }

  .bundle_product_select {
    width: 25px;
    height: 25px;
  }

  .bundle_price {
    font-size: 20px;
  }

  .bundle_price_total {
    font-size: 13px;
  }

  .bundle_r_b_r a {
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .bundle {
    flex-wrap: wrap;
  }

  .bundle_l {
    width: 100%;
  }

  .bundle_r {
    width: 100%;
  }

  .bundle-small {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .act_content_bundle .act_text_1 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .act_content_bundle {
    width: 100%;
    padding: 15px 0;
  }

  .bundle_l {
    padding: 0 15px;
  }

  .bundle_r {
    padding: 15px 0 0 0;
    border-radius: 0;
  }

  .bundle_product_list {
    padding: 7px;
    width: 33.3333%;
    margin: 0 25px 60px 0;
    border-radius: 10px;
  }

  .bundle_product_select {
    bottom: -40px;
  }

  .bundle_product_list:after {
    width: 25px;
    right: -25px;
    background-size: 50%;
  }

  .bundle_product_name {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .bundle_product_price {
    font-size: 16px;
  }

  .bundle_price {
    font-size: 18px;
  }

  .bundle_price_total {
    font-size: 13px;
    margin-top: 5px;
  }

  .bundle_r_b {
    padding: 20px 0;
  }

  .bundle_r_b_r a {
    padding: 0 30px;
    font-size: 14px;
  }

  .bundle_item {
    margin-bottom: 20px;
  }

  .bundle_r_t_swiper .swiper-pagination-progressbar {
    height: 5px;
    display: none;
  }

  .bundle_r_b {
    border-radius: 10px;
  }

  .bundle-big {
    margin-bottom: 10px;
  }

  .bundle-small {
    margin-bottom: 15px;
  }

  /* .bundle_product_list:first-child:before {
    right: -14px;
  } */
  .bundle_product_list.swiper-slide-next:after {
    display: block;
  }
  .bundle-big .swiper-button-prev, .bundle-big .swiper-button-next {
    display: flex;
    width: 40px;
    height: 40px;
  }
  .bundle-big .swiper-button-disabled {
    display: none;
  }
}