#new-kefu {
  width: 78px;
  /*height: 640px;*/
  background-color: #ffffff;
  box-shadow: 0px 12px 51px 8px rgba(37, 108, 195, 0.15);
  border-radius: 4px;
  position: fixed;
  right: 0;
  top: 14%;
}
#new-kefu ul li {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  width: 78px;
  /*height: 78px;*/
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
#new-kefu ul li img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
#new-kefu ul li p {
  /*width: 48px;*/
  /*height: 13px;*/
  /*font-family: SourceHanSansCN-Normal;*/
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #2185f0;
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
}
#new-kefu ul .last {
  width: 78px;
  height: 72px;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  background-color: #d0d7de;
}

#new-kefu ul .last img {
  width: 50px;
  height: 35px;
}
#new-kefu ul li:hover {
  cursor: pointer;
  background: #2185f0;
}
#new-kefu ul li:hover p {
  color: #ffffff;
}
#new-kefu ul li:hover .img-1 {
  display: none;
}
#new-kefu ul li:hover .img-2 {
  /*display: none;*/
  display: block;
}
#new-kefu ul li .img-2 {
  display: none;
}
#new-kefu ul li .new-kefu-phone-num {
  position: absolute;
  right: 80px;
  top: 74px;
  width: 186px;
  height: 62;
  text-align: center;
  line-height: 62px;
  font-size: 16px;
  background: url('../img/kefu/kuang.png') no-repeat;
  display: none;
  color: #2185f0;
}
#new-kefu ul .new-kefu-phone:hover .new-kefu-phone-num {
  display: block;
}
#new-kefu ul .last:hover {
  background-color: #d0d7de;
}
