﻿

.ke-fu {
    position: fixed;
    color: #fff;
    right: 0;
    top: 230px;
}

.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%);
	border: 1px solid #ff871c;
	border-radius: 4px;
    font-size: 16px;
}

.kfr-ul {
    width: 110px;
	height: 174px;
	margin:5.5px;
    background: #ffffff;
	border-radius: 4px;
}

.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;
}



