#pbTopBar{
  display: none;
}
#pbTopBar #btnMore{
  display: none !important;
} 
#pbToolBar{
  opacity: 0.8;
  margin: 0 auto;
  bottom: 5px !important;
}
.phoneMoreButton div{
  margin-left: 7px !important;
}
.phoneMoreButton{
  width: 40px !important;
}
div#tmpMark{
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  position: absolute;
  z-index: 10;
  display: none;
}
#menu{
  width: 80% !important;
  left: 10%;
  /* bottom: 45px !important; */
}
#background{
  opacity: 0.8 !important;
}
/* 分享功能样式 */
div#shareMark{
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  position: absolute;
  z-index: 10;
  display: none;  
}
.share-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 200px;
  background-color: #efefef;
}
.share-title{
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  padding-top: 15px;
  margin-bottom: 15px;
}
.logo-con {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: 0 auto;
}
.share-one {
  width: 25%;
  text-align: center;
  margin-right: 5%;
}
.share-one img{
  width: 85px;
  height: 85px;
}
.pmark{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
@media screen and (max-width: 768px){
  .share-logo{
    width: 85%;
  }
  .share-one img{
    width: 80%;
    height: calc(100vw*0.9*0.25*0.85*0.8);
  }
  #menu{
    width: 100% !important;
    left: 0%;
    /* bottom: 45px !important; */
  }
}

#soundBtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: block;
  opacity: 0;
  /* background-color: #fff; */
}
/* 图标修改 */
div#btnShares{
  background-image: url(icon/fen_xiang.png);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
}
div#btnGotoPage div{
  background-image: url(icon/exchange.png) !important;
  background-position: 0px 0px !important;
  background-size: 25px 30px !important;
}
div#btnThumb div{
  background-image: url(icon/menu1.png) !important;
  background-position: 0px 0px !important;
  background-size: 25px 26px !important;
}
div#btnMore div{
  background-image: url(icon/music.png) !important;
  background-position: 0px 0px !important;
  background-size: 25px 25px !important;
}

