.container {
  padding-top: 0;
}

html,
body {
  overflow-x: hidden;
}

.product-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.product-inner {
  width: 24rem;
  margin: 0 auto;
  padding: 0 0;
}

.product-hero {
  background: #0f4f3a;
  padding: 1.1rem 0;
}

.product-hero-grid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-hero-left {
  width: 12.5rem;
}

.product-hero-title {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
}

.product-hero-brand {
  font-weight: bold;
  font-size: 1.12rem;
  color: #22b730;
  margin-top: 0.44rem;
}

.product-hero-desc {
  width: 11.64rem;
  font-weight: 500;
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.56rem;
  margin-top: 0.8rem;
  opacity: 0.9;
}

.product-hero-right {
  width: 8.6rem;
  display: flex;
  justify-content: flex-end;
}

.product-hero-media {
  position: relative;
  width: 6.13rem;
  height: 6rem;
}

.product-hero-media img {
  position: absolute;
  right: 0.6rem;
  top: 0;
  width: 6.13rem;
  height: 6rem;
}

.product-plans {
  background: #dfffe2;
  padding: 0.9rem 0;
}

.plans-head {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  align-items: center;
  gap: 0.6rem;
}

.plans-title {
  font-weight: 700;
  font-size: 0.56rem;
  color: #0f4f3a;
  line-height: 0.72rem;
}

.plans-history {
  display: inline-block;
  margin-top: 0.18rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #22b730;
  text-decoration: none;
}

.plans-gift {
  width: 3.85rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.plans-gift img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.plans-scroll {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.32rem;
  overflow-x: auto;
  padding: 0.2rem 0 0.35rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  touch-action: pan-y;
}

.plans-scroll::-webkit-scrollbar {
  height: 0;
}

.plans-scroll.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.package-card {
  flex: 0 0 auto;
  width: 5.2rem;
  background: #ffffff;
  border-radius: 0.4rem;
  border: 0.02rem solid rgba(15, 79, 58, 0.12);
  padding: 0.38rem 0.44rem;
  position: relative;
}

.package-top {
  min-height: 4.35rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  /* overflow: hidden; */
}

.package-top-row {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  margin-bottom: 0.22rem;
}

.package-icon {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.12rem;
  object-fit: contain;
}

.package-badge-recommend {
  position: static;
  background: linear-gradient( 88deg, #4B81EF 0%, #8D0CB5 51.56%, #DD1014 100%);
  color: #ffffff;
  padding: 0.1rem 0.16rem;
  border-radius: 0.22rem;
  font-weight: 700;
  font-size: 0.2rem;
}

.package-header {
  width: 100%;
  min-height: 0;
  overflow: hidden;
}

.package-title {
  font-weight: bold;
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.6rem;
}

.package-subtitle {
  font-weight: 500;
  font-size: 0.28rem;
  color: #333333;
  margin-top: 0.08rem;
  line-height: 0.38rem;
}

.package-type {
  font-weight: 700;
  font-size: 0.32rem;
  color: #333333;
  margin-top: 0.18rem;
}

.package-price {
  font-weight: bold;
  font-size: 0.72rem;
  color: #000000;
  margin: 0;
  line-height: 0.84rem;
}

.package-bottom {
  width: 100%;
  align-self: end;
}

.package-button {
  margin-top: 0.06rem;
  position: relative;
  overflow: visible;
}

.btn-blue,
.btn-green {
  width: 100%;
  height: 0.62rem;
  border-radius: 0.12rem;
  border: none;
  font-weight: 700;
  font-size: 0.22rem;
  cursor: pointer;
}

.btn-blue {
  background: #1d77c2;
  color: #ffffff;
}

.btn-green {
  background: #22b730;
  color: #ffffff;
}

.btn-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  background: #ffddde;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  padding: 0.1rem 0.36rem;
  position: absolute;
  bottom: -0.22rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 0.18rem;
  color: #f03131;
  z-index: 99;
}

.package-features {
  margin-top: 1.16rem;
  list-style: none;
  padding: 0;
}

.package-features li {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.32rem;
  margin-bottom: 0.28rem;
  padding-left: 0.3rem;
  position: relative;
}

.package-features li::before {
  content: "";
  position: absolute;
  left: -0.16rem;
  top: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: url("../images/product/select.png") no-repeat center center;
  background-size: 0.4rem 0.4rem;
}

.product-cta {
  background: #f3fbf5;
  padding: 1rem 0;
}

.cta-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
}

.cta-media {
  width: 9.16rem;
  height: 5.3rem;
}

.cta-media img {
  width: 100%;
  height: 100%;
}

.cta-right {
  flex: 0 0 auto;
}

.cta-title {
  font-weight: 800;
  font-size: 0.64rem;
  color: #333333;
  line-height: 0.78rem;
}

.cta-title span {
  color: #22b730;
}

.cta-desc {
  margin-top: 0.22rem;
  font-weight: 500;
  font-size: 0.28rem;
  color: #999999;
  line-height: 0.44rem;
}

@media (max-width: 768px) {
  .product-inner {
    width: 100%;
    padding: 0 0;
  }

  .product-hero-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-hero-left {
    width: 100%;
  }

  .product-hero-right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0.5rem;
  }

  .cta-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-media {
    width: 100%;
    height: 4.2rem;
  }
}
