* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #e60012;
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}

.shareContent {
  width: 15rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.bg {
  width: 100%;
  height: auto;
  display: block;
}

.qr-activity1 {
  position: absolute;
  width: 8.5rem;
  height: 8.5rem;
  top: 46.18rem;
  left: 3.26rem;
}

.video-container {
  position: absolute;
  width: 12.52rem;
  top: 63.02rem;
  left: 1.34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-title-container {
  width: 100%;
  margin-bottom: 0.16rem;
}

.video-title {
  font-size: 0.8rem;
  color: #333;
  font-weight: bold;
  line-height: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-carousel {
  position: relative;
  width: 100%;
  height: 8.4rem;
  overflow: hidden;
  border-radius: 0.24rem;
  background: #f5f5f5;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 100%;
  height: 100%;
}

.carousel-item .video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0.24rem;
  background: #000;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  width: 80%;
  max-width: 11.72rem;
  margin: 0.24rem auto 0;
  padding: 0.28rem 0.4rem;
  border: none;
  border-radius: 0.24rem;
  background-color: #4caf50;
  color: #fff;
  font-size: 0.56rem;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.download-btn:hover {
  background-color: #45a049;
}

.download-btn.is-loading {
  opacity: 0.85;
  cursor: wait;
}

.download-btn:disabled {
  pointer-events: none;
}

.download-btn i {
  font-size: 0.52rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: #fff;
  padding: 0.98rem;
  border-radius: 0.48rem;
  width: 85%;
  max-width: 15.6rem;
  text-align: center;
}

.modal-content h3 {
  color: #333;
  margin-top: 0;
  font-size: 0.7rem;
}

.modal-content p {
  color: #666;
  line-height: 1.6;
  font-size: 0.56rem;
}

.close-btn {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 0.28rem 0.56rem;
  border-radius: 0.2rem;
  margin-top: 0.48rem;
  cursor: pointer;
  font-size: 0.56rem;
}

.guide-img {
  width: 100%;
  max-width: 7.8rem;
  margin: 0.48rem auto;
  display: block;
}

.carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 0.16rem;
  pointer-events: none;
}

.carousel-btn {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.48rem;
  color: #333;
  pointer-events: auto;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.2);
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 0.12rem;
  margin-top: 0.2rem;
  flex-wrap: wrap;
}

.indicator {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #ffd900;
  transform: scale(1.2);
}

.qr-activity2 {
  position: absolute;
  width: 8.02rem;
  height: 8.02rem;
  top: 83.94rem;
  left: 3.78rem;
}

.gift-section {
  position: absolute;
  top: 95.02rem;
  left: 1.64rem;
  width: 11.4rem;
  height: 5.48rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.gift-box {
  width: 7.18rem;
  height: 5.46rem;
  margin-top: 0.02rem;
}

.gift-info {
  width: 3.38rem;
  height: 4.42rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gift-fubao {
  width: 3rem;
  height: auto;
  display: block;
}

.gift-name {
  width: 3.38rem;
height: 0.56rem;
font-family: Source Han Sans CN;
font-weight: bold;
font-size: 0.56rem;
color: #000000;
line-height: 0.92rem;
}

.gift-count-wrap {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0.2rem;
  height: 0.88rem;
  border: 0.02rem solid rgba(0, 0, 0, 1);
  width: 2.98rem;
  margin: 0.2rem 0 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift-count {
font-family: Source Han Sans CN;
font-weight: bold;
font-size: 0.56rem;
color: #000000;
line-height: 0.92rem;
text-align: center;
}

.gift-limit {
  position: absolute;
  width: 11.68rem;
  height: 8.84rem;
  top: 100.02rem;
  left: 1.84rem;
}

/* ???????*/
.zzp-nav-root {
  font-size: min(calc(100vw / 15), calc(750px / 15));
  line-height: 1;
}

body.has-zzp-pf-nav {
  padding-bottom: calc(
    1.96 * min(100vw / 15, 750px / 15) + env(safe-area-inset-bottom, 0px)
  );
}

.zzp-nav-root .pf-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15em;
  max-width: min(100vw, 15em);
  z-index: 99;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  height: 1.96em;
  box-sizing: border-box;
}

.zzp-nav-root .pf-nav-item {
  text-align: center;
  margin: 0.26em 0 0.22em;
  width: 3em;
  flex-shrink: 0;
}

.zzp-nav-root .pf-nav a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.zzp-nav-root .pf-img {
  width: 0.88em;
  height: auto;
  vertical-align: middle;
}

.zzp-nav-root .pf-title {
  font-size: 0.4em;
  color: #cccccc;
  font-family: SourceHanSansCN-Regular, "PingFang SC", "Microsoft YaHei",
    sans-serif;
  margin-top: 0.22em;
}

.zzp-nav-root #show_kf {
  position: relative;
}

.zzp-nav-root #show_kf .img-div {
  position: absolute;
  left: 12%;
  top: -1em;
  z-index: 6;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0.1em 0.23em;
  box-sizing: border-box;
}

.zzp-nav-root .img-div img {
  width: 1.9em;
  height: 1.9em;
  display: block;
}

.zzp-nav-root #show_kf .pf-title {
  margin-top: 1.1em;
}

.zzp-nav-root .dp-zzp-kf-menb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99998;
}

.zzp-nav-root .dp-zzp-kf-box {
  width: 12.4em;
  height: 6.2em;
  max-width: min(12.4em, calc(100vw - 2rem));
  max-height: min(6.2em, calc(100vh - 4rem));
  box-sizing: border-box;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  border-radius: 0.16em;
  z-index: 99999;
}

.zzp-nav-root .dp-zzp-kf-close {
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.4em;
  right: 0.4em;
  cursor: pointer;
}

.zzp-nav-root .dp-zzp-kf-close img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.zzp-nav-root .dp-zzp-kf-box ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.zzp-nav-root .dp-zzp-kf-box li {
  width: 50%;
  text-align: center;
}

.zzp-nav-root .dp-zzp-kf-box li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.zzp-nav-root .dp-zzp-kf-img {
  width: 2em;
  margin: 0 auto;
  margin-top: 1.76em;
}

.zzp-nav-root .dp-zzp-kf-img img {
  width: 100%;
  height: auto;
  display: block;
}

.zzp-nav-root .dp-zzp-kf-name {
  margin-top: 0.4em;
  font-weight: bold;
  color: #333333;
  font-size: 0.64em;
  line-height: 1;
}

.zzp-nav-root .dp-zzp-kf-time {
  font-size: 0.56em;
  color: #333333;
  line-height: 1;
  margin-top: 0.2em;
}
