/*客服 start */
.kefu-fix {
	height: 220px;
	width: 70px;
	position: fixed;
	z-index: 9999;
	right: -1px;
	top: 40%;
	margin-top: -110px;
}

.kefu-one {
	height: 70px;
	width: 100%;
	margin-bottom: 1px;
	cursor: pointer;
	opacity: 0.90;
	-ms-filter: alpha(opacity=90);
	filter: alpha(opacity=90);
}

.kefu-one:hover {
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.kefu-one-qq {
	background: rgb(109, 169, 223)  center no-repeat;
}

.kefu-one-weixin {
	background: rgb(120, 196, 64)  center no-repeat;
}

.kefu-one-phone {
	background: rgb(251, 176, 31)  center no-repeat;
}

.kefu-one-user {
	padding-left: 5px;
	padding-top: 5px;
	background: rgb(235, 97, 0);
}

.kefu-one-phone-div {
	display:none;
	width:180px;
	height:70px;
	position:absolute;
	right:70px;
	z-index:5;
}

.kefu-one-phone-tel {
	font-size:14px;
	font-weight:normal;
	font:24px/57px arial;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.appimg{
	width: 50px;
	height: 50px;	
	margin: 10px auto;
}

.appspan{
	font-size: 7px;
	font-weight: normal;
	width: 15px;
    line-height: 12px;
	display:inline-block;
	position: relative;
    top: -12px;
}

/*客服 end*/