.social-share {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.social-share .social-share-icon {
  width: 26px;
  height: 26px;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  transition: background 0.6s ease-out 0s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}
.social-share .icon-wechat {
  position: relative;
  background-image: url(./img/weiXin.png);
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  width: 200px;
  height: 192px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px #aaa;
  background-color: #fff;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  transition: all 0.4s;
}
.social-share .icon-wechat .wechat-qrcode h4,
.social-share .icon-wechat .wechat-qrcode .help p {
  margin: 0;
  padding: 0;
  color: #777;
  font-size: 12px;
  font-weight: normal;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  height: 26px;
  line-height: 26px;
  background-color: #f3f3f3;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode img {
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  line-height: 16px;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -6px;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.social-share .icon-weibo {
  background-image: url(./img/weiBo.png);
}
.social-share .icon-qq {
  background-image: url(./img/QQ.png);
}
.social-share .icon-qzone {
  background-image: url(./img/QQZone.png);
}