.OtherPage input , .OtherPage select {
	height:30px;
}
.OtherPage {
    font-family:"Microsoft JhengHei", "微軟正黑體", Arial, Helvetica, sans-serif;
    line-height:20px;
    font-size: 13px;
    color:#6c6c6c;
    border-left:1px solid #efefef;
	padding:80px 5%;
	line-height:24px;
	overflow:hidden;
}
.OtherPage h2 {
    font-size:24px;
    color:#359AD6;
    margin:0 0 20px 0;
    width:100%;
}
.OtherPage h3 {
    font-size:16px;
    color:#FFFFFF;
    margin:10px 0;
    display:block;
    overflow:hidden;
    padding:5px 5px 5px 10px;
    background-color:#EF8018;
    border-radius:3px;
}
.OtherPage h3:before {
	content:'>';
    font:15px "Consolas", monospace;
    color:#ffffff;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
	padding:0 5px 0 0;
}
.OtherPage h3.blue {
    font-size:16px;
    color:#FFFFFF;
    margin:10px 0;
    display:block;
    overflow:hidden;
    background:url(../images/icon_cross.png) no-repeat 3px center;
    padding:5px 5px 5px 18px;
    background-color:#359AD6;
    border-radius:3px;
}
.OtherPage .detail {
    color:#6c6c6c;
    font-size:13px;
    text-align:justify;
    margin:0 0 10px 0;
    width:100%;
    display: block;
}
.OtherPage .detail .Orange {
    color:#EF8018;
    font-size:16px;
    padding:0 5px 0 0;
}
.OtherPage .History {
    width:100%;
    float:left;
    margin:0;
}
.OtherPage table {
    width:100%;
    line-height:24px;
    border-collapse:collapse;
}
.OtherPage .History table th {
    border-right:2px solid #359AD6;
    border-bottom:2px solid #359AD6;
    padding:5px;
    width:6%;
    color:#6c6c6c;
}
.OtherPage .History table td {
    color:#6c6c6c;
    font-size:13px;
    padding:5px 5px 5px 10px;
    border-bottom:1px dashed #cccccc;
}
.OtherPage .gamerule li .color {
    font-weight:bold;
    color:#F60;
}
ul.gamerule {
    margin:0px;
    padding:0px 0 0 20px;
    display:block;
    font-size:13px;
    color:#6c6c6c;
}
.gamerule li {
    float:left;
    width:100%;
    margin:0 0 5px 0;
    list-style-type:decimal;
}
.gamerule li a {
    color:#F60;
    text-decoration:underline;
}
ul.gamerule ul {
    margin:0 0 0 20px;
}
ul.gamerule ul li {
    list-style-type:disc;
}
ul.notice {
    margin:0px;
    padding:0px 0 0 20px;
    font-size:13px;
    color:#B50000;
}
.notice li {
    width:100%;
    margin:0 0 5px 0;
    list-style-type:decimal;
}
.Punish {
    margin:20px 0;
    display:block;
}
.Punish table {
    width:100%;
    border-collapse:collapse;
    border-top:1px dashed #cccccc;
    border-left:1px dashed #cccccc;
}
.Punish table th {
    width:100%;
    border-collapse:collapse;
    background-color:#359AD6;
    color:#ffffff;
    padding:5px;
    width:20%;
    border-right:1px dashed #0a82ca;
}
.Punish table td {
    border-right:1px dashed #cccccc;
    border-bottom:1px dashed #cccccc;
    padding:5px;
    text-align:center;
}
.Punish table td.gary {
    background-color:#f0f0f0;
}
.Punish table td:first-child {
    text-align:left;
}
.gamerule li .color {
    font-weight:bold;
    color:#F60;
}
.SMtitle {
    color: #D1D1D1;
    font-size: 11px;
    padding: 0 0 0 5px;
}
/*** 忘記密碼 ***/
.OtherPage .ForgetEmail {
    padding:0 0 20px 0;
    border-bottom:1px dashed #efefef;
}
.OtherPage .ForgetEmail .Email {
    width:99%;
    height:40px;
}
.OtherPage .ForgetEmail ul.EmailNotice {
    list-style-type: decimal;;
    padding:0 0 0 20px;
    background: #efefef;
}
.OtherPage .textblock {
    width:100%;
}
.OtherPage .BtnSend {
    overflow: hidden;
    padding:10px;
	text-align:center;
}
.OtherPage .generic-btn {
  background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
  background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
  color: #fff;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 5px 20px;
  margin:10px 5px;
  text-align: center;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  width: 150px; 
}
/*** 客服中心 ***/
.OtherPage .MailReturn {
    display:block;
    overflow:hidden;
	margin:0 0 10px 0;
}
.OtherPage .MailReturn li {
    float:left;
    margin:0 10px 0 0px;
	list-style:none;
}
.OtherPage .MailReturn li a {
    background-color:#D8D8D8;
    color:#ffffff;
    padding:3px 10px;
    text-align:center;
    font-size:15px;
    border-radius:3px;
    float:left;
}
.OtherPage .MailReturn li a:hover , .OtherPage .MailReturn li a.focus {
    background-color:#09F;
    color:#ffffff;
    text-align:center;
    border-radius:3px;
}
.OtherPage .Mail .feedbackHere {
	width:99%;
	font-size:12px;
	color:#666666;
	min-height:200px;
}
.OtherPage .Mail .MailNotice {
	padding:15px;
	border-radius:5px;
	border:1px dashed #666666;
	background-color: #efefef;
}
.Mail .BtnBar {
	display:block;
	text-align:center;
	padding:20px 0;
}
.Mail .BtnBar a {
	padding:3px 10px;
	border-radius:5px;
	margin:0 5px;
}
.Mail .BtnBar a.Send {
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6600 0%, #e04700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#e04700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6600 0%,#e04700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6600 0%,#e04700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6600 0%,#e04700 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff6600 0%,#e04700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#e04700',GradientType=0 ); /* IE6-9 */
    border:1px solid #F00;
	color:#FFFfff;
}
.Mail .BtnBar a.Reset {
	background-color:#D2D2D2;
	border:1px solid #cccccc;
	color:#FFFfff;
}
.OtherPage .Mail .EnterMail {
	width:99%;
}
.OtherPage .typeNotice {
	font-size: 13px;
	color: #0066FF;
}
.OtherPage .article {
	margin:0 0 10px 0;
}
.OtherPage .RadioAlign {
	vertical-align: middle;
	margin:0 2px 2px 2px;
}
/*** 常見問題 ***/
summary::-webkit-details-marker {
  display: none
}
.faq {
	
}
.faq h4 {
	font-size:15px;
	font-weight:bold;
}
.faq details {

}
.faq details p a {
	color:#E70;
}
.faq details > summary {
	border-bottom: 1px dashed #efefef;
	display: block;
	color: #258FCF;
}
.faq details > summary:before {
	content: " + ";
}
details[open] summary:before {
    content: " - ";
}
.faq details > summary:focus {
	background:#09F;
	color:#ffffff;
	border-bottom:none;
}
.faq details > p {
	border-bottom:1px dashed #efefef;
}
.faq .ContactMore {
	font-size:11px;
	margin:50px 0 0 0;
}
.faq .ContactMore a {
	color: #EE7700;
}
