@import url("./reset.css");
html {
  height: 100%;
  font-family: "Microsoft YaHei", "Microsoft JhengHei", arial, sans-serif,
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-color: #001f3c;
}

h1,
h2,
h3,
p,
ul,
li,
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

img,
a {
  display: block;
}

.e-header {
  font-size: 10px;
}

#main {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.clearfix {
  display: block;
  clear: both;
}

.clearfix::before {
  content: "";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}

.banner-posi {
  position: relative;
  z-index: 20;
  top: -74px;
  margin-bottom: -74px;
}

.web-banner {
  width: 100%;
  height: 605px;
  background: url("../images/pointLevel251111/banner_bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
}

.web-page {
  width: 100%;
  font-size: 16px;
  color: #333333;
}

.inner {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}

.web-banner .inner .innerDiv {
  display: contents;
  position: relative;
  width: 100%;
  top: 1rem;
  left: 29%;
}

.web-banner .inner .innerDiv .banner_title1 {
  position: absolute;
  width: 703px;
  height: 327px;
  top: 22%;
  left: 45%;
  height: auto;
  margin: 0 auto;
  z-index: 6;
}

.web-banner .inner .innerDiv .banner_title2 {
  position: absolute;
  width: 465px;
  height: 101px;
  top: 66%;
  left: 50%;
  margin: 0 auto;
  z-index: 7;
}

.web-banner .inner .innerDiv .banner_star {
  position: absolute;
  width: 232px;
  height: 178px;
  top: 16%;
  left: 62%;
  height: auto;
  margin: 0 auto;
}

.web-banner .inner .innerDiv .banner_icon {
  position: absolute;
  width: 757px;
  height: auto;
  bottom: 14px;
  left: 9.5%;
  height: auto;
  margin: 0 auto;
}

.web-page.block1 {
  position: relative;
  width: 100%;
  background: url("../images/pointLevel251111/pc_block1.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  z-index: 19;
  height: 2376px;
  overflow: hidden;
}

.web-page.block1 .inner {
  max-width: 1329px;
  width: 100%;
  padding-top: 1rem;
}

.web-page.block1 .layout-box {
  width: 94.5%;
  margin: 0 auto;
  height: 0;
  position: relative;
  height: auto;
}

.web-page.block1 .layout-box .block_title1 {
  background: url("../images/pointLevel250912/block_title1.png")
    center no-repeat;
  background-size: 100% 100%;
  width: 807px;
  height: 57px;
  margin: 0 auto;
}

@keyframes moveUp {
  from,
  50%,
  to {
    transform: translateY(0px) scale(1);
  }

  25%,
  75% {
    transform: translateY(-5px) scale(1.1);
  }
}

.web-page.block1 .layout-box .block_table {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-top: 0.8rem;
    flex-wrap: wrap;
}

.web-page.block1 .layout-box .block_table img {
   width: 854px;
   height: auto;
}

/* 按鈕 */
.web-page.block1 .qrCodeBtn {
  position: relative;
  left: 0;
  right: 0;
  top: 32%;
  width: 100%;
  text-align: center;
  z-index: 99;
  font-weight: 700;
  padding-top: 1rem;
  margin-bottom: 30px;
}

.web-page.block1 .qrCodeBtn a {
  width: 27%;
  margin: 0 1%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

.web-page.block1 .qrCodeBtn a img {
  width: 100%;
  height: auto;
  animation: moveUp 5s 0s infinite;
}

@keyframes moveUp {
  from,
  50%,
  to {
    transform: translateY(0px) scale(1);
  }

  25%,
  75% {
    transform: translateY(-5px) scale(1.1);
  }
}

.web-page.block1 .pointer {
  background: url("../images/pointLevel2402/pointer.png") center no-repeat;
  background-size: 100% 100%;
  position: relative;
  transform: translate(-24%, 96%);
  width: 3.36rem;
  height: 3.55rem;
  z-index: 99;
  animation: flash 3s 0.1s infinite;
}
/* 按鈕END */

.web-page.block1 .rule-content {
  margin: 89px auto 50px;
  background: url("../images/pointLevel250912/rule_bg.png") no-repeat;
  background-size: 100% 100%;
  width: 1136px;
  height: 933px;
  padding: 80px 50px 0 50px;
}

.rule_title{
  margin: 0 auto;
}

.terms-content{
  color: #ffffff;
  margin-top: 30px;
  font-family: 'Microsoft YaHei';
  line-height: 2.8;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
}

.yellow{
  color:#ffff08;
  font-weight: 700;
  margin: 20px 0;
}

.popup-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tc-hide {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.8;
}

.tc-hide .masking {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.light-box a[type="button"] img {
  width: 304px;
  height: 68px;
}

#lottery-box .light-box a[type="button"] img {
  width: 304px;
  height: 68px;
  margin: 0 auto;
}

#lottery-box .content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  padding-top: 0.7rem;
}

#lottery-box .content > ul li {
  margin: 0 45px;
  font-weight: bold;
  font-size: 29px;
  text-align: center;
}

#lottery-box .content > ul li > img {
  margin-bottom: 12px;
}

#lottery-box .content .title,
#lottery-box .content .qr-code {
  display: none !important;
}

.tc-hide .light-box {
  width: 8rem;
  height: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  color: #edebeb;
  font-size: 20px;
}

#lottery-box .light-box a[type="button"] {
  position: relative;
  cursor: pointer;
  max-width: 380px;
  max-height: 85px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  top: 75%;
}

.tc-hide .content {
  /* background: url("https://sc.cfygxz.com/source/www/zt/lp-img/pc/clawMachine2109/alert.png")
  no-repeat; */
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 0.5rem;
  text-align: center;
  font-size: 35px;
  font-family: "Microsoft YaHei", "Microsoft JhengHei", arial, sans-serif;
}

#lottery-box .content {
  background: url("../images/pointLevel251111/popup_content.png") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1480px) {
  .web-page.block1 .layout-box .block_title1 {
    width: 60%;
    height: .6rem;
  }
}

@media screen and (max-width: 1279px) {
  .web-banner {
    top: -95px;
    margin-bottom: -95px;
  }
}

@media screen and (max-width: 1100px) {
  .web-banner {
    top: -74px;
    margin-bottom: -74px;
  }

  .web-page.block1 .layout-box .block_title1 {
    width: 55%;
    height: .5rem;
  }

  .web-page.block1 .layout-box {
    padding-bottom: 80%;
  }

  .web-page.block1 .inner .layout-box .block_table img {
    width: 3.5rem;
  }
}

@media screen and (max-width: 613px) {
  .web-banner {
    top: -98px;
    margin-bottom: -98px;
  }
}

@media screen and (max-width: 430px) {
  .web-page.block1 .layout-box .block_title1 {
    width: 45%;
    height: .4rem;
  }

  #lottery-box .content {
    background-size: 96% 100%;
  }

  #lottery-box .light-box a[type="button"] img {
    width: 100%;
    height: 130%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  #lottery-box .content {
    background-size: 84% 84%;
  }

  #lottery-box .light-box a[type="button"] {
    width: 195px;
    height: 40px;
    top: 60%;
    left: -8%;
  }
}

.web-fixed {
  position: fixed;
  bottom: -150px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #be01fb, #330660);
  height: 150px;
  text-align: center;
  z-index: 999;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.web-fixed.show {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  bottom: 0;
}

.web-fixed .item {
  overflow: hidden;
  display: inline-block;
  margin: 0 60px;
}

.web-fixed a {
  overflow: hidden;
  display: block;
  width: 396px;
  height: 112px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  margin: 20px auto;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding-top: 26px;
  cursor: pointer;
  border-radius: 10px;
}

.web-fixed a span {
  display: block;
  font-size: 18px;
}

.web-fixed a.account {
  background-image: url("../images/pointLevel2509/account_btn.png");
}

.web-fixed a.chat {
  background-image: url("../images/pointLevel2405/chat_btn.png");
}

/*# sourceMappingURL=duanwu.css.map */

/* AOS */
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.8;
  }
}

@keyframes bounce-In {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

[aos="bounceIn"].aos-animate {
  -webkit-animation-name: bounce-In;
  animation-name: bounce-In;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* 自訂footer */
.web-footer {
  background-color: #021429;
  display: none;
}

.web-footer .item-1,
.web-footer .item-2 {
  color: #fff;
}
 