@charset "utf-8";
body {
  margin: 0;
  background-color: #f2f2f2;
  width: 100%;
  min-height: 1000px;
	background-image: url("../images/adbanner/adBig01.jpg");
	background-position: top center;
	background-repeat: no-repeat;
  overflow-x: hidden;
}


.content {
	width: 1200px;
	position: relative;
	z-index: 99;
	margin: 0 auto;
}


.HeaderList {
	display: block;
	height: 300px;
	width: 100%;
}

.Server ,.MainGameInformation {
	background-color: rgba(255,255,255,0.9);
	width: 74%;
	min-height: 700px;
	float: left;
}

.MainList_Left{
	width: 300px;
	height: auto;
	position: relative;
	float: left;
	margin-right: 10px;
}

.content .MainApesGameLogin,
.content .MainDise02
{
	float: left;
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*按扭02*/
.content .MainDise02 {
  height: auto;
  width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.content .MainDise02 a.DiseBtn{
  height: 85px;
  width: 300px;
	position: relative;
	display: block;
	margin: 0  0 10px 0;
	background-size: contain;
}


/**/
.MainDise02 a#GameGuide {
	background-image: url("../images/index/free-01.png");
	background-repeat: no-repeat;
	transition: all 600ms ease;
}
.MainDise02 a:hover#GameGuide {
	background-image: url("../images/index/free-012.png");
	background-repeat: no-repeat;
	transition: all 600ms ease;
}

.MainDise02 a#PlayerCommunity {
	background-image: url("../images/index/free-02.png");
	background-repeat: no-repeat;
	transition: all 600ms ease;
}
.MainDise02 a:hover#PlayerCommunity {
	background-image: url("../images/index/free-022.png");
	background-repeat: no-repeat;
	transition: all 600ms ease;
}

.MainDise02 a#Activity {
	background-image: url("../images/index/free-03.png");
	background-repeat: no-repeat;
	transition: all 600ms ease;
}
.MainDise02 a:hover#Activity {
	background-image: url("../images/index/free-032.png");
	background-repeat: no-repeat;
	transition: all 600ms ease;
}



/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*----標題---*/
.article-title {
	height: 70px;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	box-sizing:border-box;
}
.article-title .article-titlebox {
	float: left;
	height: 70px;
	width: 50%;
	line-height: 70px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3c3c3;
}
.article-title .article-titlebox h1 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  color: #554b3e;
  display: inline-block;
  background-color: #dec58c;
  padding: 0 2%;
}
.article-title .article-titlebox h2 {
	font-size: 20px;
	color: #554b3e;
	line-height: 70px;
	display: inline-block;
}
.article-title .article-titlebox p {
	text-align: right;
	display: inline-block;
	font-size: 14px;
	color: #666;
	float: right;
}
.article-title .article-titlebox p .article-fot {
	color: #666;
}
.article-title .article-titlebox p .article-fot:hover {
	color: #F60;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*伺服器 最新消息 遊戲資料 各文章 內容*/
.server_conter ,.news_conter ,.games_conter ,.essay-content{
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box;
	padding-bottom: 50px;
}


/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*----server-----*/
.Server {
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	min-height: 700px;
	float: left;
}

.server_conter .server_box {
	width: 100%;
	display: block;
	margin-top: 50px;
}
.server_conter .server_box h1 {
  height: 40px;
  width: 100%;
  padding-right: 20px;
  padding-left: 0px;
  line-height: 40px;
  color: #554b3e;
  text-align: left;
  font-size: 18px;
  border-bottom: thin solid #554b3e;
}
.server_conter .server_box .server_list {
	min-height: 80px;
	overflow: hidden;
	padding: 1%;
}
.server_conter .server_box .server_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.server_conter .server_box .server_list li {
	width: 18%;
	display: inline-block;
	margin: 1%;
	overflow: hidden;
}
.server_conter .server_box .server_list li a {
  height: 40px;
  width: 100%;
	padding: 0 5%;
  display: inline-block;
  color: #554b3e;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
	border: 1px solid #f1e5c3;
	box-shadow: 0px 0px 3px 0px rgb(255 255 255 / 100%) inset;
	background: -webkit-linear-gradient(#fff8e4 0%, #f6e9be 100%);
	background: -o-linear-gradient(#fff8e4 0%, #f6e9be 100%);
	background: linear-gradient(#fff8e4 0%, #f6e9be 100%); 

}
.server_conter .server_box .server_list li a:hover {
	font-size: 15px;
	display: inline-block;
  color: #975500;
	border:  1px solid #ffc82c;
	box-shadow: 0px 0px 3px 0px rgb(255 255 255 / 100%) inset;
	background: -webkit-linear-gradient(#ffdd77  0%, #f6e9be 100%);
	background: -o-linear-gradient(#ffdd77  0%, #f6e9be 100%);
	background: linear-gradient(#ffdd77  0%, #f6e9be 100%); 
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*----news----*/
.news_conter .news-classification {
	display: block;
	height: 80px;
	width: 100%;
}
.news_conter .news-classification ul {
	width: 70%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.news_conter .news-classification ul li {
	width: 25%;
	height: 40px;
	display: inline-block;
	text-align: center;
}
.news_conter .news-classification ul li a {
	width: auto;
	background-color: #dec58c;
	font-size: 18px;
	line-height: 40px;
	color: #554b3e;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	padding: 0 10%;
}
.news_conter .news-classification ul li a:hover ,
.news_conter .news-classification ul li a.active:hover {
	color: #E18014;
	background-color: #FFF;
	border: thin solid #dec58c;
}
.news_conter .news-classification ul li a.active {
	color: #E18014;
	background-color: #FFF;
	border: thin solid #dec58c;
}


.news_conter .news-content {
	width: 100%;
	min-height:600px;
}
.news_conter .news-content ul {
  width: 100%;
	display: flex;
	flex-direction: column;
}

.news_conter .news-content ul li {
	position: relative;
}
.news_conter .news-content ul li a{
	font-size: 15px;
	line-height: 60px;
	color: #444;
	padding: 0 2%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: thin dotted #ccc;
	overflow: hidden;
}

.news_conter .news-content li:hover {
	border-bottom-color: #ff9c00;
}
.news_conter .news-content li:hover .to, 
.news_conter .news-content li:hover .laer, 
.news_conter .news-content li:hover .date {
  color: #ff9c00;
}
.news_conter .news-content li .to {
	width: 10%;
	display:inline-block;
}
.news_conter .news-content li .laer {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:inline-block;
}
.news_conter .news-content li .date {
	text-align: right;
	width: 13%;
	display:inline-block;
	overflow:hidden;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-----games-----*/
.games_conter .games-box {
	width: 100%;
}
.games_conter .games-box .games-subtitle {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dec58c;
	box-sizing:border-box;
	position: relative;
	margin: 5% 0 1% 3%;
}
.games_conter .games-box .games-subtitle h3 {
	font-size: 18px;
	line-height: 40px;
	color: #554b3e;
	background-color: #dec58c;
	text-align: center;
	display: inline-block;
	height: 40px;
	width: auto;
	box-sizing:border-box;
	border-radius: 0px 500px 0px 300px;
	position:relative;
	z-index:10;
	margin-left:-20px;
	padding: 0 3%;
}
.games_conter .games-box .games-list {
	display: inline-block;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	overflow: hidden;
	min-height: 100px;
	box-sizing:border-box;
}
.games_conter .games-box .games-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.games_conter .games-box .games-list ul li {
	height: 30px;
	width: auto;
	display: block;
	overflow: hidden;
	margin-right: 25px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #dec58c;
	box-sizing: border-box;
	margin: 2%;
	padding: 0 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	transition: all 600ms ease;
}
.games_conter .games-box .games-list ul li:hover {
	display: block;
	overflow: hidden;
	margin-right: 25px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #dec58c;
	box-sizing: border-box;
	margin: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #dec58c;
	border-right-color: #dec58c;
	border-bottom-color: #dec58c;
	transition: all 600ms ease;
	background-color: #dec58c;
}

.games_conter .games-box .games-list ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	text-align: center;
	display: block;
}
.games_conter .games-box .games-list ul li a:hover {
	color: #554b3e;
}


/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------內頁-------*/
.essay_conter .essay-title {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	padding-right: 3%;
	padding-left: 3%;
	box-sizing: border-box;
	margin-right: 30px;
	margin-left: 30px;
	display: block;
	overflow: hidden;
}
.essay_conter .essay-title h3 {
	font-size: 22px;
	color: #554b3e;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
.essay_conter .essay-title span {
	font-size: 12px;
	color: #666;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	height: 30px;
}

.essay_conter .essay-content {
	min-height: 600px;
	width: 100%;
}
