.izl-rmenu{
	       margin-right: 0;
	       width: 65px;
	       position: fixed;
	       right: 0px;
	       top: 45%;	
	       z-index:999;
}
.izl-rmenu .yygh{    
	background-image: url(../images/piao.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    display: block;
    height: 64px;
    width: 65px;
}

.izl-rmenu .yblc{    
	background-image: url(../images/piao.png);
    background-repeat: no-repeat;
    background-position: center -212px;
    display: block;
    height: 74px;
    width: 65px;
}

.izl-rmenu .consult{    
	background-image: url(../images/piao.png);
    background-repeat: no-repeat;
    background-position: center -64px;
    display: block;
    height: 74px;
    width: 65px;
}

.izl-rmenu .consult .phone {
    background-color:#ff7113;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 79px;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    text-align: center;
	font-weight:bold;
    display: none;
	border-radius:6px 0 0 6px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/piao.png);
    background-repeat: no-repeat;
    background-position: center -138px;
    display: block;
    height: 74px;
    width: 65px;
    
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width:65px;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -150px;
    top: 131px;
    width: 150px;
    height: 150px;
    background:url(../images/qrcode.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/piao.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 64px;
    width: 65px;
    background-color: #FFF!important;
    z-index:999;
}