.weui-gallery__container {
  z-index: 100000;
  display: flex;
  flex-direction: column;
}
.weui-gallery__container .weui-gallery__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 15px;
  color: var(--weui-WHITE);
}
.weui-gallery__container .weui-gallery__header .gallery-close__btn {
  position: absolute;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.weui-gallery__container .weui-gallery__header .gallery-close__btn .weui-icon-close {
  width: 16px;
  height: 16px;
}
.weui-gallery__container .weui-gallery__img-wrap {
  display: flex;
  flex: 1;
  touch-action: none;
  transform: translateX(0);
}
.weui-gallery__container .weui-gallery__img-wrap .weui-gallery__img {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 44px 0;
}
.weui-gallery__container .weui-gallery__img-wrap .weui-gallery__img > img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.weui-gallery__container .weui-gallery__opr {
  position: relative;
}
