/*滚动客服样式*/

.izl-rmenu{background:#0EA558;padding:10px 5px;border:#0D7841 1px solid;position:fixed;display:block;right:2px; top:70%; border-radius:100px;transition:1s; z-index:10}
.izl-rmenu:hover{ background:#333;border:#333 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 0px solid;width:600%;box-shadow:0px 0px 10px #ccc;border-radius:1px;right:52px;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:32px}

.izl-rmenu .btn-phone{background:url(../img/faq_tel.svg) center no-repeat;}
.izl-rmenu .btn-phone .phone{ font-size:14px;background:#0EA558; color:#fff;text-transform:uppercase;position:absolute; border-radius:50px;display:none;width:140px;padding:30% 50%;right:48px;box-shadow:1px 0px 0px #fff;}
.izl-rmenu .btn-phone .arrow{position:absolute; display:none; 
border: 8px solid;border-left-color: #0EA558;
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:1024px) 
{ 
.izl-rmenu { top:80%; }
.izl-rmenu a.btn-qq{ display:none }
	.izl-rmenu .btn-wx{ display:none }
	.izl-rmenu{ }
	}