.banner {
  position: relative;
}
.banner .icon-hand {
  position: absolute;
  width: 8%;
  bottom: 10px;
  left: calc(50% - 4%);
  -webkit-animation: yaoye 0.7s linear infinite alternate;
  animation: yaoye 0.7s linear infinite alternate;
  z-index: 10;
}

@-webkit-keyframes yaoye {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@keyframes yaoye {
  0% {
    -webkit-transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

.section1 {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 90px 0 116px 0;
}
.section1 .p12-wrap {
  margin-top: 100px;
  position: relative;
}
.section1 .p12-wrap .p14 {
  width: 17%;
  position: absolute;
  top: 30%;
  right: -8%;
}
.section1 .tp-list {
  padding: 50px 70px 250px 70px;
  background: url(../images/p1-3.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.section1 table {
  width: 100%;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.section1 .tp-list thead {
  font-size: 24px;
  letter-spacing: 1px;
}
.section1 .tp-list thead th {
  height: 52px;
  line-height: 52px;
}
.section1 .tp-list td {
  height: 45px;
  line-height: 45px;
}
.section1 .tp-list td,
.section1 .tp-list th {
  border-right: 1px solid #aaa9ac;
  border-bottom: 1px solid #aaa9ac;
}
.section1 .tp-list tr > td:last-of-type,
.section1 .tp-list tr > th:last-of-type {
  border-right: none;
}
.section1 .tp-list tr:last-of-type > td {
  border-bottom: none;
}
.section1 .tp-list tbody {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
.section1 .btn {
  color: #b52026;
  font-size: 24px;
  letter-spacing: 1px;
  width: 320px;
  height: 50px;
  text-align: center;
  border-radius: 24px/50%;
  background: #fefdad;
  position: absolute;
  bottom: 95px;
  right: 228px;
}
.section2 {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 57px 0 93px 0;
}
.section2 .turntable .turntable-wrap {
  position: relative;
}
.section2 .turntable {
  width: 62%;
  margin-left: 19%;
  position: relative;
  z-index: 2;
}

.section2 .turntable .btn-lottery {
  position: absolute;
  width: 142px;
  top: calc(50% - 106px);
  left: calc(50% - 71px);
  cursor: pointer;
}
.section2 .p24 {
  width: 81.5%;
  position: absolute;
  left: 8.6%;
  top: 26%;
}
.section3 {
  padding: 60px 0 40px 0;
  background: url(../images/bg3.jpg) no-repeat;
  background-size: 100% 100%;
}
.section3 .btn-wrap {
  padding: 45px 200px 78px 200px;
  display: flex;
  justify-content: space-between;
}
.section3 .btn-wrap .btn-service,
.section3 .btn-wrap .btn-open-contact {
  width: 320px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  color: #b52026;
  font-size: 24px;
  background: #fefdad;
  border-radius: 24px/50%;
  cursor: pointer;
}
.section3 .qrcode-wrap {
  background: rgba(255, 255, 255, 0.2);
  padding: 22px 0 15px 0;
}
.section3 .qrcode-wrap .qrcode {
  width: 100px;
  margin: 12px calc(50% - 50px) 10px;
}

@media (max-width: 1440px) {
  .section2 .turntable {
    width: 56%;
    margin-left: 23%;
    position: relative;
    z-index: 2;
  }
  .section2 .turntable .btn-lottery {
    position: absolute;
    width: 134px;
    top: calc(50% - 100px);
    left: calc(50% - 67px);
}
  .section2 .p24 {
    width: 74%;
    position: absolute;
    left: 13%;
    top: 27%;
  }

}
