/*滚动客服样式*/

.izl-rmenu{background:#FFF;padding:10px 10px;position:fixed;display:block;right:5px; top:70%; border:0px solid rgba(255,255,255,0.1);border-radius:0px;transition:1s; z-index:10;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
.izl-rmenu:hover{ background:#eee;}
.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;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 0px solid;width:400%;border-radius:5px;right:65px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);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:45px}

.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:#F5AF3D; color:#FFF; border:1px solid rgba(0, 0, 0, 0.1);text-transform:uppercase;border-radius:5px;position:absolute; display:none;width:140px;padding:25% 50%;right:60px}
.izl-rmenu .btn-phone .arrow{position:absolute; display:none; 
border: 8px solid;border-left-color: #F5AF3D;
border-right-color: transparent;border-top-color:transparent;border-bottom-color: transparent;
right:45px}


.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 }

	}