.game-footer {
	width: 100%;
	height: 320px;
	
	font: 12px/1.5 "microsoft yahei", Arial, sans-serif;
	margin-top:20px;
}
.game-footer-inner {
	width: 100%;
	height: 198px;background: #555555;
	border-top: 1px solid #777677;
	border-bottom: 1px solid #777677;
	position: relative;
	display: block;
}
.game-footer-fun {
	width: 1000px;
	height: 198px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -530px;
}
.game-footer-fun dl {
	width: 150px;
	height: 135px;
	margin: 32px 0 0 -1px;
	padding-left: 50px;
	border-left: 1px solid #393e4d;
	float: left;
}
.game-footer-fun dt {
	height: 18px;
	color: #a8adb6;
	font-weight: 700;
	margin-bottom: 8px;
}
.game-footer-fun dd {
	height: 22px;
	line-height: 22px;
}
.game-footer-fun dd a {
	color: #a8adb6;
	transition: all 0.4s ease;
}
.game-footer-fun dd a:hover {
	color: #3f6c8c;
}
.copyright{width:100%;center no-repeat;height:68px;margin-top:18px;text-align:center;padding-top:18px;color:#999999;clear:both;}
.copyright a, .copyright a:hover{color:#999999;}

