/*reset css*/
*{margin:0;padding:0;list-style:none;border:none;}

.izl-rmenu{
	       margin-right: 0;
	       width: 68px;
	       position: fixed;
	       right: 2px;
	       top: 45%;
	       /*-webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;*/
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/liu.jpg);
    background-repeat: no-repeat;
    background-position: center -207px;
    display: block;
    height: 70px;
    width: 68px;
}
.izl-rmenu .consult .pic {
   background:url(../images/weixin.jpg)  center no-repeat;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
   /* box-shadow: #DDD -1px 1px 4px;*/
}
.izl-rmenu a.consult:hover .pic{display:inline !important;}
.izl-rmenu .zx {
	background-image: url(../images/liu.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: 68px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    background-position: center -139px;
}
.izl-rmenu a.zx:hover .pic{display:block;}
.izl-rmenu .zx .pic{
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
   /* box-shadow: #DDD -1px 1px 4px;*/
}
.izl-rmenu .cart {
    background-image: url(../images/liu.jpg);
    background-repeat: no-repeat;
    background-position: center -70px;
    display: block;
    height: 70px;
    width: 68px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
   /* padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;*/
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 68;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: -15px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg)  center no-repeat;
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 45%;
    margin-top: -70px;
   /* -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;*/
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/liu.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 70px;
    width: 68px;
    background-color: #FFF!important;
    z-index:999;
}
@media only screen and (max-width: 767px) {
	.izl-rmenu {display:none;}
#udesk-feedback-tab{display:none!important;}
}