@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; }
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;
}
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;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
.content {
	width: 1200px;
	position: relative;
	z-index: 99;
	margin: 0 auto;
	overflow: hidden;
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*---- apesgame bar----*/
.ApesGame_Bar {
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 9999;
	display: block;
	background: linear-gradient(to bottom,  #ffffff 40%,#f5f5f5 100%);
	box-shadow: 0px 0px 10px 0px rgba(0%, 0%, 0%, 0.3);
}
.ApesGame_Bar .ApesGame_central {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	display: block;
}

.ApesGame_Bar .ApesGame_central .ApesGame_L {
	width: 50%;
	display: block;
	float: left;
}
.ApesGame_Bar .ApesGame_central .ApesGame_R {
	width: 50%;
	float: left;
	display: flex;
}

/*bar left*/
.ApesGame_Bar .ApesGame_central .ApesGame_L ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.ApesGame_Bar .ApesGame_central .ApesGame_L ul li{
	position: relative;
	display: contents;
}
.ApesGame_Bar .ApesGame_central .ApesGame_L ul li a{
	
}

/**/
.ApesGame_L ul li a.ApesGame_Logo{
	width: 30%;
	height: 50px;
	background-image: url("../images/ApesGame/ApesGame_logo.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 90%;
	display: block;
}
.ApesGame_L ul li a.ApesGameBar_Hot{
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #444;
	display: inline-block;
	padding: 0 2%;
	border-right: 1px solid #d7d7d7;
}

.ApesGame_L ul li a:hover.ApesGameBar_Hot{
	font-size: 17px;
	font-weight: bold;
	color: #ff9c00;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*bar right*/
.ApesGame_Bar .ApesGame_central .ApesGame_R .ApesGameUserBox {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/*用戶帳號 登入/登出 */
.ApesGame_R .ApesGameUserBox .ApesGame_User {
	width: auto;
	height: 50px;
	position: relative;
	padding: 0 2%;
	align-content: center;
}
.ApesGame_R .ApesGameUserBox .ApesGame_User a.UserSignin {
	max-width: 300px;
	min-width: auto;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #444;
	position: relative;
	display: flex;
	flex-direction: row;
				  
}
.ApesGame_R .ApesGameUserBox .ApesGame_User a:hover.UserSignin {
	color: #ff9c00;
	text-decoration: underline;
}

/*250214 新增用戶登入圖標*/
a.UserSignin .UserOnlineImg{
	width: 25px;
	position: relative;
	border-radius: 50px;
	overflow: hidden;	
	display: block;
			  
			  
}
a.UserSignin p{
	width: auto;
	min-width: 80px;
	max-width: 200px;
	font-size: 16px;
	line-height: 24px;
	color: #444;
	position: relative;
	overflow: hidden;	
	white-space: nowrap;
	text-overflow: ellipsis;
			  
	display: block;
	padding: 0 0.5vw;
}							   
/**/
.ApesGame_R .ApesGameUserBox .ApesGame_User a i {
	width: 30px;
	height: 24px;
	position: relative;
	display: block;
	background-image: url("../images/ApesGame/icon_down.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	float: right;
}
.ApesGame_R .ApesGameUserBox .ApesGame_User a:hover i {
	width: 30px;
	height: 24px;
	position: relative;
	display: block;
	background-image: url("../images/ApesGame/icon_down_2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	float: right;
}


#UAfter:hover .UserSignin_SetUp{
	display: block;
}

/*用戶 下拉設置*/
.ApesGame_R .ApesGameUserBox .ApesGame_User .UserSignin_SetUp {
	width: auto;
	height: auto;
	position: absolute;
	top: 50px;
	right: 0%;
	display: none;
	background-color: #fff;
	padding: 5%;
	box-shadow: 0px 5px 5px 0px #4b4b4b;
}
.UserSignin_SetUp ul{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.UserSignin_SetUp ul li{
	width: 100%;
	height: 30px;
	text-align: center;
}
.UserSignin_SetUp ul li a{
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #444;
	text-align: center;
	display: block;
}
.UserSignin_SetUp ul li a:hover{
	font-size: 15px;
	font-weight: bold;
	color: #ff9c00;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*遊戲專區*/
.ApesGame_R .ApesGameUserBox .ApesGameAreaBox {
	width: auto;
	height: 50px;
	position: relative;
	padding: 0 2%;
	display: flex;
	align-items: center;
}
.ApesGame_R .ApesGameUserBox .ApesGameAreaBox::before {
	content: " ";
	width: 1px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	background: #d7d7d7;
	display: block;
	position: absolute;
	left: 0;
	top: 23%;
}

.ApesGame_R .ApesGameUserBox .ApesGameAreaBox a.ApesGameArea {
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #444;
	display: inline-block;
}
.ApesGameUserBox .ApesGameAreaBox a:hover.ApesGameArea{
	color: #ff9c00;
	font-weight: bold;
}

#ApesGameAreaBox:hover .ApesGameArea_All{
	display: block;
}

/*遊戲專區 下拉*/
.ApesGameAreaBox .ApesGameArea_All {
	width: 500px;
	height: auto;
	padding: 10%;
	background-color: #fff;
	position: absolute;
	top: 50px;
	right: 0%;
	display: none;
	box-shadow: 0px 5px 5px 0px #4b4b4b;
	z-index: 999;
}
/*遊戲列表*/
.ApesGameAreaBox .ApesGameArea_All ul{
	width: 76%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: left;
	border-right: 1px solid #d7d7d7;
}

/*下載 盒子*/
.ApesGame_R .ApesGameUserBox .ApesGameArea_All a.ApesGameTop_Download{
	width: 20%;
	height: auto;
	font-size: 14px;
	line-height: 30px;
	color: #444;
	position: relative;
	text-align: center;
	float: left;
	padding: 18% 0 0 0;
	margin: 2%;
	background-image: url("../images/ApesGame/WebMiniClient.png");
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: 80%;
}
.ApesGame_R .ApesGameUserBox .ApesGameArea_All a:hover.ApesGameTop_Download{
	font-size: 14px;
	font-weight: bold;
	color: #ff9c00;
	background-image: url("../images/ApesGame/WebMiniClient.png");
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: 90%;
}

.ApesGameUserBox .ApesGameArea_All h2{
	width: 100%;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #444;
	position: relative;
	border-left: 3px solid #ff9c00;
	padding: 0 2%;
	margin: 0 0 3% 0;
}
.ApesGameUserBox .ApesGameArea_All h2 span{
	width: auto;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #444;
	position: relative;
	padding: 0 2% 0 6%;
	float: right;
}
.ApesGameUserBox .ApesGameArea_All h2 span:nth-child(1){
	background-image: url("../images/ApesGame/Game_Hot.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 25%;
}
.ApesGameUserBox .ApesGameArea_All h2 span:nth-child(2){
	background-image: url("../images/ApesGame/Game_New.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 25%;
}


.ApesGameUserBox .ApesGameArea_All ul li{
	width: 33%;
	font-size: 14px;
	line-height: 30px;
	color: #444;
	position: relative;
	padding: 0 1%;
	display: flex;
	flex-direction: row;
}
.ApesGameUserBox .ApesGameArea_All ul li a{
	width: auto;
	font-size: 14px;
	line-height: 30px;
	color: #444;
	position: relative;
	display: block;
	float: left;
	margin: 0 5% 0 0;
}
.ApesGameUserBox .ApesGameArea_All ul li a:hover{
	color: #ff9c00;
	font-weight: bold;
}

.ApesGameUserBox .ApesGameArea_All ul li i{
	width: 12%;
	height: 30px;
	position: relative;
	float: right;
}

/*火熱*/
.G_Hot{
	background-image: url("../images/ApesGame/Game_Hot.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
/*最新*/
.G_New{
	background-image: url("../images/ApesGame/Game_New.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*登入頁*/
.ApesGameBar_Login .MainSigninBox,
.ApesGameBar_Register .MainSigninBox
{
	width: 420px;
	height: 530px;
  margin: auto;
  position: relative;
	overflow: hidden;
}
.ApesGameBar_Login .MainSigninBox .SectionHeader,
.ApesGameBar_Register .MainSigninBox .SectionHeader
{
  position: relative;
}

/*logo*/
.ApesGameBar_Login .MainSigninBox .LogoBox,
.ApesGameBar_Register .MainSigninBox .LogoBox
{
  width: 100%;
  height: 70px;
  margin: auto;
  display: block;
  position: relative;
	text-align: center;
}
.ApesGameBar_Login .MainSigninBox .LogoBox h1,
.ApesGameBar_Register .MainSigninBox .LogoBox h1
{
	font-size: 25px;
	line-height: 70px;
	color: #444444;
	font-weight: normal;
  display: block;
  position: relative;
}


/*按扭確認*/
.Confirm {
  color: #fff;
  background: -webkit-linear-gradient(0deg, rgb(253, 144, 43), rgb(253, 164, 43));
  background: linear-gradient(0deg, rgb(253, 144, 43), rgb(253, 164, 43));
}
.Confirm:hover {
  color: #ffdcae;
  background: -webkit-linear-gradient(0deg, rgb(255, 168, 14), rgb(255, 185, 61));
  background: linear-gradient(0deg, rgb(255, 168, 14), rgb(255, 185, 61));
}

/*已完成  灰色*/
.Done {
  color: #fff;
  background: -webkit-linear-gradient(0deg, #656565, rgb(165 165 165));
  background: linear-gradient(0deg, #656565, rgb(165 165 165));
}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*登入頁*/
.ApesGameBar_Login .MainSigninBox .SigninModule {
	height: 100%;
  margin: auto;
	padding: 6%;
	overflow: hidden;
	display: none;
}
.ApesGameBar_Login:target #SigninModule {
	display: block;
}


/**/
.SigninAccount{
  height: 50px;
	font-size: 14px;
  box-sizing: border-box;
  margin: 2% auto;
}

/*輸入框*/
input[type="text"].SigninAccount,
input[type="password"].SigninPassword {
	border: 1px solid #c4c4c4; /*背景色*/
	font-size: 14px;
  box-sizing: border-box;
  margin: 2% auto;
}

/*平台帳號*/
input.SigninAccount {
  width: 100%;
  height: 50px;
  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;

}
/*密碼*/
input.SigninPassword {
  width: 100%;
  height: 50px;
  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;
}


/*信箱*/
input.singin_mail {
  width: 100%;
  height: 50px;
  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;
}

/*錯誤*/
.error {
  width: 100%;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #FF0004;
  display: inline-block;
  text-align: center;
}

.SigninModule .SinginMiscellaneous {
  width: 100%;
  
}
.SigninModule .SinginMiscellaneous li {
  width: calc(100%/3);
  float: left;
  color: #757575;
  font-size: 13px;
  line-height: 50px;  
  text-align: center;
}
.SigninModule .SinginMiscellaneous li:nth-child(1) {
  text-align: left;
}
.SigninModule .SinginMiscellaneous li:nth-child(3) {
  text-align: right;
}

/*打勾*/
input[type=checkbox]#checkboxG3 {
  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;
}
input[type=checkbox]#checkboxG3 + label.css-label {
  padding-left: 23%;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox]#checkboxG3:checked + label.css-label {
  background-image: url(../images/signin/tick2.png);
  background-repeat: no-repeat;
  background-size: 30%;
}
input[type=checkbox]#checkboxG3 + 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: #757575;  
}




/*登入頁 註冊會員*/
.SinginMiscellaneous li a.SinginRegister {
  width: 100%;
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  color: #757575;
  text-align: center;
  display: block;
}
/*忘記密碼*/
.SinginMiscellaneous li a.SinginForgetpw  {
  width: 100%;
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  color: #757575;
  text-align: right;
  display: block;
}

.SinginMiscellaneous li a:hover {
  color: #ff9c00;
}


/*開始遊戲*/
input.SigninBtn {
}

/*立即註冊*/
input.RegisterBtn {
  position: absolute;
	bottom: 2%;
}

input[type="button"].SigninIn,
input[type="button"].Register
{
  width: 96%;
  margin: auto;
  height: 60px;
  font-size: 27px;
  line-height: 60px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 0px none;

}

/*其它登入方式*/
.SigninOther {
  height: 15px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #757575;
  text-align: center;
  border-bottom: thin solid #C4C4C4;
  position: relative;
  margin: 5% 0;
	display: inline-block;
}
.SigninOther p{
  height: 30px;
  width: 40%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  color: #757575;
  text-align: center;
  background-color: #FFFFFF;
  display: inline-block;
}

.SigninOtherUl {
	width: 100%;
	margin: 5% auto;
	overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.SigninOtherUl li {
	width: 15%;
	display: block;
  text-align: center;
}
.SigninOtherUl li a {
  cursor: pointer;
	display: block;
}
.SigninOtherUl li a:hover {
	width: 90%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*Register 帳號註冊*//*登入頁*/
.ApesGameBar_Register .MainSigninBox .RegisterModule {
	height: 100%;
  margin: auto;
	padding: 6%;
	overflow: hidden;
	display: block;
	position: relative;
}

/*回上頁*/
.Register_GoBack{
	width: 15px;
	height: 15px;
	position: absolute;
	left: 3%;
	top: 3%;
	background-image: url("../images/signin/back.png");
	background-position: center;
	display: block;
}

.Register_close{
	width: 15px;
	height: 15px;
	position: absolute;
	right: 3%;
	top: 3%;
	background-image: url("../images/signin/clos01.png");
	background-position: center;
	display: block;
}


/*輸入框*/
input[type="email"].RegisterAccount,
input[type="password"].RegisterPassword,
input[type="text"].Register_Email_Code
{
  color: #000000;
	border: 1px solid #c4c4c4; /*背景色*/
	font-size: 14px;
  box-sizing: border-box;
	margin: 1% 0;
}

/*平台帳號*/
input.RegisterAccount {
  width: 74%;
  height: 50px;
  padding: 0 3% 0 13%;
  background-image: url("../images/signin/SingIn-icon-mail.png");
  background-repeat: no-repeat;
  background-position: 4% center;
  background-size: 10%;
	float: left;

}
/*密碼*/
input.RegisterPassword {
  width: 100%;
  height: 50px;
  padding: 0 3% 0 13%;
  background-image: url(../images/signin/SingIn-icon-password.png);
  background-repeat: no-repeat;
  background-position: 3% center;
  background-size: 8%;
	float: left;
}

/*email 驗證*/
/*驗證碼 輸入框*/
input[type="text"].Register_Email_Code {
  float: left;
  width: 40%;
  height: 50px;
  line-height: 50px;
  padding: 0 3% 0 13%;
  background-image: url("../images/signin/SingIn-icon-code.png");
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 17%;
}


/*發送驗證碼*/
input[type="button"].Register_Email_CodeBtn {
  float: left;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 0px none;
	padding: 0 2%;
	margin: 2% 1%;
}

.Register_Email_CodeState{
  float: left;
  width: 8%;
	margin: 3% 1%;
}
/*驗證碼 成功*/
.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;
}
/*驗證碼 失敗*/
.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;
}

/*用戶協議*/
.agreement {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #757575;
	margin: 5% auto;
}

.agreement a{
  color: #ff9c00;
  font-size: 13px;
}

.agreement a:hover{
  color: #ff9c00;
  font-size: 13px;
  text-decoration: underline;
}


/*打勾*/
input[type=checkbox]#checkboxG4 {
  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;
}
input[type=checkbox]#checkboxG4 + label.css-label {
  padding-left: 8%;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox]#checkboxG4:checked + label.css-label {
  background-image: url(../images/signin/tick2.png);
  background-repeat: no-repeat;
  background-size: 8%;
}
input[type=checkbox]#checkboxG4 + 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: #757575;  
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*服務條款*/
.MainTermsService{
	width: 100%;
	min-height: 700px;
	position: relative;
	background-color: #fff;
	padding: 2%;
}
.MainTermsService h1{
	width: 100%;
	height: 50px;
  font-size: 24px;
  line-height: 50px;
	color: #444444;
  border-bottom: 1px solid #ccc;
	position: relative;
	text-align: center;
	margin: 0 auto 2%;
}
.MainTermsService .TermsService_Memu {
	width: 20%;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

/**/
.TermsService_Memu ul.tabs {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.TermsService_Memu ul.tabs li {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin: 2% auto;
}
.TermsService_Memu ul.tabs li a {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	display: block;
	color: #444444;
	text-decoration: none;
	padding: 0 0 0 14%;
}

.TermsService_Memu ul.tabs li a:hover {
	font-size: 16px;
	color: #ff9c00;
	font-weight: bold;
}
.TermsService_Memu ul.tabs li.active a{
	font-size: 16px;
	color: #ff9c00;
	font-weight: bold;
	background-image: url("../images/ApesGame/icon_right.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12%;
}
.TermsService_Memu ul.tabs li a:hover {
	font-size: 16px;
	color: #ff9c00;
	font-weight: bold;
	background-image: url("../images/ApesGame/icon_right.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12%;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*右 內容*/
.TermsService_Content {
	width: 80%;
	height: auto;
	position: relative;
	float: left;
}

.TermsService_Content h3 {
	width: 100%;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	color: #444;
	border-left: 3px solid #ff9c00;
	padding: 0 1%;
}
.TermsService_Content p {
	font-size: 14px;
	line-height: 30px;
	color: #444;
	word-wrap: break-word;
	white-space: pre-wrap;

}


/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*ApesGame Home*/
.MainPersonal{
	width: 100%;
	height: auto;
	min-height: 800px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin: 2% auto;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0%, 0%, 0%, 0.1);
	box-shadow: 0px 5px 5px 0px rgba(0%, 0%, 0%, 0.1);	
}
.MainPersonal .MainPersonalBasic{
	width: 100%;
	height: 200px;
	position: relative;
	background-image: url("../images/ApesGame/Userbg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	display: flex;
	flex-direction: row;
	padding: 0 5%;
}
.MainPersonal .MainPersonalBox{
	width: 100%;
	height: auto;
	position: relative;
  display: block;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*top 玩家資料*/
.MainPersonal .MainPersonalBasic .UserMember{
	width: 20%;
	height: auto;
	position: relative;
	padding: 4%;
	text-align: center;
}

.MainPersonal .MainPersonalBasic .UserInformation{
	width: 80%;
	height: auto;
	position: relative;
}

.MainPersonalBasic .UserInformation ul{
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
	padding: 4% 0;
}
.MainPersonalBasic .UserInformation ul li{
	width: 45%;
	position: relative;
	display: block;
	margin: 0 1%;
}

.MainPersonalBasic .UserInformation ul li p{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	float: left;
}
.MainPersonalBasic .UserInformation ul li span{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	float: left;
				
			  
}
.MainPersonalBasic .UserInformation input[type="button"].Stored{
	width: auto;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	position: relative;
	display: block;
	margin: 3px 38% 0 0;
	padding: 0 2%;
	float: right;
}
/*250214 新增用戶登入圖標*/
.MainPersonalBasic .UserInformation .UserOnlineImg{
	width: 5%;
	position: relative;
	border-radius: 50px;
	overflow: hidden;	
	display: block;
	margin: 5px 1% 0;
	float: left;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*列表*/
.MainPersonal .MainPersonalBox .UserData_R{
	width: 20%;
	height: auto;
	position: relative;
	float: left;
	padding: 2%;
}

.MainPersonalBox .UserData_R ul{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
}
.MainPersonalBox .UserData_R ul li{
	width: 100%;
	height: 50px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 5%;
	margin: 2% auto;
}
.MainPersonalBox .UserData_R ul li a{
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	color: #909090;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
}
.MainPersonalBox .UserData_R ul li a:hover,
.MainPersonalBox .UserData_R ul li a.active
{
	font-size: 20px;
	color: #ff6600;
	font-weight: bold;
	border-bottom: 3px solid #ff6600;
}

.MainPersonalBox .UserData_R ul li a span.UserIcon{
	width: 30px;
	height: 30px;
	position: relative;
	background-image: url("../images/ApesGame/apesgame_icon.png");
	background-repeat: no-repeat;
	margin: 0 5% 0 0;
}
.MainPersonalBox .UserData_R ul li a span#UserIcon01{
	background-position: 0px 0px;
}
.MainPersonalBox .UserData_R ul li a span#UserIcon02{
	background-position: 0px -30px;
}
.MainPersonalBox .UserData_R ul li a span#UserIcon03{
	background-position: 0px -60px;
}
.MainPersonalBox .UserData_R ul li a span#UserIcon04{
	background-position: 0px -90px;
}
.MainPersonalBox .UserData_R ul li a span#UserIcon05{
	background-position: 0px -120px;
}
.MainPersonalBox .UserData_R ul li a span#UserIcon06{
	background-position: 0px -150px;
}

.MainPersonalBox .UserData_R ul li a:hover span#UserIcon01,
.MainPersonalBox .UserData_R ul li a.active span#UserIcon01
{
	background-position: -30px 0px;
}
.MainPersonalBox .UserData_R ul li a:hover span#UserIcon02,
.MainPersonalBox .UserData_R ul li a.active span#UserIcon02
{
	background-position: -30px -30px;
}
.MainPersonalBox .UserData_R ul li a:hover span#UserIcon03,
.MainPersonalBox .UserData_R ul li a.active span#UserIcon03
{
	background-position: -30px -60px;
}
.MainPersonalBox .UserData_R ul li a:hover span#UserIcon04,
.MainPersonalBox .UserData_R ul li a.active span#UserIcon04
{
	background-position: -30px -90px;
}
.MainPersonalBox .UserData_R ul li a:hover span#UserIcon05,
.MainPersonalBox .UserData_R ul li a.active span#UserIcon05
{
	background-position: -30px -120px;
}
.MainPersonalBox .UserData_R ul li a:hover span#UserIcon06,
.MainPersonalBox .UserData_R ul li a.active span#UserIcon06
{
	background-position: -30px -150px;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*內容*/
.MainPersonal .MainPersonalBox .UserData_L{
	width: 80%;
	min-height: 700px;
	position: relative;
	float: left;
  padding: 2%;
	border-left: 1px solid #e4e3e3;
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*錯誤提示*/
.MainHint{
	width: 100%;
	height: auto;
	min-height: 800px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin: 2% auto;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0%, 0%, 0%, 0.1);
	box-shadow: 0px 5px 5px 0px rgba(0%, 0%, 0%, 0.1);	
}

.MainHint h1{
  height: 25px;
	font-size: 22px;
	line-height: 25px;
  position: relative;
  padding: 0 1%;
  border-left: 3px solid #ff512c;
	border-bottom: none;
	margin: 2% auto;
	text-align: left;
}


.MainHint .HintContent{
  width: 100%;
  height: auto;
  position: relative;
	text-align: center;
	margin: 0 auto;
}
.MainHint .HintContent h2{
  font-size: 22px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #5a5a5a;
}

.MainHint .HintContent p{
  font-size: 18px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #5a5a5a;
}

.MainHint .HintBackHome{
  width: 100%;
  height: auto;
  position: relative;
	text-align: center;
	margin: 0 auto;
}
.MainHint .HintBackHome p{
  font-size: 14px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #5a5a5a;
}
.MainHint .HintBackHome p a{
  font-size: 14px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff512c;
}
.MainHint .HintBackHome p a:hover{
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #2B9FFF;
	text-decoration: underline;
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*小彈窗 內容*/
.SmallPopUps_Content{
	width: 400px;
	height: auto;
	position: relative;
	margin: auto;
	padding: 5%;
}

.SmallPopUps_Content h1{
  font-size: 24px;
  line-height: 50px;
	color: #444;
	display: block;
	
}
.SmallPopUps_Content p{
  font-size: 18px;
  line-height: 30px;
	color: #444;
	display: block;
}

.SmallPopUps_Content input[type="button"].LightboxBtn{
  width: auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin: 5%;
	padding: 0 10%;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


