
/* 2025-8-13 tao start */
.agent-pc ._newTopSlider {
  display: none;
}
.agent-pc #shares {
  display: none;
}
.share_btn {
  position: fixed;
  bottom: 100px;
  right: -98px;
  display: block;
  z-index: 30;
  transition: right 0.55s ease;
}
.share_btn .image {
  width: 100px;
}
.share_btn.show {
  right: 0;
}
/* 2025-8-13 tao end */
