.act_content_scene {
  margin-bottom: 16px;
}

.scene_product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 100px;
}

.scene_product_list {
  width: 49.375%;
  margin-bottom: 32px;
  padding: 20px 8px;
  border-radius: 8px;
  border: 1px solid #F2F3F5;
  background: #FFF;
  box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}

.scene_product_list_inner {
  padding: 0 12px;
}

.scene_top {
  margin-bottom: 16px;
}

.scene_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}

.scene_top.hide {
  display: none;
}

.scene_info {
  font-size: 14px;
  line-height: 150%;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.scene_image {
  position: relative;
  height: 0;
  padding-bottom: 72.125%;
  overflow: hidden;
}

.scene_image img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.scene_point {
  width: 32px;
  height: 32px;
  background: rgba(43, 43, 43, 0.5);
  position: absolute;
  border-radius: 50%;
  display: block;
  transition: border-color 250ms ease-in-out, opacity 250ms ease-in-out, visibility 250ms ease-in-out;
}

.scene_point:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-6px) translateY(-6px);
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.scene_point:hover {
  border: 2px solid rgba(255, 255, 255, 1);
  background-color: rgba(43, 43, 43, 0.9);
}

.scene_point:hover:after {
  width: 8px;
  height: 8px;
  transform: translateX(-4px) translateY(-4px);
}

.scene_point.on,
.scene_point.on:hover {
  border: 2px solid rgba(255, 255, 255, 1);
}
.scene_point.on {
  background-color: rgba(0, 0, 0, 0.8);
}

.scene_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.scene_bottom_btn {
  display: flex;
  height: 40px;
  padding: 11px 36px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #2B2B2B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  flex-shrink: 0;
  cursor: pointer;
}

.scene_bottom_btn.hide {
  visibility: hidden;
  opacity: 0;
}

.scene_bottom_btn_icon {
  width: 16px;
  height: 16px;
  background-image: url(https://img.aosomcdn.com/upload/activity/images/scene_add_cart_all.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.scene_swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 12px 12px 16px 12px;
}

.scene_swiper .swiper-wrapper {
  height: auto;
}

.scene_swiper .swiper-pagination-progressbar {
  display: block;
  top: auto;
  bottom: 0;
  width: calc(100% - 24px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  overflow: hidden;
  height: 4px;
  background: #F2F3F5;
}

.scene_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #C9CDD4;
}

.scene_item {
  padding: 12px 12px 16px 12px;
  border-radius: 4px;
  border: 1px solid #F2F3F5;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.scene_item.on {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}

.scene_p_img {
  margin-bottom: 16px;
}

.scene_p_img a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.scene_p_img img {
  display: block;
  width: 100%;
}

.scene_p_soldout {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  z-index: 2;
}

.scene_p_name {
  font-size: 14px;
  line-height: 150%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}

.scene_p_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.scene_p_price {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.scene_p_price span {
  font-size: 20px;
}

.scene_p_cart {
  display: none;
  width: 20px;
  height: 20px;
}

.scene_p_cart a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-layout .scene_p_cart i, .wap-site .scene_p_cart i {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://img.aosomcdn.com/upload/activity/images/scene_add_cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.scene_p_cart_none {
  opacity: 0;
  visibility: hidden;
}

.scene_point_bubble {
  position: absolute;
  z-index: 10;
  width: 240px;
  background: #fff;
  border: 1px solid #E5E6EB;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 12px 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.scene_point_bubble.show {
  opacity: 1;
  visibility: visible;
}

.scene_point_bubble:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}

/* --- JS动态定位箭头 --- */
.scene_point_bubble.pos-top:after,
.scene_point_bubble.pos-bottom:after {
  left: var(--arrow-left, 50%);
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.scene_point_bubble.pos-bottom:after {
  bottom: -7px;
  border-top: 7px solid #fff;
}

.scene_point_bubble.pos-top:after {
  top: -7px;
  border-bottom: 7px solid #fff;
}

.scene_point_bubble.pos-left:after,
.scene_point_bubble.pos-right:after {
  top: var(--arrow-top, 50%);
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.scene_point_bubble.pos-left:after {
  left: -7px;
  border-right: 7px solid #fff;
}

.scene_point_bubble.pos-right:after {
  right: -7px;
  border-left: 7px solid #fff;
}


.scene_point_bubble .scene_p_img {
  display: none;
}

.scene_point_bubble .scene_p_name {
  display: -webkit-box;
}

.scene_point_bubble .scene_p_price span {
  font-size: 24px;
}

.scene_point_bubble .scene_p_cart {
  display: block;
}

@media only screen and (max-width: 1600px) {
  .scene_item {
    padding: 12px;
  }

  .scene_p_price {
    font-size: 14px;
  }

  .scene_p_price span {
    font-size: 16px;
  }

  .scene_p_cart {
    width: 28px;
    height: 28px;
  }
}

@media only screen and (max-width: 900px) {
  .scene_p_price {
    font-size: 14px;
  }

  .scene_p_price span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .act_content_scene {
    margin-bottom: 8px;
  }

  .scene_product_list {
    width: 100%;
    margin-bottom: 12px;
    padding: 12px 4px;
    border-width: 0.5px;
  }

  .scene_product_list_inner {
    padding: 0 8px;
  }

  .scene_swiper {
    padding: 8px 8px 12px 8px;
  }

  .scene_item {
    border-radius: 4px;
    border-width: 0.5px;
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  }

  .scene_item.on {
    border-width: 1px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  }

  .scene_p_img {
    margin-bottom: 12px;
  }

  .scene_p_soldout {
    font-size: 14px;
  }

  .scene_p_price {
    font-size: 12px;
  }
  .scene_top {
    margin-bottom: 12px;
  }

  .scene_title {
    font-size: 18px;
    line-height: 150%;
  }

  .scene_info {
    -webkit-line-clamp: 2;
    position: relative;
  }
  .scene_info_showmore {
    display: block;
  }
  .scene_bottom {
    display: block;
  }
  .scene_bottom_btn {
    width: fit-content;
    margin: 16px auto 8px;
  }
  .scene_bottom_btn.hide {
    display: none;
  }
  .scene_info_more {
    display: inline-block;
    font-size: 14px;
    line-height: 150%;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #066DFF;
    padding: 0 4px 0 40px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 44.23%, #FFF 100%);
  }
  .scene_p_cart {
    width: 16px;
    height: 16px;
    display: block;
  }
  .scene_swiper .swiper-pagination-progressbar {
    width: calc(100% - 16px);
  }
}