@font-face {
  font-family: 'Bangers';
  src: url('../fonts/Bangers.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Bold';
  src: url('../fonts/MONTSERRAT-BOLD.TTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Regular';
  src: url('../fonts/MONTSERRAT-REGULAR.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Medium';
  src: url('../fonts/Montserrat-Medium-7.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Black Italic';
  src: url('../fonts/MONTSERRAT-BLACKITALIC.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat SemiBold';
  src: url('../fonts/MONTSERRAT-SEMIBOLD.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat ExtraBold';
  src: url('../fonts/MONTSERRAT-EXTRABOLD.TTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.b-lazy {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner {
  height: 10.8rem;
  background-image: url("../image/274-lucky-draw/banner.jpg");
  background-size: cover;
  background-position: center;
}
.part1 {
  height: 9rem;
  padding-top: 1.3rem;
}
.part1 .tit {
  width: 5.1rem;
  height: 1.35rem;
  margin: 0 auto 0.25rem;
}
.part1 .rule {
  width: 11.69rem;
  height: 4.28rem;
  margin: 0 auto;
  display: flex;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.25rem;
  color: #000000;
  font-family: "Montserrat Medium";
  padding-top: 2.4rem;
  justify-content: space-between;
}
.part1 .rule .rule-item {
  width: 3.5rem;
}
.part1 .rule p {
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.34rem;
}
.part1 .rule .step {
  font-family: "Bangers";
  font-size: 0.4295rem;
  color: #ffffff;
  line-height: 0.54rem;
  letter-spacing: 0.025rem;
}
.part1 .rule .mobile {
  display: none;
}
.part1 .draw-date {
  width: 8.82rem;
  height: 0.69rem;
  margin: 0.6rem auto 0;
  background-size: 100% 100%;
}
.part2 {
  height: 6.97rem;
  padding-top: 0.36rem;
}
.part2 .tit {
  width: 3.32rem;
  height: 1.43rem;
  margin: 0 auto;
}
.part2 .prizes {
  width: 11.27rem;
  height: 3.33rem;
  margin: 0 auto;
}
.part3 {
  height: 5.64rem;
  padding-top: 0.75rem;
}
.part3 .tit {
  width: 11.15rem;
  height: 0.65rem;
  margin: 0 auto;
}
.part3 .photo {
  position: relative;
  margin-top: 0.5rem;
}
.part3 .photo-swiper {
  width: 13.76rem;
  margin: 0 auto;
}
.part3 .photo-swiper .swiper-slide {
  border-radius: 0.08rem;
  border: 0.04rem solid #ffffff;
}
.part3 .photo-swiper .swiper-slide:hover img {
  scale: 1.1;
}
.part3 .photo-swiper .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.08rem;
  border: 0.04rem solid #5382ff;
}
.part3 .photo-swiper img {
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease-in-out;
  box-sizing: content-box;
}
.part3 .photo-swiper-button-prev,
.part3 .photo-swiper-button-next {
  width: 1.63rem;
  height: 1.14rem;
  position: absolute;
  top: 1.15rem;
  background-size: 100% 100%;
  cursor: pointer;
}
.part3 .photo-swiper-button-prev {
  left: 0.47rem;
  background-image: url("../image/274-lucky-draw/left.png");
}
.part3 .photo-swiper-button-next {
  right: 0.47rem;
  background-image: url("../image/274-lucky-draw/right.png");
}
@keyframes unlockScale {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes lightScale {
  from {
    transform: translate(-50%, -88%) scale(1.1);
  }
  to {
    transform: translate(-50%, -88%) scale(1);
  }
}
.part4 {
  height: 16.54rem;
  padding-top: 0.7rem;
}
.part4 .tit {
  width: 10.4rem;
  height: 1.6rem;
  margin: 0 auto;
}
.part4 .draw-box {
  margin: 0.52rem auto 0;
  width: 8.4rem;
  height: 9.96rem;
  position: relative;
}
.part4 .unlock {
  position: absolute;
  width: 3.36rem;
  height: 0.76rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3d4fff;
  border-radius: 0.18rem;
}
.part4 .unlock img {
  width: 2.4rem;
  height: 0.64rem;
  transform: scale(1);
}
.part4 .unlock.active img {
  animation: unlockScale 1s ease-in-out infinite alternate;
}
.part4 .rotate_btn {
  position: absolute;
  width: 1.53rem;
  height: 4.22rem;
  right: -1.02rem;
  bottom: 2.5rem;
  background-size: 100% 100%;
  cursor: pointer;
}
.part4 .rotate_btn .light {
  display: block;
  width: 2.93rem;
  height: 3.37rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -88%);
  animation: lightScale 1s ease-in-out infinite alternate;
  background-image: url("../image/274-lucky-draw/light.png");
}
.part4 .rotate_btn.disable-btn .light {
  display: none;
  animation: none;
}
.part4 .rotate_box {
  width: 6.8rem;
  height: 3rem;
  border-radius: 0.3rem;
  border: 0.06rem solid #000000;
  position: absolute;
  top: 3.55rem;
  left: 0.75rem;
  background-color: #ff3eff;
  overflow: hidden;
}
.part4 .rotate_box dd {
  width: 2.16rem;
  height: 2.92rem;
  margin-right: 0.1rem;
}
.part4 .disclaimer {
  width: 13.75rem;
  margin: 0.75rem auto 0;
}
.part4 .disclaimer h5 {
  font-size: 0.22rem;
  font-family: "Montserrat SemiBold";
}
.part4 .disclaimer p {
  font-size: 0.2rem;
  font-family: "Montserrat Regular";
  text-align: justify;
}
.part4 .disable-btn {
  pointer-events: auto;
  cursor: no-drop;
}
.form-msg {
  width: 9.5rem;
  height: 5rem;
  border-radius: 0.45rem;
  border: 0.06rem solid #fff;
  background-image: linear-gradient(to top, #3f4fff, #15a5f9);
  padding-top: 0.7rem;
  color: #ffffff;
  position: relative;
}
.form-msg .close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-size: 0.3rem;
  cursor: pointer;
  color: #fff;
}
.form-msg h3 {
  font-family: "Montserrat SemiBold";
  font-size: 0.316rem;
  line-height: 0.36rem;
  text-align: center;
  margin-bottom: 0.48rem;
}
.form-msg form {
  padding-left: 1.25rem;
}
.form-msg form .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.form-msg form label {
  width: 1.45rem;
  font-size: 0.22rem;
  font-family: "Montserrat SemiBold Italic";
}
.form-msg form input {
  border-radius: 0.1761rem;
  border: 0.02rem solid #fff;
  width: 3.95rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.1rem;
  background-image: linear-gradient(to top, #3f4fff, #15a5f9);
}
.form-msg form input::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.form-msg .next {
  display: inline-block;
  width: 1.21rem;
  height: 0.47rem;
  margin-left: 7.25rem;
  cursor: pointer;
}
.form-msg .next img {
  width: 100%;
  height: 100%;
}
.draw-result {
  width: 6.36rem;
  height: 3.33rem;
  border-radius: 0.35rem;
  background-image: linear-gradient(to top, #3f4fff, #15a5f9);
  padding-top: 0.85rem;
  color: #ffffff;
  border: 0.06rem solid #fff;
}
.draw-result p {
  text-align: center;
  font-family: "Montserrat SemiBold";
  font-size: 0.2787rem;
  line-height: 0.33rem;
}
.draw-result .confirm {
  width: 2.06rem;
  height: 0.49rem;
  margin: 0.4rem auto 0;
  cursor: pointer;
}
.draw-result .confirm img {
  width: 100%;
  height: 100%;
}
section {
  position: relative;
  margin: 0 auto;
  width: 10rem;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rebeccapurple;
}
.machine {
  width: 8.77333rem;
  height: 11.52rem;
  background: url("https://www.jq22.com/demo/luckDraw201811272310/img/machine_bg.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layui-transparent {
  background-color: transparent;
  box-shadow: none;
}
.layui-transparent .layui-layer-close2 {
  top: 0;
  right: 0;
}
.rotate_box dd {
  width: 32%;
  height: 3.46667rem;
  margin-right: 2%;
  float: left;
  background: url("../image/274-lucky-draw/prize.png");
  background-size: cover;
}
.rotate_box dd:last-child {
  margin-right: 0;
}
.btn_box {
  width: 5.92rem;
  position: absolute;
  left: 50%;
  margin-left: -2.96rem;
  bottom: 2.61333rem;
}
.poiner {
  width: 0.88rem;
  position: absolute;
  right: -0.37333rem;
  top: 1.06667rem;
}
.btn_box {
  width: 5.92rem;
  position: absolute;
  left: 50%;
  margin-left: -2.96rem;
  bottom: 2.61333rem;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.mask img {
  width: 267px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@keyframes pointMove {
  0% {
    top: 0;
  }
  70% {
    top: 1.3rem;
  }
  100% {
    top: 0;
  }
}
.poiner {
  animation: pointMove 2s infinite;
  -webkit-animation: pointMove 2s infinite;
}
@media (max-width: 750px) {
  .banner {
    height: 13.34rem;
    background-image: url("../image/274-lucky-draw/banner-m.jpg");
  }
  .part1 {
    height: 8.5rem;
    padding-top: 0.03rem;
  }
  .part1 .tit {
    width: 4.75rem;
    height: 1.26rem;
  }
  .part1 .rule {
    width: 6.51rem;
    height: 5.52rem;
    padding-top: 0;
    flex-direction: column;
    font-size: 0.25rem;
    line-height: 0.28rem;
    justify-content: flex-start;
    padding-top: 0.95rem;
  }
  .part1 .rule .step {
    color: #fc687e;
    font-size: 0.5rem;
  }
  .part1 .rule .rule-item {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 0.4rem;
    align-items: center;
    padding-left: 0.6rem;
    text-align: left;
  }
  .part1 .rule .rule-item:nth-child(1) {
    margin-bottom: 1.4rem;
  }
  .part1 .rule .rule-item:nth-child(1) p {
    font-size: 0.2339rem;
  }
  .part1 .rule .rule-item:nth-child(2) {
    margin-bottom: 1.35rem;
  }
  .part1 .rule .rule-item p {
    height: auto;
    margin-bottom: 0;
  }
  .part1 .rule .rule-item .pc {
    display: none;
  }
  .part1 .rule .mobile {
    display: flex;
  }
  .part1 .draw-date {
    width: 6.55rem;
    height: 0.47rem;
    margin: 0.4rem auto 0;
  }
  .part2 {
    height: 5.27rem;
    padding-top: 0.14rem;
  }
  .part2 .tit {
    width: 2.7rem;
    height: 1.16rem;
  }
  .part2 .prizes {
    width: 6.59rem;
    height: 2.11rem;
    margin-top: 0.7rem;
  }
  .part3 {
    height: 5.6rem;
    padding-top: 0.48rem;
  }
  .part3 .tit {
    width: 6.73rem;
    height: 1.03rem;
    margin: 0 auto 0.45rem;
  }
  .part3 .photo-swiper {
    width: 6.86rem;
    margin: 0 auto;
  }
  .part3 .photo-swiper-button-prev,
  .part3 .photo-swiper-button-next {
    background-image: none;
    z-index: 2;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    width: auto;
    height: auto;
  }
  .part3 .photo-swiper-button-prev::before,
  .part3 .photo-swiper-button-next::before {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e60c";
  }
  .part3 .photo-swiper-button-prev {
    transform: rotate(-90deg);
  }
  .part3 .photo-swiper-button-next {
    transform: rotate(90deg);
  }
  .part4 {
    height: 11.85rem;
    padding-top: 0.26rem;
    overflow: hidden;
  }
  .part4 .tit {
    width: 4.03rem;
    height: 1.79rem;
  }
  .part4 .draw-box {
    width: 6.09rem;
    height: 7.22rem;
    margin: 0.35rem 0 0 0.5rem;
  }
  .part4 .rotate_box {
    width: 4.95rem;
    height: 2.16rem;
    top: 2.59rem;
    left: 0.55rem;
    border-width: 0.02rem;
  }
  .part4 .rotate_box dd {
    width: 1.58rem;
    height: 2.15rem;
    margin-right: 0.08rem;
  }
  .part4 .rotate_box dd:last-child {
    margin-right: 0;
  }
  .part4 .rotate_btn {
    width: 1.11rem;
    height: 3.07rem;
    top: 2.04rem;
    left: 5.7rem;
  }
  .part4 .rotate_btn .light {
    width: 1.93rem;
    height: 2.37rem;
  }
  .part4 .unlock {
    width: 2.44rem;
    height: 0.56rem;
  }
  .part4 .unlock img {
    width: 1.87rem;
    height: 0.56rem;
  }
  .part4 .disclaimer {
    width: 5.9rem;
    border-radius: 0.11rem;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0.28rem auto 0;
    padding: 0.08rem 0.1rem;
  }
  .part4 .disclaimer p {
    font-size: 0.09rem;
    line-height: 0.14rem;
  }
  .part4 .disclaimer h5 {
    font-size: 0.0878rem;
  }
  .form-msg {
    width: 6.78rem;
    height: 4.7rem;
    padding-top: 0.35rem;
  }
  .form-msg h3 {
    font-size: 0.25rem;
    line-height: 0.3rem;
    margin-bottom: 0.25rem;
  }
  .form-msg form {
    padding-left: 0;
  }
  .form-msg form label {
    text-align: center;
    margin-bottom: 0.1rem;
  }
  .form-msg form .form-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.15rem;
  }
  .form-msg form .form-item:last-child {
    margin-bottom: 0;
  }
  .form-msg form input {
    width: 5.13rem;
    height: 0.42rem;
    border-radius: 0.0688rem;
  }
  .form-msg .next {
    margin-left: 5.4rem;
    margin-top: -0.15rem;
    width: 0.8rem;
    height: 0.27rem;
  }
  .layui-transparent .layui-layer-close2 {
    top: -0.56rem;
    right: -0.56rem;
  }
}
