.share-content-img {
  width: 37.5rem;
  margin: 4.45rem 0rem 6rem 0rem;
}
.share-btn {
  width: 33.5rem;
  height: 4.4rem;
  line-height: 4.4rem;
  background: #E9BD85;
  border-radius: 2.2rem;
  position: fixed;
  bottom: 2.3rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: SourceHanSansCN-Regular;
  color: #000000;
  font-size: 1.7rem;
  text-align: left;
  padding-left: 14.8rem;
  box-sizing: border-box;
}
.share-btn::after {
  content: '';
  position: absolute;
  left: 12rem;
  top: 1.25rem;
  width: 2rem;
  height: 2rem;
  background: url(https://images.zhongmin.cn/bofen_wap/informationDetails/images/information-share-btnbg2.png) left top no-repeat;
  background-size: 2rem 2rem;
}
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  line-height: 0;
  font-size: 0;
  z-index: 3;
}
.mask .mask-share-box {
  width: 26.7rem;
  position: relative;
  top: 8.3rem;
  left: 7.35rem;
}
.mask .mask-share-box .share-img {
  width: 26.7rem;
  height: 15.4rem;
}
.mask .mask-share-box .share-konw-btn {
  display: block;
  width: 13.5rem;
  height: 4.2rem;
  line-height: 4.2rem;
  background: #FAFAFA;
  border: 1px solid #ccc;
  border-radius: 2.1rem;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  color: #000;
  font-size: 1.7rem;
  margin: 1.5rem 4rem;
}
.mask .mask-follow-box {
  width: 32.5rem;
  height: 16.1rem;
  background: #fff;
  border-radius: 0.9rem;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5rem 2rem;
  box-sizing: border-box;
}
.mask .mask-follow-box .follow-text {
  font-family: SourceHanSansCN-Regular;
  color: #333;
  font-size: 1.5rem;
  line-height: 2rem;
}
.mask .mask-follow-box .follow-btn-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.4rem;
}
.mask .mask-follow-box .follow-btn-box span {
  display: block;
  width: 13.5rem;
  height: 4.2rem;
  line-height: 4rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 2.1rem;
  box-sizing: border-box;
}
.mask .mask-follow-box .follow-btn-box .know-btn {
  background: #FAFAFA;
  border: 1px solid #ccc;
  color: #000;
}
.mask .mask-follow-box .follow-btn-box .follow-btn {
  background: #E9BD85;
  border: 1px solid #E9BD85;
  color: #fff;
}
