/*reset css*/


.izl-rmenu{
	       margin-right: 0;
	       width: 65px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
/*	       -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/kf2.png);
    background-repeat: no-repeat;
    background-position: center -65px;
    display: block;
    height: 65px;
    width: 65px;
}
.izl-rmenu .consult:hover{
    background-color:#000;
	background-image: url(../images/kf2.png);
    background-repeat: no-repeat;
    background-position: center -65px;
    display: block;
    height: 65px;
    width: 65px;
}
.izl-rmenu .consult .phone {
    background-color:#000;
    position: absolute;
    width: 180px;
    left: -180px;
    line-height: 65px;
    color: #a88f7b;
    font-size: 18px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:2px;
	font-family:futura mediumitalic;
    text-align: center;
    display: none;
	 filter:alpha(opacity=90);     /*  IE */
	-moz-opacity:0.9;              /* Moz + FF */
	opacity: 0.9;            /*支持CSS3的浏览器（FF 1.5也支持）*/
/*    box-shadow: #DDD -1px 1px 4px;*/
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/kf2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    /*width: 16px;*/
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-bottom: 47px;
    padding-left: 48px;
}

.izl-rmenu .cart:hover {
    background-image: url(../images/kf2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    /*width: 16px;*/
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-bottom: 47px;
    padding-left: 48px;
	background-color:#000;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 56px;
    width: 65px;
    -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/top.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 56px;
    width: 65px;
    -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;
	background-color:#000;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -122px;
    top: 60px;
    width: 122px;
    height: 124px;
    background:url(../images/ewm_new.png);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -65px;
/*    -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/kf2.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 65px;
    width: 65px;
    z-index:999;
}

#udesk-feedback-tab:hover {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -65px;
/*    -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/kf2.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 65px;
    width: 65px;
    z-index:999;
	background-color:#000;
}