.common-share-icons {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.common-share-icons .share-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
.common-share-icons .share-content .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
}
.common-share-icons .share-content .content a {
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
}
.common-share-icons span {
  line-height: unset;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  margin-right: 20px;
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.common-share-icons span i {
  margin-right: 5px;
}
.common-share-box {
  height: auto;
  right: 0;
  top: -6px;
}
.common-share-box .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  font-family: AlibabaPuHuiTiR;
  color: #999999;
  line-height: 28px;
}
.common-share-box .content span {
  margin-right: 0;
}
.common-share-box .content .social-share-icon {
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
}
.common-share-box .share-box {
  display: inline;
  position: relative;
  top: 0;
  right: auto;
}
