﻿.ke-fu {
    position: fixed;
    right: -177px;
    height: 190px;
    top: 50%;
    margin-top: -95px;
    transition: right 0.5s ease-in-out;
}

.ke-fu:hover {
	right: 0;
}

.kf-btn {
    float: left;
    width: 26px;
    text-align: center;
    line-height: 24px;
    border-radius: 6px 0 0 6px;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 25px;
    cursor: pointer;
}

.kf-right {
    float: left;
    /* width: 140px;*/
    height: 185px;
    background: linear-gradient(0deg,#ff850d 0%, #fd9d36 100%);
    background: #ff850d;
    border: 1px solid #ff871c;
    border-radius: 4px;
    font-size: 16px;
}

.kfr-ul {
    width: 165px;
    height: 174px;
    margin: 5.5px;
    background: #ffffff;
    border-radius: 4px;
}

.kefu-img-box {
	padding-top:10px;
	width: 165px;
	text-align: center; /* 核心：行内元素水平居中 */
    zoom: 1; /* 触发 hasLayout，IE6 必加 */
}
.kefu-img-box .kefu-img {
	display: inline; /* 关键：行内元素才受 text-align 影响 */
      /* 可选：限制图片最大宽度，避免溢出 */
      max-width: 165px;
      _width: 165px; /* IE6 不支持 max-width，用 _ 专属 hack 兜底 */
}
.kefu-item {
    padding: 20px 0;
}

.kefu-item:first-child {
	border-bottom: 1px solid #e7e7e7;
}

.kefu-item span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 17px;
	letter-spacing: 0.56px;
	margin-bottom: 8px;
}

.kefu-item a {
	display: block;
	text-align: center;
	font-weight: 700;
	color: #122A88;
	text-decoration: none;
}
