/* 右侧悬浮客服 start */
.kefu-page-box {
	position: fixed;
	z-index: 900;
	right: -161rem;
	bottom: 30rem;
	/* top: 50%;
	transform: translateY(-50%); */
}
.kefu-list-link {
	text-decoration: none;
}
.kefu-list-li {
	margin-top: 1rem;
	clear: both;
	/* height: 66rem; */
	position: relative;
}
.kefu-list-icon {
	display: block;
	width: 30rem;
	height: 30rem;
	margin: 0 auto;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22rem;
}
.kefu-list-title {
	height: 20rem;
	font-size: 12rem;
	line-height: 20rem;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin: 0;
}
.kefu-list-qq-icon {
	background-image: url(../icon/kefuQq.png?v=0.0001);
}
.kefu-list-tel-icon {
	background-image: url(../icon/kefuTel.png?v=0.0001);
}
.kefu-list-liuyan-icon {
	background-image: url(../icon/kefuZixun.png?v=0.0001);
}
.kefu-list-weixin-icon {
	background-image: url(../icon/kefuEwm.png?v=0.0001);
}
.kefu-list-weibo-icon {
	background-image: url(../icon/kefuWeibo.png?v=0.0001);
}

.kefu-list-ftop {
	display: none;
}
.kefu-list-ftop-icon {
	background-image: url(../icon/kefuTop.png);
}
.kefu-list-left {
	float: left;
	width: 70rem;
	/* height: 50rem; */
	position: relative;
}
.kefu-list-tel-right {
	font-size: 16rem;
	color: #fff;
	float: left;
	height: 24rem;
	line-height: 22rem;
	padding: 0 15rem;
	border-left: 1rem solid #fff;
	margin-top: 13rem;
}
.kefu-page-box-right {
	/* width: 20rem; */
}
.kefu-list-bg {
	background-color: #076ce0;
	width: 90rem;
	/* height: 50rem; */
	position: relative;
	padding: 9rem 0;
	float: left;
	border-radius: 5rem 0 0 5rem;
	/* box-shadow: 0 0 3rem #2750b8; */
}
.kefu-list-tel-bg {
	width: 230rem;
}
.kefu-list-weixin-pic-box {
	position: absolute;
	left: -120rem;
	top: -24rem;
	display: none;
	z-index: 333;
	box-shadow: 0 0 5px #dedede;
}
.kefu-list-weixin-pic {
	width: 120rem;
	height: 120rem;
}
@media (max-width: 1200px) {
	.kefu-page-box {display: none;}
}
@media (max-width: 768px) {
	.kefu-page-box {
		bottom: 60rem;
		right: -150rem;
	}
	.kefu-list-li {
		height: 43rem;
	}
	.kefu-list-bg {
		padding: 0;
		width: 50rem;
		height: 40rem;
	}
	.kefu-list-tel-bg {
		width: 190rem;
	}
	.kefu-list-left {
		width: 40rem;
		height: 40rem;
	}
	.kefu-list-icon {
		margin: 5rem;
	}
	.kefu-list-icon {
		width: 30rem;
		height: 27rem;
	}
	.kefu-list-tel-icon {
	}
	.kefu-list-liuyan-icon {
	}
	.kefu-list-title {
		display: none;
	}
	.kefu-list-tel-right {
		/* margin-top: 7rem; */
	}
	.kefu-list-weixin-pic-box {
		left: -110rem;
	}
	.kefu-list-ftop-icon {
		background-position: center;
		/* background-size: ; */
	}
}
/* 右侧悬浮客服 end */