﻿@charset "utf-8";
body{
	background-image: url(../images/news_wall.jpg);
	background-repeat: repeat;
	background-position: center top;
}

.bg{
	background-image: url(../images/contain_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	min-width: 1200px;
	background-position: center top;
	min-height: 1080px;
}
#key_visual{
	position: relative;
    width: 1200px;
	margin: 0 auto;
	z-index: 1;
	}
.head{
	width: 100%;
	height: 606px;
	}	
.contain{
	width: 100%;
	background-position: center top;	
	position: relative;
	}
#center{
	width: 1200px;
	margin: 0 auto;
	overflow:hidden;
	}
#news_container{
	z-index:10;
	padding-top: 60px;
	padding-bottom: 60px;
	}
#news_center{
	width: 920px;
	min-height: 500px;
	margin: 0 auto;
	}
/* game_index*/
#game{
	width: 1200px;
	margin: 0 auto;
	}
#pvp_center{
	width:1100px;
	min-height: 500px;
	margin: 0 auto;
	}
#pvp_container{
	z-index:10;
	padding-top: 40px;
	padding-bottom: 60px;
	background-image: url(../images/contain_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 2920px;
	width: 1200px;
	}
/* footer */
#footer{
	width: 100%;
	min-width: 1200px;
}
#copyright_bg{
	background-image: url(../images/cpr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 387px;
	width: 100%;
}
#cpr_center{
	width: 1200px;
	margin: 0 auto;
	height: 387px;
	position: relative;
	background-image: url(../images/cpr.jpg);
	}
#bt24{
	float: left;
	width: 200px;
	height: 51px;
	padding-left:395px;
	padding-top:160px;
	}
#download_b{
	float: right;
	width: 500px;
	padding-top: 100px;
	padding-right: 40px;
	}
/* 主視覺 */
#people_img {
	position: absolute;
	height: 939px;
	width: 1200px;
}
#logo{
	position: absolute;
	width: 420px;
	height:210px;
	margin: 0 auto;
	top: 339px;
	left: 401px;
	}
#download{
	position: absolute;
	left: 60px;
	top: 507px;
	}
#download_bg{
	background-image: url(../images/contain_download.png);
	height: 150px;
	width: 1100px;
	left: 20px;
	top: 788px;
	}
#download_bt{
	width: 678px;
	height: 100px;
	padding-top: 30px; 
	padding-left: 210px;
	}

/* news_text*/
h1{
	font-family: "微軟正黑體";
	font-weight: bold;
	color: #fed71f;
	text-align:center;
	line-height: 40px;	
}
h3{
	font-family: "微軟正黑體";
	font-size: 22px;
	font-weight: bolder;
	color: #CCC;
	}
h3 a{
	color: #CCC;
	text-decoration: none;
	}
h3 a:hover{
	color: #09F;
	}
p{
	font-family: "微軟正黑體";
	
	color: #FFF;
	
}
em{
	color: #F00;
	font-weight: bold;
}
#date{
	font-family: "微軟正黑體";
	font-size: 22px;
	font-weight: bolder;
	color: #FC0;
	}
a{
	color: #39F;
}
a:hover{
	color: #FC0;
	}
.num_list {
	color: #39F;
	}
	
.num_list a{
	color: #39F;
	}
.num_list a:hover{
	color: #FC0;
	}
/*.pic{
	width: 640px;
	height: 360px;
	margin: 0 auto;
	padding-bottom:30px;
	}
.pic img{
	border: 6px inset #220f05;
	}*/
/* game_list  */
#game_list{
	position: fixed;
	top:200px;
	right: 0;
	z-index: 50;	
	background-image: url(../images/game_list.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 308px;
	width: 243px;	
	}
#game_list ul li{
	padding:0px;
	}
#game_bt{
	width: 180px;
	height: 308px;
	padding-top: 5px;
	padding-left: 30px;
	}
/* leftcord */
#leftcord{
	position: fixed;
	top:60px;
	left:0;
	z-index: 50;	
	background-repeat: no-repeat;
	background-position: center top;
	height: 570px;
	width: 255px;	
	}

#footer{
	width: 100%;
	min-width: 1200px; 
}
#copyright_bg{
	background-image: url(../images/cpr_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 182px;
	min-width:1200px;
	width: 100%;
}
#copyright_center{
	width: 1200px;
	margin: 0 auto;
	}
/* loading */
.loading{
	position: fixed;
	width: 100%;
	margin-left: 0px;
	text-align: center;
	z-index: 100;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
	background-image: url(../images/loadbg.png);
	background-repeat: repeat;
} 
.loading img {
	top: 45%;
	position: relative;
	height: 50px;
	width: 50px;
	z-index: 100;
}

