@charset "utf-8";

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

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

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

#summerActivety .topBanner {
  width: 100%;
}

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

#summerActivety .welfarePrize {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

#summerActivety .welfarePrize .welfarePrizeInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#summerActivety .welfarePrize .welfarePrizeInfo .activetyPrizeTitle {
  width: 1010px;
  height: 113px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family:
    Alibaba PuHuiTi 3,
    Alibaba PuHuiTi 30;
  font-weight: 1000;
  font-size: 48px;
  color: #3d3d3d;
  text-align: center;
  line-height: 113px;
  background: linear-gradient(180deg, #e6f8f8 0%, #a6e9b4 100%);
  box-shadow: 0px 4px 20px 0px rgba(15, 160, 83, 0.34);
  border-radius: 57px 57px 57px 57px;
  border: 3px solid #ffffff;
}

#summerActivety .welfarePrize .welfarePrizeInfo .activetyPrizeTime {
  margin-bottom: 30px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

#summerActivety .welfarePrize .welfarePrizeInfo .activetyPrizeDesc {
  padding: 0 93px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 600;
  font-size: 20px;
  color: #16603e;
  text-align: center;
}

#summerActivety .welfarePrize .activetyPrizeContent {
  position: relative;
  margin-top: 70px;
  padding: 20px;
  padding-top: 50px;
  background: #d9ffe3;
  box-shadow:
    inset 0px -10px 10px 0px #c3ffdc,
    0px 4px 10px 0px rgba(15, 160, 83, 0.28);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #e2ffee;
}

#summerActivety .welfarePrize .activetyPrizeContent .alternativePrize {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 461px;
  height: 54px;
  font-family:
    Alibaba PuHuiTi 3,
    Alibaba PuHuiTi 30;
  font-weight: 1000;
  font-size: 32px;
  color: #3d3d3d;
  text-align: center;
  background: linear-gradient(180deg, #e6f8f8 0%, #a6e9b4 100%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 57px 57px 57px 57px;
  border: 3px solid #ffffff;
}

#summerActivety .welfarePrize .activetyPrizeContent .prizeContent {
  display: flex;
  justify-content: space-between;
}

#summerActivety .welfarePrize .activetyPrizeContent .prizeContent .leftContent {
  width: 580px;
  height: 100%;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .getBtn {
  display: inline-block;
  width: 560px;
  height: 60px;
  margin-top: 20px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: linear-gradient(137deg, #0e9f55 0%, #55c709 100%);
  border-radius: 30px 30px 30px 30px;
  border: 2px solid #85ffb9;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .getBtn:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px 0);
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem {
  position: relative;
  width: 180px;
  height: 214px;
  padding-top: 15px;
  text-align: center;
  background: url("/static/v2/img/activity/couponBgi.png") 100%/100% no-repeat;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .couponDiscount {
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 60px;
  color: #333333;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .couponDiscount
  span:first-child {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 700;
  font-size: 0px;
  color: #333333;
}
#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .couponDiscount
  span:last-child {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .couponExplain {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #148327;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .getCoupon {
  margin-top: 15px;
  padding: 0 30px;
}
#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .couponBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-top: 1px dashed #148327;
  cursor: pointer;
}
#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .couponBtns:hover
  a {
  color: #54b668;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .couponBtns
  a {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 900;
  font-size: 20px;
  color: #0fa053;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .couponBtns
  img {
  width: 23px;
  height: 23px;
  margin-left: 9px;
}
#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .couponList
  .couponItem
  .couponTip {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 41px;
  height: 24px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  background: linear-gradient(270deg, #148327 0%, #9be0af 99.29%);
  border-radius: 0px 18px 0px 18px;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .discountTips {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 700;
  font-size: 20px;
  color: #3d3d3d;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .discountTips
  div:last-child {
  color: #0fa053;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .discountTips
  div:last-child:hover {
  color: #54b668;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .discountProjects {
  width: 100%;
  height: 361px;
}
#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .leftContent
  .discountProjects
  img {
  width: 100%;
  height: 100%;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .rightContent {
  width: 520px;
  height: 100%;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .rightContent
  .giftExchange {
  width: 100%;
  height: 707px;
  margin-top: 20px;
}

#summerActivety
  .welfarePrize
  .activetyPrizeContent
  .prizeContent
  .rightContent
  .giftExchange
  img {
  width: 100%;
  height: 100%;
}

#summerActivety .welfarePrize .activetyPrizeContent .prizeContent .contentTips {
  width: 100%;
  padding: 12px 0;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 600;
  font-size: 18px;
  color: #16603e;
  text-align: center;
  background: linear-gradient(180deg, #fdfffd 0%, #d9ffe3 100%);
}

#summerActivety .welfarePrize .prestoreContent {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#summerActivety .welfarePrize .prestoreContent .prestoreDetail {
  width: 836px;
  height: 625px;
  padding: 20px;
  background: #d9ffe3;
  box-shadow:
    inset 0px -10px 10px 0px #c3ffdc,
    0px 4px 10px 0px rgba(15, 160, 83, 0.28);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #e2ffee;
}

#summerActivety .welfarePrize .prestoreContent .prestoreDetail img {
  width: 796px;
  height: 585px;
}

#summerActivety .welfarePrize .prestoreContent .prestoreLottery {
  width: 344px;
  height: 625px;
}

#summerActivety .welfarePrize .prestoreContent .prestoreLottery img {
  width: 100%;
  height: 100%;
}
#summerActivety .welfarePrize .jumpBtn {
  width: 100%;
  text-align: center;
}

#summerActivety .welfarePrize .jumpBtn a {
  display: inline-block;
  width: 560px;
  height: 60px;
  margin: 0 auto;
  margin-top: 30px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: linear-gradient(137deg, #0e9f55 0%, #55c709 100%);
  border-radius: 30px 30px 30px 30px;
  border: 2px solid #85ffb9;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}
#summerActivety .welfarePrize .jumpBtn a:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

#summerActivety .announcements {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
  background: #d9ffe3;
  box-shadow: 0px 4px 10px 0px rgba(15, 160, 83, 0.28);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #e2ffee;
}

#summerActivety .announcements .announcementsTitle {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #333333;
}
/* 给整个注意事项外层容器 */
#summerActivety .announcements .ruleList {
  /* height: 300px; */
  padding: 20px;
  border-radius: 20px 20px 20px 20px;
  list-style-position: inside; /* 序号放在内容区域内 */
}

/* 每条规则 */
#summerActivety .announcements .ruleList li {
  display: flex;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #000000;
  align-items: baseline; /* 文字基线对齐，更美观 */
  text-align: justify;
  line-height: 32px;
  margin-bottom: 10px;
}

/* 序号 1. 2. 3. 4. */
#summerActivety .announcements .ruleList li::before {
  content: counter(list-item) ". ";
  counter-increment: list-item;
  min-width: 24px; /* 固定序号宽度 */
  flex-shrink: 0;
  margin-right: 4px;
}

#summerActivety .prizeView {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

#summerActivety .prizeView .prizeContent {
  position: relative;
  padding: 27px 21px 20px;
  background: #d9ffe3;
  box-shadow:
    inset 0px -10px 10px 0px #c3ffdc,
    0px 4px 10px 0px rgba(15, 160, 83, 0.28);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #e2ffee;
}

#summerActivety .prizeView .prizeContent .prizeImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#summerActivety .prizeView .prizeContent .prizeImg img {
  width: 100%;
}

#summerActivety .prizeView .prizeContent .topInfo {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#summerActivety .prizeView .prizeContent .topInfo .title {
  font-family:
    Alimama ShuHeiTi,
    Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

#summerActivety .prizeView .prizeContent .topInfo .goOrder {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}

#summerActivety .prizeView .prizeContent .topInfo .goOrder:hover {
  color: #54b668;
}

#summerActivety .prizeView .prizeContent .lineInfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 21px;
}

#summerActivety .prizeView .prizeContent .lineInfowarning {
  margin-bottom: 15px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 12px;
  color: #ff6a00;
}

#summerActivety .prizeView .prizeContent .lineInfo .infoCom {
  position: relative;
  width: 32%;
  padding: 20px;
  padding-bottom: 10px;
  background: #fafafe;
  box-shadow: 0px 4px 10px 0px rgba(56, 58, 59, 0.22);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffffff;
}

#summerActivety .prizeView .prizeContent .lineInfo .infoCom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 4px;
  height: 20px;
  background: #1e71d3;
  border-radius: 2px 2px 2px 2px;
}

#summerActivety .prizeView .prizeContent .lineInfo .infoCom .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

#summerActivety .prizeView .prizeContent .lineInfo .infoCom .line:last-child {
  margin-bottom: 0;
}

#summerActivety .prizeView .prizeContent .lineInfo .infoCom .line .lab {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #666666;
}

#summerActivety .prizeView .prizeContent .lineInfo .infoCom .line .val {
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 22px;
  color: #333333;
}

#summerActivety .prizeView .prizeContent .lineInfo .infoCom .line .val span {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}

#summerActivety .prizeView .prizeContent .progress {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#summerActivety .prizeView .prizeContent .progress .leftInfo {
  position: relative;
  width: 849px;
  padding: 35px;
  background: #fbfafd;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffffff;
}

#summerActivety .prizeView .prizeContent .progress .leftInfo .baseColor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 125px);
  height: 16px;
  background: #d8d8d8;
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 15px 15px 15px 15px;
}

#summerActivety .prizeView .prizeContent .progress .leftInfo .listInfo {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#summerActivety .prizeView .prizeContent .progress .leftInfo .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 135px;
}

#summerActivety .prizeView .prizeContent .progress .leftInfo .items .price {
  font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}

#summerActivety
  .prizeView
  .prizeContent
  .progress
  .leftInfo
  .items
  .price
  span {
  font-family: FontName, FontName;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

#summerActivety .prizeView .prizeContent .progress .leftInfo .items .giftBox {
  width: 90px;
  height: 90px;
  margin-top: 6px;
  margin-bottom: 19px;
}

#summerActivety .prizeView .prizeContent .progress .leftInfo .items .status {
  padding: 2px 16px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background: #ff6a00;
  border-radius: 14px 14px 14px 14px;
}

#summerActivety .prizeView .prizeContent .progress .leftInfo .items .notOpen {
  background-color: #a1a1a1;
}

#summerActivety .prizeView .prizeContent .progress .rightInfo {
  position: relative;
  width: 291px;
  padding: 12px;
  background: #fbfafd;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #ffffff;
}

#summerActivety .prizeView .prizeContent .progress .rightInfo .rightTopInfo {
  position: relative;
  padding-top: 13px;
  padding-left: 15px;
  padding-bottom: 27px;
}

#summerActivety .prizeView .prizeContent .progress .rightInfo .jackpot {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 285px;
  height: 126px;
}

#summerActivety
  .prizeView
  .prizeContent
  .progress
  .rightInfo
  .rightTopInfo
  .text {
  margin-bottom: 20px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #3d3d3d;
}

#summerActivety
  .prizeView
  .prizeContent
  .progress
  .rightInfo
  .rightTopInfo
  .rightLineInfo {
  display: flex;
  align-items: baseline;
  color: #ff6a00;
}

#summerActivety
  .prizeView
  .prizeContent
  .progress
  .rightInfo
  .rightTopInfo
  .rightLineInfo
  .infos {
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 22px;
  color: #ff6a00;
}

#summerActivety
  .prizeView
  .prizeContent
  .progress
  .rightInfo
  .rightTopInfo
  .rightLineInfo
  .infos
  span {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #ff6a00;
}

#summerActivety .prizeView .prizeContent .progress .rightInfo .rightTitle {
  position: relative;
  margin: 15px 0;
  margin-left: 16px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #3d3d3d;
}

#summerActivety .prizeView .prizeContent .progress .rightInfo .countdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 16px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 500;
  font-size: 20px;
  color: #ff6b02;
}

#summerActivety
  .prizeView
  .prizeContent
  .progress
  .rightInfo
  .countdown
  .countdownBox {
  /* width: 36px;
  height: 36px; */
  padding: 3px 5px;
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  /* text-align: center;
  line-height: 36px; */
  background: linear-gradient(136deg, #ff6a00 0%, #ff8b38 100%);
  border-radius: 8px 8px 8px 8px;
}

#summerActivety .prizeView .prizeContent .descInfo {
  margin-top: 40px;
  margin-bottom: 12px;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

#summerActivety .prizeView .prizeContent .times {
  margin-bottom: 15px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 12px;
  color: #ff6a00;
}

#summerActivety .prizeView .prizeContent .btmInfos {
  display: flex;
  justify-content: space-between;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmCom {
  display: flex;
  width: 403px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.102);
  border-radius: 20px 20px 20px 20px;
  padding: 11px;
}

#summerActivety .prizeView .prizeContent .btmInfos .CTwo {
  width: 301px;
  justify-content: space-between;
  align-items: center;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmCom .btmLift {
  width: 157px;
  height: 117px;
  margin-right: 12px;
  border-radius: 6px;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmCom .btmLift img {
  width: 100%;
  height: 100%;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmCom .btmRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 169px);
  height: 117px;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmCom .btmRight .btmTimes {
  /* margin-top: 10px; */
  /* margin-bottom: 18px; */
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmCom
  .btmRight
  .btmLtitle {
  /* margin-bottom: 15px; */
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmCom .btmRight .btmBtns {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmCom
  .btmRight
  .btmBtns
  .btmStatus {
  width: 66px;
  height: 28px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #aeacac;
  text-align: center;
  line-height: 28px;
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #e5e4e4;
  cursor: pointer;
}

#summerActivety .staYes {
  height: 28px !important;
  font-family:
    PingFang SC Bold,
    PingFang SC Bold;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #2678d6 !important;
  line-height: 28px !important;
  background: #ecf5ff !important;
  border-radius: 14px 14px 14px 14px !important;
  border: 1px solid #ffffff !important;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmCom
  .btmRight
  .btmBtns
  .selGift {
  width: 104px;
  height: 40px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(137deg, #1e71d3 0%, #92d5fd 100%);
  border-radius: 21px 21px 21px 0px;
  cursor: pointer;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmCom
  .btmRight
  .btmBtns
  .selGift:hover {
  box-shadow: 0px 0px 6px 0px #7ac0f1;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmComTwo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 403px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.102);
  border-radius: 20px 20px 20px 20px;
  padding: 11px;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmComTwo .lines {
  display: flex;
  /* justify-content: space-between; */
  /* margin-bottom: 22px; */
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmComTwo
  .lines:last-child {
  margin-bottom: 0;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmComTwo .lines .label {
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

#summerActivety .prizeView .prizeContent .btmInfos .btmComTwo .lines .value {
  display: flex;
  align-items: center;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmComTwo
  .lines
  .value
  .countDownTwo {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmComTwo
  .lines
  .value
  .countDownTwo
  .one {
  margin-right: 6px;
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 16px;
  color: #ff6a00;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmComTwo
  .lines
  .value
  .countDownTwo
  .two {
  margin-right: 6px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #333333;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmComTwo
  .lines
  .value
  .selGift {
  width: 104px;
  height: 40px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(137deg, #1e71d3 0%, #92d5fd 100%);
  border-radius: 21px 21px 21px 0px;
  cursor: pointer;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .btmComTwo
  .lines
  .value
  .selGift:hover {
  box-shadow: 0px 0px 6px 0px #7ac0f1;
}

#summerActivety .prizeView .prizeContent .btmInfos .CTwo .btmLeft .labs {
  margin-bottom: 20px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

#summerActivety
  .prizeView
  .prizeContent
  .btmInfos
  .CTwo
  .btmLeft
  .labs:last-child {
  margin-bottom: 0;
}

#summerActivety .prizeView .prizeContent .btmInfos .CTwo .btmLeft .names {
  margin-bottom: 30px;
  font-family:
    Source Han Sans,
    Source Han Sans;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

#summerActivety .prizeView .prizeContent .btmInfos .CTwo .btmRight {
  width: 100px;
  height: 100px;
}

#summerActivety .prizeView .prizeContent .btmInfos .CTwo .btmRight img {
  width: 100%;
  height: 100%;
}

#summerActivety .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;
}

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

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

#summerActivety .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;
}

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

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

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

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

#summerActivety .mask-content .roll-view .roll-content {
  width: 100%;
  height: 1110px;
  background: url("/static/v2/img/activity/allDiscountProject.png") no-repeat
    100%/100%;
}

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

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

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

#summerActivety .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;
}

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

#summerActivety .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;
}

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

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

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

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

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

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

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

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

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

#summerActivety .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;
}

#summerActivety .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;
}

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

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

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

#summerActivety
  .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;
}

#summerActivety
  .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;
}

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

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

#summerActivety .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;
}

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

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

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

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

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

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

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

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

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

#summerActivety
  .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;
}

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

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

#summerActivety
  .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;
}

#summerActivety .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;
}
