/*滚动客服样式*/

.izl-rmenu{background:#DD3E28;padding:8px 3px;border:#D55A61 1px solid;position:fixed;display:block;right:5px; top:75%; border-radius:0px;transition:1s; z-index:10}
.izl-rmenu:hover{ background:#F3D297;border:#F3D297 1px solid;}
.izl-rmenu .btn{width:30px;height:30px; margin:5px 0;display:flex;justify-content:center;align-items:center; cursor:pointer}

.izl-rmenu a.btn-qq{background:url(../img/faq_qq.svg) center no-repeat}

 
.izl-rmenu .btn-wx{background:url(../img/faq_wechat.svg) center no-repeat}
.izl-rmenu .btn-wx .pic{position:absolute;display:none; border:#eee 1px solid;width:600%;border-radius:1px;right:50px;opacity:0.9;}

.izl-rmenu .btn-jd{background:url(../img/faq_jd.svg) center no-repeat}
.izl-rmenu .btn-jd .pic{position:absolute;display:none; border:#eee 1px solid;width:600%;border-radius:1px;right:50px;opacity:0.9;}

.izl-rmenu .btn-wx .arrow{position:absolute; display:none; 
border: 10px solid;border-left-color: #eee;
border-right-color: transparent;border-top-color: transparent;border-bottom-color: transparent;
right:30px}

.izl-rmenu .btn-jd .arrow{position:absolute; display:none; 
border: 10px solid;border-left-color: #eee;
border-right-color: transparent;border-top-color: transparent;border-bottom-color: transparent;
right:30px}

.izl-rmenu .btn-phone{background:url(../img/faq_tel.svg) center no-repeat;}
.izl-rmenu .btn-phone .phone{ font-size:14px;background:#DD3E28; color:#FFF; border:1px solid rgba(0, 0, 0, 0.1);text-transform:uppercase;border-radius:50px;position:absolute; display:none;width:140px;padding:25% 50%;right:48px}
.izl-rmenu .btn-phone .arrow{position:absolute; display:none; 
border: 8px solid;border-left-color: #DD3E28;
border-right-color: transparent;border-top-color: transparent;border-bottom-color: transparent;
right:34px}


.izl-rmenu .btn-top{background:url(../img/faq_top.svg) center no-repeat}

@media all and (max-width:769px) 
{ 
.izl-rmenu { top:80%; }
.izl-rmenu a.btn-qq{ display:none }
	.izl-rmenu .btn-wx{ display:none }
	.izl-rmenu{ }
	}