/*reset css*/
.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top:60%;
	       -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/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 141px;
    line-height: 73px;
    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 .qq {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    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-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 64px;
}
.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: 82px;
    -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: 54px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -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/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}
#udesk-feedback-tab1 {
    position: fixed;
    right: 2px;
    top: 130%;
    margin-top: -76px;
    -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/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}



.sidebar-fix {
    position: fixed;
    right: 0;
    top: 59%;
    margin-top: -105px;
    z-index: 10;
}

.sidebar-fix a {
    width: 70px;
    height: 70px;
    box-shadow: 0px -1px 0px 0px rgba(22, 113, 217, 0.25);
    display: block;
    position: relative;
}

.sidebar-fix a.sidebar-wx {
    background: url("../images/icon_wx.png") no-repeat center center;
    border-top-left-radius: 4px;
    background-color: #0082FC;
}

.sidebar-fix a.sidebar-wx:hover {
    background: url("../images/icon_wx.png") no-repeat center center;
    background-color: #156ED4;
}

.sidebar-fix a.sidebar-wx:active {
    background: url("../images/icon_wx.png") no-repeat center center;
    background-color: #1361BA;
}

.sidebar-fix a.sidebar-qq {
    background: url("../images/icon_qq.png") no-repeat center center;
    background-color: #0082FC;
}

.sidebar-fix a.sidebar-qq:hover {
    background: url("../images/icon_qq.png") no-repeat center center;
    background-color: #156ED4;
}

.sidebar-fix a.sidebar-qq:active {
    background: url("../images/icon_qq.png") no-repeat center center;
    background-color: #1361BA;
}

.sidebar-fix a.sidebar-qy {
    border-bottom-left-radius: 4px;
    background: url("../images/icon_qy.png") no-repeat center center;
    background-color: #0082FC;
}

.sidebar-fix a.sidebar-qy:hover {
    background: url("../images/icon_qy.png") no-repeat center center;
    background-color: #156ED4;
}

.sidebar-fix a.sidebar-qy:active {
    background: url("../images/icon_qy.png") no-repeat center center;
    background-color: #1361BA;
}

.sidebar-details {
    position: absolute;
    right: 80px;
    top: 0;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    box-shadow: 0 0 15px #ccc;
    padding: 11px 18px;
    display: none;
}

.sidebar-details img {
    width: 140px;
}

.sidebar-wx .sidebar-details i {
    top: 20%;
}

.sidebar-details i {
    width: 16px;
    height: 14px;
    background: url("../images/sz.png?666") no-repeat left center;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -7px;
}

.sidebar-fix a:hover .sidebar-details {
    display: block;
}

.sidebar-details img {
    width: 120px;
    max-width: 120px;
}

.sidebar-wx .sidebar-details {
    padding: 11px;
}

@media (max-width: 640px) {
    .sidebar-fix {
        display: none;
    }
}