/* 分享 */
.mark-share{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.3);
  display: none;
  z-index: 999;
}
.share{
  width: 7.17rem;
	border-radius: 0.25rem;
  background: #fff;
  position: fixed;
  bottom: 0.16rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  /* display: none; */
  z-index: 10;
}
.share>ul{
  display: flex;
  justify-content: space-between;
  padding: 0.56rem 0.65rem 0.58rem;
  overflow: hidden;
}
.share>ul>li>a{
  display: block;
  margin-right: 0.57rem;

}
.share>ul>li:last-of-type>div{
  margin-right: 0;
}
.share>ul>li>i,
.share>ul>li>a>i,
.share>ul>li:last-of-type>div>i{
  font-size: 1rem;
  text-align: center;
  line-height: 1.05rem;
}
.share>ul>li:nth-of-type(1)>a>i{
  color: #e33939;
}
.share>ul>li:nth-of-type(2)>i{
  color: #34a1fb;
}
.share>ul>li:nth-of-type(2),
.share>ul>li:nth-of-type(3){
  margin-right: 0.57rem;
  text-align: center;
}
.share>ul>li:nth-of-type(3)>i{
  color: #fecf00;
}
.share>ul>li:nth-of-type(4)>button>i{
  font-size: 1rem;
  text-align: center;
  line-height: 1.05rem;
  color: #a5a7a8;
}
.share>ul>li>a>p,
.share>ul>li>div>p{
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
}
.share>ul>li>input{
  opacity: 0;
  position: absolute;
}
.share>ul>li>button{
  background: #fff;
  padding: 0;
}
.share>div{
  width: 100%;
  text-align: center;
  border-top: 0.02rem solid #ccc;
  padding: 0.35rem 0;
  box-sizing: border-box;
  font-size: 0.34rem;
	color: #e00b0b;
}
#bar{
  font-size: 0;
  opacity: 0;
}