.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       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/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: 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 .phone{display:inline !important;}
.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: 65px;
}
.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: 65px;
    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;
}
.dhl{
    /*position: absolute;*/
    /*top: 0;*/
    /*z-index: 999;*/
    background: #fff;
    width: 200px;
}
.dhl a{
    display: block;
    height: 48px;
    line-height: 48px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding:0 10px;
    color: #3c3c3c;
    font-size: 16px;
        border-bottom: 1px solid #ededed;
}
.dhl h3{
    display: block;
    height: 52px;
    line-height: 52px;
    background: #ff3622ba;
    color: #fff;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding:0 10px;
    font-size: 18px;
    background-image: url(../images/pre.png);
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: 190px center; 
    cursor: pointer;
}
.dhl{
        border: 1px solid #ededed;
        width: 20%;
        display: inline-block;
        vertical-align: top;
}
.copyright {
    text-align: center;
    padding: 8px 10px;
    color: #8a8a8a;
    background: #000;
    font-size: 12px;
}
.sonnav{
    display: block;
}
.dhl:hover .sonnav{
    display: block;
}
.dhl a:hover {
    background-color: #f9f9f9;
}
.gd1{
    width: 79%;
    display: inline-block;
    vertical-align: top;
}
.kefu0 {
    width: 150px;
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 997;
    cursor: pointer;
  }
  .left23{
    position: absolute;
    padding-left: 10px;
   padding-top: 0px;
  }
  .kefu1 {
    background: linear-gradient(to bottom,#ff6382,#ff965b);
    width: 41px;
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 997;
    cursor: pointer;
    text-align: center;
     height: 140px;
  padding-top: 10px;
  }
  .kefu1 p{
  padding:0px 11px;
  color:#ffffff;
  line-height: 26px;
  }
  
  .kefu0:hover {
    transform: translate3d(-10px, 0, 0);
  }
  .kefu0 a {
    display: block;
    width: 72px;
    height: 80px;
    overflow: hidden;
    background: no-repeat center center;
    opacity: 1;
    text-align: center;
    padding-top: 55px;
    color:red;
  }
@media screen and (max-width: 600px) {
    .dhl{
        display: none;
    }
    .gd1{
        width: 100%;
    }
}