/**右侧浮动菜单**/
.right_fixed-tools{
	display:none;display:block;
	bottom:140px;bottom:260px;
	right:0px;
	z-index:1020;
	position:fixed;
}
.right_fixed-tools .item {
	width:60px;
	height:60px;
	margin:4px 0 0 4px;
	cursor:pointer;
	transition: all .5s;
}
.czfl .item {background:url(../../images/kefu/czfl.png) 50% 50% no-repeat #f4f4f4;}
.czfl:hover .item {background-image:url(../../images/kefu/czfl_hover.png);}

.gamebox .item {background:url(../../images/kefu/gamebox_icon_32.png?032213) 50% 50% no-repeat #f4f4f4;}
.gamebox:hover .item {background-image:url(../../images/kefu/gamebox_icon_32.png?032213);}

.wxkefu .item {background:url(../../images/kefu/wxicon.png?0414) 50% 50% no-repeat #f4f4f4;}
.wxkefu:hover .item {background-image:url(../../images/kefu/wxicon_hover.png?0414);}

.kefuqq .item {background:url(../../images/kefu/kfqq_icon.png?0329) 50% 50% no-repeat #f4f4f4;}
.kefuqq:hover .item {background-image:url(../../images/kefu/kfqq_icon_hover.png?0329);}

.kefudh .item {background:url(../../images/kefu/kfdh_icon.png?0401) 50% 50% no-repeat #f4f4f4;}
.kefudh:hover .item {background-image:url(../../images/kefu/kfdh_icon_hover.png?0329);}

.guanming .item {background:url(../../images/kefu/guanming_icon.png?0329) 50% 50% no-repeat #f4f4f4;}
.guanming:hover .item {background-image:url(../../images/kefu/guanming_icon_hover.png?0329);}

.appd .item {background:url(../../images/kefu/app_icon.png?0329) 50% 50% no-repeat #f4f4f4;}
.appd:hover .item {background-image:url(../../images/kefu/app_icon_hover.png?0329);}

.wxcode .item {background:url(../../images/kefu/wxcode.png?0414) 50% 50% no-repeat #f4f4f4;}
.wxcode:hover .item {background-image:url(../../images/kefu/wxcode_hover.png?0414);}

.czfl .info,.gamebox .info,.wxkefu .info,.kefuqq .info,.kefudh .info,.guanming .info,.wxcode .info{
	position:absolute;
	padding:12px;
	right:64px;
	background-color:#fff;
	display:none;
	border:1px solid #e7e7e7;
	top:4px;
}
.kefudh .info{top:132px;}

.czfl:hover .info,.gamebox:hover .info,.kefudh:hover .info,.wxkefu:hover .info,.wxcode:hover .info{
	display:block;
}
.czfl .info span,.gamebox .info span,.kefudh .info span,.wxkefu .info span,.wxcode .info span{
	display:inline-block;
	width:142px;width:200px;
	margin-top:12px;
	font-size:14px;
	text-align:center;
	color:#ff5d13;
	cursor:default;
}
.gamebox .info span{width:128px;}
.kefudh .info img{position:absolute;top:22px;left:10px;border:0px solid red;}
.kefudh .info span{width:143px;text-align:right;line-height:34px;font-size:16px;margin:0px auto;border:0px solid red;}

.toTop {
	background:url(../../images/kefu/totop.png) 50% 50% no-repeat #f4f4f4;
	display:block;
}
.toTop:hover {
	background-image:url(../../images/kefu/totop_hover.png);
}