﻿a{
	text-decoration: none;
}
.fix_kaifubiao{
	position: fixed;
	width: 302px;
	top:100px;
	left: 0;
	z-index: 999999;
}
.fix_kaifubiao .tool_bar{
	height: 38px;
	border-bottom: 2px solid #bc2d30;
}
.fix_kaifubiao .tool_bar span{
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 38px;
	line-height: 38px;
	color:#fff;
	cursor: pointer;
	background: #881b1d;
	font-weight: bold;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 1px;
	font-size: 15px;
}
.fix_kaifubiao .tool_bar span.on{
	background: #bc2d30;
}
.fix_kaifubiao .tool_bar span.all{
	background: #bc2d30;
	width: 100%;
}
.fix_kaifubiao .tool_bar span.end{
	margin-right: 0;
}
.fix_kaifubiao .loading{
	background: #fff999;
	text-align: center;
	padding:20px 0;
}
.fix_kaifubiao .loading img{
	vertical-align: middle;
}
.fix_kaifubiao .kaifu_list{
	background-color: #fff999;
	min-height: 350px;
}
.fix_kaifubiao .kf_row{
	height: 34px;
	line-height: 34px;
	background-color: #fff999;
	border-bottom: 1px solid #ffe48a;
}
.fix_kaifubiao .kf_row.guding,.fix_kaifubiao .kf_row.now{
	background-color: #fff551;
}
.fix_kaifubiao .kf_row:hover{
	background: #fffbcd;
}
.fix_kaifubiao .kf_row a:hover{
	text-decoration: none;
}
.fix_kaifubiao .kf_row .g_name{
	width: 120px;
	height: 34px;
	font-size: 13px;
	color: #333;
	padding-left: 10px;
	border-right: 1px solid #ffe48a;
	float: left;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position: relative;
}
.fix_kaifubiao .kf_row .g_name .level_1 , .fix_kaifubiao .kf_row .g_name .level_2{
	width: 14px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 9px;
	margin-left: 2px;
}
.fix_kaifubiao .kf_row .g_name .level_1{
	background: url(tuijian_icon.png) center center no-repeat;
}
.fix_kaifubiao .kf_row .g_name .level_2{
	background: url(icon_top.gif) center center no-repeat;
}
.fix_kaifubiao .kf_row .g_name .shoufu{
	width: 15px;
	height: 16px;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: 8px;
	background-color: #0071fe;
	color: #fff;
	font-weight: normal;
	border: 1px solid #00a7fd;
	border-radius: 3px;
	margin-left: 20px;
	font-size: 12px;
}
.fix_kaifubiao .kf_row .g_sc{
	width: 110px;
	height: 34px;
	font-size: 13px;
	color: #0000EE;
	padding-left: 10px;
	border-right: 1px solid #ffe48a;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.fix_kaifubiao .kf_row .g_time{
	width: 50px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #ff3333;
}
.fix_kaifubiao .kf_row .g_time span{
	width: 65px;
	height: 22px;
	line-height: 22px;
	background-color: #5db528;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	font-weight: normal;
	margin-top: 6px;
	border-radius: 3px;
}
.fix_kaifubiao .kaifu_pager{
	background-color: #d9bb56;
	height: 40px;
	text-align: center;
}
.fix_kaifubiao .kaifu_pager span{
	width: 18px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #b18934;
	border-radius: 4px;
	display: inline-block;
	margin: 10px 2.5px;
	overflow: hidden;
	cursor: pointer;
	color: #805619;
	font-size: 13px;
	background-color: #e1c35e;
}
.fix_kaifubiao .kaifu_pager span.last , .fix_kaifubiao .kaifu_pager span.next{
	color: #744c11;
	font-weight: bold;
	font-family: 宋体;
	background-color: #ebcf70;
}
.fix_kaifubiao .kaifu_pager span.on{
	background-color: #744c11;
	color: #fff999;
}