.title{
	color: white;
    height: 140px;
    background: black;
	padding: 30px 10% 30px 10%;
}

.title p{
	font-size: 50px;
	font-weight: bold;
}

.detail {
	margin: 10px 10% 10px 10%;
	border-width: 1px;
    border-style: solid;
    border-color: rgba(153, 153, 153, 1);
	height: 1400px;
    padding: 20px;
}

.detail_body .words{
	font-size: 25px;
}

.detail_body img{
	text-align:center;
	width: 80%;
    padding-left: 20%;
}

.join_tabs{
	width: 100%;
    height: 120px;
    padding: 10px;
}

.join_tabs .join_li_split {
	line-height: 100px;
	font-size: 50px;
    font-weight: bold;
	width:5px;
	float: left;
    list-style: none;
}

.join_tabs .join_li_tab {
    width: 20%;
    line-height: 100px;
    float: left;
    list-style: none;
    cursor: pointer;
    font-size: 50px;
    font-weight: bold;
	text-align: center;
}

.show_red{
	color:red;
}

.detail_body_title1{
	font-size:40px;
	font-weight:bold;
}

.detail_body_title2{
	font-size:30px;
	font-weight:bold;
}

.main_game{
	width:100%;
}

#new_game{
	width:1500px;
	height:500px;
	margin-left:10%;
	margin-right:3%;
	margin-top:50px;
	margin-bottom:50px;
}

.index_title{
	font-size:30px;
	font-weight:bold;
	color:black;
	margin-bottom: 10px;
}

.index_split{
	width: 15px;
    height: 42px;
    background: inherit;
    background-color: rgba(204, 255, 0, 1);
	float: left;
    margin-right: 10px;
}

.game_big{
	width:400px;
	float:left;
	margin-right: 100px;
}

.game_big img{
	width:100%;	
}

.game_font1{
	text-align:center;
	color:black;
	font-size: 30px;
}

.game_font2{
	text-align:center;
	color:gray;
	font-size: 25px;
}

.news{
	float:left;
	width:400px;
	height:400px;
	border-width: 1px;
    border-style: solid;
    border-color: rgba(153, 153, 153, 1);
	padding: 15px;
	margin-right: 5%;
}

.news_content{
	padding:10px;
	border-top:1px solid black;
}

.news_content a{
	color:black;
	font-size: 20px;
}

#all_game{
	width:1500px;
	height:300px;
	margin-left:10%;
	margin-right:3%;
	margin-top:50px;
	margin-bottom:50px;
}

#all_game .games{
	width: 1500px;
    height: 300px;
    float: left;
}

.games table{
	float:left;
}

.games td{
	width:250px;
	margin:10px;
}

.games img{
	width: 200px;
    margin-right: 50px;
}

.games span{
	color:black;
	font-size: 20px;
	text-align:center;
	margin-left: 30px;
}

.game_words{
	float:left;
	border-width: 1px;
    border-style: solid;
    border-color: rgba(153, 153, 153, 1);
	width: 400px;
    padding: 15px;
}

.game_words h3{
	color:#00FF00;
	font-size: 20px;
	border-bottom:1px solid black;
	text-align: center;
    padding-bottom: 15px;
}

.game_words p{
	color:#996600;
	font-size: 20px;
	text-align: center;
}

.notice_head {
    border-bottom: 2px solid rgb(153, 0, 0);
    text-align: center;
	margin-bottom:15px;
}

.notice_body{
	font-size:20px;
}

.notice_body img{
	height:400px;
}

.intro_head img {
    width: 130px;
    height: 130px;
    float: left;
}

.title_intro {
    float: left;
    margin-left: 20px;
    font-weight: bold;
}

.intro_head {
    margin-bottom: 50px;
    float: left;
    width: 100%;
    height: 130px;
}

.download img{
	height: 80px;
    width: 200px;
    margin-top: 30px;
    margin-left: 100px;
}