/*事前登录*/
.draw {
  width: 100%;
  font-size: 0;
  margin: 0 auto 0;
  height: 14rem;
  margin-top: -1.85rem;
}

/* 盒子样式 */
.draw2 {
  width: 12.8rem;
  margin: 0 auto 0;
  margin-top: 1.8rem;
  /* background-color: blue; */
  height: 12rem;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  /* align-items: center; */
  position: relative;
}

/* 标题 */
.draw2 .title {
  width: 7.35rem;
  height: 1.82rem;
  margin: 0 auto;
  z-index: 5;
  /* margin-bottom: .30rem; */
}

.draw2 .title p {
  background: url(../image/section4/s4-title.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: 100%;
}

/* 轮播 */
/* .draw .draw-wrapper {
  width: 100%;
  height: 1.86rem;
  top: 0.4rem;
  z-index: 2;
  margin: 0 auto 0;
} */

#draw-pc {
  /* left: 7rem !important */
}

/* .draw .draw-wrapper {
  width: 4.67rem;
  height: 1.37rem;
  background: url(../image/section4/jiangli-bg.png) no-repeat;
  background-size: 100%;
  margin-top: .25rem;
} */


.draw .draw-wrapper .swiper-slide {
  display: flex !important;
  height: 1.86rem;
  position: relative;
  justify-content: space-between !important;
  align-items: center;
  /* background: url(../image/section2/draw-lottery-a.png); */
}

.draw .draw-wrapper .swiper-slide .slide-bg {
  width: 7rem;
  height: 1.05rem;
  position: absolute;
  /* left: 0.rem; */
  top: .25rem;
  color: rgba(238, 197, 144, 0.877);
}

/* .draw .draw-wrapper .swiper-slide .slide-bg img {
  width: 100%;
} */

.draw .draw-wrapper .swiper-slide .draw-front {
  position: relative;
  width: .83rem;
  height: .92rem;
  z-index: 2;
  margin-right: .48rem;
}

/* .draw .draw-wrapper .swiper-slide .a1 {
  width: .55rem;
  height: .61rem;
  margin-top: 0.05rem;
} */

.draw .draw-wrapper .swiper-slide .c1 {
  width: 1.02rem;
  margin-top: 0.05rem;
}

.draw .draw-wrapper .swiper-slide .draw-front:last-child {
  margin-right: 0;
}

.draw .draw-wrapper .swiper-slide .dule-active {
  width: 0.34rem;
  height: 0.37rem;
  background: url("../image/section4/swpier-gou.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0.3rem;
  display: none;
}

.swiper-slide.Mactive .dule-active {
  display: block !important;
}

.draw .button {
  width: .45rem;
  z-index: 3;
  height: 0.65rem;
  position: relative;
  cursor: pointer;
}

.draw-swiper-button-prev {
  left: -0.79rem;
  top: -1.1rem;
  background: url("../image/section4/swpier-prer.png") no-repeat;
  background-size: 100%;
}

.draw-swiper-button-next {
  top: -1.75rem;
  right: -4.98rem;
  background: url("../image/section4/swiper-next.png") no-repeat;
  background-size: 100%;
}



/* 活动规则 */
.set4_huodong {
  width: .78rem;
  height: .23rem;
  background: url(../image/section4/s4_huodong.png) no-repeat;
  background-size: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: .1rem;
  cursor: pointer;
  margin-left: -0.39rem;
}

/* 活动说明弹窗 */
.rule-content {
  width: 5.54rem;
  height: 5.0rem;
  background: url(../image/section4/rule-content.png) no-repeat;
  /* background-color: red; */
  background-size: 100%;
}

/* 活动规则 X */
.rule-content .dia-close {
  top: 0rem;
  right: -0.1rem;
}


/* 活动规则 确定按钮 */
.content-btn {
  width: 1.82rem;
  height: .45rem;
  background: url(../image/section4/content-btn.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: .65rem;
}


/* 奖励滚动条 */

.draw .draw-wrapper .swiper-slide {
  display: flex !important;
  height: 1.29rem;
  position: relative;
  justify-content: space-between !important;
  align-items: center;
  /* background: url(../image/section2/draw-lottery-a.png); */
}

/* li */
.draw .draw-wrapper .swiper-slide li {
  /* padding: .26rem 0.1rem .16rem 0.34rem; */
  display: flex;
  /* flex: 1; */
  height: 1.28rem;
  position: relative;
  justify-content: center;
  align-items: center;
  /* padding: .1rem 0 0 0 ; */
  max-height: 100%;
}

.draw .draw-wrapper .swiper-slide li img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  /* object-fit:cover ;
  width: 100%;
  /* top: 0.2rem; */
}


.swiper-padding {
  /* padding: 0.1rem 0.8rem 0 0.35rem; */
  padding: 0.02rem .05rem .2rem 0.05rem;
  /* height: 1.2rem; */
  /* overflow: hidden; */
}


.swiper-slide li[data-name="2"] img {
  /* top: 0.005rem !important; */
  margin-top: .005rem;
}


.swiper-slide li[data-name="3"] img {
  margin-right: .02rem;
}

.swiper-slide li[data-name="5"] img {
  /* top: 0.005rem !important; */
  margin-top: .03rem;
}

.swiper-slide li[data-name="6"] img {
  margin-top: .005rem;
  margin-right: .02rem;
}



/* 魔方板块 */
.magic {
  position: relative;
  width: 9.55rem;
  height: 9.86rem;
  /* background: url(../image/section4/magic-cube.png) no-repeat; */
  background-size: 100%;
  margin: 0 auto;
  left: 50%;
  margin-top: -0.25rem;
  margin-left: -5.07rem;
}


/* .magic-cube .cube li:first-child {
  width: 8.16rem;
  height: 2.79rem;
  background: url(../image/section4/cube-1.png) no-repeat;
  background-size: 100%;
  left: -2.2rem;
  margin-top: 1.08rem;
}

.magic-cube .cube li:nth-child(2) {
  width: 8.25rem;
  height: 2.51rem;
  background: url(../image/section4/cube-2.png) no-repeat;
  background-size: 100%;
  left: -2.2rem;
  margin-top: 1.16rem;
}

.magic-cube .cube li:nth-child(3) {
  width: 8.25rem;
  height: 2.63rem;
  background: url(../image/section4/cube-3.png) no-repeat;
  background-size: 100%;
  left: -2.2rem;
  margin-top: 1.16rem;
}

.magic-cube .cube li:nth-child(4) {
  width: 8.25rem;
  height: 2.63rem;
  background: url(../image/section4/cube-4.png) no-repeat;
  background-size: 100%;
  left: -2.2rem;
  margin-top: 1.16rem;
}

.magic-cube .cube li:nth-child(5) {
  width: 8.25rem;
  height: 2.63rem;
  background: url(../image/section4/cube-5.png) no-repeat;
  background-size: 100%;
  left: -2.2rem;
  margin-top: 1.16rem;
}

.magic-cube .cube li:nth-child(6) {
  width: 8.35rem;
  height: 2.63rem;
  background: url(../image/section4/cube-6.png) no-repeat;
  background-size: 100%;
  left: -2.37rem;
  margin-top: 1.09rem;
} */

.magic-cube .text-list li {
  color: #fff;
  position: absolute;
  font-size: .16rem;
  width: 0.32rem;
  line-height: .2rem;
  top: 4.1rem;
  left: 1.56rem;
  font-weight: bold;
}

.magic-cube .text-list li:first-child {
  text-shadow: 0 0 0.1rem rgb(237 239 31);
}

.magic-cube .text-list li:nth-child(2) {
  text-shadow: 0 0 0.1rem rgb(0 109 252);
}

.magic-cube .text-list li:nth-child(3) {
  text-shadow: 0 0 0.1rem rgb(244 39 33);
}

.magic-cube .text-list li:nth-child(4) {
  text-shadow: 0 0 0.1rem rgb(33 244 225);
}

.magic-cube .text-list li:nth-child(5) {
  text-shadow: 0 0 0.1rem rgb(31 239 97);
}

.magic-cube .text-list li:nth-child(6) {
  text-shadow: 0 0 0.1rem rgb(178 20 245);
}

.magic-cube .cube-finish {
  animation: float 5s ease-in-out infinite;
}

.magic-cube .cube-finish img {
  position: relative;
  width: 7.95rem;
  height: 2.61rem;
  top: 1.12rem;
  left: -2.3rem;
  display: none;
  transition: all 0.3s ease-in-out;
}

/* .magic-cube .cube-finish::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 2.61rem;
  top: 1.12rem;
  left: -2.3rem;
  background: url(../image/section4/finish.png) no-repeat;
  background-size: 100%;
  z-index: 1;
} */

.magic-cube .cube-finish img::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 2.61rem;
  top: 1.12rem;
  left: -2.3rem;
  background: url(../image/section4/finish.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

.magic-cube .progress-bar {
  position: absolute;
  width: 6rem;
  height: 0.06rem;
  top: 5.6rem;
  left: -1.28rem;
  border: 0.01rem solid #ACB0B2;
  border-radius: 0.02rem;
}

.magic-cube .progress-bar .progress {
  width: 0rem;
  max-width: 6rem;
  background: linear-gradient(to right, #4AC2ED, #CCE6F3);
  box-shadow: 0 0 .1rem rgb(0 199 255 / 50%), 0 0 .1rem rgb(154 221 235 / 50%);
  height: 100%;
  transition: width 0.3s ease-in-out;
}

.progress-bar .progress-list li {
  position: absolute;
  width: .31rem;
  height: .31rem;
  background: url(../image/section4/progress-init.png) no-repeat;
  background-size: 100%;
  background-color: #0E2862;
  border-radius: 50%;
  top: -0.12rem;
}

.progress-bar .progress-list li:first-child {
  left: 0.6rem;
}

.progress-bar .progress-list li:nth-child(2) {
  left: 1.5rem;
  ;
}

.progress-bar .progress-list li:nth-child(3) {
  left: 2.4rem;
}

.progress-bar .progress-list li:nth-child(4) {
  left: 3.28rem;
}

.progress-bar .progress-list li:nth-child(5) {
  left: 4.18rem;
}

.progress-bar .progress-list li:nth-child(6) {
  left: 5.08rem;
}

.progress-bar .progress-list li:first-child.active {
  width: 0.47rem;
  height: 0.47rem;
  background: url(../image/section4/active-1.png) no-repeat;
  background-size: 100%;
  background-color: #133786;
  border-radius: 100%;
  top: -0.2rem;
  left: 0.52rem;
}

.progress-bar .progress-list li:nth-child(2).active {
  width: 0.47rem;
  height: 0.47rem;
  background: url(../image/section4/active-2.png) no-repeat;
  background-size: 100%;
  background-color: #133786;
  border-radius: 100%;
  top: -0.2rem;
  left: 1.42rem;
}

.progress-bar .progress-list li:nth-child(3).active {
  width: 0.47rem;
  height: 0.47rem;
  background: url(../image/section4/active-3.png) no-repeat;
  background-size: 100%;
  background-color: #133786;
  border-radius: 100%;
  top: -0.2rem;
  left: 2.32rem;
}

.progress-bar .progress-list li:nth-child(4).active {
  width: 0.47rem;
  height: 0.47rem;
  background: url(../image/section4/active-4.png) no-repeat;
  background-size: 100%;
  background-color: #133786;
  border-radius: 100%;
  top: -0.2rem;
  left: 3.2rem;
}

.progress-bar .progress-list li:nth-child(5).active {
  width: 0.47rem;
  height: 0.47rem;
  background: url(../image/section4/active-5.png) no-repeat;
  background-size: 100%;
  background-color: #133786;
  border-radius: 100%;
  top: -0.2rem;
  left: 4.1rem;
}

.progress-bar .progress-list li:nth-child(6).active {
  width: 0.47rem;
  height: 0.47rem;
  background: url(../image/section4/active-6.png) no-repeat;
  background-size: 100%;
  background-color: #133786;
  border-radius: 100%;
  top: -0.2rem;
  left: 5rem;
}

.progress-bar .progress-sign {
  position: absolute;
  width: 1.45rem;
  height: 0.45rem;
  background: url(../image/section4/progress-sign.png) no-repeat;
  background-size: 100%;
  top: -0.76rem;
  right: 0.54rem;
}

.magic-cube .lottery-start {
  position: absolute;
  width: 3.75rem;
  height: 1.12rem;
  background: url(../image/section4/lottery-btn.png) no-repeat;
  background-size: 100%;
  top: 6rem;
  left: -0.19rem;
  z-index: 5;
  cursor: pointer;
}

.magic-cube .lottery-share {
  position: absolute;
  width: 1.25rem;
  height: 0.88rem;
  background: url(../image/section4/lottery-share.png) no-repeat;
  background-size: 100%;
  top: 6.1rem;
  left: 4rem;
  z-index: 5;
  cursor: pointer;
}

.magic-cube .remain-text {
  position: absolute;
  top: 7.18rem;
  left: 0.72rem;
  font-size: 0.24rem;
  color: #fff;
  width: 100%;
}

.magic-cube .remain-text span {
  font-size: 0.24rem;
  color: #F2CC35;
  line-height: 0.28rem;
}


/* 抽奖弹窗 */
.lottery-container .lottery-content {
  position: absolute;
  width: 6.77rem;
  height: 8.87rem;
  top: 4.68rem;
}

.lottery-container .lottery-content.active1 {
  background: url(../image/pop/lottery/pop-1.png) no-repeat;
  background-size: 100%;
}

.lottery-container .lottery-content.active2 {
  background: url(../image/pop/lottery/pop-2.png) no-repeat;
  background-size: 100%;
}

.lottery-container .lottery-content.active3 {
  background: url(../image/pop/lottery/pop-3.png) no-repeat;
  background-size: 100%;
}

.lottery-container .lottery-content.active4 {
  background: url(../image/pop/lottery/pop-4.png) no-repeat;
  background-size: 100%;
}

.lottery-container .lottery-content.active5 {
  background: url(../image/pop/lottery/pop-5.png) no-repeat;
  background-size: 100%;
}

.lottery-container .lottery-content.active6 {
  background: url(../image/pop/lottery/pop-6.png) no-repeat;
  background-size: 100%;
}

.lottery-container .lottery-content .btn-fb {
  position: absolute;
  width: 3.89rem;
  height: 1.08rem;
  background: url(../image/pop/lottery/share-1.png) no-repeat;
  background-size: 100%;
  top: 5.42rem;
  left: 1.48rem;
}

/* .lottery-container .lottery-content .btn-fb {
  position: absolute;
  width: 3.89rem;
  height: 1.08rem;
  background: url(../image/pop/lottery/share-2.png) no-repeat;
  background-size: 100%;
  top: 5.8rem;
  left: 1.72rem;
} */

.lottery-container .lottery-content .hot-block {
  position: absolute;
  width: 4.85rem;
  height: 1.8rem;
  background: url(../image/pop/lottery/block-award.png) no-repeat;
  background-size: 100%;
  top: 6.6rem;
  left: 0.94rem;
  cursor: pointer;
}

.lottery-container .lottery-content .dia-close {
  top: 0.8rem;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-.2rem);
  }

  100% {
    transform: translateY(0);
  }
}




/* 神火大陆样式 */
.bubble {
  background: url(../image/section4/bubble.png) no-repeat;
  background-size: 100%;
  width: 1.90rem;
  height: .88rem;
  position: absolute;
  top: 0.7rem;
  left: 6.05rem;
}


.con {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  top: 6.1rem;
  margin-left: -4.5rem;
}

.card-three {
  margin: auto;
  width: 100%;
  height: 4rem;
  /* background-color: rgb(49, 49, 49);  */
  display: flex;
  flex-direction: column;
  position: relative;
  /* justify-content: center; */
  align-items: center;
}

.ul_card {
  width: 7.1rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* transform-style: preserve-3d; */
  /* transform-origin: center center; */
  /* perspective: 1100px; */
  /* margin: 0 auto; */
}

.ul_card li div {
  transform: rotateX(1deg) translateY(0rem) translateZ(0rem);

}

@keyframes top {
  0% {
    transform: rotateX(1deg) translateY(0rem) translateZ(0rem);
  }

  50% {
    transform: rotateX(1deg) translateY(0rem) translateZ(7.55rem);
  }

  100% {
    transform: rotateX(1deg) translateY(0rem) translateZ(0rem);
  }
}

.ul_card li {
  position: relative;
}

.ul_card li div {
  position: absolute;
  top: 0;
  left: 0;
}

.ul_card li:first-child {
  width: 1.76rem;
  height: 1.76rem;
  background: url(../image/section4/gossip.png) no-repeat;
  background-size: 100%;
}

.ul_card li:first-child div {
  width: 1.35rem;
  height: 1.35rem;
  background: url(../image/section4/paperseal.png) no-repeat;
  background-size: 100%;
  top: 0.2rem;
  left: 0.2rem;
  animation: top 4s linear 0s infinite alternate none;
}

.ul_card li:nth-child(2) {
  width: 1.76rem;
  height: 1.76rem;
  background: url(../image/section4/gossip.png) no-repeat;
  background-size: 100%;
  margin-top: 1rem;
}

.ul_card li:nth-child(2) div {
  width: 2.18rem;
  height: 2.15rem;
  background: url(../image/section4/sword.png) no-repeat;
  background-size: 100%;
  top: 0rem;
  left: -0.1rem;
  animation: top 5s linear 1s infinite alternate none;
}

.ul_card li:nth-child(3) {
  width: 1.76rem;
  height: 1.76rem;
  background: url(../image/section4/gossip.png) no-repeat;
  background-size: 100%;
}

.ul_card li:nth-child(3) div {
  width: 1.99rem;
  height: 1.69rem;
  background: url(../image/section4/gossiplight.png) no-repeat;
  background-size: 100%;
  top: 0.12rem;
  left: -0.05rem;
  animation: top 4.5s linear .5s infinite alternate none;
}


.divination {
  width: 6.8rem;
  /* width: 100%; */
  height: 0.79rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 1.12rem;
  bottom: 0.4rem;
}

.divination span {
  width: 1.42rem;
  height: .36rem;

  background-size: 100%;
  /* position: absolute; */
  cursor: pointer;
}

.divination span:nth-child(1) {
  background: url(../image/section4/ma_btn1.png) no-repeat;
  background-size: 100%;

}

.divination span:nth-child(2) {
  background: url(../image/section4/ma_btn2.png) no-repeat;
  background-size: 100%;

  margin-left: .1rem;
  margin-top: 1rem;
}

.divination span:nth-child(3) {
  background: url(../image/section4/ma_btn3.png) no-repeat;
  background-size: 100%;

  margin-left: .2rem;

}


.divination span.active {
  width: 1.42rem;
  height: .36rem;
  background: url(../image/section4/cz_btn.png) no-repeat;
  background-size: 100%;
}




.pp {
  width: 1rem;
  height: .24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  top: 6.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0, 0, 0);
}


.guangdian {
  width: 15.27rem;
  height: 6.65rem;
  background: url(../image/section4/guangdian.png) no-repeat;
  background-size: 100%;
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 1.1rem;
  left: -3rem;
  z-index: 20;
  opacity: 1;
}


.boom_box {
  width: 3.5rem;
  height: .78rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: .9rem;
  display: flex;
  align-items: center;
}


/* 分享 */
.lottery-share {
  width: .88rem;
  height: .78rem;
  background: url(../image/section4/btn-fb.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3.98rem;
  left: 5.05rem;
  cursor: pointer;
}

/* ？ */
.ma_wenhao {
  width: .32rem;
  height: .32rem;
  background: url(../image/section4/wenhao.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4.3rem;
  left: 2.8rem;
  cursor: pointer;

}

/* 次數 */
.remain-text {
  width: 1.81rem;
  height: .51rem;
  line-height: 2.3;
  color: #fcfcfc;
  font-weight: normal;
  /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  font-size: .23rem;
  position: absolute;
  top: 4.2rem;
  left: 3.2rem;
  text-shadow: 0 0 .005rem rgba(255, 255, 255, .6);
  background: url(../image/section4/pbg.png) no-repeat;
  background-size: 100%;
  text-indent: .1rem;/
}

.remain-text span {
  color: #de9b1e;
}

/* 奖励 */
.prize {
  width: 12.93rem;
  height: 4.45rem;
  background: url(../image/section4/prize.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  position: absolute;
  top: 9.3rem;
  left: 50%;
  margin-left: -6.465rem;
  transform: translateZ(0);
  pointer-events: none;
}

.prize_pore {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.prize_pore div {
  /* opacity: .3; */
  position: relative;
}

/* 奖励1 */
div[data-name="default_2"] {
  width: 1.37rem;
  height: 1.98rem;
  position: absolute;
  top: 2rem;
  left: 1.9rem;
  /* background: url(../image/section4/draw/xiangkuang.png) no-repeat; */
  background-size: 100%;
  /* background-color: #de9b1e; */
}

/* 奖励2 */
div[data-name="iphone15"] {
  width: 1.37rem;
  height: 1.98rem;
  position: absolute;
  top: 2.25rem;
  left: 3.4rem;
  /* background: url(../image/section4/draw/AirPods.png) no-repeat; */
  background-size: 100%;
  /* background-color: #38c596; */
}

/* 奖励3 */
div[data-name="airPro"] {
  width: 1.37rem;
  height: 1.98rem;
  position: absolute;
  top: 2.45rem;
  left: 4.9rem;
  /* background: url(../image/section4/draw/switch.png) no-repeat; */
  background-size: 100%;
  /* background-color: #495491; */
}

/* 奖励4 */
div[data-name="switch"] {
  width: 1.37rem;
  height: 1.98rem;
  position: absolute;
  top: 2.48rem;
  left: 6.5rem;
  /* background: url(../image/section4/draw/MacBook.png) no-repeat; */
  background-size: 100%;
  /* background-color: #de1e6e; */
}

/* 奖励5 */
div[data-name="appleWatch"] {
  width: 1.37rem;
  height: 1.98rem;
  position: absolute;
  top: 2.15rem;
  left: 8.12rem;
  /* background: url(../image/section4/draw/AppleWatch.png) no-repeat; */
  background-size: 100%;
  /* background-color: #1ede68; */
}

/* 奖励6 */
div[data-name="macBook"] {
  width: 1.37rem;
  height: 1.98rem;
  position: absolute;
  top: 1.9rem;
  left: 9.75rem;
  /* background: url(../image/section4/draw/julong.png) no-repeat; */
  background-size: 100%;
  /* background-color: #de4b1e; */
}

/* div[data-name="store_order_gift_1"] span.draw-gou {
  top: 23%;
  right: 23.8%;
} */

.prize_pore div span {
  display: block;
}

.prize_pore div span.draw-gou {
  width: .48rem;
  height: .46rem;
  background: url(../image/section4/draw-gou.png) no-repeat;
  background-size: 100%;
}

/* 达成 */
.draw-gou {
  width: .76rem;
  height: .65rem;
  background: url(../image/section4/draw_gou.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 13%;
  right: 0%;
  z-index: 5;
}


/* 抽奖弹窗 */
.lotterys-content {
  width: 5.91rem;
  height: 5.15rem;
  background: url(../image/section4/draw-lottery-a_1.png) no-repeat;
  background-size: 100%;
}

/* fb 跳讨论组 */
.btn-fb-copy {
  display: inline-block;
  width: 2.08rem;
  height: 0.45rem;
  background: url(../image/section4/draw-fb.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4.7rem;
  /* left: 1.9rem; */
  left: 50%;
  transform: translate(-50%);
}

.btn-fb-copy.loser{
  display: inline-block;
  width: 2.08rem;
  height: 0.45rem;
  background: url(../image/section4/draw-fb-loser.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4.7rem;
  /* left: 1.9rem; */
}

/* 关闭按钮 */
.lotterys-content .dia-close {
  top: 0.935rem;
  right: 0.85rem;
}

/* 文案 */
.draw-wenan {
  width: 4.25rem;
  height: .8rem;
  position: absolute;
  opacity: 0;
  cursor: default;
}