.online_kf {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 1000;
}
.online_kf .tit_img {
    background: url(/css/img/online_kf.png) no-repeat;
    background-size: 35px;
    display: block;
    width: 35px;
    height: 120px;
    cursor: pointer;
}
.online_kf .contact_code {
	display: none;
    width: 256px;
    position: absolute;
    bottom: 5px;
    right: 34px;
    background: #fff;
    z-index: 9999;
    padding: 20px 10px;
    display: none;
	border:1px solid #ddd;
    box-shadow: 0px 2px 4px 0px rgba(64,64,64,0.1);
}
.online_kf:hover .contact_code{
	display: block;
}

.online_kf .contact_code li {
    width: 100%;
    float: left;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}
.online_kf .contact_code li span {
    width: 100%;
    float: left;
	color: #000;
	padding-top:4px;
	font-size:14px;
}
.online_kf .contact_code li.qq a {
    position: relative;
    padding-left: 10px;
}

.online_kf .contact_code li a {
    color: #459AE9;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.online_kf .contact_code li label {
    width: 100%;
    float: left;
    color: #8c8c8c;
	margin-bottom:0px;
	font-size:16px;
	font-weight:normal;
}
.xfr{display:none;}