/*游戏*/

.content {
	overflow: hidden;
	margin: 0 auto;
	width: 1240px;
}

.content .panel {
	position: relative;
	padding: 25px 20px 40px;
	overflow: hidden;
}

.game_ratio {position:absolute;right:0;top:0;z-index:1;padding:5px;line-height:.8;font-size:12px;font-weight:700;color:#ff0;background:red}

.game_bty_icon {
	width: 50px;
	height: 50px;
	background: url(../images/ico_9.png) -52px -8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.game_mvy_icon {
	width: 50px;
	height: 50px;
	background: url(../images/ico_9.png) -152px -8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.game_gfy_icon {
	width: 50px;
	height: 50px;
	background: url(../images/ico_9.png) -208px -8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

/*开服*/
.kf_list {
	width: 260px;
	margin: 0 29px 0 0;
}

/*游戏*/

.game_list {
	width: 911px;
}

.game_list_body {
	margin-top: 30px;
}

.game_list_body ul {
	position: relative;
	overflow: hidden;
	margin-right: -15px;
	height: auto;
}

.game_list_body li {
	position: relative;
	float: left;
	margin: 0 13px 13px 0;
	width: 216px;
	height: 156px;
	border: 1px solid #ddd;
	overflow: hidden
}

.game_list_body li.last {
	margin-right: 0
}

.game_list_body li .pic {
	width: 216px;
	height: 124px;
}

.game_list_body li .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.game_list_body li .default {
	;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

.game_list_body li .default em {
	color: #999
}

.game_list_body li .hover {
	position: absolute;
	padding-left: 10px;
	bottom: -32px;
	left: 0;
	width: 206px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.game_list_body .game_list2 {
	display: none;
	overflow: hidden;
}

.game_list_body .game_list2 .h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 20px;
}

.game_list_body li .hover span {
	margin: 0 3px;
}

.game_list_body li .hover .go_game {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 77px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #03b4f5;
	color: #fff;
}

.game_list_body li .hover .go_game:hover {
	background-position: 0 -419px;
	color: #fff
}

.game_list_body li.active {
	border: 1px solid #03b4f5
}

.game_list_body li.active .hover {
	bottom: 0
}

.game_list_body .game_list1 .no_game {
	text-align: center;
	display: none;
	height: 171px;
}

.game_list_body .game_list1 .img {
	vertical-align: top
}

.gc_attr {
	position: relative;
	border: 1px solid #ddd;
	padding: 30px 20px 10px;
	font-size: 14px;
}

.gc_attr .tab {
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	padding-bottom: 20px;
	color: #999
}

.gc_attr .key,
.gc_attr .value,
.gc_attr .value li {
	float: left;
}

.gc_attr .key {
	width: 80px;
	color: #333;
	font-weight: bold
}

.gc_attr .value li {
	margin-right: 10px
}

.gc_attr .value a {
	display: block;
	padding: 0 6px;
	line-height: 22px;
	color: #333;
	border: 1px solid #fff;
}

.gc_attr .value a:hover {
	border-color: #03b4f5;
	text-decoration: none;
	color: #03b4f5
}

.gc_attr .value a.selected {
	color: #fff;
	background-color: #03b4f5;
	border-color: #03b4f5;
}

.gc_attr .value a.selected:hover {
	color: #fff;
}
.game_search_nodata{
	color:#666666;
	font-size:16px;
	text-align: center;
	margin-top: 68px;
	position: absolute;
	z-index: 10;
	left: 50%;
}

