.gallery-stage.has-long-image::before,
.gallery-stage.has-long-image::after{
  content:"滚动查看完整长图 ↓";
  position:absolute;
  z-index:11;
  top:50%;
  color:rgba(255,255,255,.42);
  font-size:8px;
  letter-spacing:.18em;
  writing-mode:vertical-rl;
  transform:translateY(-50%);
  pointer-events:none;
}
.gallery-stage.has-long-image::before{left:clamp(86px,9vw,160px)}
.gallery-stage.has-long-image::after{right:clamp(86px,9vw,160px)}
.gallery-image-scroll.is-long .gallery-main-picture{
  width:60%;
  max-width:none;
}
.gallery-thumb.is-long-thumb img{
  object-fit:contain;
  background:#080808;
}
[data-theme="light"] .gallery-stage.has-long-image::before,
[data-theme="light"] .gallery-stage.has-long-image::after{color:rgba(255,255,255,.42)}
@media(max-width:1024px){
  .gallery-image-scroll.is-long .gallery-main-picture{width:72%}
}
@media(max-width:767px){
  .gallery-image-scroll.is-long .gallery-main-picture{width:100%}
  .gallery-stage.has-long-image::before,
  .gallery-stage.has-long-image::after{display:none}
}
