@charset "UTF-8";
.note .dec {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

/*==========================================================================
    defualt
 ==========================================================================*/
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html.disable {
  overflow: hidden;
}

input, textarea, button, select {
  font-family: 'Noto Sans TC', Heiti TC, Microsoft JhengHei, "微軟正黑體", Verdana;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: none;
}

@-webkit-keyframes autofill {
  to {
    color: #000;
    background-color: #fff;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

button {
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

.container {
  margin: auto;
}

@media (max-width: 1030px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

p {
  margin: 0;
}

section {
  position: relative;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*==========================================================================
    animation
 ==========================================================================*/
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.fade-in.show {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-down.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-left {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-left.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-right {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-right.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-zoom {
  opacity: 0 !important;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-zoom.show {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fade-rotate {
  opacity: 0 !important;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-rotate.show {
  opacity: 1 !important;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.d3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/*==========================================================================
    public
 ==========================================================================*/
ul.no-style {
  margin: 0;
  padding: 0;
}

ul.no-style > li {
  list-style: none;
}

@media (max-width: 767px) {
  .for-desktop {
    display: none !important;
  }
}

.for-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .for-mobile {
    display: block !important;
  }
}

@-webkit-keyframes autofill {
  to {
    color: #000;
    background: #fff;
  }
}

@-webkit-keyframes autofill2 {
  to {
    color: #000;
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.fixed-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s;
  transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s;
}

.fixed-box.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.fixed-box .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.fixed-box .block {
  display: table;
  width: 100%;
}

.fixed-box .block .middle {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  padding: 80px 0;
  position: relative;
}

.fixed-box .inner {
  width: 1000px;
  height: 688px;
  margin: auto;
  padding: 100px;
  position: relative;
  z-index: 2;
  background: url("../_img/box-bg.png") center no-repeat;
  background-size: contain;
  color: #fff5d7;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
}

@media (max-width: 1030px) {
  .fixed-box .inner {
    width: 97.1vw;
    height: 66.8vw;
    padding: 10vw;
    font-size: 5.8vw;
    line-height: 7vw;
  }
}

.fixed-box .inner .close-btn {
  width: 140px;
  height: 140px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 3;
  background: url("../_img/X.png") center no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 1030px) {
  .fixed-box .inner .close-btn {
    width: 13.6vw;
    height: 13.6vw;
    right: -1vw;
    top: -1vw;
  }
}

.fixed-box .inner .close-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fixed-box .inner p {
  font-size: 49px;
}

@media (max-width: 1030px) {
  .fixed-box .inner p {
    font-size: 4.9vw;
  }
}

.fixed-box .inner .pic {
  margin-top: 30px;
}

@media (max-width: 1030px) {
  .fixed-box .inner .pic {
    margin-top: 3vw;
  }
}

.fixed-box .inner .pic img {
  max-width: 45%;
  max-height: 45%;
}

.fixed-box .inner .btn-gash {
  display: block;
  width: 480px;
  height: 192px;
  margin-left: -240px;
  position: absolute;
  left: 50%;
  bottom: -100px;
  background: url("../_img/btn-gash.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 1030px) {
  .fixed-box .inner .btn-gash {
    width: 46.6vw;
    height: 18.7vw;
    margin-left: -23.3vw;
    bottom: -10vw;
  }
}

.fixed-box .inner .btn-gash:hover {
  background-image: url("../_img/btn-gash2.png");
}

.fixed-box.winning .inner {
  margin-top: 300px;
  padding-top: 300px;
  color: #fff;
  font-size: 80px;
  line-height: 100px;
}

@media (max-width: 1030px) {
  .fixed-box.winning .inner {
    margin-top: 30vw;
    padding-top: 30vw;
    font-size: 8vw;
    line-height: 10vw;
  }
}

.fixed-box.winning .inner:before {
  content: '';
  display: block;
  width: 100%;
  height: 633px;
  position: absolute;
  left: 0;
  top: -300px;
  background: url("../_img/box-winning.png?v=20200408") center no-repeat;
  background-size: contain;
}

@media (max-width: 1030px) {
  .fixed-box.winning .inner:before {
    height: 61.5vw;
    top: -30vw;
  }
}

.fixed-box.topup_notyet .inner {
  margin-bottom: 80px;
  padding-top: 80px;
}

@media (max-width: 1030px) {
  .fixed-box.topup_notyet .inner {
    margin-bottom: 8vw;
    padding-top: 8vw;
  }
}

.preload {
  display: none;
}

/* ==========================================================================
* header-text 獲獎跑馬燈
 ==========================================================================*/
/* header-text 獲獎跑馬燈 */
.header-text {
  width: 100%;
  /*padding: 15px;*/
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  -webkit-transition: top 1s;
  transition: top 1s;
}

@media (max-width: 1030px) {
  .header-text {
    font-size: 3.5vw;
  }
}

.header-text .ah-headline {
  font-family: "微軟正黑體", Heiti TC, Microsoft JhengHei, Verdana;
  overflow: hidden;
  display: inline;
}

.header-text .ah-headline.slide .ah-words-wrapper {
  vertical-align: middle;
}

.header-text .ah-headline > span {
  padding: 10px 0;
}

.header-text .ah-words-wrapper {
  width: 100% !important;
  text-align: center !important;
}

.header-text.active {
  top: 108px;
}

@media (max-width: 1030px) {
  .header-text.active {
    top: 10.8vw;
  }
}

.header-text .gift {
  padding: 0 10px !important;
}

.header-text .phone-num, .header-text .gift {
  color: #fdf400;
}

@media (max-width: 767px) {
  .header-text .phone-num, .header-text .gift {
    padding: 0 5px !important;
  }
}

/*==========================================================================
    defualt
 ==========================================================================*/
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100.1%;
  background-color: #95dae0;
}

body {
  overflow-x: hidden;
  font-family: 'Noto Sans TC', Heiti TC, Microsoft JhengHei, "微軟正黑體", Verdana;
  color: #fff;
  font-size: 29px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background-color: #95dae0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.is-open {
  opacity: 1;
}

@media (max-width: 1030px) {
  body {
    font-size: 2.9vw;
  }
}

.container {
  max-width: 1024px;
}

.wp {
  min-height: 100%;
  min-width: 340px;
  padding-top: 840px;
  background: url("../_img/bg.jpg?v=20200824") top no-repeat;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1030px) {
  .wp {
    padding-top: 81vw;
    background-size: 187.5%;
  }
}

/* ==========================================================================
* header
 ==========================================================================*/
#header {
  width: 100%;
  height: 108px;
  min-width: 320px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(24, 148, 157, 0.8);
}

@media (max-width: 1030px) {
  #header {
    height: 10.8vw;
  }
}

#header .container {
  padding: 0 20px;
  position: relative;
}

@media (max-width: 1030px) {
  #header .container {
    padding: 0 2vw;
  }
}

#header .logo {
  float: left;
  display: block;
  width: 332px;
  height: 79px;
  margin-top: 14px;
  background: url("../_img/logo.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 1030px) {
  #header .logo {
    width: 33.2vw;
    height: 7.9vw;
    margin-top: 1.4vw;
  }
}

#header .follow {
  float: right;
  margin-top: 9px;
  text-align: center;
}

@media (max-width: 991px) {
  #header .follow {
    margin-top: 0.9vw;
  }
}

#header .follow a {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  margin: 0 -2px;
  background: 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 1030px) {
  #header .follow a {
    width: 9vw;
    height: 9vw;
    margin: 0 -0.2vw;
  }
}

#header .follow a.fb {
  background-image: url("../_img/icon-fb.png");
}

#header .follow a.fb:hover {
  background-image: url("../_img/icon-fb-hover.png");
}

#header .follow a.youtube {
  background-image: url("../_img/icon-youtube.png");
}

#header .follow a.youtube:hover {
  background-image: url("../_img/icon-youtube-hover.png");
}

#header .follow a.line {
  background-image: url("../_img/icon-line.png");
}

#header .follow a.line:hover {
  background-image: url("../_img/icon-line-hover.png");
}

#header .follow a.home {
  background-image: url("../_img/icon-home.png");
}

#header .follow a.home:hover {
  background-image: url("../_img/icon-home-hover.png");
}

/* ==========================================================================
* main
 ==========================================================================*/
.main {
  position: relative;
  text-align: center;
  padding-top: 6%;
  z-index: 2;
}

.main .btns {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main .btns a {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  height: auto;
  padding-bottom: 15%;
  background: center no-repeat;
  background-size: contain;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.main .btns a.btn-download {
  margin-right: 1%;
  background-image: url("../_img/btn-download.png");
}

.main .btns a.btn-download:hover {
  background-image: url("../_img/btn-download2.png");
}

.main .btns a.btn-play {
  margin-left: 1%;
  background-image: url("../_img/btn-play.png");
}

.main .btns a.btn-play:hover {
  background-image: url("../_img/btn-play2.png");
}

.main .container {
  background-image: url(../_img/border-body.png);
  background-repeat: repeat-y;
  position: relative;
  margin-top: 5%;
  margin-bottom: 6%;
  padding-bottom: 1%;
}

.main .container, .main .container:before, .main .container:after {
  max-width: 1024px;
  width: 100%;
  background-size: 100% auto;
}

.main .container:before, .main .container:after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  height: auto;
  z-index: 0;
}

.main .container:before {
  background-image: url(../_img/border-head.png);
  height: 86px;
  top: -80px;
}

.main .container:after {
  background-image: url(../_img/border-end.png);
  height: 97px;
  bottom: -85px;
}

@media (max-width: 991px) {
  .main .container {
    padding-bottom: 0;
  }
  .main .container:before {
    top: -60px;
  }
  .main .container:after {
    bottom: -80px;
  }
}

@media (max-width: 767px) {
  .main .container {
    margin-top: 8%;
    padding-bottom: 1%;
  }
  .main .container:before {
    top: -31px;
  }
  .main .container:after {
    bottom: -78px;
  }
}

.main .container h2 {
  margin: 0;
  position: relative;
  z-index: 1;
}

.main .container section {
  width: 80%;
  background-color: #2d8eb2;
  border: 5px solid #403f3f;
  padding: 80px 45px 45px 45px;
  border-radius: 10px;
  margin: auto auto 90px auto;
  z-index: 1;
}

.main .container section.section-2 {
  margin-top: 50px;
  margin-bottom: 25px;
}

.main .container section h2 {
  max-width: 50%;
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.main .container section h2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main .container section p {
  font-size: 42px;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

.main .container section b {
  font-size: 1.2em;
  color: #e60012;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff;
}

@media (max-width: 767px) {
  .main .container section {
    width: 92%;
    padding: 35px 15px 20px 17px;
    border-width: 3px;
    margin: 10px auto 50px auto;
    padding-bottom: 2%;
  }
  .main .container section h2 {
    top: -28px;
  }
  .main .container section p {
    font-size: 4.8vw;
  }
}

.note {
  width: 100%;
  color: #111;
  margin-top: 110px;
  padding-bottom: 80px;
}

.note .dec {
  position: absolute;
}

.note .dec.dec-1 {
  background-image: url(../_img/dec-2.png);
  width: 17vw;
  height: auto;
  padding-bottom: 15vw;
  bottom: 5%;
  left: 15px;
}

.note .dec.dec-2 {
  background-image: url(../_img/dec-1.png);
  width: 33vw;
  height: auto;
  padding-bottom: 20vw;
  bottom: -10px;
  right: 0;
}

.note h2 {
  font-size: 38px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.note ul li {
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
  list-style: decimal;
  margin-bottom: 8px;
  text-align: left;
}

@media (max-width: 1500px) {
  .note {
    padding-bottom: 40px;
  }
  .note .dec {
    display: none;
  }
}

@media (max-width: 767px) {
  .note {
    margin-top: 40px;
    padding-bottom: 15px;
  }
  .note h2 {
    font-size: 5vw;
    margin-bottom: 0;
  }
  .note ul {
    padding-left: 27px;
  }
  .note ul li {
    font-size: 4.5vw;
    line-height: normal;
  }
}

/* ==========================================================================
* footer
 ==========================================================================*/
#footer {
  position: relative;
  margin-top: 0;
  z-index: 2;
  background-color: #18949d;
  text-align: center;
  padding-top: 0;
}

#footer a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}

#footer a.wanin {
  left: 17%;
  width: 35%;
}

#footer a.senao {
  left: 53%;
  width: 30%;
}
/*# sourceMappingURL=main.css.map */