.advertisement {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.none {
  display: none !important;
}

.lotteryDialogContent {
  position: relative;
}

.lotteryDialogContent > .contentText {
  position: absolute;
  width: 100%;
  top: 250px;
}

.lotteryDialogContent > .contentText > p {
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #fffaf5;
  text-shadow: 0px 3px 4px #ea1812;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.lotteryDialogContent .lotteryDialogContentClickMask {
    position: absolute;
    width: 240px;
    height: 70px;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
}

.advertisement .lotteryDialogContent > .close-coupon-prize.activeClose {
  right: -35px;
  top: -35px;
}

.lotteryDialogContent > .contentText > p:nth-child(2) {
  margin-top: 18px;
}
.advertisement .lotteryDialogContent.advertisementContent {
  width: 495px;
  height: 479px;
  position: relative;
}
.advertisement .advertisementContent {
  width: 411px;
  height: 305px;
  position: relative;
  top: -76px;
}
.advertisement .advertisementContent .countdown {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.advertisement .advertisementContent .activeClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5px;
  right: -56px;
  cursor: pointer;
}
.advertisement .advertisementContent .activeBtn {
  width: 180px;
  height: 57px;
  position: absolute;
  bottom: -165px;
  left: 119px;
  cursor: pointer;
}
.advertisement .advertisementContent .activeBtn.ThreeBg {
  bottom: -265px;
}
.advertisement .advertisementContent ul {
  position: absolute;
  top: 167px;
  /*top:225px;*/
  left: 0;
  padding: 0 0 0 12px;
  margin: 0;
}
.advertisement .advertisementContent ul li {
  width: 387px;
  height: 94px;
  margin-bottom: 12px;
  list-style: none;
  border-radius: 10px;
  position: relative;
}
.advertisement .advertisementContent ul li .explains {
  position: absolute;
  z-index: 2;
  left: 114px;
}
.advertisement .advertisementContent ul li .explains h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 24px 0 13px;
}
.advertisement .advertisementContent ul li .explains h4 {
  font-size: 14px;
  color: #c18652;
}
.advertisement .advertisementContent ul li img {
  width: 387px;
  height: 94px;
  position: absolute;
  top: 0;
  left: 0;
}
.advertisement .advertisementContent ul li img.imgLimit {
  width: 40px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.advertisement .advertisementContent ul li:last-child {
  margin-bottom: 0;
}

/* 优惠券 */
.couponSelect {
  width: 385px;
  height: 30px;
  border: solid 1px #dddddd;
  font-size: 14px;
  color: #666666;
  position: relative;
  box-sizing: border-box;
}
.couponSelect:hover {
  border-color: #fa9a00;
}
.couponSelect .couponLabel {
  position: absolute;
  top: 0;
  left: 0;
  width: 385px;
  height: 30px;
  line-height: 30px;
  padding-left: 11px;
  box-sizing: border-box;
  cursor: pointer;
}
.couponSelect .couponLabel i {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #666666;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.couponSelect .couponLabel i.active {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.couponSelect ul {
  position: absolute;
  top: 40px;
  left: 0;
  list-style: none;
  background: #ffffff;
  width: 385px;
  padding: 6px 0;
  box-shadow: 0px 2px 12px 0px rgba(166, 166, 166, 0.16);
  border-radius: 4px;
  border: solid 1px #eeeeee;
  z-index: 2;
  box-sizing: border-box;
}
.couponSelect ul li {
  height: 30px;
  line-height: 21px;
  font-size: 12px;
  color: #999999;
  padding-left: 9px;
  cursor: pointer;
}
.couponSelect ul li.active {
  color: #fa9a00;
}
.couponSelect ul li:hover {
  background-color: #f7f7f7;
  color: #666666;
}

/* 优惠券列表 */
.couponItemImg {
  width: 271px;
  position: relative;
  margin: 30px 22px 30px 0;
}
.couponItemImg .couponLimit {
  position: absolute;
  top: -10px;
  left: 0;
}
.couponItemImg .couponInvalidIcon {
  position: absolute;
  bottom: 10px;
  right: 55px;
  z-index: 2;
}
.couponItemImg p {
  position: absolute;
  bottom: 0;
}
.couponItemImg p {
  width: 230px;
  position: absolute;
  bottom: 0;
  padding: 0 20px 0 28px;
  color: #ffffff;
}

.couponItemImg p .couponNumber {
  font-size: 46px;
  font-weight: bold;
}
.couponItemImg p .couponUnit {
  font-size: 22px;
  font-weight: bold;
}
.couponItemImg p .maxMoney {
  font-size: 14px;
  position: absolute;
  right: 12px;
  bottom: 13px;
  width: 95px;
  text-align: left;
}

.couponIntroduce {
  color: #333333;
}
.couponIntroduce h3 {
  font-size: 20px;
  margin-top: 3px;
}
.couponIntroduce h4 {
  font-size: 14px;
}
.couponIntroduce.couponInvalidItem {
  color: #bbbbbb;
}
.couponNotAllowBtn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #dddddd;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  cursor: not-allowed;
  float: right;
}
.couponAllowBtn {
  width: 100px;
  height: 40px;
  line-height: 30px;
}

.couponItemImg h5 {
  position: absolute;
  font-size: 13px;
  color: white;
  left: 15px;
  top: 2px;
}

.couponIntroduce h5 {
  margin-top: 40px;
}

.welfareClaimed {
  position: fixed;
  bottom: 20px;
  left: 15px;
  width: 328px;
  height: 210px;
  background-image: url("/img/welfareClaimed.png");
  border-radius: 15px;
  z-index: 50;
}
.welfareClaimed_close {
  width: 20px;
  height: 20px;
  background-image: url("/img/welfareClaimedClose.png");
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.welfareClaimedPrize {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 231px;
  height: 228px;
  /*background-image: url("/img/20251111/left.png");*/
  background-image: url("/img/2025end/left.png");
  border-radius: 15px;
  z-index: 1;
}
.welfareClaimedPrize .welfareClaimed_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 134px;
  height: 36px;
  z-index: 1;
}
.welfareClaimed_close_prize {
  width: 16px;
  height: 16px;
  background-image: url("/img/lottery-close.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.welfareClaimed_btn {
  display: block;
  width: 110px;
  height: 38px;
  position: absolute;
  left: 20px;
  bottom: 24px;
  cursor: pointer;
  border-radius: 19px;
  text-decoration: none !important;
}
.welfareUse {
  position: fixed;
  bottom: 20px;
  left: 15px;
  width: 200px;
  height: 200px;
  z-index: 50;
}
.welfareUse img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.welfareUse_close {
  width: 20px;
  height: 20px;
  background-image: url("/img/welfareUseClose.png");
  position: absolute;
  right: 0px;
  top: 10px;
  cursor: pointer;
}
.welfareUse_btn {
  display: block;
  width: 159px;
  height: 44px;
  position: absolute;
  left: 20px;
  bottom: 18px;
  cursor: pointer;
  border-radius: 19px;
  text-align: center;
  padding-top: 7px;
  box-sizing: border-box;
  text-decoration: none !important;
}
.welfareUse_btn span {
  display: block;
  color: #e02838;
  line-height: 1;
}

.welfareUse_btn .use {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.welfareUse_btn .time {
  font-size: 12px;
}
