.shareImage{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: rgba(0,0,0,0.6);
  display: none;
}
.shareImage-height{
  max-height: 90vh;
  position: relative;
  /* overflow-y: auto; */
  /* 全局滚动条样式 */

}

.shareImage_id{
  display: none;
}
.shareImage-overflow::-webkit-scrollbar {
  width: 3px;
}
.shareImage-box-tool{
  position: absolute;
  top: 20px;
  right: -80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.shareImage-box-tool img{
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.shareImage-overflow img{
  width: 375px;
  height: 760px;
}