/* kv start */
.content-v4 .ximageH .ximage-outn .navul0 li:nth-child(2) a {
    color: #fff;
}

@media screen and (max-aspect-ratio:136/100) {
    .content-v4 .ximageH .ximage-outn .navul0 li:nth-child(2) a {
        color: #000;
    }
}

/* kv end */

.gallery-container {
    background-color: #fff;
    color: #fff;
    overflow: hidden;
}

.gallery-container .no-wrap {
    white-space: nowrap;
}

.gallery-container * {
    box-sizing: border-box;
}

.gallery-container .gallery-wrap {
    position: relative;
    width: 66.4583333333vw;
    margin: 0 auto;
}

.gallery-container .gallery-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.0833333333vw 0 4.1666666667vw;
}

.gallery-container .gallery-search-wrap {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    padding: 0.46875vw 1.1979166667vw 0.46875vw;
    transition: padding-bottom ease-out 0.2s, width ease-out 0.2s;
    background-color: #fff;
}

.gallery-container .gallery-search-wrap.is-open-search .gallery-search-input-box {
    width: 7.2916666667vw;
    opacity: 1;
}

.gallery-container .gallery-search-wrap.is-open-group {
    width: var(--animation-width);
    cursor: pointer;
}

.gallery-container .gallery-search-wrap.is-open-group .animation-border {
    width: var(--animation-width);
    padding-bottom: var(--animation-pd, 0);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.gallery-container .gallery-search-wrap.is-open-group .search-type-active {
    opacity: 0.7;
    max-width: 100%;
    color: #fff;
}

.gallery-container .gallery-search-wrap.is-open-group .search-type-icon {
    transform: translateY(-50%) rotate(180deg);
    left: calc(100% - 1.5625vw);
}

.gallery-container .gallery-search-wrap.is-open-group .search-type-icon svg path {
    stroke: #fff;
}

.gallery-container .gallery-search-wrap.is-open-group .search-type-list-wrap {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}

.gallery-container .gallery-search-wrap.is-open-group .search-type-item {
    white-space: normal;
}

.gallery-container .gallery-search-wrap.is-open-group .gallery-search-input-wrap,
.gallery-container .gallery-search-wrap.is-open-group .gallery-search-line {
    display: none;
}

.gallery-container .animation-border {
    position: absolute;
    left: -1px;
    top: -1px;
    padding-left: 100%;
    padding-bottom: 0;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    pointer-events: none;
    transition: padding-bottom ease-out 0.2s, width ease-out 0.2s;
}

.gallery-container .gallery-search-types {
    cursor: pointer;
    position: initial;
    z-index: 5;
    width: 100%;
}

.gallery-container .search-type-active {
    color: #000;
    font-size: 0.7291666667vw;
    font-weight: 500;
    line-height: 1.6;
    min-height: 1.25vw;
    white-space: nowrap;
    margin-right: 1.3020833333vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-container .search-type-icon {
    line-height: 0;
    font-size: 0;
    height: auto;
    position: absolute;
    top: 50%;
    z-index: 6;
    transform: translateY(-50%) rotate(0);
    left: calc(1.7708333333vw + var(--animation-left, 1.4583333333vw));
    width: 0.5208333333vw;
}

.gallery-container .search-type-icon svg {
    width: 100%;
    height: auto;
}

.gallery-container .search-type-list-wrap {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    width: auto;
    top: 0;
    left: 0;
    border-radius: 6px;
    overflow: hidden;
    max-width: 43.75vw;
    min-width: 100%;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    transition: opacity ease-out 0.2s, -webkit-clip-path ease-out 0.2s;
    transition: opacity ease-out 0.2s, clip-path ease-out 0.2s;
    transition: opacity ease-out 0.2s, clip-path ease-out 0.2s, -webkit-clip-path ease-out 0.2s;
    will-change: clip-path, opacity;
}

.gallery-container .search-type-list {
    overflow: hidden;
    padding: 2.65625vw 0 0;
}

.gallery-container .search-type-item {
    padding-left: 1.1979166667vw;
    padding-right: 3.28125vw;
    font-size: 0.7291666667vw;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 1.0416666667vw;
    white-space: nowrap;
    cursor: pointer;
}

@media (any-hover: hover) {
    .gallery-container .search-type-item:hover {
        opacity: 0.7;
    }
}

.gallery-container .gallery-search-line {
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
    height: 1.0416666667vw;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity ease-out 0.2s;
}

.gallery-container .gallery-search-input-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: opacity ease-out 0.2s;
    margin-left: -0.2083333333vw;
}

.gallery-container .gallery-search-input-wrap .gallery-search-input-box {
    opacity: 0;
    width: 0;
    overflow: hidden;
    line-height: 0;
    transition: width 0.2s ease-out, opacity 0.2s ease-out;
}

.gallery-container .gallery-search-input-wrap .gallery-search-input {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 0.7291666667vw;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    padding-right: 1.0416666667vw;
    vertical-align: middle;
    transition: width 0.2s ease-out, opacity 0.2s ease-out;
}

.gallery-container .gallery-search-input-wrap .gallery-search-icon {
    cursor: pointer;
    line-height: 0;
}

.gallery-container .gallery-search-input-wrap .gallery-search-icon svg {
    pointer-events: none;
    width: 1.25vw;
    height: 1.25vw;
}

.gallery-container .gallery-sort-wrap {
    display: flex;
    margin-left: -2.5vw;
    position: absolute;
    right: 0;
}

.gallery-container .gallery-sort-btn {
    font-size: 0.7291666667vw;
    border: 0;
    background-color: transparent;
    color: #000;
    line-height: 1.6;
    opacity: 0.7;
    margin-left: 2.5vw;
}

.gallery-container .gallery-sort-btn.is-active {
    opacity: 1;
}

.gallery-container .gallery-content {
    padding-bottom: 4.1666666667vw;
}

.gallery-container .search-input-tips {
    font-size: 1.0416666667vw;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 2.0833333333vw;
    display: none;
    color: #000000;
}

.gallery-container .search-input-tips i {
    font-style: italic;
}

.gallery-container .search-loading {
    padding: 2.0833333333vw 0 2.0833333333vw;
    text-align: center;
    opacity: 0;
}

.gallery-container .search-loading.is-show {
    opacity: 1;
}

.gallery-container .search-loading.is-show svg {
    animation: loading-animation ease-out 1s infinite;
}

.gallery-container .search-loading svg {
    width: 2.5vw;
    height: 2.5vw;
}

.gallery-container .gallery-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gallery-container .gallery-list .gallery-column {
    flex: 0 0 calc(33.33% - 0.6944444444vw);
}

.gallery-container .gallery-list .work-item {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-bottom: 1.0416666667vw;
    border-radius: 0.83333333vw;
    overflow: hidden;
}

.gallery-container .gallery-list .work-item::after {
    content: "";
    display: block;
    padding-bottom: var(--imgRatio, 0);
}

@media (any-hover: hover) {
    .gallery-container .gallery-list .work-item:hover .work-info-wrap {
        opacity: 1;
    }
}

.gallery-container .gallery-list .work-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-container .gallery-list .work-img.imgerror-defaultlogo {
    width: 39%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}

.gallery-container .gallery-list .work-info-wrap {
    width: 100%;
    position: absolute;
    padding: 1.5625vw;
    height: 100%;
    bottom: 0;
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    transition: opacity ease-out 0.3s;
}

.gallery-container .gallery-list .work-info-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.5;
}

.gallery-container .gallery-list .work-info {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.gallery-container .gallery-list .work-type-icon {
    position: absolute;
    z-index: 3;
    top: 1.5625vw;
    right: 1.5625vw;
}

.gallery-container .gallery-list .work-type-icon svg {
    width: 1.25vw;
    height: 1.25vw;
}

.gallery-container .gallery-list .work-title {
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 1.0416666667vw;
    margin-bottom: 0.4166666667vw;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-container .gallery-list .work-author,
.gallery-container .gallery-list .device-text {
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.gallery-container .gallery-list .work-author {
    margin-right: 1.0416666667vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-container .gallery-list .device-text {
    white-space: nowrap;
}

.gallery-container .gallery-popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.gallery-container .gallery-popup.is-open {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.gallery-container .gallery-popup::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: rgba(0, 0, 0, 0.7);
}

.gallery-container .gallery-popup .gallery-popup-container {
    width: 100%;
    position: relative;
    z-index: 2;
    max-height: calc(100% - 8.333333vw);
    min-height: 20%;
}

.gallery-container .gallery-popup .gallery-swiper-wrapper {
    align-items: center;
}

.gallery-container .gallery-popup .gallery-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
}

.gallery-container .gallery-popup .gallery-swiper-btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

.gallery-container .gallery-popup .gallery-swiper-btn svg {
    width: 2.9166666667vw;
    height: 2.9166666667vw;
}

.gallery-container .gallery-popup .swiper-btn-prev {
    left: 9.6875vw;
}

.gallery-container .gallery-popup .swiper-btn-next {
    right: 9.6875vw;
}

.gallery-container .gallery-popup .detail-slide {
    display: flex;
    justify-content: center;
    opacity: 0 !important;
    pointer-events: none;
}

.gallery-container .gallery-popup .detail-slide.swiper-slide-active {
    pointer-events: all;
    z-index: 3;
    opacity: 1 !important;
}

.gallery-container .gallery-popup .detail-slide.swiper-slide-active .detail-info {
    opacity: 1;
    transition: opacity ease-out 0.5s;
}

.gallery-container .gallery-popup .detail-slide.animation-play .view-wrap>.view-img,
.gallery-container .gallery-popup .detail-slide.animation-play .view-wrap>.group-swiper {
    animation: img-animation ease-out 0.3s forwards;
}

.gallery-container .gallery-popup .detail-contaninr {
    position: relative;
    overflow: hidden;
    border-radius: 0.83333333vw;
}

.gallery-container .gallery-popup .detail-wrap {
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 100%;
}

.gallery-container .gallery-popup .view-wrap {
    position: relative;
    max-width: 45.625vw;
    background: #000;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}

.gallery-container .gallery-popup .view-wrap .swiper {
    position: relative;
    overflow: hidden;
}

.gallery-container .gallery-popup .view-wrap .swiper-wrapper {
    align-items: center;
    will-change: width, height;
}

.gallery-container .gallery-popup .view-wrap .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: width, height;
}

.gallery-container .gallery-popup .view-wrap .group-swiper {
    will-change: width, height;
    animation: none;
    width: var(--max-width);
    height: var(--max-height);
    position: relative;
    overflow: hidden;
}

.gallery-container .gallery-popup .view-wrap .group-swiper .view-img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.gallery-container .gallery-popup .view-wrap .view-img {
    width: var(--max-width);
    height: var(--max-height);
    animation: none;
    will-change: width, height;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-container .gallery-popup .view-wrap .view-img.imgerror-defaultlogo {
    width: auto;
    height: auto;
    -o-object-fit: none;
    object-fit: none;
}

.gallery-container .gallery-popup .view-wrap .thumbs-swiper {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 1.5625vw;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
}

.gallery-container .gallery-popup .view-wrap .thumbs-swiper .view-img2 {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.gallery-container .gallery-popup .view-wrap .thumbs-swiper .swiper-slide {
    width: 2.6041678vw;
    height: 2.6041678vw;
    margin: 0 0.260417vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    pointer-events: auto;
}

.gallery-container .gallery-popup .view-wrap .thumbs-swiper .swiper-slide-thumb-active {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.gallery-container .gallery-popup .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.gallery-container .gallery-popup .play-btn svg {
    pointer-events: none;
    width: 3.75vw;
    height: 3.75vw;
}

.gallery-container .gallery-popup .detail-info-container {
    position: relative;
    z-index: 2;
    width: 20.833333vw;
    background-color: #f0f0f0;
}

.gallery-container .gallery-popup .detail-info-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-container .gallery-popup .popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: transform ease-out 0.3s;
    z-index: 5;
    will-change: z-index;
    perspective: 1;
}

.gallery-container .gallery-popup .popup-close-btn:hover {
    transform: rotate(90deg);
}

.gallery-container .gallery-popup .popup-close-btn svg {
    pointer-events: none;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
}

.gallery-container .gallery-popup .detail-info {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.0833333333vw;
    padding-right: 0.5208333333vw;
    will-change: opacity;
    opacity: 0;
}

.gallery-container .gallery-popup .detail-info::-webkit-scrollbar {
    width: 0;
}

.gallery-container .gallery-popup .work-info {
    width: 100%;
    padding-right: 1.5625vw;
}

.gallery-container .gallery-popup .detail-avatar {
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 2.5vw;
    height: 2.5vw;
    margin-bottom: 0.78125vw;
    background-color: rgba(0, 0, 0, 0.3);
}

.gallery-container .gallery-popup .detail-avatar img {
    width: 100%;
    height: 100%;
}

.gallery-container .gallery-popup .detail-nickname {
    font-size: 1.0416666667vw;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 2.0833333333vw;
    word-break: break-word;
    color: #000000;
}

.gallery-container .gallery-popup .detail-labels {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -0.5208333333vw;
    margin-bottom: 1.5625vw;
}

.gallery-container .gallery-popup .detail-label {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: calc(0.2604166667vw - 1px) calc(0.5208333333vw - 1px);
    border-radius: 4px;
    margin-right: 0.5208333333vw;
    margin-bottom: 0.5208333333vw;
    font-size: 0.7291666667vw;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    word-break: break-word;
}

.gallery-container .gallery-popup .work-content {
    width: 100%;
    min-height: 6.25vw;
    padding-right: 1.5625vw;
    overflow: auto;
}

.gallery-container .gallery-popup .work-content::-webkit-scrollbar {
    width: 1px;
}

.gallery-container .gallery-popup .work-content::-webkit-scrollbar-thumb {
    background-color: #000;
}

.gallery-container .gallery-popup .work-content::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
}

.gallery-container .gallery-popup .work-title {
    font-size: 1.0416666667vw;
    line-height: 1.25;
    word-break: break-word;
    color: #000;
    margin-bottom: 1.0416666667vw;
}

.gallery-container .gallery-popup .work-des {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.8333333333vw;
    word-break: break-word;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.7);
}

.gallery-container .no-data-wrap {
    padding: 4.1666666667vw 0;
}

.gallery-container .no-data-tips {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gallery-container .no-data-tips.is-show {
    display: flex;
}

.gallery-container .tips-text {
    font-size: 1.0416666667vw;
    line-height: 1.6;
    font-weight: 500;
    color: #000;
    margin-top: 1.9791666667vw;
}

.gallery-container .no-result-tips svg {
    width: 5.7291666667vw;
}

.gallery-container .no-img-tips svg {
    width: 6.7708333333vw;
}

@keyframes loading-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes img-animation {
    0% {
        width: var(--start-width);
        height: var(--start-height);
    }

    100% {
        width: var(--end-width);
        height: var(--end-height);
    }
}

@media screen and (max-aspect-ratio: 136/100) {
    .ximageH .ximage-s1 {
        height: 88.88888889vw;
    }

    .ximageH .ximage-outn .navul li:nth-child(2) a {
        color: #000;
    }

    .ximageH .ximage-outn .navul1 li:nth-child(2) a {
        color: #a5a5a5;
    }

    .gallery-container .gallery-wrap {
        width: 86.6666666667vw;
    }

    .gallery-container .gallery-head {
        padding: 11.1111111111vw 0 11.1111111111vw;
        /* flex-wrap: wrap; */
    }

    .gallery-container .gallery-search-wrap {
        line-height: 0;
        padding: 1.5277777778vw 2.6388888889vw 1.5277777778vw 2.6388888889vw;
    }

    .gallery-container .gallery-search-wrap.is-open-search .gallery-search-input-wrap {
        margin-left: 0;
    }

    .gallery-container .gallery-search-wrap.is-open-search .gallery-search-input-box {
        width: 23.3333333333vw;
    }

    .gallery-container .gallery-search-wrap.is-open-group .search-type-icon {
        left: calc(100% - 4.7222222222vw);
    }

    .gallery-container .search-type-active {
        font-size: 3.3333333333vw;
        margin-right: 3.8888888889vw;
        max-width: 9.0277777778vw;
        min-height: 1.9444444444vw;
    }

    .gallery-container .search-type-icon {
        left: calc(4.5833333333vw + var(--animation-left, 6.6666666667vw));
        width: 1.9444444444vw;
    }

    .gallery-container .search-type-icon svg {
        width: 1.9444444444vw;
    }

    .gallery-container .search-type-list-wrap {
        max-width: 86.6666666667vw;
    }

    .gallery-container .search-type-list {
        padding: 9.2361111111vw 0 0;
    }

    .gallery-container .search-type-item {
        padding-left: 2.6388888889vw;
        padding-right: 9.3055555556vw;
        font-size: 3.3333333333vw;
        margin-bottom: 2.7777777778vw;
    }

    .gallery-container .search-type-item:hover {
        opacity: 1;
    }

    .gallery-container .gallery-search-line {
        margin-left: 3.3333333333vw;
        margin-right: 2.7777777778vw;
        height: 3.3333333333vw;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .gallery-container .gallery-search-input-wrap {
        margin-left: 0;
    }

    .gallery-container .gallery-search-input-wrap .gallery-search-input {
        font-size: 3.3333333333vw;
        padding-right: 3.3333333333vw;
    }

    .gallery-container .gallery-search-input-wrap .gallery-search-icon svg {
        width: 4.4444444444vw;
        height: 4.4444444444vw;
    }

    .gallery-container .gallery-sort-wrap {
        /* margin-left: 0;
        margin-top: 5.555555555vw;
        position: static;
        flex-basis: 100%; */
    }

    .gallery-container .gallery-sort-btn {
        font-size: 3.3333333333vw;
        margin-left: 6.6666666667vw;
    }

    .gallery-container .gallery-sort-btn:nth-of-type(1) {
        margin-left: 0;
    }

    .gallery-container .gallery-content {
        padding-bottom: 11.1111111111vw;
    }

    .gallery-container .search-input-tips {
        font-size: 3.8888888889vw;
        margin-bottom: 5.5555555556vw;
    }

    .gallery-container .search-loading {
        padding: 5.5555555556vw 0 5.5555555556vw;
    }

    .gallery-container .search-loading svg {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }

    .gallery-container .gallery-list .gallery-column {
        flex: 0 0 calc(50% - 1.3888888889vw);
    }

    .gallery-container .gallery-list .gallery-column:last-of-type {
        display: none;
    }

    .gallery-container .gallery-list .work-item {
        margin-bottom: 2.7777777778vw;
        border-radius: 2.22222222222vw;
    }

    .gallery-container .gallery-list .work-img {
        width: 100%;
    }

    .gallery-container .gallery-list .work-info-wrap {
        display: none;
    }

    .gallery-container .gallery-list .work-type-icon {
        top: 2.2222222222vw;
        right: 2.2222222222vw;
    }

    .gallery-container .gallery-list .work-type-icon svg {
        width: 3.3333333333vw;
        height: 3.3333333333vw;
    }

    .gallery-container .gallery-list .work-title {
        font-size: 1.0416666667vw;
        margin-bottom: 0.4166666667vw;
        font-weight: 500;
        line-height: 1.6;
        color: #fff;
    }

    .gallery-container .gallery-list .work-author,
    .gallery-container .gallery-list .device-text {
        font-size: 0.8333333333vw;
        font-weight: 400;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.7);
    }

    .gallery-container .gallery-list .work-author {
        margin-right: 1.0416666667vw;
    }

    .gallery-container .gallery-list .device-text {
        white-space: nowrap;
    }

    .gallery-container .gallery-popup .gallery-popup-container {
        width: calc(100% - 13.333333334vw);
        height: calc(100% - 13.333333334vw);
    }

    .gallery-container .gallery-popup .gallery-swiper {
        width: 100%;
        height: 100%;
    }

    .gallery-container .gallery-popup .gallery-swiper-btn {
        display: none;
    }

    .gallery-container .gallery-popup .detail-slide {
        flex-direction: column;
        max-height: 100%;
    }

    .gallery-container .gallery-popup .detail-slide.animation-play .view-wrap>.view-img,
    .gallery-container .gallery-popup .detail-slide.animation-play .view-wrap>.group-swiper {
        animation: none;
    }

    .gallery-container .gallery-popup .detail-contaninr {
        border-radius: 2.22222222222vw;
    }

    .gallery-container .gallery-popup .detail-wrap {
        flex-direction: column;
        justify-content: flex-start;
        overflow: auto;
    }

    .gallery-container .gallery-popup .view-wrap {
        max-width: 100%;
    }

    .gallery-container .gallery-popup .view-wrap .view-img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
    }

    .gallery-container .gallery-popup .view-wrap .thumbs-swiper {
        bottom: 8.888889vw;
    }

    .gallery-container .gallery-popup .view-wrap .thumbs-swiper .swiper-slide {
        pointer-events: all;
        width: 6.944444vw;
        height: 6.944444vw;
        margin: 0 0.694444vw;
    }

    .gallery-container .gallery-popup .view-wrap .group-swiper {
        width: 100%;
        height: auto;
    }

    .gallery-container .gallery-popup .play-btn svg {
        width: 10vw;
        height: 10vw;
    }

    .gallery-container .gallery-popup .detail-info-container {
        width: 100%;
    }

    .gallery-container .gallery-popup .popup-close-btn {
        display: block;
    }

    .gallery-container .gallery-popup .popup-close-btn:hover {
        transform: none;
    }

    .gallery-container .gallery-popup .popup-close-btn svg {
        width: 8.8888888889vw;
        height: 8.8888888889vw;
    }

    .gallery-container .gallery-popup .detail-info-wrap {
        position: static;
    }

    .gallery-container .gallery-popup .detail-info {
        overflow: initial;
        padding: 6.6666666667vw;
        opacity: 1;
    }

    .gallery-container .gallery-popup .work-info {
        padding-right: 0;
    }

    .gallery-container .gallery-popup .detail-avatar {
        width: 13.3333333333vw;
        height: 13.3333333333vw;
        margin-bottom: 2.5vw;
    }

    .gallery-container .gallery-popup .detail-nickname {
        font-size: 4.4444444444vw;
        margin-bottom: 6.9444444444vw;
    }

    .gallery-container .gallery-popup .detail-labels {
        margin-right: -2.2222222222vw;
        margin-bottom: 4.1666666667vw;
    }

    .gallery-container .gallery-popup .detail-label {
        padding: calc(0.9722222222vw - 1px) calc(2.2222222222vw - 1px);
        margin-right: 2.2222222222vw;
        margin-bottom: 1.3888888889vw;
        font-size: 3.0555555556vw;
    }

    .gallery-container .gallery-popup .work-content {
        min-height: auto;
        padding-right: 0;
    }

    .gallery-container .gallery-popup .work-title {
        font-size: 4.4444444444vw;
        margin-bottom: 2.2222222222vw;
    }

    .gallery-container .gallery-popup .work-des {
        font-size: 3.3333333333vw;
    }

    .gallery-container .no-data-wrap {
        padding: 11.1111111111vw 0;
    }

    .gallery-container .tips-text {
        font-size: 3.3333333333vw;
        margin-top: 5vw;
    }

    .gallery-container .no-result-tips svg {
        width: 20.5555555556vw;
    }

    .gallery-container .no-img-tips svg {
        width: 24.3055555556vw;
    }
}