@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: 0;
  padding-bottom: 20.0833333%;
  background: url("../images/clawMachine2309/pc_banner.jpg")
    no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.web-page {
  width: 100%;
  font-size: 16px;
  color: #333333;
}

.inner {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}

.web-banner .inner .moon{
  display: contents;
  position: relative;
  width: 100%;
  top: 1rem;
  left: 29%;
}

.web-banner .inner .moon img{
  position: absolute;
  width: 53%;
  top: 20%;
  left: 21%;
  height: auto;
  margin: 0 auto;
}

.web-page.block1 {
  position: relative;
  width: 100%;
  padding-bottom: 31.583%;
  background: url("../images/clawMachine2309/pc_block1.jpg") no-repeat
    50% 50%;
  background-size: 100% 100%;
}

.web-page.block1 .inner {
  max-width: 1139px;
  width: 100%;
}

.web-page.block1 .layout-box {
  width: 94.5%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 90;
}

.web-page.block1 .layout-box .banner_title {
  display: block;
  margin: 0 auto;
  width: 50%;
  padding-top: 5%;
  -webkit-animation: flash 3s 0.1s infinite;
  animation: flash 3s 0.1s infinite;
}

.web-page.block1 .rule-content {
  position: absolute;
  top: -4%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/clawMachine2309/content2.png")
    center no-repeat;
  background-size: 95% 60%;
}

/* 按鈕 */
.web-page.block1 .inner .layout-box .rule-content .rule-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19%;
  width: 100%;
  text-align: center;
  z-index: 99;
  font-weight: 700;
}

.web-page.block1 .inner .layout-box .rule-content .rule-button a {
  width: 27%;
  margin: 0 1%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

.web-page.block1 .inner .layout-box .rule-content .rule-button a img {
  width: 100%;
  height: auto;
}

.web-page.block1 .inner .layout-box .rule-content .rule-button a span {
  color: #fff;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  white-space: nowrap;
  font-family: "Microsoft YaHei", "Microsoft JhengHei", arial, sans-serif;
}

.web-page.block1 .inner .layout-box .rule-content .rule-button #award span {
  color: #fff;
}

@media screen and (max-width: 1460px) {
  .web-page.block1 .inner .layout-box .rule-content .rule-button a span {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  .web-page.block1 .inner .layout-box .rule-content .rule-button a span {
    font-size: 16px;
  }
}
/* 按鈕END */

.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: 100%;
  height: 100%;
}

#lottery-box .light-box a[type="button"] img {
  width: 100%;
  height: 100%;
}

#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: .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;
}

/* .tc-hide .light-box .alert-close {
  position: relative;
  background: url("https://sc.cfygxz.com/source/www/zt/lp-img/pc/clawMachine2109/alert_close.png")
  no-repeat;
  background-size: 100% 100%;
  z-index: 9999;
  width: .79rem;
  height: .84rem;
  left: 80%;
  top: -1%;
  cursor: pointer;
  clip-path: polygon(0% 15%, 100% 15%, 100% 100%, 0% 100%);
} */

#award-box .light-box img {
  width: 100%;
  height: auto;
}

#lottery-box .light-box a[type="button"], #award-box .light-box a[type="button"] {
  position: relative;
  cursor: pointer;
  width: 358px;
  height: 65px;
  margin: 0 auto;
  color: #fff;
  top: 74%;
}

#award-box .light-box a[type="button"] img {
  width: 100%;
  height: 100%;
}

#lottery-box .light-box a[type="button"] span, #award-box .light-box a[type="button"] span {
  position: absolute;
  top: 47%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  white-space: nowrap;
  font-family: "Microsoft YaHei", "Microsoft JhengHei", arial, sans-serif;
}

.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: .5rem;
  text-align: center;
  font-size: 35px;
  font-family: "Microsoft YaHei", "Microsoft JhengHei", arial, sans-serif;
}

#lottery-box .content {
  background: url("../images/clawMachine2309/alert_link.png")
  no-repeat;
  background-size: 100% 100%;
}

#award-box .content {
  background: url("../images/clawMachine2309/alert_awards.png")
  no-repeat;
  background-size: 100% 100%;
}

#award-box .content .title, #award-box .content .awards, #award-box .content .award-list-note {
  display: none !important;
}

#award-box .content .award-list {
  margin-bottom: 15px;
}

#award-box .content .awards {
  width: 100%;
  display: inline-flex;
  font-weight: 600;
  padding-top: .2rem;
  line-height: .55rem;
}

#award-box .content .list-left, #award-box .content .list-right {
  width: 50%;
  font-size: 22px;
}

#award-box .content .award-list span {
  letter-spacing: 6px;
}

#award-box .content .award-list-note {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: .2rem;
}

#lottery-box .content p, #award-box .content p {
  margin: auto 30px;
  font-weight: 600;
}

#lottery-box .content .title, #award-box .content .title {
  color: #fefc7a;
}

@media screen and (max-width: 1480px) {
  .web-page.block1 .rule-content {
    top: -11%;
    background-size: 80% 50%;
  }

  .web-page.block1 .inner .layout-box .rule-content .rule-button {
    bottom: 23.5%;
  }
}

@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;
  }
}

@media screen and (max-width: 613px) {
  .web-banner {
    top: -98px;
    margin-bottom: -98px;
  }
}

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

/* AOS */
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.7;
  }
}

/* 自訂footer */
.web-footer{
  background-color: #021429;
  display: none;
}

.web-footer .item-1, .web-footer .item-2{
  color: #fff;
}