/* 终端分享按钮 */
.terminal-share {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 64px;
  height: auto;
}
.terminal-share:active {
  opacity: 0.7;
}
