.contact-container {
  display: inline-block;
  width: 59px;
  position: fixed;
  right: 0;
  bottom: 100px;
}


.contact-container li {
  width: 100%;
  background-color: #264C86;
  width: 59px;
  height: 59px;
}

.contact-container li:hover {
  cursor: pointer;
}

.contact-container li.kefu img {
  transform: scale(.5);
}