@charset "UTF-8";
/*------------- basic ----------------*/
html, body {
  height: 100%;
  font-size: 62.5%;
  /* rem與px轉換 */ }

/* adjust if left height must be 100% */
body {
  background: #000;
  overflow-x: hidden; }

* {
  font-family: Arial,Helvetica, "Microsoft JhengHei", "PMingLiU", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0; }

[touch-action="none"] {
  -ms-touch-action: none;
  touch-action: none; }

[touch-action="pan-x"] {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

[touch-action="pan-y"] {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

[touch-action="scroll"], [touch-action="pan-x pan-y"], [touch-action="pan-y pan-x"] {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

/*--------------------------------*/
.mask {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  top: 0;
  text-align: center;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 999999999 !important; }

.contact-wrap {
  background: -webkit-radial-gradient(circle, #5c0054, #000);
  background: -o-radial-gradient(circle, #5c0054, #000);
  background: radial-gradient(circle, #5c0054, #000);
  border: solid 3px #fec31e;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  left: 50%;
  max-width: 400px;
  top: 45%;
  padding: 2rem;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width: 98%; }
  @media (min-width: 768px) {
    .contact-wrap {
      top: 40%; } }
  .contact-wrap > a.btn-close {
    background: -webkit-gradient(linear, left top, left bottom, from(#7bff6b), to(#0f4000));
    background: -webkit-linear-gradient(top, #7bff6b, #0f4000);
    background: -o-linear-gradient(top, #7bff6b, #0f4000);
    background: linear-gradient(180deg, #7bff6b, #0f4000);
    border: solid 2px #3bca4b;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 3px 1px rgba(51, 51, 51, 0.7) inset;
    box-shadow: 0 0 3px 1px rgba(51, 51, 51, 0.7) inset;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    margin: 0.5rem auto 0;
    outline: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 130px; }

.contact-wrap a {
  color: #fec31e; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

/*------------- structure ----------------*/
.LanguageListWrapper {
  float: right;
  height: auto;
  letter-spacing: 0em;
  position: relative;
  line-height: 5.3rem; }

.LanguageList {
  font-size: 1.6rem;
  min-width: 10rem;
  margin: 0 10% 0 0;
  padding: 0.3rem; }

.LanguageListWrapper2 {
  background: #000;
  height: 4.2rem;
  line-height: 4.2rem;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 99999; }

.LanguageList2 {
  display: none;
  float: right;
  font-size: 1.6rem;
  min-width: 10rem;
  margin: 0.8rem 1rem; }
  @media (min-width: 704px) {
    .LanguageList2 {
      display: block; } }

.banner-wrapper {
  height: auto;
  margin: 0px auto;
  max-width: 1000px;
  width: 100%; }
  @media (min-width: 704px) {
    .banner-wrapper {
      margin: 52px auto 0; } }
  .banner-wrapper img {
    width: 100%;
    height: auto; }

.banner-line {
  background: #7a0001;
  border-top: solid 2px #ffd200;
  border-bottom: solid 2px  #ffd200;
  height: 17px;
  margin: 0px auto;
  max-width: 1000px;
  width: 100%; }

.content {
  background: #000 url("bg-goldenslots.png") center top no-repeat;
  background-size: 1000px auto;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.buy-wrapper {
  width: 100%;
  margin: 2% auto 1%; }
  @media (min-width: 768px) {
    .buy-wrapper {
      margin: 0 auto; } }
  .buy-wrapper a {
    display: block;
    margin: 0 auto;
    max-width: 88rem;
    width: 98%; }
    .buy-wrapper a img {
      height: auto;
      width: 100%; }

.QRcode-wrapper {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  padding: 2% 0; }
  .QRcode-wrapper a.QRcode-link {
    display: inline-block;
    margin: 1% 1% 1% 1%; }
    @media (min-width: 564px) {
      .QRcode-wrapper a.QRcode-link {
        width: auto; } }
    @media (min-width: 615px) {
      .QRcode-wrapper a.QRcode-link {
        width: 29%;
        margin: 3% 1% 1% 1%; } }
    @media (min-width: 837px) {
      .QRcode-wrapper a.QRcode-link {
        margin: 1.5% 1% 1% 1%; } }
    @media (min-width: 910px) {
      .QRcode-wrapper a.QRcode-link {
        width: auto; } }
    .QRcode-wrapper a.QRcode-link img {
      width: 100%; }
  @media (min-width: 564px) {
    .QRcode-wrapper a:nth-child(2) {
      width: auto; } }
  @media (min-width: 615px) {
    .QRcode-wrapper a:nth-child(2) {
      width: 35%; } }
  @media (min-width: 910px) {
    .QRcode-wrapper a:nth-child(2) {
      width: auto; } }

.news-wrapper {
  -webkit-box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.45);
  height: 53.6rem;
  /*33.5*/
  margin: 0 auto 1.6rem;
  max-width: 100rem;
  max-width: 1000px;
  width: 94%; }
.info-wrapper {
  -webkit-box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.45);
  /*33.5*/
  margin: 0 auto 1.6rem;
  max-width: 100rem;
  max-width: 1000px;
  width: 94%; }

.boxNews {
  border: #dead4e 6px solid;
  height: 99%;
  margin: 1% auto;
  overflow-x: hidden;
  overflow-y: auto;
  /*overflow-y:hidden; 關掉外框卷軸*/
  width: 100%;
  -webkit-overflow-scrolling: touch; }
.boxInfo {
  border: #dead4e 6px solid;
  height: 99%;
  margin: 1% auto;
  overflow-x: hidden;
  overflow-y: auto;
  /*overflow-y:hidden; 關掉外框卷軸*/
  width: 100%;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 667px) {
    .boxNews {
      width: 100%; }
    .boxInfo {
      width: 100%; } }

#newsIFrame {
  height: 98% !important;
  /*height: 98% !important; 避免雙外框*/
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0); }

.fb-wrapper {
  background: url(/static/images/bg-fbgroup.jpg) top repeat-x;
  background-size: auto 100%;
  border: 1px solid #d0691d;
  -webkit-box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.45);
  margin: 1.6rem auto;
  max-width: 94rem;
  max-width: 1000px;
  overflow: hidden;
  width: 94%; }

.boxFB {
  background: #fff;
  border: 1px solid #d0691d;
  margin: 2% auto 0;
  overflow: hidden;
  text-align: center;
  width: 98%; }
  @media (min-width: 640px) {
    .boxFB {
      margin: 1% auto; } }

.BtnTopWrapper {
  height: 35px;
  width: 840px;
  display: block;
  position: fixed;
  bottom: 10px; }

.BtnTop {
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  font-weight: bolder;
  display: block;
  float: right;
  border-radius: 5px;
  border: #F90 solid 2px;
  background: #222; }
  .BtnTop:visited {
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    font-weight: bolder;
    display: block;
    float: right;
    border-radius: 5px;
    border: #F90 solid 2px;
    background: #222; }
  .BtnTop:hover, .BtnTop:active {
    color: #C00; }

#menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

nav[role="select"]#menu {
  background: #900922;
  border-bottom: #e9d109 3px solid;
  border-top: #e9d109 3px solid;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  z-index: 99998 !important; }
  nav[role="select"]#menu > ul.pc-menu {
    display: none; }
    @media (min-width: 704px) {
      nav[role="select"]#menu > ul.pc-menu {
        display: block; } }
  nav[role="select"]#menu > ul#item1 {
    display: block; }
    @media (min-width: 704px) {
      nav[role="select"]#menu > ul#item1 {
        display: none; } }

nav[role="select"] ul.pc-menu {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  text-align: center; }

nav[role="select"] ul.pc-menu > li {
  display: inline-block;
  font-family: Arial, "Microsoft JhengHei", sans-serif;
  list-style: none;
  margin: 10px 2%;
  text-align: center;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background,color,text-align,padding,-webkit-box-shadow;
  transition-property: background,color,text-align,padding,-webkit-box-shadow;
  -o-transition-property: box-shadow,background,color,text-align,padding;
  transition-property: box-shadow,background,color,text-align,padding;
  transition-property: box-shadow,background,color,text-align,padding,-webkit-box-shadow;
  cursor: pointer; }
  nav[role="select"] ul.pc-menu > li a {
    font-size: 21px;
    font-weight: bold;
    display: block;
    height: 100%;
    text-decoration: none;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    width: 100%; }
    nav[role="select"] ul.pc-menu > li a:link, nav[role="select"] ul.pc-menu > li a:visited, nav[role="select"] ul.pc-menu > li a:focus {
      color: #ffd200; }
    nav[role="select"] ul.pc-menu > li a:hover, nav[role="select"] ul.pc-menu > li a:active {
      color: #ffffcc; }

nav[role="select"] ul#item1 {
  cursor: pointer;
  height: auto;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 100%; }

nav[role="select"] ul#item1 > li {
  font-family: Arial, "Microsoft JhengHei", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0; }

nav[role="select"] ul#item1 li.top {
  background: #900922;
  border-bottom: #e9d109 3px solid;
  color: #ffe400;
  font-size: 21px;
  font-weight: bold;
  height: 52px;
  line-height: 46px;
  text-shadow: 2px 2px 5px  #000;
  width: 100%; }
  nav[role="select"] ul#item1 li.top > a {
    margin: 0 0 0 10px; }
    nav[role="select"] ul#item1 li.top > a > img {
      height: auto;
      width: 80%; }

nav[role="select"] ul#item1 li.item {
  background: #43030f;
  display: none;
  text-align: left; }
  nav[role="select"] ul#item1 li.item a {
    color: #ffe400;
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
    height: 100%;
    line-height: 2.8rem;
    margin: 0px;
    padding: 10px 1.6rem;
    text-decoration: none;
    text-shadow: 2px 2px 5px  #000; }
    nav[role="select"] ul#item1 li.item a:hover {
      background-color: #a71623; }
    nav[role="select"] ul#item1 li.item a:active {
      color: #67463a; }

footer .footer-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 568px) {
    footer .footer-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  footer .footer-info .footer-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 1.5rem 10px 1rem; }
    footer .footer-info .footer-text .footer-link-content .footer-text-link {
      color: #fff;
      display: inline-block;
      font-size: 16px;
      line-height: 22px;
      margin: 0 0;
      text-align: center; }
      @media (min-width: 568px) {
        footer .footer-info .footer-text .footer-link-content .footer-text-link {
          line-height: 30px; } }
      footer .footer-info .footer-text .footer-link-content .footer-text-link a {
        color: #fff;
        margin: 0 8px; }
    footer .footer-info .footer-text .footer-logo-content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer .footer-info .footer-text .footer-logo-content div, footer .footer-info .footer-text .footer-logo-content img {
        text-align: center; }
      footer .footer-info .footer-text .footer-logo-content img {
        width: 50px;
        height: 41px; }
        footer .footer-info .footer-text .footer-logo-content img:last-child {
          width: 40px;
          height: 40px;
          margin-left: 5px; }

footer .footer-info img:last-child {
  width: 60px; }

footer > #footer-remind {
  color: #ccc;
  font-size: 15px;
  text-align: center;
  width: 100%; }
