/*reset css*/
.izl-rmenu{
           margin-right: 0;
           width: 80px;
           position: fixed;
           right: 0px;
           top: 20%;
           -webkit-box-shadow: #DDD 0px 1px 5px;
           -moz-box-shadow: #DDD 0px 1px 5px;
           box-shadow: #DDD 0px 1px 5px;
           z-index:100000;
}
.izl-rmenu .consult{    
    background-color: #fff;
    background-image:url(../image/icon_phone.png);
    background-repeat: no-repeat;
    background-position: center 35%;
    display: block;
    height: 84px;
    width: 80px;
    border-top:1px solid #E1E1E1;
}
.izl-rmenu span{
    display: block;
    text-align: center;
    margin-top: 65%;
    color: #545454;
    font-size: 14px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 171px;
    line-height: 84px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../image/icon_share.png);
    background-repeat: no-repeat;
    background-position: center 45%;
    background-color: #fff;
    display: block;
    height: 84px;
    width: 80px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    border-top:1px solid #E1E1E1;
    cursor: pointer;
/*    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;*/
}
.izl-rmenu a.cart:hover .pic{display:inline !important;}

.izl-rmenu .btn_top {
    background-image: url(../image/icon_top.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    display: block;
    height: 30px;
    width: 80px;
    -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;
    border-top:1px solid #E1E1E1;
    /*background-size: 100%;*/
}
.izl-rmenu .btn_top:hover {
    background-color: #ccc;
}

#udesk-feedback-tab {

        background-image: url(../image/icon_zixun.png);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-color: #fff;
    display: block;
    height: 84px;
    width: 80px;
    font-size: 12px;
    /*line-height: 16px;*/
    color: #45BDFF;
    text-align: center;
    border-top:1px solid #E1E1E1;
}
.prosperous{
    background-image: url(../image/icon_store.png);
    background-repeat: no-repeat;
    background-position: center 35%;
    background-color: #fff;
    display: block;
    height: 84px;
    width: 80px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    border-top:1px solid #E1E1E1;
}
.avator{
	 background-image: url(../image/avator.jpg);
	  background-repeat: no-repeat;
    background-position: center 35%;
    background-color: #fff;
    display: block;
    height: 84px;
    width: 80px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    border-top:1px solid #E1E1E1;
}







