@charset "utf-8";

[v-cloak] {
  display: none !important;
}

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

/* #twentySixNineOpen {
  background: linear-gradient(
    117deg,
    #b1f3d1 0%,
    #fbfff4 20.61%,
    #8ef0c1 57.86%,
    #f1fff7 100%
  );
  padding-bottom: 40px;
} */

#twentySixNineOpen .topBanner {
  width: 100%;
}

#twentySixNineOpen .topBanner img {
  width: 100%;
  height: auto;
}

#twentySixNineOpen .getBtn {
  position: absolute;
  display: inline-block;
  width: 29.167vw;
  height: 3.125vw;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 700;
  font-size: 1.042vw;
  color: #ffffff;
  text-align: center;
  line-height: 3.125vw;
  background: linear-gradient(137deg, #6faefd 0%, #8ec7fe 100%);
  border-radius: 1.563vw;
  border: 2px solid #8ec7fe;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#twentySixNineOpen .getBtn:hover {
  z-index: 2;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}

#twentySixNineOpen .modelOne {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1677;
  background: url("/static/v2/img/activity/model-img1.webp") 100% / 100%
    no-repeat;
}

#twentySixNineOpen .modelOne .oneBtn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#twentySixNineOpen .modelOne .discountTips {
  position: absolute;
  bottom: 3.125vw;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 1.146vw;
  color: #0f68e6;
  cursor: pointer;
}

#twentySixNineOpen .modelOne .discountTips:hover {
  color: #4794ff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.3);
}

#twentySixNineOpen .modelTwo {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 969;
  background: url("/static/v2/img/activity/model-img2.webp") 100% / 100%
    no-repeat;
}

#twentySixNineOpen .modelTwo .twoBtn {
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#twentySixNineOpen .modelTwo .rankingList {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  width: 18.458vw;
  height: 28.75vw;
  padding: 1.25vw;
  border-radius: 0.208vw;
}

#twentySixNineOpen .modelTwo .rankingList .rankingHeader {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.292vw;
  background: #1e71d3;
  color: #ffffff;
  border: 1px solid #1e71d3;
  border-radius: 0.208vw 0.208vw 0 0;
}

#twentySixNineOpen .modelTwo .rankingList .rankingHeader span {
  font-weight: 600;
  font-size: 0.729vw;
  text-align: center;
  line-height: 2.292vw;
}

#twentySixNineOpen .modelTwo .rankingList .rankingBody {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 0 0 0.208vw 0.208vw;
}

#twentySixNineOpen .modelTwo .rankingList .rankingRow {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5vw;
  background-color: #f8fcff;
  color: #1e71d3;
  border: 1px solid #f0f0f0;
  border-top: none;
}

#twentySixNineOpen .modelTwo .rankingList .rankingRow span {
  font-weight: 400;
  font-size: 0.729vw;
  text-align: center;
  line-height: 2.5vw;
}

#twentySixNineOpen .modelTwo .rankingList .col-rank {
  width: 20%;
}

#twentySixNineOpen .modelTwo .rankingList .col-name {
  width: 60%;
}

#twentySixNineOpen .modelTwo .rankingList .col-amount {
  width: 30%;
}

#twentySixNineOpen .modelTwo .rankingList .rankingHeader .col-rank,
#twentySixNineOpen .modelTwo .rankingList .rankingHeader .col-name {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

#twentySixNineOpen .modelTwo .rankingList .rankingRow .col-rank,
#twentySixNineOpen .modelTwo .rankingList .rankingRow .col-name {
  border-right: 1px solid #f0f0f0;
}

#twentySixNineOpen .modelTwo .rankingList .rankingEmpty {
  text-align: center;
  font-size: 0.729vw;
  color: #999999;
  padding: 1.042vw 0;
  background: #eaf3ff;
  border: 1px solid #1e71d3;
  border-top: none;
}

#twentySixNineOpen .modelThree {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 2076;
  background: url("/static/v2/img/activity/model-img3.webp") 100% / 100%
    no-repeat;
}

#twentySixNineOpen .modelThree .threeBtn {
  bottom: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#twentySixNineOpen .modelThree .threeBtn2 {
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#twentySixNineOpen .modelThree .specialOffer {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25vw;
  width: 54.74vw;
}

#twentySixNineOpen .modelThree .specialOffer .specialOfferItem {
  display: flex;
  flex-direction: column;
  width: 9.948vw;
  height: 9.948vw;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0.417vw;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#twentySixNineOpen .modelThree .specialOffer .specialOfferItem:hover {
  transform: translateY(-0.313vw);
  box-shadow: 0 0.521vw 1.25vw 0 rgba(30, 113, 211, 0.25);
}

#twentySixNineOpen .modelThree .specialOffer .specialOfferItem .itemImg {
  width: 100%;
  height: calc(100% - 37px);
  flex: 1;
  object-fit: cover;
}

#twentySixNineOpen .modelThree .specialOffer .specialOfferItem .itemInfo {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.927vw;
}

#twentySixNineOpen
  .modelThree
  .specialOffer
  .specialOfferItem
  .itemInfo
  .leftinfo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.177vw;
  height: 100%;
  padding-top: 0.104vw;
  padding-right: 0.26vw;
  text-align: center;
  background: url("/static/v2/img/activity/rectangle.webp") 100% / 100%
    no-repeat;
  z-index: 10;
}

#twentySixNineOpen
  .modelThree
  .specialOffer
  .specialOfferItem
  .itemInfo
  .leftinfo
  div {
  font-size: 0.417vw;
  color: #ffffff;
  text-align: center;
  line-height: 0.833vw;
}

#twentySixNineOpen
  .modelThree
  .specialOffer
  .specialOfferItem
  .itemInfo
  .leftinfo
  div
  span {
  font-size: 0.729vw;
  font-weight: 600;
}

#twentySixNineOpen
  .modelThree
  .specialOffer
  .specialOfferItem
  .itemInfo
  .rightinfo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.552vw;
  height: 1.458vw;
  color: #333;
  font-size: 0.625vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.458vw;
  background: url("/static/v2/img/activity/rectangle-2.png") 100% / 100%
    no-repeat;
  z-index: 1;
}

#twentySixNineOpen .modelFour {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1430;
  background: url("/static/v2/img/activity/model-img4.webp") 100% / 100%
    no-repeat;
}

#twentySixNineOpen .modelFour .fourBtn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#twentySixNineOpen .mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明黑色 */
  z-index: 9999;
  /* 确保在最上层 */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 遮罩层内容容器：阻止点击事件冒泡到遮罩层 */
#twentySixNineOpen .mask-content {
  width: 1180px;
  height: 736px;
  padding: 20px;
  padding-top: 60px;
  background: url("/static/v2/img/activity/discountBorderImg-2.png") no-repeat
    100%/100%;
}

#twentySixNineOpen .mask-content .table-title {
  display: flex;
  height: 56px;
  background: #83c34c;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #ffffff;
}

#twentySixNineOpen .mask-content .table-title p {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 56px;
}

#twentySixNineOpen .mask-content .table-title .width-discount {
  width: 200px;
}

#twentySixNineOpen .mask-content .table-title .width-name {
  width: 296px;
}

#twentySixNineOpen .mask-content .table-title .width-money {
  width: 170px;
}

#twentySixNineOpen .mask-content .roll-view {
  width: 100%;
  height: 600px;
  overflow: hidden;
  overflow-y: auto;
}

#twentySixNineOpen .mask-content .roll-view .roll-content {
  width: 100%;
  height: 3400px;
  background: url("/static/v2/img/activity/allItemtable.webp") no-repeat
    100%/100%;
}

#twentySixNineOpen .dialogMask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#twentySixNineOpen .w440 {
  width: 340px !important;
}

#twentySixNineOpen .allData {
  width: 80vw !important;
  background-color: #deecff;
}

#twentySixNineOpen .dialogMask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

#twentySixNineOpen .dialogBody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(166px * 4 + 130px);
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0588);
  border-radius: 6px 6px 6px 6px;
}

#twentySixNineOpen .dialogBody .dialogTips {
  margin-top: 24px;
  padding: 0 30px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

#twentySixNineOpen .dialogBody .dialogTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  padding: 14px 10px 13px 20px;
  background: linear-gradient(137deg, #1e71d3 0%, #92d5fd 100%);
  border-radius: 6px 6px 6px 6px;
}

#twentySixNineOpen .dialogBody .center {
  text-align: center;
}

#twentySixNineOpen .dialogBody .dialogTop .dialogTitle {
  width: 100%;
  margin: 0 auto;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}

#twentySixNineOpen .dialogBody .dialogTop .dialogClose {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#twentySixNineOpen .dialogBody .dialogClose2 {
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#twentySixNineOpen .dialogBody .dialogContent {
  padding: 20px 0;
  padding-right: 0 !important;
}

#twentySixNineOpen .dialogBody .pdg-30 {
  padding: 20px 30px;
}

#twentySixNineOpen .dialogBody .dialogContent .dialogTips {
  margin-bottom: 30px;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}

#twentySixNineOpen .dialogBody .dialogContent .accumulativePrice {
  font-family:
    PingFang SC Regular,
    PingFang SC Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

#twentySixNineOpen .dialogBody .dialogContent .accumulativePrice span {
  color: #ff6a00;
  font-size: 18px;
}

#twentySixNineOpen .dialogBody .dialogContent .dialogGiftList {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  /* max-width: calc(164px * 4 + 90px); */
  max-height: calc(210px * 2 + 20px);
  margin-top: 23px;
  margin-bottom: 20px;
  overflow: hidden;
  overflow-y: auto;
}

#twentySixNineOpen .dialogBody .dialogContent .dialogGiftList .dialogGiftItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #f0f0f0;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList
  .dialogGiftItem
  .selIcon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
}

#twentySixNineOpen .dialogBody .dialogContent .dialogGiftList .itemActive {
  border: 1px solid #1e71d3;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList
  .dialogGiftItem
  .giftImg {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 5px;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList
  .dialogGiftItem
  .giftName {
  width: 164px;
  padding: 0 19px;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList
  .dialogGiftItem
  .giftMoney {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  width: 100%;
  margin-top: 25px;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 14px;
  color: #ff6a00;
  text-align: center;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList
  .dialogGiftItem
  .giftMoney
  span {
  font-size: 18px;
}

#twentySixNineOpen .dialogBody .dialogContent .center {
  text-align: center !important;
}

#twentySixNineOpen .dialogBody .dialogContent .dialogBtn {
  width: 280px;
  height: 40px;
  margin: 0 auto;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  background: #1e71d3;
  border-radius: 20px 20px 20px 20px;
  cursor: pointer;
}

#twentySixNineOpen .dialogBody .dialogContent .dialogBtn:hover {
  background-color: #427dc3;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList::-webkit-scrollbar-button {
  display: none !important; /* 直接隐藏按钮 */
}
/* 滚动条轨道 */
#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList::-webkit-scrollbar-track {
  background: #f1f5f9 !important; /* 轨道背景色 */
  border-radius: 10px !important; /* 轨道圆角 */
}

/* 滚动条滑块 */
#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList::-webkit-scrollbar-thumb {
  background: #cbd5e1 !important; /* 滑块默认颜色 */
  border-radius: 10px !important; /* 滑块圆角 */
  transition: background 0.3s ease !important; /* 过渡动画 */
}

/* 滑块悬停效果 */
#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList::-webkit-scrollbar-thumb:hover {
  background: #94a3b8 !important; /* 悬停时颜色变深 */
}

/* 滑块激活效果（点击拖动时） */
#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogGiftList::-webkit-scrollbar-thumb:active {
  background: #64748b !important; /* 激活时颜色更深 */
}

/* 滚动条美化 - 横向滚动条 */
.horizontal-scroll::-webkit-scrollbar {
  height: 1px !important; /* 滚动条高度 */
}

#twentySixNineOpen .dialogBody .dialogContent .dialogForm {
  display: flex;
  width: 100%;
}

#twentySixNineOpen .dialogBody .dialogContent .dialogForm .giftDetail {
  width: 120px;
  margin-right: 28px;
  text-align: center;
  border: 1px solid #f0f0f0;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogForm
  .giftDetail
  .giftDetailImg {
  width: 100%;
  margin-bottom: 18px;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogForm
  .giftDetail
  .giftDetailName {
  padding: 0 19px;
  margin-bottom: 25px;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogForm
  .giftDetail
  .giftDetailMoney {
  margin-bottom: 12px;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 14px;
  color: #ff6a00;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogForm
  .giftDetail
  .giftDetailMoney
  span {
  font-size: 18px;
}

#twentySixNineOpen
  .dialogBody
  .dialogContent
  .dialogForm
  .giftDetail
  .giftDetailTip {
  width: 82px;
  height: 28px;
  margin: 0 auto;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 28px;
  background: #e5e4e4;
  border-radius: 14px 14px 14px 14px;
}

#twentySixNineOpen .dialogBody .dialogContent .dialogForm .forms .formTitle {
  width: 100%;
  padding-bottom: 21px;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}
