/*滚动客服样式*/

.izl-rmenu{background:#fff;padding:10px 10px;position:fixed;display:block;right:5px; top:70%; border:1px solid rgba(0,0,0,0.02);border-radius:0px;transition:1s; z-index:10}
.izl-rmenu:hover{ background:#000;}
.izl-rmenu .btn{width:30px;height:30px; margin:7px 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;background-size:90%}

 
.izl-rmenu .btn-wx{background:url(../img/faq_wechat.svg) center no-repeat;background-size:90%;}
.izl-rmenu .btn-wx .pic{position:absolute;display:none; border:#eee 1px solid;width:400%;border-radius:2px;right:55px;opacity:1;}

.izl-rmenu .btn-jd{background:url(../img/faq_jd.svg) center no-repeat; background-size:90%}
.izl-rmenu .btn-jd .pic{position:absolute;display:none; border:#eee 1px solid;width:300%;border-radius:1px;right:55px;opacity:1;}

.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:35px}

.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:50px}

.izl-rmenu .btn-phone{background:url(../img/faq_tel.svg) center no-repeat;background-size:90%}
.izl-rmenu .btn-phone .phone{ background:#E9184A; 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:50px}
.izl-rmenu .btn-phone .arrow{position:absolute; display:none; 
border: 8px solid;border-left-color: #E9184A;
border-right-color: transparent;border-top-color: transparent;border-bottom-color: transparent;
right:35px}


.izl-rmenu .btn-top{background:url(../img/faq_top.svg) center no-repeat;background-size:90%}

@media all and (max-width:769px) 
{ 
.izl-rmenu { top:76%; }
.izl-rmenu a.btn-qq{ display:none }

	}