@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC", "PingFang SC", "Microsoft Yahei", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*自訂*/
a {
  text-decoration: none;
  outline: none; }

body {
  color: #353535;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: none; }

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block; }

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/ }

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none; }

button {
  outline: none;
  border: none;
  background-color: none; }

.codeBox.thin .gc-reset {
  top: -1px; }

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important; }

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 50px !important; }

a {
  display: inline-block;
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  height: auto;
  display: block; }

.l-wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.l-padding-b5 {
  padding-bottom: 5px; }

.l-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold; }

.l-btnStyle {
  display: inline-block;
  width: 100%;
  height: 100%; }

.l-btn-primary {
  background-color: #f4c8fe;
  color: #fff; }

.l-floatLeft {
  float: left; }

.l-floatRight {
  float: right; }

.l-clearfix:after {
  content: '';
  display: table;
  clear: both; }

.l-length {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@-webkit-keyframes menuEffect {
  0% {
    right: -99%; }
  100% {
    right: 0; } }

@keyframes menuEffect {
  0% {
    right: -99%; }
  100% {
    right: 0; } }

.l-link__wrap {
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 999; }
  .l-link__wrap .l-link {
    width: 78px;
    height: 78px;
    margin: 0 -8px -8px 0;
    background-image: url("../img/icon/fixed_icon_bg.png");
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    position: relative;
    cursor: pointer;
    font-weight: bold; }
    .l-link__wrap .l-link.active {
      -webkit-animation: menuEffect .1s linear ease-in;
      animation: menuEffect .1s linear ease-in; }
    .l-link__wrap .l-link a {
      display: inline-block;
      width: 100%;
      height: 100%; }
    .l-link__wrap .l-link--sign:after {
      content: '申請帳號';
      position: absolute;
      top: 43%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      line-height: 20px;
      color: #7a462c; }
    .l-link__wrap .l-link--download:after {
      content: '遊戲下載';
      position: absolute;
      top: 45%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      line-height: 20px;
      color: #7a462c; }
    .l-link__wrap .l-link--fb:after {
      content: '';
      position: absolute;
      background-image: url("../img/icon/icon_fb.svg");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 30%;
      height: 50%;
      top: 43%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .l-link__wrap .l-link--baha:after {
      content: '';
      position: absolute;
      background-image: url("../img/icon/icon_baha.svg");
      background-size: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 60%;
      height: 50%;
      top: 43%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none; }
    .l-link__wrap .l-link:hover {
      -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
      transform: translateX(8px); }

.l-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px; }

.l-textCenter {
  text-align: center; }

.popOverlay, .rewardOverlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  display: none;
  overflow: hidden; }
  .popOverlay.active, .rewardOverlay.active {
    display: block; }
  .popOverlay .popContent, .rewardOverlay .popContent {
    display: none;
    max-width: 768px;
    width: 50%;
    position: absolute;
    padding: 2%;
    background-color: #fff;
    background-image: url("../img/pop_bg.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 35px;
    color: #3c3a76; }
    .popOverlay .popContent .closebtn, .rewardOverlay .popContent .closebtn {
      width: 40px;
      position: absolute;
      right: 3%;
      top: 5%;
      cursor: pointer; }
  .popOverlay .rewardContent, .rewardOverlay .rewardContent {
    max-width: 640px;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background-image: url("../img/pop_bg.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #fff;
    color: #3c3a76;
    padding: 2% 2.5%;
    display: none; }
    .popOverlay .rewardContent.active, .rewardOverlay .rewardContent.active {
      display: block; }
    .popOverlay .rewardContent .rewardhead, .rewardOverlay .rewardContent .rewardhead {
      margin: 4% 0; }
    .popOverlay .rewardContent .rewardWrap, .rewardOverlay .rewardContent .rewardWrap {
      max-height: 360px;
      overflow-y: scroll; }
      .popOverlay .rewardContent .rewardWrap::-webkit-scrollbar, .rewardOverlay .rewardContent .rewardWrap::-webkit-scrollbar {
        width: 6px;
        background-color: rgba(255, 255, 255, 0.5); }
      .popOverlay .rewardContent .rewardWrap::-webkit-scrollbar-thumb, .rewardOverlay .rewardContent .rewardWrap::-webkit-scrollbar-thumb {
        background-color: #eda0fe;
        border-radius: 20px; }
      .popOverlay .rewardContent .rewardWrap .rewardItem, .rewardOverlay .rewardContent .rewardWrap .rewardItem {
        max-width: 280px;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #eda0fe;
        border-radius: 5px; }
    .popOverlay .rewardContent .closebtn, .rewardOverlay .rewardContent .closebtn {
      width: 40px;
      position: absolute;
      right: 3%;
      top: 5%;
      cursor: pointer; }
  @media screen and (max-width: 768px) {
    .popOverlay .popContent, .rewardOverlay .popContent {
      width: 60%; }
    .popOverlay .rewardContent, .rewardOverlay .rewardContent {
      width: 55%;
      padding: 6% 4%; } }
  @media screen and (max-width: 425px) {
    .popOverlay .popContent, .rewardOverlay .popContent {
      width: 90%; }
    .popOverlay .rewardContent, .rewardOverlay .rewardContent {
      width: 77%;
      padding: 10% 4%; }
      .popOverlay .rewardContent .rewardWrap, .rewardOverlay .rewardContent .rewardWrap {
        padding-right: 2%; } }
  @media screen and (max-width: 360px) {
    .popOverlay .popContent, .rewardOverlay .popContent {
      padding: 7%;
      line-height: 22px; }
    .popOverlay .rewardContent, .rewardOverlay .rewardContent {
      width: 88%;
      padding: 20% 4%; } }

.pophead {
  padding: 2% 0;
  font-weight: 700;
  line-height: 22px; }
  .pophead h6 {
    padding-bottom: 10px; }
  .pophead p {
    font-size: 16.8px; }
  .pophead span {
    padding: 0 15px; }
  @media screen and (max-width: 425px) {
    .pophead {
      padding: 4% 1.6%;
      line-height: 32px; } }

.popbody {
  padding: 3% 0;
  border-top: 1px dashed #ffe69b;
  border-bottom: 1px dashed #ffe69b;
  font-weight: 700;
  letter-spacing: 1.2px; }

.popnote {
  text-align: left;
  padding: 3% 10%;
  line-height: 26px;
  font-weight: 700; }

.pop__acc__right {
  position: absolute;
  width: 16%;
  left: -4%;
  bottom: -10%; }
  @media screen and (max-width: 1024px) {
    .pop__acc__right {
      bottom: -15%; } }
  @media screen and (max-width: 425px) {
    .pop__acc__right {
      display: none; } }

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