
/*  Extra large devices (large desktops) 大屏桌面端 */
.galleryWidget05 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #ffffff; }
  .galleryWidget05 a, .galleryWidget05 img, .galleryWidget05 .fa {
    outline: none; }
  .galleryWidget05 .galleryPrev {
    position: absolute;
    left: 0px;
    top: 50%;
    padding: 10px 20px;
    margin-top: -43px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    z-index: 1;
    transition: background .3s ease-in-out, color .3s ease-in-out; }
    .galleryWidget05 .galleryPrev:hover {
      color: rgba(255, 255, 255, 0.8);
      background: rgba(0, 0, 0, 0.2); }
  .galleryWidget05 .galleryNext {
    position: absolute;
    right: 0px;
    top: 50%;
    padding: 10px 20px;
    margin-top: -43px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    z-index: 1;
    transition: background .3s ease-in-out, color .3s ease-in-out; }
    .galleryWidget05 .galleryNext:hover {
      color: rgba(255, 255, 255, 0.8);
      background: rgba(0, 0, 0, 0.2); }
  .galleryWidget05 .galleryDetail {
    width: 100vw;
    height: 100vh; }
    .galleryWidget05 .galleryDetail .galleryItem {
      width: 100vw;
      height: 100vh;
      overflow: hidden; }
      .galleryWidget05 .galleryDetail .galleryItem .galleryImage {
        width: 100%; }
      .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionWrap {
        position: absolute;
        top: 100%;
        left: 40px;
        width: 380px;
        background: rgba(0, 0, 0, 0.6);
        transform: translateY(-56px);
        transition: transform .3s ease-in-out; }
        .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionWrap.open {
          transform: translateY(-100%); }
          .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionWrap.open .galleryDescriptionClose img {
            transform: rotate(90deg); }
          .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionWrap.open .galleryDescriptionClose:hover img {
            transform: rotate(180deg); }
          .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionWrap.open .galleryDescriptionTitle {
            margin-top: 0px; }
      .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionBox {
        position: relative;
        padding: 24px;
        color: #ffffff;
        cursor: pointer; }
      .galleryWidget05 .galleryDetail .galleryItem .galleryPreviewClose {
        display: none; }
      .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionClose {
        position: absolute;
        display: block;
        padding: 19px;
        width: 56px;
        height: 56px;
        background: rgba(0, 0, 0, 0.6);
        right: -57px;
        top: 0px;
        box-sizing: border-box;
        cursor: pointer; }
        .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionClose:hover img {
          transform: rotate(135deg); }
        .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionClose img {
          display: block;
          width: 20px;
          height: 20px;
          transform: rotate(45deg);
          transition: transform .3s ease-in-out; }
      .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionTitle {
        margin-top: -8px;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: margin .2s ease-in-out; }
      .galleryWidget05 .galleryDetail .galleryItem .galleryDescription {
        margin-top: 16px;
        font-size: 13px;
        font-weight: 400; }
      .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionLink {
        position: relative;
        display: inline-block;
        line-height: 1.2;
        margin-top: 16px;
        font-size: 12px;
        color: #ffffff;
        text-decoration: none; }
        .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionLink::after {
          content: "";
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 50%;
          height: 1px;
          background: #ffffff;
          transition: width .2s ease-in-out; }
        .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionLink::before {
          content: "";
          position: absolute;
          right: 0px;
          bottom: 0px;
          width: 50%;
          height: 1px;
          background: #ffffff;
          transition: width .2s ease-in-out; }
        .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionLink:hover::after, .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionLink:hover::before {
          width: 0; }
  .galleryWidget05 .galleryPreviewWrap {
    position: absolute;
    max-width: 650px;
    top: 100%;
    right: 40px;
    background: rgba(0, 0, 0, 0.6);
    transform: translateY(0px);
    transition: transform .3s ease-in-out; }
    .galleryWidget05 .galleryPreviewWrap.open {
      transform: translateY(-100%); }
      .galleryWidget05 .galleryPreviewWrap.open .galleryPreviewClose .fa {
        transform: rotate(0deg); }
    .galleryWidget05 .galleryPreviewWrap .galleryPreviewBox {
      position: relative;
      padding: 32px; }
      .galleryWidget05 .galleryPreviewWrap .galleryPreviewBox .galleryPreviewClose {
        position: absolute;
        top: -57px;
        right: 0px;
        height: 56px;
        line-height: 56px;
        padding: 0px 24px;
        background: rgba(0, 0, 0, 0.6);
        color: #ffffff;
        font-size: 15px;
        cursor: pointer; }
    .galleryWidget05 .galleryPreviewWrap .galleryPreviewClose .fa {
      margin-left: 8px;
      transform: rotate(180deg);
      transition: transform .3s ease-in-out; }
    .galleryWidget05 .galleryPreviewWrap .galleryItem {
      overflow: hidden;
      cursor: pointer; }
      .galleryWidget05 .galleryPreviewWrap .galleryItem img {
        width: 100%; }
    .galleryWidget05 .galleryPreviewWrap .slick-list {
      height: 88px; }
      .galleryWidget05 .galleryPreviewWrap .slick-list .os-scrollbar-handle {
        background: rgba(255, 255, 255, 0) !important; }
      .galleryWidget05 .galleryPreviewWrap .slick-list .os-scrollbar-horizontal {
        height: 9px;
        cursor: pointer;
        transition: height .3s ease-in-out; }
        .galleryWidget05 .galleryPreviewWrap .slick-list .os-scrollbar-horizontal:hover {
          height: 12px; }
      .galleryWidget05 .galleryPreviewWrap .slick-list:hover .os-scrollbar-handle {
        background: rgba(255, 255, 255, 0.5) !important; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
@media (max-width: 1200px) {
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionWrap {
    left: 0px;
    width: 280px;
    transform: translateY(-48px); }
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionBox {
    padding: 16px; }
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionClose {
    padding: 14px;
    right: -49px;
    width: 48px;
    height: 48px; }
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionTitle {
    margin-top: 0px; }
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescription, .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionLink {
    margin-top: 8px; }
  .galleryWidget05 .galleryPreviewWrap {
    right: 0px;
    width: 500px; }
    .galleryWidget05 .galleryPreviewWrap .galleryPreviewBox {
      padding: 24px 24px 20px; }
      .galleryWidget05 .galleryPreviewWrap .galleryPreviewBox .galleryPreviewClose {
        top: -49px;
        height: 48px;
        line-height: 48px;
        padding: 0px 16px;
        font-size: 14px; } }
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionWrap {
    width: 100%;
    left: 0; }
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionBox {
    padding: 24px 16px; }
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionTitle {
    margin-top: -8px; }
  .galleryWidget05 .galleryDetail .galleryItem .galleryPreviewClose {
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    height: 48px;
    line-height: 48px;
    padding: 0px 16px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transform: translateY(-100%); }
    .galleryWidget05 .galleryDetail .galleryItem .galleryPreviewClose .fa {
      margin-left: 8px;
      transform: rotate(180deg);
      transition: transform .3s ease-in-out; }
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionClose {
    top: -1px;
    right: 0px;
    transform: translateY(-100%); }
  .galleryWidget05 .galleryDetail .galleryItem .galleryDescription, .galleryWidget05 .galleryDetail .galleryItem .galleryDescriptionLink {
    margin-top: 16px; }
  .galleryWidget05 .galleryPreviewWrap {
    right: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 2; }
    .galleryWidget05 .galleryPreviewWrap .galleryPreviewBox {
      height: 70%; }
      .galleryWidget05 .galleryPreviewWrap .galleryPreviewBox .galleryPreview {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: scroll; }
      .galleryWidget05 .galleryPreviewWrap .galleryPreviewBox .galleryPreviewClose {
        display: none; }
    .galleryWidget05 .galleryPreviewWrap .galleryItem {
      width: calc(33% - 24px);
      box-sizing: border-box;
      margin: 12px;
      float: left;
      cursor: pointer; } }

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