.share-box {
  box-shadow: 0px 0px 10px 2px #e2e2e2;
  padding: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1.1rem;
  /* display: none; */
}

.share-box > li {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.share-box > li div {
  width: 24px;
  height: 24px;
  float: left;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.share-box > li span {
  cursor: pointer;
  color: #232323;
  font-size: 10px;
  white-space: nowrap;
  display: block;
  height: 24px;
  flex: 1;
  line-height: 24px;
}
.share-box > li span:hover {
  color: dodgerblue;
}
.share-box > li .share-qrcode {
  background-image: url("../images/wechat.png");
}
.share-box > li .share-sina {
  background-image: url("../images/sina.png");
}
.share-box > li .share-qq {
  background-image: url("../images/qq.png");
}