@charset "utf-8";
/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	padding: 0;
	margin: 0;
	border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  background: transparent; 
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { text-decoration: none; outline: none; /* for Firefox */ }
.clear { clear : both; }

img { vertical-align: middle; border: 0; text-align: center; height: auto; max-width: 100%; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }
img, fieldset { border: 0 none; }
ul, ol, li { list-style: none; }
em, address { font-style: normal; }
table { border-collapse: collapse; }
em, i { font-style: normal; }
strong, b { font-weight: normal; }
img { border: none; }
input, img { vertical-align: middle; }
input { outline: none; border: none; }
textarea:focus { outline: 0; }
a { text-decoration: none; cursor: pointer }
.clearfix:after { display: block; clear: both; visibility: hidden; height: 0; content: " "; font-size: 0; }
.clearfix { *zoom:1;
}

input[type="button"] {
	padding:0px;
	margin:0px;
	border: none;
	cursor: pointer;
}
input[type="checkbox"], input[type="radio"]{
 padding:0px;
 box-sizing:border-box;
}

input::placeholder {
	color: #ccc;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder {
    font-size: .875em;
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-writing-mode: horizontal-tb;
}

button[disabled],
html input[disabled] {
    cursor: default;
}
* {box-sizing: content-box;-moz-box-sizing: inherit;-webkit-box-sizing: inherit;}/*for ie11*/
*, *:before, *:after {
  font-family: 'Microsoft YaHei', '微軟正黑體',  'PingFang TC', Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 220331 增加div:not(.slick-slide):not(.slick-track) 避免影響到循環輪播 */
.animated ,a ,a:hover ,a:active ,a:after ,li ,button /*,div:not(.slick-slide):not(.slick-track) */,img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5;
	transition: all .5s;
}

/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*--lightbox  250206樣式不變 內容另設定----*/
/* 設定好背景層的樣式以及位置 */
.lightbox_ApesGameBar {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;/* 預設透明度為 0，觸發 :target 後，利用動畫效果調整透明度 */
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	overflow: hidden;
	z-index: 99999;
}
/* 設定內容的樣式及位置(白底區塊) */
.lightbox_ApesGameBar .content {
  width: auto;
  height: auto;
  background: #fff;
  color: #333;
  margin: auto;
  position: relative;
  top: 15%;
  left: 0%;
  right: 0;
  bottom: 0;
  /*max-height: max-content;
  max-width: 0%;*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  text-align: center;
  overflow: hidden;
  display: block;
}
/* 設定圖片的樣式及位置，利用 
.lightbox_ApesGameBar img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;*//* 預設寬高為 0，觸發 :target 後，利用動畫效果展開寬與高 
  max-width: 0%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}*/
/* 當 :target 觸發後，index-target 的透明度為 1；content &amp; img 的寬高為 100% */
.BoxActive {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.BoxActive .content/*, .lightbox_ApesGameBar:target img*/ {
  max-height: max-content;
  max-width: max-content;
}
.BoxActive .lightbox-close {
  top: 1%;
}

.lightbox_ApesGameBar:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox_ApesGameBar:target .content/*, .lightbox_ApesGameBar:target img*/ {
  max-height: max-content;
  max-width: max-content;
}
.lightbox_ApesGameBar:target .lightbox-close {
  top: 1%;
}
/* 關閉 Lightbox 按鈕的位置及樣式 */
.lightbox_ApesGameBar .lightbox-close {
  display: block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  position: absolute;
  top: 1%;
  right: 0%;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  /*background-image: url("../images/signin/clos01.png");
  background-repeat: no-repeat;*/
  z-index: 99999;
}



/* 利用偽元素做出 \ 以及 / 的線條，合併就變成 X 囉*/ 
.lightbox_ApesGameBar .lightbox-close:before,
.lightbox_ApesGameBar .lightbox-close:after {
  content: " ";
  display: block;
  height: 20px;
  width: 1px;
  background: #959595;
  position: absolute;
  left: 1%;
  top: 2%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox_ApesGameBar .lightbox-close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.gototop {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.gototop {
	width: 45px;
	height: 45px;
	background-size: 100% auto;
	position: fixed;
	right: 5px;
	bottom: 10%;
	z-index: 100;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/gototop.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.gototop.active {
	opacity: 0.9;
	bottom: 15%;
}
.gototop.active:hover {
	bottom: 17%;
}

/*大於1100 定位內容旁*/
@media only screen and (min-width: 1100px) {
.gototop {
	right: 7%;
}
.gototop.active {
	opacity: 1;
	right: 7%;
	bottom: 15%;
}
}


/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
body {
  margin: 0;
  background-color: #f2f2f2;
  width: 100%;
  min-height: 1000px;
  overflow-x: hidden;
}

.warp {
	width: 100%;
	min-height: 700px;
	position: relative;
	overflow: hidden;
	padding: 50px 0 2% 0;
	margin: 0 auto;
}


.header {
	height: 700px;
	width: 100%;
	position: relative;
  z-index: 0;
	margin: 0 auto;
}

/*下底圖*/
.header-bg-black {
  height: 1000px;
  width: 1920px;
  position: absolute;
  z-index: 50;
  background-image: url(../images/index/fallen.png);
  background-repeat: no-repeat;
  margin: 0 auto 0 -960px;
  top: 0;
  left: 50%;
}

.header .centerbg {
	background-image: url("../images/index/centerbg.png");
	background-repeat: no-repeat;
	height: 689px;
	width: 1920px;
	position: absolute;
	display: block;
	left: 0%;
	top: 0%;
	z-index: 5;
  opacity: 1;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*Menu*/
.header .Header_Menu{
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	display: block;
	z-index: 999;
}
.header .Header_Menu ul{
	width: 1200px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
}
.header .Header_Menu ul li{
	width: 12%;
	height: 50px;
	position: relative;
	display: block;
 }
.header .Header_Menu ul li:nth-child(4){
	width: 25%;
	height: 80px;
	position: relative;
	display: block;
 }
.header .Header_Menu ul li:nth-child(4) .GameLogo{
	height: 150px;
	background-image: url("../images/index/logo.png?t=1");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
 }

.header .Header_Menu ul li a{
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
 }
.header .Header_Menu ul li a h1{
	height: 30px;
	font-size: 22px;
	line-height: 35px;
	color: #eee;
	display: inline-block;
 }
.header .Header_Menu ul li a:hover h1{
	font-size: 23px;
	color: #fff1c2;
 }

.header .Header_Menu ul li a span{
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	color: #eee;
	display: inline-block;
 }
.header .Header_Menu ul li a:hover span{
	font-size: 11px;
	color: #fff1c2;
 }


/*----內容----*/
.content {
	width: 1200px;
	position: relative;
	z-index: 99;
	margin: 0 auto;
	overflow: hidden;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*大廣告*/
.adbannerBig {
	height: 960px;
	width: 1920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -960px;
	z-index: 1;
}

/*輪播bn*/
#abgne_fade_Big {
	position: relative;
	width: 1920px;
	height: 960px;
}
#abgne_fade_Big a.ad {
	position: absolute;	/* 讓圖片疊在一起 */
}
#abgne_fade_Big .control {
	position: absolute;
	left: 14%;
	bottom: 28%;
}
#abgne_fade_Big .control a {
	display: inline-block;
	width: 10px;
	text-align: center;
	font-size: 0px;
	text-decoration: none;
	background-color: #fff;
	height: 10px;
	border-radius: 5px;
	color: #FFF;
	margin-right: 5px;
}
#abgne_fade_Big .control a.on {
	background-color: #fff1c2;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*開始遊戲*/
.GamestartBox {
  display: block;
  position: absolute;
	left: 50%;
	bottom: 0%;
	z-index: 99;
	margin: 0 0 0 -150px;
}

.GamestartBox a.Gamestart_Btn {
	background-image: url(../images/index/gamestart-1.png);
	background-repeat: no-repeat;
	height: 152px;
	width: 300px;
	display: block;
}
.GamestartBox a.Gamestart_Btn:hover {
	background-image: url(../images/index/gamestart-2.png);
	background-repeat: no-repeat;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*遊戲首頁 apesgame 會員登入*/
.MainApesGameLogin{
	width: 300px;
	height: 350px;
	position: relative;
	background-color: #343340;
}

.MainApesGameLogin .MainSigninBox {
	height: 270px;
  margin: auto;
  position: relative;
	overflow: hidden;
}
.MainApesGameLogin .MainSigninBox .SectionHeader {
  position: relative;
}

/*大標*/
.MainApesGameLogin .MainSigninBox .LogoBox {
  width: 100%;
  height: 35px;
  margin: auto;
  display: block;
  position: relative;
	text-align: center;
}
.MainApesGameLogin .MainSigninBox .LogoBox h1{
	font-size: 20px;
	line-height: 35px;
	color: #fff;
	font-weight: normal;
  display: block;
  position: relative;
}

/*錯誤*/
.MainApesGameLogin .MainSigninBox .error {
  width: 100%;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  color: #FF0004;
  display: inline-block;
  text-align: center;
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*左側 登入頁*/
.MainApesGameLogin .MainSigninBox .Index_SigninModule {
	height: 100%;
  margin: auto;
	padding: 2% 5%;
	overflow: hidden;
	display: block;
}
.MainApesGameLogin #Index_SigninModule:target {
	display: block;
}


/*輸入框*/
.Index_SigninModule .SigninAccount{
  height: 30px;
	font-size: 14px;
  box-sizing: border-box;
  margin: 2% auto;
}
.Index_SigninModule input[type="text"].SigninAccount,
.Index_SigninModule input[type="password"].SigninPassword {
	border: 1px solid #c4c4c4; /*背景色*/
	font-size: 14px;
  box-sizing: border-box;
  margin: 1% auto;
}

/*平台帳號*/
.Index_SigninModule input.SigninAccount {
  width: 100%;
  height: 30px;
  padding: 0 0 0 13%;
  background-image: url(../images/signin/SingIn-icon-number.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-size: 8%;
  color: #000000;
  font-size: 14px;

}
/*密碼*/
.Index_SigninModule input.SigninPassword {
  width: 100%;
  height: 30px;
  padding: 0 3% 0 13%;
  border-bottom: thin solid #c4c4c4;
  background-image: url(../images/signin/SingIn-icon-password.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-size: 8%;
  color: #000000;
  font-size: 14px;
}


/*信箱*/
.Index_SigninModule input.singin_mail {
  width: 100%;
  height: 30px;
  padding: 0 3% 0 13%;
  background-image: url(../images/signin/SingIn-icon-mail.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-size: 8%;
  color: #000000;
  font-size: 14px;
}

.Index_SigninModule  .SinginMiscellaneous {
  width: 100%;
}
.Index_SigninModule .SinginMiscellaneous li {
  width: calc(100%/3);
  float: left;
  color: #757575;
  font-size: 13px;
  line-height: 30px;  
  text-align: center;
}
.Index_SigninModule .SinginMiscellaneous li:nth-child(1) {
  text-align: left;
}
.Index_SigninModule .SinginMiscellaneous li:nth-child(3) {
  text-align: right;
}

/*打勾*/
#Index_SigninModule [type=checkbox]#checkboxIndex {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#Index_SigninModule input[type=checkbox]#checkboxIndex + label.css-label {
  padding-left: 30%;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
}
#Index_SigninModule input[type=checkbox]#checkboxIndex:checked + label.css-label {
  background-image: url(../images/signin/tick2.png);
  background-repeat: no-repeat;
  background-size: 30%;
  color: #ff9c00;
}
#Index_SigninModule label.css-label {
  background-image: url(../images/signin/tick.png);
  background-repeat: no-repeat;
  background-size: 30%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #b1a06f;  
}


/*註冊會員*/
.Index_SigninModule .SinginMiscellaneous li a.SinginRegister {
  width: 100%;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  color: #b1a06f;
  text-align: center;
  display: block;
}
.Index_SigninModule .SinginMiscellaneous li a.SinginRegister:target {
  display: block;
}


/*忘記密碼*/
.Index_SigninModule .SinginMiscellaneous li a.SinginForgetpw  {
  width: 100%;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  color: #b1a06f;
  text-align: right;
  display: block;
}

.Index_SigninModule .SinginMiscellaneous li a:hover {
  color: #ff9c00;
}

.Index_SigninModule input[type="button"].SigninIn,
.Index_RegisterModule input[type="button"].Register
{
  width: 100%;
  margin: auto;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 0px none;
}

/*其它登入方式*/
.Index_SigninModule .SigninOtherUl p{
  height: 30px;
  width: 25%;
  font-size: 13px;
  line-height: 30px;
  color: #b1a06f;
  display: inline-block;
}

.Index_SigninModule .SigninOtherUl {
	width: 100%;
	margin: 5% auto;
	overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
	justify-content: flex-start;
}
.Index_SigninModule .SigninOtherUl li {
	width: 12%;
	display: block;
  margin: 0 2%;
}
.Index_SigninModule .SigninOtherUl li a {
  cursor: pointer;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*Register 帳號註冊*//*登入頁*/
.Index_RegisterModule {
	width: 100%;
  margin: auto;
	padding: 2% 5%;
	overflow: hidden;
	display: none;
	position: relative;
}
.MainApesGameLogin #Index_RegisterModule:target {
	display: block;
}


/*回上頁*/
.Index_RegisterModule a.Register_GoBack{
	width: 15px;
	height: 15px;
	position: absolute;
	left: 3%;
	top: 3%;
	background-image: url("../images/signin/back.png");
	background-position: center;
	display: block;
	z-index: 99;
}

/*輸入框*/
.Index_RegisterModule input[type="email"].RegisterAccount,
.Index_RegisterModule input[type="password"].RegisterPassword,
.Index_RegisterModule input[type="text"].Register_Email_Code
{
  color: #000000;
	border: 1px solid #c4c4c4; /*背景色*/
	font-size: 14px;
  box-sizing: border-box;
	margin: 1% 0;
}

/*平台帳號*/
.Index_RegisterModule input.RegisterAccount {
  width: 68%;
  height: 30px;
  padding: 0 3% 0 13%;
  background-image: url("../images/signin/SingIn-icon-mail.png");
  background-repeat: no-repeat;
  background-position: 4% center;
  background-size: 11%;
	float: left;

}
/*密碼*/
.Index_RegisterModule input.RegisterPassword {
  width: 100%;
  height: 30px;
  padding: 0 3% 0 13%;
  background-image: url(../images/signin/SingIn-icon-password.png);
  background-repeat: no-repeat;
  background-position: 2% center;
  background-size: 8%;
	float: left;
}

/*email 驗證*/
/*驗證碼 輸入框*/
.Index_RegisterModule input[type="text"].Register_Email_Code {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  padding: 0 3% 0 13%;
  background-image: url("../images/signin/SingIn-icon-code.png");
  background-repeat: no-repeat;
  background-position: 7% center;
  background-size: 13%;
}


/*發送驗證碼*/
.Index_RegisterModule input[type="button"].Register_Email_CodeBtn {
  float: left;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 0px none;
	padding: 0 2%;
	margin: 1% 0 0 2%;
}

.Index_RegisterModule .Register_Email_CodeState{
  float: left;
  width: 10%;
	margin: 0% 0%;
}
/*驗證碼 成功*/
.Index_RegisterModule .Register_Email_CodeState .Code_Yes{
	width: 30px;
	height: 30px;
	background-image: url("../images/signin/Code_yes.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	display: none;
}
/*驗證碼 失敗*/
.Index_RegisterModule .Register_Email_CodeState .Code_No{
	width: 30px;
	height: 30px;
	background-image: url("../images/signin/Code_no.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	display: block;
}


/*用戶協議*/
.Index_RegisterModule .agreement {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #b1a06f;
	margin: 0% auto;
}

.Index_RegisterModule .agreement a{
  color: #ff9c00;
  font-size: 12px;
}

.Index_RegisterModule .agreement a:hover{
  color: #ff9c00;
  font-size: 12px;
  text-decoration: underline;
}

/*打勾*/
#Index_RegisterModule input[type=checkbox]#checkboxAGM {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#Index_RegisterModule input[type=checkbox]#checkboxAGM + label.css-label {
  padding-left: 9%;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}
#Index_RegisterModule input[type=checkbox]#checkboxAGM:checked + label.css-label {
  background-image: url(../images/signin/tick2.png);
  background-repeat: no-repeat;
  background-size: 8%;
}
#Index_RegisterModule label.css-label {
  background-image: url(../images/signin/tick.png);
  background-repeat: no-repeat;
  background-size: 8%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #b1a06f;  
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*會員登入中*/
.MainApesGameLogin .MainSigninBox .Index_Member {
	width: 100%;
  margin: auto;
	padding: 2% 5%;
	overflow: hidden;
	display: none;
	position: relative;
}

.MainApesGameLogin .MainSigninBox .Index_Member .MainMemberBox {
	height: 270px;
  margin: auto;
  position: relative;
	overflow: hidden;
}
.Index_Member .MainMemberBox ul.MemberData{
	width: 100%;
	height: auto;
  position: relative;
	display: flex;
	flex-direction: column;
}
.Index_Member .MainMemberBox ul.MemberData li{
  position: relative;
}
.Index_Member .MainMemberBox ul.MemberData li p{
  height: 30px;
  line-height: 30px;
	font-size: 14px;
  color: #fff;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Index_Member .MainMemberBox ul.MemberData li p span,
.Index_Member .MainMemberBox ul.MemberData li p a
{
  height: 30px;
  line-height: 30px;
	font-size: 14px;
  color: #ff9c00;
}
.Index_Member .MainMemberBox ul.MemberData li p a:hover{
  height: 30px;
  line-height: 30px;
	font-size: 14px;
  color: #fff;
	background-color: #ff9c00;
	padding: 0 2%;
}
/*登出*/
.Index_Member .MainMemberBox ul.MemberData li input.LoginOut{
	width: 20%;
  height: 25px;
  line-height: 25px;
	font-size: 12px;
  color: #fff;
	display: block;
	float: right;
}

/**/
.Index_Member .MainMemberBox ul.MemberBtnBox{
	width: 100%;
	height: auto;
  position: relative;
	margin: 2% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.Index_Member .MainMemberBox ul.MemberBtnBox li{
	width: 48%;
	padding: 2% 0;
  position: relative;
}
.Index_Member .MainMemberBox ul.MemberBtnBox li input.MemberBtn{
	width: 100%;
  height: 40px;
  line-height: 40px;
	font-size: 16px;
  color: #fff;
	display: block;
	border-radius: 3px;
	background-color: #b19548;
}
.Index_Member .MainMemberBox ul.MemberBtnBox li input.MemberBtn:hover{
	background-color: #ff9c00;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*登入區塊 三個按扭*/
.MainApesGameLogin ul.ApesGameFreeBtn{
	width: 100%;
	height: 80px;
	position: relative;
	display: flex;
}
.MainApesGameLogin ul.ApesGameFreeBtn li{
	width: calc(100% / 3);
	height: 80px;
	position: relative;
}
.MainApesGameLogin ul.ApesGameFreeBtn li a{
	width: 100%;
	height: 80px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	background-color: #3c3c4c;
}
.MainApesGameLogin ul.ApesGameFreeBtn li a:hover{
	background-color: #fff;
}

.MainApesGameLogin ul.ApesGameFreeBtn li a.FreeBtn01{
	width: 100%;
	height: 80px;
	position: relative;
	background-image: url("../images/index/free-stored.png?t=1");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}
.MainApesGameLogin ul.ApesGameFreeBtn li a.FreeBtn02{
	width: 100%;
	height: 80px;
	position: relative;
	background-image: url("../images/index/free-service.png?t=1");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}
.MainApesGameLogin ul.ApesGameFreeBtn li a.FreeBtn03{
	width: 100%;
	height: 80px;
	position: relative;
	background-image: url("../images/index/free-Droprate.png?t=1");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*----pag----*/
div.pagination {
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 12px;
	margin: 2% auto;
}
div.pagination a {
	border-right: #e4e3e3 1px solid;
	padding-right: 5px;
	border-top: #e4e3e3 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #e4e3e3 1px solid;
	color: #444444;
	padding-top: 2px;
	border-bottom: #e4e3e3 1px solid;
	text-decoration: none;
}
div.pagination a:hover {
	border-right: #e4e3e3 1px solid;
	border-top: #e4e3e3 1px solid;
	border-left: #e4e3e3 1px solid;
	color: #fff;
	border-bottom: #e4e3e3 1px solid;
	background-color: #ff9c00;
}
div.pagination a:active {
	border-right: #e4e3e3 1px solid;
	border-top: #e4e3e3 1px solid;
	border-left: #e4e3e3 1px solid;
	color: #fff;
	border-bottom: #e4e3e3 1px solid;
	background-color: #ff9c00;
}
div.pagination span.current {
	border-right: #ff9c00 1px solid;
	padding-right: 5px;
	border-top: #ff9c00 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #ff9c00 1px solid;
	color: #fff;
	padding-top: 2px;
	border-bottom: #ff9c00 1px solid;
	background-color: #ff9c00;
}
div.pagination span.disabled {
	border-right: #e4e3e3 1px solid;
	padding-right: 5px;
	border-top: #e4e3e3 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #e4e3e3 1px solid;
	color: #444444;
	padding-top: 2px;
	border-bottom: #e4e3e3 1px solid;
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*-----footer----*/
.Footer {
	width: 100%;
	min-height: 100px;
	text-align: center;
	background-color: #19191c;
	position: relative;
}
.Footer .FooterBox {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: row;
}
.Footer .FooterBox a.FooterBigLogo {
	width: 20%;
	padding: 2%;
	display: block;
}
.Footer .FooterBox .FooterAbout {
	width: 60%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.Footer .FooterBox .FooterAbout p {
	width: 100%;
	color: #b5b5b5;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.Footer .FooterBox .FooterAbout p a{
	color: #EFEFEF;
	font-size: 14px;
	line-height: 30px;
	padding: 0 2%;
	position: relative;
}

.Footer .FooterBox .FooterAbout p a:hover {
	color: #ff9c00;
}
.Footer .FooterBox .FooterAbout p:nth-child(2) {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding: 0 2%;
	margin: 1% auto;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.Footer .FooterBox .FooterAbout p a::after {
	content: " ";
	width: 1px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	background: #d7d7d7;
	display: block;
	position: absolute;
	right: 0;
	top: 14%;
}

.Footer .FooterBox .FooterGrading {
	width: 20%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.Footer .FooterBox .FooterGrading img{
	width: 30%;
	position: relative;
	display: block;
	padding: 2%;
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*Error*/
.Hint_img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 2% auto;
}

.Hint_img {
  background-image: url("../images/ApesGame/wariness.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*Error*/
.True_img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 2% auto;

  background-image: url("../images/ApesGame/true_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

