.hw-xmage-all {
    color: #000;
    font-weight: 400;
    line-height: normal;
    position: relative;
    background-color: #fff;
}

.hw-xmage-all * {
    box-sizing: border-box;
}

.hw-xmage-all img {
    border: 0;
    width: 100%;
    display: block;
}

.hw-xmage-all img.cover {
    height: 100%;
    object-fit: cover;
}

.hw-xmage-all picture {
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.hw-xmage-all video {
    border: 0;
    width: 100%;
    display: block;
}

.hw-xmage-all a {
    text-decoration: none;
    color: inherit;
}

.hw-xmage-all ul li {
    list-style: none;
}

.hw-xmage-all svg {
    width: 100%;
    display: block;
}

.hw-xmage-all .pc-show {
    display: block;
    font-style: normal;
}

.hw-xmage-all .mob-show {
    display: none;
    font-style: normal;
}

.hw-xmage-all .iPc-show {
    display: inline-block;
    font-style: normal;
}

.hw-xmage-all .iMob-show {
    display: none;
    font-style: normal;
}

.hw-xmage-all .nr {
    white-space: nowrap;
    font-style: normal;
    display: inline-block;
}

.hw-xmage-all .ie {
    display: none;
}

.hw-xmage-all .nie {
    display: block;
}

.hw-xmage-all .blur-up {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: -webkit-filter 400ms;
    transition: -webkit-filter 400ms;
    transition: filter 400ms;
    transition: filter 400ms, -webkit-filter 400ms;
}

.hw-xmage-all .blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.hw-xmage-all .lazyload:not([src]) {
    display: none;
}

.hw-xmage-all .icons-path {
    display: none;
    overflow: hidden;
}

/* works nav start */
.hw-xmage-all .my-works-container {
    padding: 3.645833vw 0 10.416667vw;
    position: relative;
}

.my-works-container .works-nav {
    width: 66.458333vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-works-container .works-nav .works-nums-info {
    display: flex;
    align-items: center;
}

.my-works-container .works-nav .works-nums {
    color: #000;
    font-size: 0.833333vw;
    font-weight: 400;
    line-height: 1.25;
}

.my-works-container .works-nav .works-nums-info .tips-icon {
    flex-shrink: 0;
    width: 1.041667vw;
    height: 1.041667vw;
    cursor: pointer;
    position: relative;
    margin-left: 0.5208335vw;
}

.my-works-container .works-nav .works-nums-info .tips-icon svg {
    height: 100%;
}

.my-works-container .works-nav .works-nums-info .tips-icon:hover svg path {
    fill: #ce0e2d;
}

.my-works-container .works-nav .works-nums-info .tips-icon:hover .tips-desc {
    opacity: 1;
    pointer-events: all;
}

.my-works-container .works-nav .works-nums-info .tips-icon .tips-desc {
    width: max-content;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    margin-top: 1.041667vw;
    padding: 0.9375vw 1.25vw;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transform: translateX(-22%);
    -webkit-transform: translateX(-22%);
    -moz-transform: translateX(-22%);
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    pointer-events: none;
}

.my-works-container .works-nav .works-nums-info .tips-icon .tips-desc p {
    color: #000;
    font-size: 0.729167vw;
    line-height: 1.6;
    font-weight: 400;
}

.my-works-container .works-nav .works-nums-info .tips-icon .tips-desc::after {
    content: "";
    position: absolute;
    left: 22%;
    bottom: 100%;
    border-bottom: 0.520833vw solid rgba(0, 0, 0, .1);
    border-left: 0.520833vw solid transparent;
    border-right: 0.520833vw solid transparent;
    border-top: 0.520833vw solid transparent;
}

.my-works-container .works-nav .user-header {
    position: relative;
    z-index: 2;
}

.my-works-container .works-nav .user-header img {
    cursor: pointer;
    width: 2.083333vw;
    height: 2.083333vw;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.my-works-container .works-nav .user-header .other-infos {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    overflow: hidden;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    max-height: 0;
    transition: max-height 0.3s ease-in;
    -webkit-transition: max-height 0.3s ease-in;
    -moz-transition: max-height 0.3s ease-in;
}

.my-works-container .works-nav .user-header:hover .other-infos {
    max-height: 13.8125vw;
}

.my-works-container .works-nav .user-header .other-info-list {
    position: relative;
    padding: 1.041667vw 1.25vw;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.1);
    margin: 1.041667vw 0 0;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.my-works-container .works-nav .user-header .other-info-list::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    border-bottom: 0.520833vw solid rgba(0, 0, 0, .1);
    border-left: 0.520833vw solid transparent;
    border-right: 0.520833vw solid transparent;
    border-top: 0.520833vw solid transparent;
}

.my-works-container .works-nav .user-header .other-info-list li {
    color: #000;
    font-size: 0.729167vw;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
    cursor: pointer;
}

.my-works-container .works-nav .user-header .other-info-list li:hover {
    opacity: 0.7;
}

.my-works-container .user-header .other-info-list li {
    margin: 1.041667vw 0 0;
}

.my-works-container .user-header .other-info-list li:first-child {
    margin: 0;
}


/* 16=>12px */
@media screen and (max-width:1440px) {
    .my-works-container .works-nav .works-nums {
        font-size: 12px;
    }
}

/* 14=>12px */
@media screen and (max-width:1646px) {
    .my-works-container .works-nav .user-header .other-info-list li {
        font-size: 12px;
    }
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-xmage-all .my-works-container {
        padding: 11.111111vw 0 25vw;
    }

    .my-works-container .works-nav {
        width: 86.666667vw;
    }

    .my-works-container .works-nav .works-nums {
        font-size: 3.888889vw;
    }

    .my-works-container .works-nav .works-nums-info .tips-icon {
        width: 4.444444vw;
        height: 4.444444vw;
        cursor: default;
        margin-left: 1.388888888888889vw;
    }

    .my-works-container .works-nav .works-nums-info .tips-icon .tips-desc {
        font-size: 3.333333vw;
        width: 61.111111111111112vw;
        margin-top: 4.444444vw;
        padding: 4.166667vw 4.444444vw;
        transform: translateX(-38%);
        -webkit-transform: translateX(-38%);
        -moz-transform: translateX(-38%);
    }

    .my-works-container .works-nav .works-nums-info .tips-icon .tips-desc p {
        font-size: 3.333333vw;
    }

    .my-works-container .works-nav .works-nums-info .tips-icon .tips-desc::after {
        left: 38.5%;
        border-bottom: 2.083333333vw solid rgba(0, 0, 0, .1);
        border-left: 2.083333333vw solid transparent;
        border-right: 2.083333333vw solid transparent;
        border-top: 2.083333333vw solid transparent;
    }

    .my-works-container .works-nav .user-header img {
        width: 6.666667vw;
        height: 6.666667vw;
    }

    .my-works-container .works-nav .user-header .other-infos {
        left: -72%;
    }

    .my-works-container .works-nav .user-header:hover .other-infos {
        max-height: 28.833333vw;
    }

    .my-works-container .works-nav .user-header .other-info-list {
        padding: 1.388889vw 3.333333vw;
        margin: 3.333333vw 0 0;
    }

    .my-works-container .works-nav .user-header .other-info-list::after {
        left: 74%;
        border-bottom: 2.083333333vw solid rgba(0, 0, 0, .1);
        border-left: 2.083333333vw solid transparent;
        border-right: 2.083333333vw solid transparent;
        border-top: 2.083333333vw solid transparent;
    }

    .my-works-container .works-nav .user-header .other-info-list li {
        font-size: 3.333333vw;
    }

    .my-works-container .user-header .other-info-list li {
        margin: 3.333333vw 0 0;
    }
}

.my-works-container .works-infos {
    width: 66.458333vw;
    margin: 0 auto;
}

.my-works-container .works-infos .not-have-works {
    display: none;
    margin: 7.8125vw auto 0;
}

.my-works-container.not-works .works-infos .not-have-works {
    display: block;
}

.my-works-container .works-infos .not-have-tips {
    text-align: center;
}

.my-works-container .works-infos .tips-img {
    width: 6.770833vw;
    height: 5.416667vw;
    margin: 0 auto;
}

.my-works-container .works-infos .tips-txt {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.041667vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin: 2.083333vw 0 0;
}

.my-works-container .works-infos .upload-btn {
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    padding: 0.78125vw 1.25vw;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #000;
    margin: 2.083333vw 0 0;
    white-space: nowrap;
    cursor: pointer;
}

@media screen and (max-aspect-ratio:136/100) {
    .my-works-container .works-infos {
        width: 86.66666666666667vw;
    }

    .my-works-container .works-infos .not-have-works {
        margin: 22.22222223vw auto 0;
    }

    .my-works-container .works-infos .tips-img {
        width: 24.305556vw;
        height: 19.444444vw;
    }

    .my-works-container .works-infos .tips-txt {
        font-size: 3.333333vw;
        margin: 5.555556vw 0 0;
    }

    .my-works-container .works-infos .upload-btn {
        font-size: 3.611111vw;
        padding: 2.083333vw 3.333333vw;
        margin: 11.111111vw 0 0;
    }
}

.my-works-container .have-works {
    display: none;
    margin: 3.645833vw auto 0;
}

.my-works-container.has-works .have-works {
    display: block;
}

.my-works-container .have-works .works-list {
    display: flex;
    flex-flow: row wrap;
    gap: 1.041667vw;
}

.my-works-container .have-works .works-list li {
    flex-shrink: 0;
    width: 21.458333vw;
    height: 29.0625vw;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 0.833333vw;
    -webkit-border-radius: 0.833333vw;
    -moz-border-radius: 0.833333vw;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.my-works-container .have-works .works-item.nodrop {
    cursor: no-drop;
    pointer-events: none;
}

.my-works-container .have-works .works-item {
    background: rgba(17, 17, 17, .1);
    animation: itemshow 0.3s both ease-in;
}

@keyframes itemshow {
    0% {
        opacity: .5;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.my-works-container .have-works .works-item picture {
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-works-container .have-works .work-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-works-container .have-works .not-img,
.my-works-container .have-works .work-img.imgerror-defaultlogo {
    width: 38%;
    height: auto;
}

.my-works-container .have-works .works-list .type-info {
    position: absolute;
    width: 1.25vw;
    height: 1.25vw;
    top: 1.041667vw;
    right: 1.041667vw;
    z-index: 1;
}

.my-works-container .have-works .works-list .upload-item {
    border: 1px dashed rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.have-works .works-list .upload-item svg {
    width: 2.5vw;
    height: 2.5vw;
}

.my-works-container .have-works .review-status {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(180.18deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding-bottom: 1.5625vw;
}

.my-works-container .have-works .review-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-works-container .have-works .review-status .status-icon svg {
    width: 1.666667vw;
    height: 1.666667vw;
    margin-right: 0.520833vw;
}

.my-works-container .have-works .review-status span {
    color: #fff;
    font-size: 1.041667vw;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
}

@media screen and (max-aspect-ratio:136/100) {
    .my-works-container .have-works {
        margin: 11.11111111112vw auto 0;
    }

    .my-works-container .have-works .works-list {
        justify-content: space-between;
        gap: 2.77777778vw;
    }

    .my-works-container .have-works .works-list li {
        width: 41.944444vw;
        height: 56.111111vw;
        border-radius: 2.2222222222222223vw;
        -webkit-border-radius: 2.2222222222222223vw;
        -moz-border-radius: 2.2222222222222223vw;
    }

    .my-works-container .have-works .works-list .type-info {
        width: 3.333333vw;
        height: 3.333333vw;
        top: 2.222222vw;
        right: 2.222222vw;
    }

    .have-works .works-list .upload-item svg {
        width: 6.666667vw;
        height: 6.666667vw;
    }

    .my-works-container .have-works .review-status {
        padding-bottom: 3.333333vw;
    }

    .my-works-container .have-works .review-status .status-icon svg {
        width: 4.444444vw;
        height: 4.444444vw;
        margin-right: 1.111111vw;
    }

    .my-works-container .have-works .review-status span {
        font-size: 3.333333vw;
    }
}

.hw-xmage-all .my-works-container .loading-space {
    height: 7.291667vw;
}

.my-works-container .works-laoding {
    padding: 1.041667vw 0 0;
}

.my-works-container .works-laoding .loading-img {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 auto;
    animation: loading 1.5s infinite linear;
}

@media screen and (max-aspect-ratio:136/100) {
    .hw-xmage-all .my-works-container .loading-space {
        height: 19.444444445vw;
    }

    .my-works-container .works-laoding {
        padding: 2.7777778vw 0 0;
    }

    .my-works-container .works-laoding .loading-img {
        width: 6.666666667vw;
        height: 6.666666667vw;
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* works nav end */
/* kv start */
.content-v4 .ximageH .ximage-s1 {
    height: 33.3333334vw;
}

.content-v4 .ximageH .ximage-s1 img {
    object-position: 50% 42.5%;
}

.content-v4 .ximageH .ximage-s1 .kv-maint {
    font-size: 2.083333vw;
    margin: 0 0 0.520833vw 0;
}

.content-v4 .ximageH .ximage-s1 .kv-txt {
    top: 45%;
}

.content-v4 .ximageH .ximage-s1 .kv-txt img {
    opacity: 0;
    display: none;
}

.content-v4 .ximageH .ximage-outn .navul li:nth-child(5) a {
    color: #fff;
}

@media screen and (max-aspect-ratio:136/100) {
    .content-v4 .ximageH .ximage-s1 {
        height: 88.8888888889vw;
    }

    .content-v4 .ximageH .ximage-s1 img {
        object-position: 50% 50%;
    }

    .content-v4 .ximageH .ximage-s1 .kv-maint {
        font-size: 4.444444vw;
        margin: 0 0 1.111111vw 0;
    }

    .content-v4 .ximageH .ximage-s1 .kv-txt {
        top: 51.5%;
    }

    .content-v4 .ximageH .ximage-outn .navul li:nth-child(5) a {
        color: #000;
    }
}

/* kv end */