.float-kf {
	position: absolute;
	right: 0;
	top: 100px;
	width: 77px;
	display: none;
	z-index: 99999;
  }
  .float-kf li {
	width: 77px;
	height: 71px;
	text-align: center;
	background: #0067b0;
	margin-bottom: 1px;
	position: relative;
	z-index: 999;
  }
  .float-kf li a {
	display: block;
	padding-top: 15px;
	width: 77px;
  }
  .float-kf li a span {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
  }
  .float-kf li.online .chat {
	position: absolute;
	right: -244px;
	top: 0;
	border: 1px solid #d7d7d7;
	width: 150px;
	transition: all 0.3s ease 0s;
	z-index: 99;
	background: rgba(255,255,255,.8);
  }
  .float-kf li.online .chat i {
	background: url(../images/jiantou.jpg) right center no-repeat;
	display: block;
	width: 8px;
	height: 15px;
	right: -8px;
	position: absolute;
	top: 30%;
  }
  .float-kf li.online .chat .chatlist {
	line-height: 32px;
	color: #666;
	text-align: left;
	text-indent: 15px;
  }
  .float-kf li.online .chat .chatlist a {
	width: auto;
	padding-top: 0;
	color: #666;
	height: 32px;
	line-height: 32px;
  }
  .float-kf li.online .chat .chatlist a span {
	display: inline-block;
	color: #666;
	font-size: 12px;
  }
  .float-kf li.online:hover .chat {
    right: 85px;
}