.layout {
	
}

.content {
	overflow: hidden;
	margin: 0 auto;
	width: 1240px;
}

.content .panel {
	position: relative;
	padding: 25px 20px 40px;
	overflow: hidden;
}

/*开服列表*/
.kf_list {
	width: 260px;
	margin: 0 29px 0 0;
}

.kf_list_body {
	position: relative;
	overflow: hidden;
	height: 561px;
}

.kf_list_body .kf_hd {
	overflow: hidden
}

.kf_list_body .kf_hd li {
	position: relative;
	float: left;
	width: 128px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #d1d1d1;
	border-right: none;
	border-bottom: none;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	background: #FCFCFC;
}

.kf_list_body .kf_hd li.last {
	border-right: 1px solid #ddd;
}

.kf_list_body .kf_hd li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 15px;
}

.kf_list_body .kf_hd li span {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	display: inline-block;
	background: #d1d1d1
}

.kf_list_body .kf_hd li span i {
	display: inline-block;
	width: 0;
	height: 100%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	vertical-align: top;
}

.kf_list_body .kf_hd li.on {
	background: #fff;
}

.kf_list_body .kf_hd li.on span {
	height: 2px;
}

.kf_list_body .kf_hd li.on span i {
	width: 100%;
	height: 100%;
	background: #E60012
}

.kf_list_body .kf_hd li.on a {
	font-weight: bold
}

.kf_list_body .kf_hd li a {
	color: #E60012;
	outline: none;
}

.kf_list_body .kf_hd li a:hover {
	font-weight: bold;
	color: #E60012;
}

.kf_list_body .kf_list_main {
	width: 257px;
	border: 1px solid #ddd;
	position: relative;
	border-top: none
}

.kf_list_body .kf_list_main .tempWrap {
	padding-bottom: 46px;
}

.kf_list_body .kf_list_main.tomorrow .bd ul {
	height: 468px;
}

.kf_list_body .kf_list_main.tomorrow .bd li {
	overflow: hidden;
	vertical-align: top;
}

.kf_list_body .kf_list_main.tomorrow .bd li a {
	float: left;
	height: 39px;
	line-height: 39px;
	width: 85px;
	text-indent: 13px;
	color: #999999
}

.kf_list_body .kf_list_main.tomorrow .bd li .server_name {
	position: relative;
	text-indent: 18px;
	color: #333;
}

.kf_list_body .kf_list_main.tomorrow .bd li .server_name .icon {
	position: absolute;
	top: 15px;
	left: 4px;
	display: block;
	width: 8px;
	height: 8px;
	background: url("../../images/webportal/icon.png") no-repeat -89px -123px;
}

.kf_list_body .kf_list_main.tomorrow .bd li .active .icon {
	background: url("../../images/webportal/icon.png") no-repeat -54px -123px;
}

.kf_list_body .kf_list_main.tomorrow .bd li .game_name {
	text-indent: 11px;
	color: #333;
}

.kf_list_body .kf_list_main.tomorrow .bd li.active {
	background: #E60012;
}

.kf_list_body .kf_list_main.tomorrow .bd li.active a {
	color: #fff;
}

.kf_list_body .kf_list_main.tomorrow .bd li.active .server_name {
	color: #fff;
}

.kf_list_body .kf_list_main.tomorrow .bd li.active .game_name {
	color: #fff;
}

.kf_list_body .kf_list_main.new .bd ul {
	height: 468px;
}

.kf_list_body .kf_list_main.new .bd li {
	overflow: hidden;
	vertical-align: top;
}

.kf_list_body .kf_list_main.new .bd li a {
	float: left;
	height: 39px;
	line-height: 39px;
	width: 85px;
	text-indent: 13px;
	color: #999999
}

.kf_list_body .kf_list_main.new .bd li .date {
	width: 70px;
}

.kf_list_body .kf_list_main.new .bd li .server_name {
	position: relative;
	text-indent: 18px;
	color: #333;
	width: 90px;
}

.kf_list_body .kf_list_main.new .bd li .server_name .icon {
	position: absolute;
	top: 15px;
	left: 4px;
	display: block;
	width: 8px;
	height: 8px;
	background: url("../../images/webportal/icon.png") no-repeat -89px -123px;
}

.kf_list_body .kf_list_main.new .bd li .active .icon {
	background: url("../../images/webportal/icon.png") no-repeat -54px -123px;
}

.kf_list_body .kf_list_main.new .bd li .game_name {
	text-indent: 11px;
	color: #333;
	width: 90px;
	margin-right: 5px;
}

.kf_list_body .kf_list_main.new .bd li.active {
	background: #E60012;
}

.kf_list_body .kf_list_main.new .bd li.active a {
	color: #fff;
}

.kf_list_body .kf_list_main.new .bd li.active .server_name {
	color: #fff;
}

.kf_list_body .kf_list_main.new .bd li.active .game_name {
	color: #fff;
}

.kf_list_body .kf_list_main .hd {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center
}

.kf_list_body .kf_list_main .hd li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0 5px;
	width: 11px;
	height: 11px;
	background: url("../../images/webportal/icon.png") no-repeat -16px -123px;
	cursor: pointer;
}

.kf_list_body .kf_list_main .hd li.on {
	background-position: 0 -123px;
}

.kf_list_body .new_recommend .bd li {
	padding: 12px;
	overflow: hidden;
	vertical-align: top;
}

.kf_list_body .new_recommend .bd li.last {
	border-bottom: 0;
}

.kf_list_body .new_recommend .bd li .pic {
	overflow: hidden;
	width: 64px;
	height: 64px;
	background: url("../../images/webportal/icon.png") no-repeat -436px -436px;
}

.kf_list_body .new_recommend .bd li .introduce {
	width: 111px;
	padding-left: 14px;
}

.kf_list_body .new_recommend .bd li .introduce .game_name {
	text-indent: 0;
	font-size: 14px;
	color: #666666;
	height: 24px;
	line-height: 24px;
}

.kf_list_body .new_recommend .bd li .introduce .game_type {
	color: #a1a1a1;
	height: 20px;
	line-height: 20px;
}

.kf_list_body .new_recommend .bd li .introduce .date {
	color: #a1a1a1;
	height: 20px;
	line-height: 20px;
}

.kf_list_body .new_recommend .bd li .go_game {
	display: block;
	margin-top: 21px;
	width: 77px;
	height: 22px;
	line-height: 22px;
	background: url("../../images/webportal/icon.png") no-repeat 0 -397px;
	color: #fff;
}

.kf_list_body .new_recommend .bd li:hover .go_game {
	background-position: 0 -419px;
	color: #fff
}

/*游戏列表*/
.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: #E60012;
	color: #fff;
}

.game_list_body li .hover .go_game:hover {
	background-position: 0 -419px;
	color: #fff
}

.game_list_body li.active {
	border: 1px solid #E60012
}

.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: #E60012;
	text-decoration: none;
	color: #E60012
}

.gc_attr .value a.selected {
	color: #fff;
	background-color: #E60012;
	border-color: #E60012;
}

.gc_attr .value a.selected:hover {
	color: #fff;
}

.gc_search {
	position: absolute;
	right: 20px;
	top: 48px;
	height: 32px;
	width: 258px;
	border: 1px solid #E60012;
	padding-left: 10px;
}

.gc_search input {
	border: 0 none;
	color: #999;
	margin-right: 10px;
	width: 198px;
	height: 32px;
	line-height: 32px;
	outline: none;
	float: left;
}

.gc_search .btn {
	display: block;
	width: 50px;
	float: right;
	height: 32px;
	background: url("../../images/webportal/sch_btn.png") 0 0 no-repeat #E60012
}

.gc_search .btn:hover {
	background-color: #ff6600
}