.tip-act-dialog-wrap{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  background:rgba(0, 0, 0, 0.8);
}
/* 抽奖 */
.dialog_lottery{
  width: 100%;
  height: 7.5rem;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/majiang/2023act/a20231108mjSiteMessage/img/activity-img.png) no-repeat 50% 0;
  background-size: 13.34rem 7.5rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.dialog_lottery_content{
  width: 12rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.btn-close{
  display: block;
  position: absolute;
  top: .6rem;
  right: .4rem;
  width: .4rem;
  height: .4rem;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/majiang/2023act/a20231108mjSiteMessage/img/btn-close.png) no-repeat;
  background-size: 100%;
  z-index: 9;
}
@keyframes runright {
  0% {
    left: -2.6rem;
  }

  50% {
    opacity: 1;
  }

  100% {
    left: 1.6rem;
    opacity: 0;
  }
}
.btn-get{
  position: absolute;
  top: 5.2rem;
  right: 3.9rem;
  width: 3.73rem;
  height: 1.59rem;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/majiang/2023act/a20231108mjSiteMessage/img/btn-get.png) no-repeat;
  background-size: 100%;
}
.btn-get p{
  position: relative;
  margin-left: .2rem;
  width: 3.32rem;
  height: 1.2rem;
  overflow: hidden;
  font-size: 0;
}
.btn-get p::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2.6rem;
  width: 3.73rem;
  height: 1.59rem;
  background: url(https://image-1251917893.file.myqcloud.com/tip-privilege-Merchant/majiang/2023act/a20231108mjSiteMessage/img/btn-light.png) no-repeat;
  background-size: 100%;
  animation: runright 1.5s ease-in-out infinite;
  pointer-events: none;
}