﻿/* CSS Document */
/*
  20210819 (S) w89810

*/

/* ======================================================================================== */
@charset "utf-8";

/* icon樣式 */
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");

/* ---------------- 引用 GT平台的基本按鈕 -----------------*/
@import url("/css/button.css?20210304");

html,body {
  height: 100%;
  background: #fff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font: 15px/20px "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif;
  text-decoration: none;
}

/* 共用樣式 */
/*圖片*/
.img-responsive { max-width: 100%; }
.img-border { border: 3px solid #fff; }
.img-radius { border-radius: 15px; }
.img-block { display: block; margin: 0 auto; }
.img-middle { vertical-align: middle; }
/*文字*/
.txt-center { text-align: center; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-indent-3em { display: block; margin-left: 3em; text-indent: -3em; }
.txt-indent-4em { display: block; margin-left: 4em; text-indent: -4em; }
.txt-indent-5em { display: block; margin-left: 5em; text-indent: -5em; }
/*顏色*/
.f-danger { color: #f00; }
.f-fun { color: #f7f40a; }
.f-primary { color: #007bff; }
.f-success { color: #28a745; }
.f-info { color: #17a2b8; }
.f-beauty { color: #da199d; }
.f-light { color: #fff; }
.f-wraning { color: #ffc107; }
.f-dark { color: #000; }
.f-secondary { color: #868e96; }
.f-bold { font-weight: bold; }
.f-lg { font-size: 1.2em; }
.f-sm { font-size: .8em; }

.container {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  padding-bottom: 133px;
}
@media only screen and (max-width: 768px) {
  .container {
    adding-bottom: 0;
  }
}

.header {
  width: 100%;
  background-color: #5f5f5f;
}
.header > h3 {
  color: #ffffff;
  text-align: center;
}

.content {
  width: 100%;
  overflow-y: auto;
  height: auto;
}
.content_styleA {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  overflow-y: auto;
  height: auto;
}
.content ol, .content ul {
  padding: 0;
  margin-left: 1.5em;
}
/*@media only screen and (max-width: 768px) {
  .content ol, .content ul {
    padding-left: 1em;
    padding-right: 2.5em;
  }
}*/
.content ol li, .content ul li {
  line-height: 26px;
}
@media screen and (min-width:501px){
  .content ol li, .content ul li {
    font-size: 17px;
  }
}
.content > h1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #262626;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.3em;
}
.content h4{
  text-align: left;
  color: #5bbc82;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2em;
}
.content p{
  margin-left: 1.5em;
  line-height: 1.75em;
}
.content p a{
  color: #006eff;
  text-decoration: underline;
}
.content p a:hover {
  color: #ff7b00;
}
.content p select {
    margin-bottom: 1.5em;
}
#div_apple_login h4 {
  width: 100%;
  color: #666;
  text-align: center;
}

/*輸入電話*/
.content-phone-number {
    width: 100%;
    margin: 5px auto;
    display: inline-block;
}
.content-phone-number .input-width {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-phone-number .country-code {
    width: 90px;
    float: left;
    height: 2.5em;
    border: 1px solid #b8c5a8;
    border-radius: 10px;
    margin-right: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #696969;
}
.content-phone-number .phone-number {
    width: calc(100% + -93px);
    height: 2.5em;
    float: left;
    border: 1px solid #b8c5a8;
    border-radius: 10px;
}

/*===footer Start===*/
footer {
  background-color: #e2e2e2;
  text-align: center;
  padding: 20px 0 10px 0;
  position: relative;
  margin-top: -133px;
  height: 220px;
  clear: both;
}
footer a {
  text-decoration: none;
  color: #292929;
}
footer p {
  font-size: 70%;
  color: #292929;
}
/*===footer End===*/

/* 共用類別項目 */
.color--backgroundA, .pageNum-button li.active a {
  background-color: #5bbc82;
}
.color--borderA,
.pageNum-button li.active a {
  border-color: #5bbc82;
}
.color--textA, .pageNum-button li a {
  color: #5bbc82;
}

.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clearboth {
  clear: both;
}
.textalignleft {
  text-align: left;
}
.textaligncenter {
  text-align: center;
}
.textalignright {
  text-align: right;
}
.textPoint {
  color: #ff0004;
}
.textPointB {
  color: #9e0002;
}
.textTitle {
  color: #3366ff;
}
.fontweight {
  font-weight: bold;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}


/*===table Start===*/
.table {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.table--styleA {
  border: 2px solid #5bbc82;
  padding: 3px;
}
.table--styleA th {
  background-color: #5bbc82;
  color: #fff;
  padding: 8px;
}
.table--styleA td {
  background-color: #fff;
  border: 1px solid #5bbc82;
  color: #36995e;
  padding: 8px;
}
.table--styleA td a {
  color: #ff5500;
  text-decoration: none;
}
.table--styleA td i {
  color: #ff0004;
}

.table--styleB {
  border: 2px solid #5bbc82;
  padding: 3px;
}
.table--styleB th {
  background-color: #5bbc82;
  color: #fff;
  padding: 5px;
}
.table--styleB td {
  background-color: #e2e2e2;
  color: #333333;
  padding: 5px;
}

.table--styleB tr:first-child td {
  background-color: #ffffff;
  color: #666666;
  padding: 5px;
}

/*tableStyle--C*/
.table--styleC {
  border-width: 2px;
  border-style: solid;
  padding: 3px;
}
.table--styleC th {
  color: #fff;
  padding: 8px;
}
.table--styleC td {
  background-color: #fff;
  color: #333;
  padding: 4px;
  line-height: 26px;
  word-break: break-all;
}
.table--styleC .td_border_bottom {
  border-bottom: 1px solid #e7e7e7;
}
.table--styleC td a {
  text-decoration: none;
}
/*.table--styleC .number { color:#1e7e29; }*/


/*===box Start===*/
.box {
  width: 90%;
  margin: 10px auto;
  padding: 8px;
}
.boxA {
  width: 100%;
  margin: 15px auto;
  padding: 10px;
}
.box p, .boxA p{
  margin-left:0px
}
.box--styleA {
  border: 1px solid #999999;
}
.box--styleA h3 {
  color: #ff0004;
}
.box--styleA a {
  color: #006eff;
  text-decoration: underline;
}
.box--styleB {
  border: 1px solid #ff0004;
  clear: both;
}
@media screen and (min-width:501px){
  .box--styleB {
    font-size: 17px;
  }
}
.box--styleB h3 {
  color: #ff0004;
}

.box--styleC {
  border: 1px solid #5bbc82;
}

.box--styleD {
  -moz-box-shadow: 1px 1px 3px #333333;
  -webkit-box-shadow: 1px 1px 3px #333333;
  box-shadow: 1px 1px 3px #333333;
}
.box--styleD h3 {
  color: #ff0004;
}
.box--styleD h3 span {
  color: #900;
  font-size: 18px;
}
.box--styleF {
  padding-left:22px;
  padding-bottom:14px;
  border:1px solid #8c9b9c;
  background-color:#f0f0f0;
  border-radius:6px;
  padding:0.5em;
}
.textarea{
  margin: 8px 0;
  padding: 0 20px;
}
.textarea .textareaborder {
  width: 100%;
  /*max-width: 350px;*/
  height: 2.5em;
  padding-left: 8px;
  border: 1px #b8c5a8 solid;
  border-radius: 10px;
  margin: 5px auto;
  background-color: #fff;
}
.textarea ul{
  list-style-type:none;
  padding-left:0;
}
.textarea ul li{
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}
.gamesSummary {
  position: relative;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}
.gamesSummary__gamesIcon {
  width: 120px;
  height: 120px;
  float: left;
}
.gamesSummary__gamesMain {
  width: 100%;
  margin: 0 0 0 -110px;
  display: block;
  float: right;
}
.gamesSummary__gamesMain .main {
  margin: 0 0 0 120px;
}
.gamesSummary__gamesMain h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #36995e;
  display: inline-block;
}
.gamesSummary__starBtn {
  position: absolute;
  top: 5px;
  right: 5px;
}
/* 我的最愛動畫開始 */
.bookmarkme {
  font-size: 90%;
  display: inline-block;
  width: 0;
  height: 1.1em;
  overflow: hidden;
  color: #5bbc82;
}
.gamesSummary__starBtn--active .bookmarkme {
  display: none;
}
@keyframes bookmarkme {
  0% {
    width: 75px;
    padding-left: 5px;
  }
  75% {
    width: 75px;
    padding-left: 5px;
  }
  100% {
    width: 0px;
    padding-left: 0px;
  }
}
.bookmarkme {
  animation: bookmarkme 4s;
  -moz-animation: bookmarkme 4s; /* Firefox */
  -webkit-animation: bookmarkme 4s; /* Safari 和 Chrome */
  -o-animation: bookmarkme 4s; /* Opera */
}
/* 動畫效果結束 */
.gamesSummary__starBtn a {
  color: #999999;
  font-size: 1.2em;
}
.gamesSummary__starBtn--active a {
  color: #f39800;
  font-size: 1.2em;
}
.gamesSummary__ellipsisBtn {
  position: absolute;
  top: 5px;
  right: 8px;
}
.gamesSummary__ellipsisBtn a {
  color: #999999;
}
.gamesSummary--active {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.gamesSummary--active ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  padding: 5px;
}
.gamesSummary--active ul li {
  width: 25%;
  list-style: none;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  margin: 3px;
}
.gamesSummary--active ul li p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.gamesSummary--active .icon {
  width: 66px;
  height: 66px;
  border-radius: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.gamesSummary--active .APK {
  color: #a4c639;
}
.gamesSummary--active .apple {
  color: #999999;
}
.gamesSummary--active .close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #c5c5c5;
  font-size: 1.5em;
}

/*首頁遊戲儲值列表*/
.gamesGift {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}
.gamesGift__gamesIcon {
  width: 90px;
  height: 90px;
  float: left;
}
.gamesGift__gamesMain {
  width: 100%;
  min-width: 250px;
  margin: 0 0 0 -100px;
  display: block;
  float: right;
}
.gamesGift__gamesMain .main {
  margin: 0 0 0 110px;
}
.gamesGift__gamesMain h3 {
  width: 100%;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #36995e;
  display: inline-block;
}
.gamesGift__gamesMain p {
  width: 100%;
  line-height: 180%;
  height: 60px;
  overflow: hidden;
  color: #333;
}
.gamesGift__ellipsisBtn {
  position: absolute;
  top: 5px;
  right: 3px;
}
.gamesGift__ellipsisBtn a {
  color: #999999;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  z-index: 9;
}
.gamesGift--active {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.gamesGift--active.active {
  display: initial;
}
.gamesGift--active ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-around;
  padding: 5px;
}
.gamesGift--active ul li {
  width: 25%;
  list-style: none;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  margin: 3px;
}
.gamesGift--active ul li p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.gamesGift--active .icon {
  width: 66px;
  height: 66px;
  border-radius: 33px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.gamesGift--active .APK {
  color: #a4c639;
}
.gamesGift--active .apple {
  color: #999999;
}
.gamesGift--active .close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #c5c5c5;
  font-size: 1.5em;
}
/*首頁遊戲儲值列表 END*/

.gamesGiftItems {
  border: 1px solid #999999;
  position: relative;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}
.gamesGiftItems__itemsIcon {
  width: 70px;
  height: 70px;
  float: left;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}
.gamesGiftItems__itemsMain {
  width: 100%;
  margin: 0 0 0 -70px;
  display: block;
  float: right;
}
.gamesGiftItems__itemsMain .main {
  margin: 0 0 0 80px;
}
.gamesGiftItems__itemsMain h3 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #36995e;
  display: inline-block;
}
.gamesGiftItems__itemsMain .price {
  width: 100%;
  padding-right: 10px;
}
.gamesGiftItems__itemsMain .price p {
  float: left;
}
.gamesGiftItems__itemsMain .price .comment {
  font-weight: bold;
  color: #f00;
}
.gamesGiftItems__itemsMain .price a {
  float: right;
}
.gamesGiftItems__buyBtn {
  float: right;
  width: 100px;
}

.adMain {
  width: 650px;
  height: 190px;
  margin: 10px auto;
  padding-bottom: 0;
  background: #ffffff;
}
.adMain ul {
  width: 630px;
  margin: 16px auto;
}
.adMain li {
  list-style: none;
  float: left;
}
.adMain li:first-child {
  width: 630px;
  margin: 0 auto;
  display: block;
}
.adMain li:first-child a img {
  width: 630px;
  margin: 0 auto;
  margin-top: 10px;
}
.adMain li:nth-child(2) {
  width: 100%;
  text-align: right;
  color: #5bbc82;
  display: block;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 680px) {
  .adMain {
    width: 95%;
    height: 0;
    min-height: 120px;
    margin: 10px auto;
    padding-bottom: 30.15%;
    background: #ffffff;
  }
  .adMain ul {
    width: 98%;
    margin: 16px auto;
  }
  .adMain li {
    list-style: none;
    float: left;
  }
  .adMain li:first-child {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .adMain li:first-child a img {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .adMain li:nth-child(2) {
    width: 100%;
    text-align: right;
    color: #5bbc82;
    display: block;
    margin-bottom: 0;
    display: block;
  }
}
/*==box End==*/

/*==list Start==*/
.list {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  display: inline-block;
}

/*修改密碼_選擇遊戲頁*/
ul.list--styleA {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0px;
}
ul.list--styleA li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 165px;
  height: 100px;
  margin: 2%;
}
ul.list--styleA li a{
  display: block;
  width: 165px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
}
ul.list--styleA li a:hover{
  -webkit-filter:brightness(1.1);
}
ul.list--styleA li.boxBtn1 a{ background-image: url(../../mobile/images/pic_gt.png?20210823); }
ul.list--styleA li.boxBtn2 a{ background-image: url(../../mobile/images/pic_tmd.png?20210823); }
ul.list--styleA li.boxBtn3 a{ background-image: url(../../mobile/images/pic_star31.png?20210823); }
ul.list--styleA li.boxBtn4 a{ background-image: url(../../mobile/images/pic_we5.png?20210823); }
ul.list--styleA li.boxBtn5 a{ background-image: url(../../mobile/images/pic_cmj.png?20210823); }

@media screen and (max-width: 1280px) {
  ul.list--styleA {
    width: 75%;
  }
}
@media screen and (max-width: 820px) {
  ul.list--styleA {
    width: 100%;
  }
  ul.list--styleA li, ul.list--styleA li a{
    width: 25%;
    height: 0;
    padding-bottom: 15%;
    background-size: 100% 100%;
  }
  ul.list--styleA li.boxBtn1 a, ul.list--styleA li.boxBtn2 a, ul.list--styleA li.boxBtn3 a, ul.list--styleA li.boxBtn4 a, ul.list--styleA li.boxBtn5 a {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 500px) {
  ul.list--styleA li, ul.list--styleA li a{
    width: 40%;
    padding-bottom: 24%;
  }
}


.list--styleB li {
  list-style: none;
}
.list--styleB li:nth-child(n + 2) {
  margin-left: 40px;
}
.list--styleB li:first-child {
  width: 10px;
  height: 100%;
  color: #ff0004;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

/*listStyle--C*/
.list--styleC li {
  list-style: none;
  text-align: center;
}
.list--styleC li a {
  color: #666666;
  text-decoration: none;
  line-height: 40px;
}
.list--styleC li:first-child {
  width: 100%;
  color: #5bbc82;
  font-size: 18px;
  font-weight: bold;
}
.list--styleC li:nth-child(n + 2) {
  width: 50%;
  float: left;
}

/*listStyle--D*/
.list--styleD li {
  list-style: none;
}
.list--styleD li:nth-child(n + 2) {
  margin-left: 130px;
}
.list--styleD li:first-child {
  width: 120px;
  height: 100%;
  color: #ff0004;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.list--styleD .tltleText {
  font-size: 18px;
  font-weight: bold;
  color: #36995e;
}

/*listStyleOtp--A*/
.box--listStyleOtp--A {border: 1px solid #5bbc82; width: 98%; max-width: 850px;}
.box--listStyleOtp--A ul{padding-left: 2em;}
.listStyleOtp--A li{ list-style: none; color: #CCC;/*w86997*/ }
.listStyleOtp--A li:nth-child(n+2) { margin-left:40px; width: 100%; text-align: left;}
.listStyleOtp--A li:first-child{ width:10px; height:100%; color:#00a643; position:absolute;font-size: 2em; top:0; display:flex; justify-content:center; align-items:center; display: -webkit-flex; -webkit-justify-content: center;  -webkit-align-items: center; }
.listStyleOtp--A li font{ font-size: 1.1em;}

/*==list End==*/

/*==form Start==*/
.form {
  width: 90%;
  margin: 5px auto;
}
.form--styleA input[type="text"],
.form--styleA input[type="password"],
.form--styleA input[type="email"],
.form--styleA input[type="number"] {
  width: 100%;
  height: 2.5em;
  padding-left: 8px;
  border: 1px #b8c5a8 solid;
  border-radius: 10px;
  margin: 5px auto;
}

.form--styleA > ul {
  width: 100%;
  display: inline-block;
  padding-left: 0px;
}
.form--styleA > ul li {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
}

.form--styleA select {
  width: 100%;
  height: 2.5em;
  padding-left: 8px;
  border: 1px #b8c5a8 solid;
  border-radius: 10px;
  margin: 5px auto;
  color: #999;
  background-color: #fff;
}
.form--styleA select optgroup {
  color: #36995e;
}
.form--styleA select option {
  color: #4b4b4b;
}
.form--styleA .select-open {
  color: #999999;
}

.form--styleA .checkbox {
  width: 100%;
  margin: 5px auto;
}
.form--styleA input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 5px;
  float: left;
}
.form--styleA label {
  line-height: 30px;
  font-size: 12px;
}
.form--styleA label a {
  text-decoration: none;
  font-size: 12px;
}

.radio {
  width: 100%;
  display: inline-block;
}
.radio:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.form--styleA .radio input[type="radio"],
.form--styleA .radio label {
  display: inline-block;
  vertical-align: middle;
}
.form--styleA .radio input[type="radio"] {
  width: 30px;
  height: 30px;
}
.form--styleA .radio label {
  margin-right: 10px;
}

.form--styleA .fileImg--styleA {
  width: 100%;
  min-height: 80px; /*20190528J w56721*/
  border: 2px #5bbc82 solid;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  position: relative;
  text-decoration: none;
  clear: both;
  margin-bottom: 10px; /*20190528J w56721*/
}
.form--styleA .fileImg--styleA input {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  cursor: pointer;
}
.form--styleA .fileImg--styleA ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}
.form--styleA .fileImg--styleA ul li {
  float: left;
  margin-right: 5px;
  color: #5bbc82;
  text-decoration: none;
  word-break: break-all; /*20190528J w56721*/
}

.form--styleB input[type="text"] {
  width: 80%;
  height: 2.5em;
  padding-left: 8px;
  border: 1px #b8c5a8 solid;
  border-radius: 10px;
  margin: 5px auto;
}

.formtextarea {
  width: 90%;
  margin: 5px auto;
}
.formtextarea--styleA {
  width: 100%;
  height: 100px;
  padding: 5px;
  color: #666;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
}


/*==button Start==*/
.button {
  width: 80%;
  margin: 5px auto;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.button--styleA {
  height: 45px;
  background-color: #5bbc82;
  box-shadow: #8c8c8c 1px 1px 0 0;
  color: #ffffff;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  margin-bottom: 2%;
}
/*button--styleA針對下一個區域浮動問題*/ /*20180730J*/
.button--styleA--flex {
  display: inherit;
}

.button--styleB {
  height: 45px;
  background-color: #ffffff;
  border: 2px #5bbc82 solid;
  box-shadow: #8c8c8c 1px 1px 0 0;
  color: #5bbc82;
  letter-spacing: 1px;
}

.button--styleC {
  height: 30px;
  background-color: #5bbc82;
  box-shadow: #8c8c8c 1px 1px 0 0;
  border-radius: 15px;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 14px;
}

.button__group {
  width: 90%;
  margin: 0 auto 20px auto;
}
.button__group ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.button__group ul li {
  display: block;
  float: left;
  width: 23%;
}
.button__group ul li a.button {
  width: 100%;
}

.login-button,
.login-buttonB {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}

.login-button p {
  width: 100%;
  line-height: 50px;
  color: #666666;
  text-align: center;
}

.login-button ul,
.login-buttonB ul {
  list-style-type: none;
  width: 98%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  padding-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0px;
}
.login-buttonB ul {
  width: 400px;
  padding-bottom: 0px;
}

.login-button ul li a,
.login-buttonB ul li a {
  width: 60px;
  height: 60px;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  color: #ffffff;
  text-decoration: none;
  margin: 6px;
}

.login-buttonB ul li a {
  width: 100px;
  height: 100px;
  font-size: 2em;
  margin: 5px;
}
.login-buttonB ul li a img {
  width: 100%;
}

.login-button li.button_FB a {
  background: #3b5998;
}
.login-button li.button_yahoo a {
  background: #410093;
}
.login-button li.button_google a {
  height: 70px;
  background-image: url(/Games/tmd/images/icon_google.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.login-button li.button_kkbox a {
  width: 60px;
  height: 60px;
  background-image: url(/Games/tmd/images/icon_kkbox.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #18ddf8;
}
.login-button li.button_msn a {
  background: #00a1f1;
}
.login-button li.button_line a {
  background: #00c200;
}
.login-button li.button_wechat a {
  background: #2dc100;
}
.login-button li.button_apple a {
  background: #4d4d4d;
}
.login-button li.button_mobile a {
  width: 60px;
  height: 60px;
  background-image: url(/Games/tmd/images/icon_mobile.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ff9600;
}
.login-button li.button_gt a {
  width: 60px;
  height: 60px;
  background-image: url(/Games/tmd/images/icon_gt.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #b4de41;
}

.login-button li.button_igs a {
  width: 60px;
  height: 60px;
  background-image: url(/Games/tmd/images/icon_igs.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #b4de41;
}

.bugreport-button {
  width: 90%;
  display: block;
  box-shadow: #ccc 1px 1px 0 0;
  border-radius: 8px;
  padding: 3px;
  font-size: 80%;
  color: #333;
}
.bugreport-button__styleA {
  background-color: #ebebeb;
}
.bugreport-button__styleB .number {
}
.bugreport-button__styleB {
  background-color: #ffc;
}
.bugreport-button__styleB .number {
  color: #c60;
}
.bugreport-button__styleC {
  background-color: #cf9;
}
.bugreport-button__styleC .number {
  color: #363;
}
.bugreport-button__styleD {
  background-color: #fcc;
}
.bugreport-button__styleD .number {
  color: #900;
}
.bugreport-button__active {
  color: #fff;
}
.bugreport-button__active .number {
}

.pageNum-button {
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}
.pageNum-button ul {
  display: inline-block;
  margin: 20px;
  border-radius: 5px;
}
.pageNum-button li {
  display: inline;
  float: left;
}
.pageNum-button li a {
  padding: 10px 12px;
  line-height: 30px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #5bbc82;
}
.pageNum-button li a:hover {
  background-color: #fffef2;
}
.pageNum-button li.active a {
  padding: 10px 12px;
  line-height: 30px;
  text-decoration: none;
  background-color: #5bbc82;
  border: 1px solid #5bbc82;
  color: #fff !important;
}

/*==button End==*/

/*==linkText Start==*/
.linkText {
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
}
.linkText a {
  text-align: center;
  color: #87b79a;
  text-decoration: underline;
}
.linkText ul {
  display: inline;
}
.linkText ul li {
  display: inline-block;
  float: left;
  width: 80px;
  text-align: center;
  color: #666666;
}
.linkText ul li:first-child {
  border-right: 2px solid #dddddd;
}
/*==linkText End==*/

/*===accordion Start===*/
.accordion {
  width: 90%;
  margin: 5px auto;
}
.accordion h3 {
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  margin: 5px auto;
  box-shadow: #ccc 1px 1px 0 0;
  color: #333;
}
.accordion i {
  margin-right: 10px;
  color: #333;
}
.accordion ul {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 10px;
  color: #333;
}
.accordion li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 180%;
}
.accordion ol {
  padding-left: 5%;
}
.accordion ol li {
  list-style: decimal;
}
/*===accordion End===*/

/*===jQuery-tab Start===*/
#jQuery-tab {
  width: 90%;
  height: auto;
  margin: 10px auto;
}
#jQuery-tab > ul {
  display: block;
  overflow: auto;
}
#jQuery-tab > ul > li {
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  float: left;
  margin: 0;
  background: #ffffff;
}
#jQuery-tab > ul > li a {
  color: #5bbc82;
  text-decoration: none;
}
#jQuery-tab > .tab_content {
  clear: both;
  line-height: 18px;
  border: 1px #5bbc82 solid;
}
#jQuery-tab > ul > li.active {
  background: #fff;
  border-bottom: 2px #5bbc82 solid;
}
#jQuery-tab > ul > li:hover {
  background-color: #ccc;
  border-bottom: 2px #5bbc82 solid;
}
/*===jQuery-tab End===*/

/*===tab Start===*/
.tab {
  width: 90%;
  margin: 5px auto;
}
.tab ul {
  display: block;
  overflow: auto;
}
.tab li {
  float: left;
  background-color: #fff;
  list-style-type: none;
  padding: 8px 15px;
}
.tab-button a {
  text-decoration: none;
  font-size: 100%;
}
.tab-button:hover {
  border-bottom: 3px solid #999;
  background-color: #ccc;
}
.tab-buttonhover a {
  text-decoration: none;
  color: #666;
  font-size: 100%;
}
.tab-buttonhover {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.tab-data {
  clear: both;
  border-width: 1px;
  border-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  padding: 20px;
}
.tab-data p {
  margin-bottom: 15px;
  line-height: 180%;
}
/*===tab End===*/

/*頁籤(index)*/
.tabgroup {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* 上方選單 */
.tabgroup__topmenu__name {
  width: 100%;
  list-style: none;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  border-bottom: 1px solid #5bbc82;
}
.tabgroup__topmenu__name li {
  width: 25%;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  padding-bottom: 5px;
}
.tabgroup__topmenu__name li:hover {
  cursor: pointer;
}
.tabgroup__topmenu__name .active {
  border-bottom: 2px solid #5bbc82;
}
.tabgroup__topmenu__name a {
  display: block;
  width: 100%;
  height: 100%;
  color: #999999;
  text-decoration: none;
  font-size: 18px;
}
.tabgroup__topmenu__name .active a {
  color: #5bbc82;
}
/* 選單內容 */
.tabgroup__viewport {
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
  border: 1px #5bbc82 solid;
  min-height: 500px;
}
.tabgroup__viewport .flipsnap-item {
  float: left;
  min-height: 1px; /* 因為分頁高度為 0 時換頁時會被跳過，所以需要設定最小高度 */
}

/* 行動裝置必續加上這段 css 避免滑動效果失效 */
.tabgroup__viewport .flipsnap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.flipsnap {
  min-height: 500px;
}
/* 控制顯示與隱藏 */
.flipsnap-container {
  display: none;
}
.flipsnap-container > h3 {
  color: #5bbc82;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px 10px;
}
.flipsnap-container.active {
  display: block;
}

/*問題回報*/
.button--styleA--flex .btn_bugreport {
  float: right;
  width: 22%;
  right: 10%;
}
.box .text_login {
  text-align: center;
  text-decoration: none;
  color: #333333;
  display: block;
  height: 40px;
}
.box .text_login a {
  color: #333333;
  line-height: 30px;
}
.box .text_login span {
  color: #0066cc;
}

/*首頁上方Banner*/
.top_banner {
  width: 100%;
  height: 0;
  padding-bottom: 23.43%;
  background-size: cover;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .top_banner {
    width: 100%;
    height: 0;
    padding-bottom: 37%;
    background-size: cover;
    background-position: top center;
  }
  .top-menu {
    width: 100%;
  }
}

/*===imgAdBox===*/
.imgAdBox {
  width: 630px;
  margin: 0 auto;
  display: block;
}
.imgAdBox img {
  width: 100%;
  display: block;
}
/*===imgAdBox End===*/

@media screen and (max-width: 767px) {
  .login-button,
  .login-buttonB {
    width: 90%;
  }

  .button__group ul li {
    display: block;
    float: left;
    width: 48%;
  }
  .button__group > a.button {
    width: 80%;
  }
  footer p {
    padding: 0 12px;
  }
}

@media screen and (max-width: 630px) {
  .imgAdBox {
    width: 100%;
  }
  /*問題回報*/
  .button--styleA--flex .btn_bugreport {
    float: inherit;
    width: 90%;
  }
  footer {
    height: 215px;
  }
}


/* 實體領獎教學 */
.content.content_styleA ol{
  padding-left: 1.5em;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .content.content_styleA ol{
    width: 100%;
  }
}
/* 實體領獎教學-影片崁入 */
ol li span.title{
  cursor: pointer;
  color: #006eff;
  text-decoration: underline;
}
ol li span.title:hover{
  color: #f00;
}
ol li .video{
  display: none;
  width: 100%;
  background-color: black;
  max-height: 500px;
}
@media screen and (max-width: 768px){
  ol li .video{ max-height: initial; }
}