/* [project]/project/youjia/node_modules/.pnpm/react-photo-view@1.2.7_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-photo-view/dist/react-photo-view.css [app-client] (css) */
.PhotoView-Portal {
  touch-action: none;
  z-index: 2000;
  direction: ltr;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

@keyframes PhotoView__rotate {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes PhotoView__delayIn {
  0%, 50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.PhotoView__Spinner {
  animation: .4s linear both PhotoView__delayIn;
}

.PhotoView__Spinner svg {
  animation: .6s linear infinite PhotoView__rotate;
}

.PhotoView__Photo {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  max-width: none;
}

.PhotoView__Photo:active {
  cursor: grabbing;
}

.PhotoView__icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.PhotoView__PhotoBox, .PhotoView__PhotoWrap {
  touch-action: none;
  direction: ltr;
  width: 100%;
  position: absolute;
  inset: 0;
}

.PhotoView__PhotoWrap {
  z-index: 10;
  overflow: hidden;
}

.PhotoView__PhotoBox {
  transform-origin: 0 0;
}

@keyframes PhotoView__fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft, .PhotoView-Slider__clean .PhotoView-Slider__ArrowRight, .PhotoView-Slider__clean .PhotoView-Slider__BannerWrap, .PhotoView-Slider__clean .PhotoView-Slider__Overlay, .PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover {
  opacity: 0;
}

.PhotoView-Slider__Backdrop {
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  transition-property: background-color;
  position: absolute;
  top: 0;
  left: 0;
}

.PhotoView-Slider__fadeIn {
  opacity: 0;
  animation: linear both PhotoView__fade;
}

.PhotoView-Slider__fadeOut {
  opacity: 0;
  animation: linear reverse both PhotoView__fade;
}

.PhotoView-Slider__BannerWrap {
  color: #fff;
  z-index: 20;
  background-color: #00000080;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  transition: opacity .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.PhotoView-Slider__BannerWrap:hover {
  opacity: 1;
}

.PhotoView-Slider__Counter {
  opacity: .75;
  padding: 0 10px;
  font-size: 14px;
}

.PhotoView-Slider__BannerRight {
  align-items: center;
  height: 100%;
  display: flex;
}

.PhotoView-Slider__toolbarIcon {
  fill: #fff;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .75;
  padding: 10px;
  transition: opacity .2s linear;
}

.PhotoView-Slider__toolbarIcon:hover {
  opacity: 1;
}

.PhotoView-Slider__ArrowLeft, .PhotoView-Slider__ArrowRight {
  cursor: pointer;
  opacity: .75;
  -webkit-user-select: none;
  user-select: none;
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100px;
  margin: auto;
  transition: opacity .2s linear;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.PhotoView-Slider__ArrowLeft:hover, .PhotoView-Slider__ArrowRight:hover {
  opacity: 1;
}

.PhotoView-Slider__ArrowLeft svg, .PhotoView-Slider__ArrowRight svg {
  fill: #fff;
  box-sizing: content-box;
  background: #0000004d;
  width: 24px;
  height: 24px;
  padding: 10px;
}

.PhotoView-Slider__ArrowLeft {
  left: 0;
}

.PhotoView-Slider__ArrowRight {
  right: 0;
}

/*# sourceMappingURL=0x1m_react-photo-view_dist_react-photo-view_0snvk0t.css.map*/