/*滚动客服样式*/
.izl-rmenu{background:rgba(255,255,255,0.9);position:fixed;right:5px; top:78%; padding:8px; border:1px solid rgba(0,0,0,0.05);transition:0.2s;z-index:100; border-radius:0px;}
.izl-rmenu:hover{color:#666;background:rgba(255,255,255,1);filter: brightness(1) sepia(0) hue-rotate(0deg) saturate(5); cursor:pointer}
.izl-rmenu .btn{width:30px;height:30px;margin:5px 0;display:flex;justify-content:center;align-items:center}

.izl-rmenu a.btn-qq{display:none; background:url(../img/faq_qq.svg) center no-repeat;background-size:100%}
 
.izl-rmenu .btn-wx{background:url(../img/faq_wechat.svg) center no-repeat;background-size:80%; }
.izl-rmenu .btn-wx .pic{position:absolute;display:none; border:#eee 1px solid;width:350%;border-radius:5px;right:55px}

.izl-rmenu .btn-phone{display:none; background:url(../img/faq_tel.svg) center no-repeat;background-size:100%}
.izl-rmenu .btn-phone .phone{background:#eee; border:1px solid rgba(0,0,0,0.05);position:absolute;display:none;width:180px;padding:25% 0%;right:55px}

.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-phone .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-top{background: url(../img/faq_top.svg) center no-repeat;background-size:80%;cursor:pointer; display:block;/*黑转白*/}

@media all and (max-width:769px) 
{ 
.izl-rmenu {top:86%;}
.izl-rmenu a.btn-qq{ display:none}}