/* 右侧客服 */
.kefu-rmenu {
	width: 48px;
	position: fixed;
	right: 0;
	bottom: 48px;
	z-index: 999;
}

.kefu-rmenu>a {
	display: block;
	position: relative;
	height: 48px;
	width: 48px;
	background-color: #ffbf00;
	cursor: pointer;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all .3s ease-in-out 0s;
}

.kefu-rmenu>a:hover {
	background-color: #00479b;
	transition: all .3s ease-in-out 0s;
}

.kefu-rmenu .qq {
	background-image: url(../images/icon_qq.png);
}

.kefu-rmenu .consult {
	background-image: url(../images/icon_kufu.png);
}

.kefu-rmenu .consult .phone {
	background-color: rgb(247, 247, 255);
	position: absolute;
	width: 172px;
	left: 72px;
	top: 0;
	line-height: 60px;
	color: #000;
	font-size: 18px;
	text-align: center;
	box-shadow: #DDD -1px 1px 4px;
	transition: all .3s ease-in-out 0s;
}

.kefu-rmenu a.consult:hover .phone {
	left: -172px;

}

.kefu-rmenu .cart {
	background-image: url(../images/icon_ewm.png);
}

.kefu-rmenu a.cart:hover .pic {
	display: block;
}

.kefu-rmenu .btn_top {
	background-image: url(../images/icon_top.png);
}


.kefu-rmenu .cart .pic {
	position: absolute;
	left: 72px;
	top: 0;
	width: 172px;
	height: 172px;
	transition: all .3s ease-in-out 0s;
}
.kefu-rmenu .cart .pic img{
	width: 100%;
}
.kefu-rmenu .cart:hover .pic {
	left: -172px;

}


@media (max-width:1200px) {
	.kefu-rmenu {
		width: 36px;
		bottom: 0;
		display: none;
	}
	
	.kefu-rmenu>a {
		height: 36px;
		width: 36px;
	}
}