@charset "utf-8";

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

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

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

#activetyMain .prizePool {
  position: relative;
  width: 1200px;
  height: 1369px;
  margin: 0 auto;
  padding-top: 100px;
}

#activetyMain .prizePool::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: url("/static/v2/img/schoolOpensActivity/bannerBgi.webp?v=1.1")
    no-repeat 100%/100%;
}
#activetyMain .bannerTit {
  position: relative;
  z-index: 9;
}
#activetyMain .bannerTit .titles {
  display: flex;
  justify-content: center;
  align-items: center;
}

#activetyMain .bannerTit .titles .titleIcon {
  width: 200px;
  height: 44px;
}

#activetyMain .bannerTit .titles .texts {
  margin: 0 36px;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 36px;
  color: #093653;
}

#activetyMain .bannerTit .titTimes {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 60px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 20px;
  color: #666666;
}

#activetyMain .bannerTit .topTips {
  display: flex;
  align-items: center;
  height: 56px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #cbebff 100%);
  border-radius: 20px 20px 20px 20px;
}

#activetyMain .bannerTit .topTips .tipsIcon {
  width: 56px;
  height: 56px;
  margin-right: 11px;
}

#activetyMain .bannerTit .topTips .tipTxt {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 20px;
  color: #666666;
}
#activetyMain .btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0);
  width: 560px;
  height: 60px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: linear-gradient(137deg, #1e71d3 0%, #92d5fd 100%);
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
  z-index: 9;
}

#activetyMain .btn:hover {
  box-shadow: 0px 5px 10px 0px rgba(80, 191, 222, 0.5);
}
#activetyMain .prizeView {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 101px;
  background-color: #fff;
}

#activetyMain .prizeView .prizeContent {
  position: relative;
  padding: 29px 20px 20px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
}

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

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

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

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

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

#activetyMain .prizeView .prizeContent .topInfo .goOrder:hover {
  color: #f35a82;
}
#activetyMain .prizeView .prizeContent .lineInfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 41px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#activetyMain .prizeView .prizeContent .progress .leftInfo .items .notOpen {
  background-color: #a1a1a1;
}
#activetyMain .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#activetyMain
  .prizeView
  .prizeContent
  .btmInfos
  .btmCom
  .btmRight
  .btmBtns
  .selGift:hover {
  box-shadow: 0px 0px 6px 0px #7ac0f1;
}
#activetyMain .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;
}

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

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

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

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

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

#activetyMain
  .prizeView
  .prizeContent
  .btmInfos
  .btmComTwo
  .lines
  .value
  .countDownTwo
  .one {
  margin-right: 6px;
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 16px;
  color: #ff6a00;
}
#activetyMain
  .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;
}

#activetyMain
  .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;
}
#activetyMain
  .prizeView
  .prizeContent
  .btmInfos
  .btmComTwo
  .lines
  .value
  .selGift:hover {
  box-shadow: 0px 0px 6px 0px #7ac0f1;
}

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

#activetyMain
  .prizeView
  .prizeContent
  .btmInfos
  .CTwo
  .btmLeft
  .labs:last-child {
  margin-bottom: 0;
}
#activetyMain .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;
}

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

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

#activetyMain .prjtList {
  position: relative;
  width: 1200px;
  height: 1278px;
  margin: 0 auto;
  padding-top: 80px;
}

#activetyMain .prjtList::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: url("/static/v2/img/schoolOpensActivity/bannerBgi2.webp?v=1.1")
    no-repeat 100%/100%;
}
#activetyMain .prjtList .prjtData {
  position: relative;
  margin-top: 20px;
  margin-left: 7px;
  z-index: 9;
}

#activetyMain .prjtList .prjtData .prjtDataItem {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-right: 15px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.102);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #ec743a;
  overflow: hidden;
}

#activetyMain .prjtList .prjtData .prjtDataItem:nth-child(4n) {
  margin-right: 0;
}

#activetyMain .prjtList .prjtData .prjtDataItem .activeIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 81px;
  height: 81px;
}

#activetyMain .prjtList .prjtData .prjtDataItem .activeIcon img {
  width: 100%;
  height: 100%;
}

#activetyMain .prjtList .prjtData .prjtDataItem .prjtIcon {
  width: 283px;
  height: 258px;
  margin-bottom: 15px;
}

#activetyMain .prjtList .prjtData .prjtDataItem .prjtIcon img {
  width: 100%;
  height: 100%;
}

#activetyMain .prjtList .prjtData .prjtDataItem .prjtInfos {
  padding: 12px;
}

#activetyMain .prjtList .prjtData .prjtDataItem .prjtInfos .prjtName {
  margin-bottom: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}

#activetyMain .prjtList .prjtData .prjtDataItem .prjtInfos .originalPrice {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 14px;
  color: #999999;
  text-decoration: line-through !important;
}

#activetyMain .prjtList .prjtData .prjtDataItem .prjtInfos .prjtBtns {
  position: relative;
  width: 100%;
  height: 45px;
  padding-top: 8px;
}

#activetyMain .prjtList .prjtData .prjtDataItem .prjtInfos .prjtBtns .leftBtns {
  width: 100%;
  height: 37px;
  padding-left: 17px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #ff6a00;
  line-height: 37px;
  background: linear-gradient(272deg, #ffe3d0 0%, #fff7e7 100%);
  border-radius: 25px 25px 25px 25px;
}

#activetyMain
  .prjtList
  .prjtData
  .prjtDataItem
  .prjtInfos
  .prjtBtns
  .rightBtns {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 146px;
  height: 100%;
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  background: linear-gradient(90deg, #eb753f 0%, #f96801 100%);
  border-radius: 29px 29px 29px 0px;
}

#activetyMain
  .prjtList
  .prjtData
  .prjtDataItem
  .prjtInfos
  .prjtBtns
  .rightBtns
  span {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
#activetyMain
  .prjtList
  .prjtData
  .prjtDataItem
  .prjtInfos
  .prjtBtns
  .rightBtns
  .btnTipsIcon {
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 43px;
  height: 46px;
}

#activetyMain .prestore {
  position: relative;
  width: 1200px;
  height: 794px;
  margin: 0 auto;
  padding-top: 80px;
  background: url("/static/v2/img/schoolOpensActivity/bannerBgi4.webp?v=1.1")
    no-repeat 100%/100%;
}
#activetyMain .prestore::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: url("/static/v2/img/schoolOpensActivity/bannerBgi4.webp?v=1.1")
    no-repeat 100%/100%;
}

#activetyMain .prestore .prestoreData {
  position: relative;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  z-index: 9;
}

#activetyMain .prestore .prestoreData .prizeImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#activetyMain .prestore .prestoreData .prizeImg img {
  width: 100%;
}

#activetyMain .prestore .prestoreData .prestoreTips {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}

#activetyMain .prestore .prestoreData .prestoreDataImg {
  width: 1176px;
  height: 247px;
  margin-top: 14px;
  margin-bottom: 24px;
  background: url("/static/v2/img/schoolOpensActivity/bannerBgi3.webp?v=1.1")
    no-repeat 100%/100%;
}

#activetyMain .prestore .prestoreData .btmTips {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 12px;
  color: #333333;
}

#activetyMain .fourBanner {
  position: relative;
  width: 1200px;
  height: 538px;
  margin: 0 auto;
  padding-top: 50px;
}

#activetyMain .fourBanner::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: url("/static/v2/img/inviteNew/inviteNewBg3.webp?v=1.1") no-repeat
    100%/100%;
}
#activetyMain .fourBanner .title {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 28px;
  color: #333333;
  z-index: 9;
}

#activetyMain .fourBanner .content {
  position: relative;
  margin-top: 50px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
  border-radius: 10px 10px 10px 10px;
  z-index: 9;
}

#activetyMain .fourBanner .content p {
  margin-bottom: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}

#activetyMain .fourBanner .content p:last-child {
  margin-bottom: 0;
}

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

#activetyMain .dialogBody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 940px;
  /* height: 439px; */
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0588);
  border-radius: 6px 6px 6px 6px;
}

#activetyMain .w440 {
  width: 440px !important;
}
#activetyMain .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;
}

#activetyMain .dialogBody .dialogTop .dialogTitle {
  font-family: PingFang SC Bold, PingFang SC Bold;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
}

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

#activetyMain .dialogBody .dialogContent {
  padding: 20px;
}

#activetyMain .dialogBody .dialogContent .dialogTips {
  margin-bottom: 66px;
  font-family: PingFang SC Bold, PingFang SC Bold;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
#activetyMain .dialogBody .dialogContent .accumulativePrice {
  font-family: PingFang SC Regular, PingFang SC Regular;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

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

#activetyMain .dialogBody .dialogContent .dialogGiftList {
  display: flex;
  max-width: 100%;
  margin-top: 23px;
  margin-bottom: 20px;
  /* overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; */
}

#activetyMain .dialogBody .dialogContent .dialogGiftList .dialogGiftItem {
  position: relative;
  width: 164px;
  margin-right: 20px;
  padding-bottom: 33px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

#activetyMain
  .dialogBody
  .dialogContent
  .dialogGiftList
  .dialogGiftItem
  .selIcon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
}
#activetyMain .dialogBody .dialogContent .dialogGiftList .itemActive {
  border: 1px solid #1e71d3;
}
#activetyMain
  .dialogBody
  .dialogContent
  .dialogGiftList
  .dialogGiftItem
  .giftImg {
  width: 100%;
  height: 123px;
  margin-bottom: 18px;
}

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

#activetyMain
  .dialogBody
  .dialogContent
  .dialogGiftList
  .dialogGiftItem
  .giftMoney {
  width: 100%;
  margin-top: 25px;
  font-family: PingFang SC Bold, PingFang SC Bold;
  font-weight: 400;
  font-size: 14px;
  color: #ff6a00;
  text-align: center;
}

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

#activetyMain .dialogBody .dialogContent .dialogBtn {
  width: 100px;
  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;
}

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

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

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

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

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

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

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

#activetyMain .dialogBody .dialogContent .dialogForm .giftDetail {
  width: 164px;
  margin-right: 28px;
  text-align: center;
}

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

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

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

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

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

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