@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.galleryWidget06 .gallery-wrap {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .galleryWidget06 .gallery-wrap .gallery-item-wrap {
    display: flex;
    display: -ms-flex;
    padding: 8px 8px 0px 0px;
    background: #ffffff; }
    .galleryWidget06 .gallery-wrap .gallery-item-wrap li {
      list-style: none; }
    .galleryWidget06 .gallery-wrap .gallery-item-wrap img {
      display: block;
      width: 100%; }
  .galleryWidget06 .gallery-wrap .gallery-item {
    display: flex;
    display: -ms-flex;
    width: 100%;
    transition: all .15s ease-in-out; }
  .galleryWidget06 .gallery-wrap .gallery-left-box {
    box-sizing: border-box;
    width: calc((100vw - 64px) * 0.33);
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    margin-left: 8px; }
    .galleryWidget06 .gallery-wrap .gallery-left-box .picture-item {
      width: 100%; }
      .galleryWidget06 .gallery-wrap .gallery-left-box .picture-item:last-of-type {
        height: 0px; }
  .galleryWidget06 .gallery-wrap .gallery-middle-box {
    box-sizing: border-box;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    width: calc((100vw - 64px) * 0.44);
    margin-left: 8px; }
    .galleryWidget06 .gallery-wrap .gallery-middle-box .picture-item {
      width: 100%; }
      .galleryWidget06 .gallery-wrap .gallery-middle-box .picture-item:nth-of-type(1) {
        width: calc(50% - 4px);
        margin-right: 4px; }
      .galleryWidget06 .gallery-wrap .gallery-middle-box .picture-item:nth-of-type(2) {
        width: calc(50% - 4px);
        height: 0px;
        margin-left: 4px; }
  .galleryWidget06 .gallery-wrap .gallery-right-box {
    box-sizing: border-box;
    width: calc((100vw - 64px) * 0.23);
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    margin-left: 8px; }
    .galleryWidget06 .gallery-wrap .gallery-right-box .picture-item {
      width: 100%; }
      .galleryWidget06 .gallery-wrap .gallery-right-box .picture-item:last-of-type {
        height: 0px; }
  .galleryWidget06 .gallery-wrap .picture-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    cursor: pointer; }
.galleryWidget06 .preview-wrap {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 12; }
  .galleryWidget06 .preview-wrap .preview-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 13; }
    .galleryWidget06 .preview-wrap .preview-box img {
      max-width: 100%;
      max-height: 80%; }
  .galleryWidget06 .preview-wrap .preview-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
.galleryWidget06 .swiper-slide {
  flex-shrink: initial;
  height: auto;
  width: auto !important; }
.galleryWidget06 .swiper-container-free-mode > .swiper-wrapper {
  margin: 0px;
  z-index: none;
  box-sizing: border-box; }
.galleryWidget06 .swiper-wrapper {
  width: auto;
  height: auto;
  position: initial; }

/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .galleryWidget06 .gallery-wrap .gallery-item-wrap {
    padding: 0px; }
    .galleryWidget06 .gallery-wrap .gallery-item-wrap li {
      padding-right: 8px; }
  .galleryWidget06 .gallery-wrap .gallery-item {
    height: 60vh; }
    .galleryWidget06 .gallery-wrap .gallery-item img {
      width: auto;
      height: 100%; } }

/*# sourceMappingURL=galleryWidget06.css.map */
