.share-to-home{
  background: var(--share-to-home-bg-color);
}
.share-to-home-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  padding-top:4px;
  padding-bottom:4px;
}
.share-to-home-inner-left{
  flex:none;
  display:flex;
  align-items:center;
}
.share-to-home-inner-left-img{
  flex:none;
  width:84px;
}
.share-to-home-inner-left-text{
  margin-left:16px;
  font-size: 18px;
  font-weight: 700;
  color: var(--share-to-home-inner-left-text-font-color);
}
.share-to-home-inner-right{
  padding-left:8px;
  padding-right:8px;
  height:26px;
  line-height:26px;
  color:#ffffff;
  border-radius: 4px;
  background: rgba(109, 157, 173, 1);
  flex:none;
  font-size: 16px;
  font-weight: 700;
}
.share-to-home .content-public-page{
  margin-top:0;
}
@media (max-width:767px){
  .share-to-home-inner-left-img{
    width:14vw;
  }
  .share-to-home-inner-left-text{
    font-size: 3.2vw;
    margin-left: 2vw;
  }
  .share-to-home-inner-right{
    font-size: 3.2vw;
    height: 6vw;
    line-height: 6vw;
  }
}