.top-bar {
	position: fixed;
	left: 0;
	top: 0;
	width: 750px;
	height: 95px;
	background: url(/skin/default/images/top-bg.png) no-repeat center;
	background-size: 100% auto;
	z-index: 333;
}

.top-bar .icon {
	position: absolute;
	left: 15px;
	top: 9px;
	width: 114px;
	height: 114px;
	background: url(/skin/default/images/icon.png) no-repeat center;
	background-size: 100% auto;
	border: 2px solid #fff;
	border-radius: 26px;
}

.top-bar .game-name {
	position: absolute;
	left: 146px;
	top: 25px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.top-bar .game-name span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.top-bar .top-bar-down {
	display: block;
	position: absolute;
	top: 20px;
	right: 14px;
	width: 210px;
	height: 55px;
	background: url(/skin/default/images/top-btn-down.png) no-repeat center;
	background-size: 100% auto;
	text-indent: -9999px;
}

.top-bar .top-bar-main {
	display: block;
	position: absolute;
	top: 20px;
	right: 234px;
	width: 210px;
	height: 55px;
	background: url(/skin/default/images/top-btn-main.png) no-repeat center;
	background-size: 100% auto;
	text-indent: -9999px;
}