
  .ljw-toolbar {
    position: fixed;
 
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}
.ljw-toolbar dd:first-child {
    margin-top: 0;
}
.ljw-toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #0067d0;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
	margin-left:0
}
.ljw-toolbar dd.ljw-qq i {
    background-position-y: 0;
}
.ljw-toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(/kefu/6/images/toolbar.png) no-repeat center 0;
}
.ljw-toolbar dd span {
    display: block;
    color: #fff;
}
.ljw-toolbar dd.ljw-tel i {
    background-position-y: -30px;
}
.ljw-toolbar dd.ljw-code i {
    background-position-y: -60px;
}
.ljw-toolbar dd.ljw-top i {
    background-position-y: -90px;
}

.ljw-toolbar dd.ljw-code .ljw-box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #0067d0;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.ljw-toolbar dd.ljw-tel .ljw-box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #0067d0;opacity: 0;transition: all .5s;}

.ljw-toolbar dd.ljw-tel .ljw-box p {
    font-size: 14px;
    margin: 15px auto 7px;
}
.ljw-toolbar dd.ljw-tel .ljw-box h3 {
    font-size: 18px;
    font-weight: bold;
}
.ljw-toolbar dd.ljw-tel .ljw-box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #0067d0;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}
.ljw-toolbar dd.ljw-code .ljw-box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background:#0067d0;
    opacity: 0;
    transition: all .5s;
}
.ljw-toolbar dd.ljw-code .ljw-box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}
.ljw-toolbar dd:hover {
    background: #333;
}
.ljw-toolbar dd.ljw-tel:hover .ljw-box{opacity: 1;right: 80px;}
.ljw-toolbar dd.ljw-code:hover .ljw-box{opacity: 1;right: 80px;}

  @media screen and (max-width: 768px) {
     .ljw-toolbar {
          display: none;
      }

    

  }