.common-share-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.common-share-icons span {
  font-size: 14px;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
  cursor: pointer;
}
.common-share-icons .common-share-box {
  height: auto;
  right: 0;
  top: -4px;
}
.common-share-icons .common-share-box .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
}
.common-share-icons .common-share-box .content span {
  margin-right: 0;
}
.common-share-icons .common-share-box .share-box {
  display: inline;
  position: relative;
  top: 0;
  right: auto;
}
.common-share-icons .common-share-box .share-box .social-share-icon {
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.social-share .icon-wechat .wechat-qrcode {
  top: 25px;
  left: -57px;
  width: 130px;
  height: 148px;
}
.social-share .icon-wechat .wechat-qrcode:after {
  bottom: 146px;
  border-color: transparent transparent #fff transparent;
}
