.social-share a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  outline: none; }
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.6s ease-out 0s;
  -o-transition: background 0.6s ease-out 0s;
  transition: background 0.6s ease-out 0s; }
.social-share .icon-wechat {
  position: relative; }
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: 48px;
  right: 0px;
  width: 200px;
  height: 228px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px; }
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px; }
  .social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none; }
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: 600;
  height: 40px;
  line-height: 26px;
  font-size: 14px;
  background-color: #366dff;
  margin: 0;
  padding: 0;
  line-height: 40px;
  color: #fff;
  border-radius: 8px 8px 0 0; }
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 14px auto 16px; }
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important; }
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #8c8e92; }
.social-share .icon-wechat .wechat-qrcode:after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent; }
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block; }
