* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  background: #fff;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  background: url("../images/index-bg01.jpg") center center no-repeat;
  background-size: cover;
}

img {
  display: inline-block;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@-webkit-keyframes start {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
}
@-moz-keyframes start {
  0%, 30% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }
}
@keyframes start {
  0%, 30% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -8px);
  }
}
.ani {
  position: absolute;
}

.txt {
  position: absolute;
}

#array {
  position: absolute;
  z-index: 999;
  -webkit-animation: start 1.5s infinite ease-in-out;
}

.swiper-slide1 {
  background: url("../images/index-bg01.jpg") center center no-repeat;
  background-size: cover;
}
.swiper-slide1 .slide1-con01 {
  width: 100%;
  position: absolute;
  bottom: 12%;
  left: 0;
}

.swiper-slide2 {
  background: url("../images/index-bg02.jpg") center center no-repeat;
  background-size: cover;
}
.swiper-slide2 .img01, .swiper-slide2 .img02, .swiper-slide2 .img03 {
  width: 86%;
}
.swiper-slide2 .img01 {
  left: 14%;
}
.swiper-slide2 .img02 {
  left: 0;
}
.swiper-slide2 .img03 {
  left: 14%;
}

.swiper-slide3 {
  background: url("../images/index-bg03.jpg") center bottom no-repeat;
  background-size: cover;
}
.swiper-slide3 .img01 {
  width: 86%;
  left: 7%;
}
.swiper-slide3 .img04 {
  width: 80%;
  left: 10%;
}

.index-page {
  background: url("../images/index-bg01.jpg") center bottom no-repeat;
  background-size: cover;
}
.index-page .first-page {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-page .first-page .logo-con {
  padding-top: 20px;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.index-page .first-page .logo-con img {
  width: 100%;
}
.index-page .first-page .banner-con {
  margin-top: 30px;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.index-page .first-page .banner-con img {
  width: 100%;
}
.index-page .first-page .page-bg-con {
  margin-top: 20px;
  position: relative;
}
.index-page .first-page .page-bg-con img {
  width: 100%;
}
.index-page .first-page .page-bg-con .move-pic {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.index-page .first-page .enter-btn-con {
  text-align: center;
  margin-bottom: 40px;
  flex: none;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.index-page .first-page .enter-btn-con img {
  width: 45%;
}
.index-page .goods-con {
  font-size: 0;
}
.index-page .goods-con img {
  width: 100%;
}

.page-games {
  background: url("../images/bg01.jpg") center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page-games .games-con {
  position: relative;
  height: 100%;
}
.page-games .games-con.games-con01 .games-title {
  position: absolute;
  top: 15px;
  width: 80%;
  left: 10%;
  height: 10%;
}
.page-games .games-con.games-con01 .games-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-games .games-con.games-con01 .games-demo-list .demo-pic {
  position: absolute;
  z-index: 100;
}
.page-games .games-con.games-con01 .games-demo-list .demo-pic.pic01 {
  left: 15px;
  top: 18%;
  width: 20%;
}
.page-games .games-con.games-con01 .games-demo-list .demo-pic.pic02 {
  left: 30%;
  top: 14%;
  width: 20%;
}
.page-games .games-con.games-con01 .games-demo-list .demo-pic.pic03 {
  left: 58%;
  top: 17%;
  width: 5.5%;
}
.page-games .games-con.games-con01 .games-demo-list .demo-pic.pic04 {
  left: 67%;
  top: 24%;
  width: 30%;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow {
  position: absolute;
  width: 20%;
  z-index: 99;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow img {
  width: 20px;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow.arrow01 {
  left: 80px;
  top: 30%;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow.arrow01.animation {
  animation: arrowmove01 1.5s infinite;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow.arrow02 {
  left: 32%;
  transform: rotate(32deg);
  text-align: center;
  top: 26.5%;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow.arrow02.animation {
  animation: arrowmove02 1.5s infinite;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow.arrow03 {
  left: 55%;
  transform: rotate(45deg);
  top: 24%;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow.arrow03.animation {
  animation: arrowmove03 1.5s infinite;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow.arrow04 {
  left: 69%;
  transform: rotate(65deg);
  top: 36%;
}
.page-games .games-con.games-con01 .games-demo-list .demo-arrow.arrow04.animation {
  animation: arrowmove04 1.5s infinite;
}
.page-games .games-con.games-con01 .games-body {
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: 60px;
  z-index: 98;
}
.page-games .games-con.games-con01 .games-body img {
  width: 100%;
}
.page-games .games-con.games-con02 .games-title {
  position: absolute;
  top: 15px;
  width: 80%;
  left: 10%;
  height: 10%;
}
.page-games .games-con.games-con02 .games-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-games .games-con.games-con02 .games-main-box {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 50%;
  z-index: 98;
}
.page-games .games-con.games-con02 .games-main-box .pic01 {
  width: 100%;
}
.page-games .games-con.games-con02 .games-main-box .games02-tips {
  position: absolute;
  top: -50px;
  width: 70%;
  left: 15%;
  z-index: 99;
}
.page-games .games-con.games-con02 .games-main-box .games02-tips img {
  width: 100%;
}
.page-games .games-con.games-con02 .games-main-box .games02-tips.animation {
  animation: materialsmove linear 0.8s infinite alternate;
}
.page-games .games-con.games-con02 .games-materials .materials-item {
  position: absolute;
  width: 70px;
  top: 15%;
  z-index: 100;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.page-games .games-con.games-con02 .games-materials .materials-item img {
  width: 100%;
}
.page-games .games-con.games-con02 .games-materials .materials-item.materials-item01 {
  left: 40px;
}
.page-games .games-con.games-con02 .games-materials .materials-item.materials-item02 {
  left: 50%;
  margin-left: -35px;
}
.page-games .games-con.games-con02 .games-materials .materials-item.materials-item03 {
  right: 40px;
}
.page-games .games-con.games-con02 .games-materials .materials-item.materials-item04, .page-games .games-con.games-con02 .games-materials .materials-item.materials-item05, .page-games .games-con.games-con02 .games-materials .materials-item.materials-item06 {
  top: 29%;
}
.page-games .games-con.games-con02 .games-materials .materials-item.materials-item04 {
  left: 40px;
}
.page-games .games-con.games-con02 .games-materials .materials-item.materials-item05 {
  left: 50%;
  margin-left: -35px;
}
.page-games .games-con.games-con02 .games-materials .materials-item.materials-item06 {
  right: 40px;
}
.page-games .games-con.games-con02 .games-materials .materials-item.animation {
  animation: materialsmove linear 0.8s infinite alternate;
}
.page-games .games-con.games-con03 .games-title {
  position: absolute;
  width: 90%;
  left: 5%;
  height: 10%;
  top: -100%;
  transition: all 0.8s 0.2s;
  z-index: 100;
}
.page-games .games-con.games-con03 .games-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-games .games-con.games-con03 .games-title.show {
  top: 15px;
}
.page-games .games-con.games-con03 .gif-cont {
  height: 100%;
  background: url("../images/gif.gif") center bottom no-repeat;
  background-size: cover;
  transition: all 0.5s 1.2s;
  opacity: 0;
}
.page-games .games-con.games-con03 .gif-cont.show {
  opacity: 1;
}
.page-games .games-con.games-con04 .games-title {
  position: absolute;
  width: 74%;
  left: 13%;
  height: 20%;
  top: 15px;
  z-index: 100;
}
.page-games .games-con.games-con04 .games-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-games .games-con.games-con04 .g-content {
  position: absolute;
  left: 8%;
  width: 84%;
  top: 24%;
}
.page-games .games-con.games-con04 .g-content .g-lottery-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/game-circle01.png) no-repeat;
  background-size: 100%;
}
.page-games .games-con.games-con04 .g-content .g-lottery-box .g-lottery-img {
  width: 82%;
  height: 0;
  padding-bottom: 82%;
  position: absolute;
  background: url(../images/game-circle02.png) no-repeat;
  background-size: 100%;
  left: 9%;
  top: 9%;
}
.page-games .games-con.games-con04 .g-content .g-lottery-box .playbtn {
  width: 40%;
  height: 0;
  padding-bottom: 40%;
  position: absolute;
  top: 30%;
  left: 30%;
  background: url(../images/game-circle03.png) no-repeat;
  background-size: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.page-games .games-con.games-con04 .rule-cont {
  position: absolute;
  bottom: 9%;
  left: 7%;
  right: 7%;
  background: #a4d3cb;
  padding: 15px;
  border-radius: 2px;
}
.page-games .games-con.games-con04 .rule-cont .rule-title {
  text-align: center;
}
.page-games .games-con.games-con04 .rule-cont .rule-title img {
  height: 16px;
}
.page-games .games-con.games-con04 .rule-cont .rule-info {
  margin-top: 10px;
  font-size: 12px;
  height: 60px;
  overflow: auto;
  line-height: 20px;
}
.page-games .games-form {
  padding: 120px 30px 30px;
}
.page-games .games-form .form-item {
  margin-bottom: 30px;
  font-size: 18px;
}
.page-games .games-form .form-item .form-title {
  margin-bottom: 12px;
}
.page-games .games-form .form-item .form-title span {
  color: #ff3c3c;
}
.page-games .games-form .form-item .input-con {
  border: 2px solid #a4d3cb;
  background: #fff;
  padding: 14px;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 12px 0 rgba(122, 177, 165, 0.7);
  font-size: 18px;
}
.page-games .games-form .agree-con {
  font-size: 16px;
}
.page-games .games-form .agree-con .agree-input {
  position: relative;
  top: 1px;
}
.page-games .games-form .agree-con .agree-text a {
  color: #3fcab2;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.page-games .games-form .save-btn {
  width: 170px;
  margin: 40px auto;
}
.page-games .games-form .save-btn img {
  width: 100%;
}
.page-games .opacity-con {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  width: 100%;
  height: 100%;
}
.page-games .game-dialog .win-result-con {
  position: fixed;
  width: 86%;
  left: 7%;
  top: 50%;
  margin-top: -100px;
  z-index: 1001;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.page-games .game-dialog .win-result-con .result-pic {
  margin-top: -100px;
}
.page-games .game-dialog .win-result-con .result-pic img {
  width: 50%;
}
.page-games .game-dialog .win-result-con .result-text {
  margin-top: 10px;
}
.page-games .game-dialog .win-result-con .result-text img {
  width: 130px;
}
.page-games .game-dialog .win-result-con .result-text .text-tips {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.page-games .game-dialog .win-result-con .result-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.page-games .game-dialog .win-result-con .result-btn img {
  width: 160px;
}
.page-games .game-dialog .win-result-con .close-con {
  position: absolute;
  right: 15px;
  top: 15px;
}
.page-games .game-dialog .win-result-con .close-con img {
  width: 22px;
}
.page-games .user-agreement-con .agreement-con {
  position: fixed;
  left: 7%;
  right: 7%;
  top: 15%;
  background: #ffffff;
  z-index: 1001;
  border-radius: 10px;
}
.page-games .user-agreement-con .agreement-title {
  text-align: center;
  padding: 20px 15px 5px;
  position: relative;
}
.page-games .user-agreement-con .agreement-title .close-con {
  position: absolute;
  right: 15px;
  top: 15px;
}
.page-games .user-agreement-con .agreement-title .close-con img {
  width: 22px;
}
.page-games .user-agreement-con .agreement-info {
  margin: 15px;
  font-size: 14px;
  line-height: 22px;
  overflow: auto;
  max-height: 402px;
}
.page-games .user-agreement-con .agreement-info .p-info01 {
  margin-bottom: 10px;
}
.page-games .user-agreement-con .agreement-info .p-info02 {
  text-indent: 2em;
  margin-bottom: 10px;
}

.page-shop {
  background: url("../images/bg01.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 20px 15px 30px;
  box-sizing: border-box;
  min-height: 100%;
  height: auto;
  background-attachment: fixed;
}
.page-shop .shop-title-con {
  margin-bottom: 10px;
  text-align: center;
}
.page-shop .shop-title-con img {
  height: 25px;
}
.page-shop .shop-con {
  border: 2px solid #a4d3cb;
  background: #fff;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(122, 177, 165, 0.7);
  margin-bottom: 30px;
  font-size: 14px;
}
.page-shop .user-info {
  line-height: 1.8;
  padding: 10px 14px;
}
.page-shop .shop-detail {
  padding: 20px 14px 10px;
}
.page-shop .shop-detail .detail-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.page-shop .shop-detail .detail-item.title-con {
  font-weight: bold;
}
.page-shop .shop-detail .detail-item .item01 {
  width: 40%;
  padding-right: 20px;
}
.page-shop .shop-detail .detail-item .item02 {
  width: 60%;
}
.page-shop .shop-detail .detail-item:last-child {
  border-bottom: none;
}
.page-shop .shop-detail .no-data {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-shop .shop-detail .no-data img {
  width: 50%;
}
.page-shop .shop-detail .no-data .no-data-text {
  font-size: 14px;
  color: #999;
}

@keyframes arrowmove01 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(6px, 12px);
  }
}
@keyframes arrowmove02 {
  0% {
    transform: rotate(32deg) translate(0, 0);
  }
  100% {
    transform: rotate(32deg) translate(6px, 12px);
  }
}
@keyframes arrowmove03 {
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  100% {
    transform: rotate(45deg) translate(0, 12px);
  }
}
@keyframes arrowmove04 {
  0% {
    transform: rotate(65deg) translate(0, 0);
  }
  100% {
    transform: rotate(65deg) translate(6px, 12px);
  }
}
@keyframes materialsmove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 8px);
  }
}
@media (min-height: 750px) {
  .swiper-slide2 .img01, .swiper-slide2 .img02, .swiper-slide2 .img03 {
    width: 100%;
    left: 0;
  }

  .swiper-slide3 .img01 {
    width: 100%;
    left: 0;
  }

  .page-games .games-con.games-con04 .games-title {
    width: 78%;
    left: 11%;
    top: 20px;
  }
  .page-games .games-con.games-con04 .g-content {
    left: 6%;
    width: 88%;
    top: 26%;
  }
  .page-games .games-con.games-con04 .rule-cont {
    bottom: 10%;
  }
}

/*# sourceMappingURL=index.css.map */
