.share-box {
  margin-top: 48rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56rem;
  width: 100%;
  border-top: 1px solid #e1e6ed;
  border-bottom: 1px solid #e1e6ed;
}
.share-label {
  color: #232222;
  font-size: 14rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.share-links {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.share-link .iconfont {
  color: #858585;
  font-size: 22rem;
}
.share-link:hover .iconfont {
  color: #a52933;
}
@media (max-width: 996px) {
  .share-box {
    height: 112rem;
  }
  .share-label {
    font-size: 28rem;
  }
  .share-link .iconfont{
    font-size: 40rem;
  }
}
