* {
  padding: 0;
  margin: 0;
}
body{
  background-color: #FAE8CF;

}
.shareContent {
  width: 15rem;
  position: relative;
  margin: 0 auto;
  padding-bottom: 1.4rem;
}

/* 底部 */
.pf-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15rem;
  z-index: 99;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  height: 1.96rem;
}
.pf-nav-item {
  text-align: center;
  margin: 0.26rem 0 0.22rem 0;
  width: 3rem;
}
.pf-img {
  width: 0.88rem;
}
.pf-title {
  font-size: 0.4rem;
  color: #cccccc;
  font-family: SourceHanSansCN-Regular;
  margin-top: 0.22rem;
}
#show_kf {
  position: relative;
}

#show_kf .img-div {
  position: absolute;
  left: 12%;
  top: -1rem;
  z-index: 6;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0.1rem 0.23rem;
  box-sizing: border-box;
}

.img-div img {
  width: 1.9rem;
  height: 1.9rem;
}

#show_kf .pf-title {
  margin-top: 1.1rem;
}