.hw-xmage-all {
    color: #000;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.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%;
    height: 100%;
    display: block;
    overflow: visible;
}

.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 {
    color: #000000;
    font-size: 0.833333vw;
    font-weight: 400;
    line-height: 1.25;
}

.my-works-container .works-nav .user-header {
    position: relative;
    z-index: 1;
}

.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%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.my-works-container .works-nav .user-header .header-border{
    position: absolute;
    width: 120%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: -1;
}

.my-works-container .works-nav .user-header .other-infos {
    position: absolute;
    top: 100%;
    right: 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;
    -ms-transition: max-height 0.3s ease-in;
    -o-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.8);
    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;
    right: 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, 0.8);
    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: #fff;
    font-size: 0.729167vw;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
}

.my-works-container .works-nav .user-header .other-info-list li:hover {
    opacity: 0.7;
}

.my-works-container .user-header .other-info-list li:nth-child(n+2) {
    margin: 1.041667vw 0 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:11/10), (max-width:991px) {
    .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 .user-header img {
        width: 5.555555555555556vw;
        height: 5.555555555555556vw;
    }
    .my-works-container .works-nav .user-header .header-border{
        width: 125%;
        height: 125%;
    }

    .my-works-container .works-nav .user-header .other-infos {
        right: -100%;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
    }

    .my-works-container .works-nav .user-header:hover .other-infos {
        max-height: 24.833333vw;
    }

    .my-works-container .works-nav .user-header .other-info-list {
        padding: 2.08333333333333vw 3.333333vw;
        margin: 3.333333vw 0 0;
    }

    .my-works-container .works-nav .user-header .other-info-list::after {
        right: 21.5%;
        border-bottom: 2.083333333vw solid rgba(0, 0, 0, 0.8);
        border-left: 2.083333333vw solid transparent;
        border-right: 2.083333333vw solid transparent;
        border-top: 2.083333333vw solid transparent;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
    }

    .my-works-container .works-nav .user-header .other-info-list li {
        font-size: 3.333333vw;
    }

    .my-works-container .user-header .other-info-list li:nth-child(n+2) {
        margin: 3.333333vw 0 0;
    }
}

.my-works-container .works-infos {
    width: 67.5vw;
    margin: 0 auto;
}

.my-works-container .works-infos .not-have-works {
    display: none;
    margin: 7.8125vw auto 0;
}

.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: #000000;
    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;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 2.083333vw 0 0;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.my-works-container .works-infos .upload-btn:hover{
    border: 1px solid #000;
}

@media screen and (max-aspect-ratio:11/10), (max-width:991px) {
    .my-works-container .works-infos {
        width: 86.666667vw;
    }

    .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 .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;
}

.my-works-container .have-works .works-item.nodrop {
    cursor: no-drop;
}

.my-works-container .have-works .works-item {
    background:#eeeeee;
    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.27deg, rgba(0, 0, 0, 0) 0.19%, #000000 99.5%);
    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 {
    flex-shrink: 0;
    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:11/10), (max-width:991px) {
    .my-works-container .have-works {
        margin: 11.11111111112vw auto 0;
    }

    .my-works-container .have-works .works-list {
        justify-content: space-between;
        gap: 2.7777777778vw;
    }

    .my-works-container .have-works .works-list li {
        width: 41.944444vw;
        height: 56.111111vw;
    }

    .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 {
        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:11/10), (max-width:991px) {
    .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 */
body {
    background-color: #F6F6F6;
}

.gopaintH .gopaint-outn .navul li:nth-of-type(3) a {
    color: #FFBF7B;
}

.gopaintH .gopaint-outn::before {
    opacity: .3;
}
.hw-gopaint-all .gopaintH .gopaint-outn .navul li:nth-child(1) a {
    color: rgba(255, 255, 255, .7);
}

.hw-gopaint-all .gopaintH .gopaint-outn .navul li:nth-child(1):hover a {
    color: #ffbf7b;
}
@media screen and (max-aspect-ratio:11/10),
(max-width:991px) {
    
    .gopaintH .gopaint-outn .navul li:nth-of-type(3) a {
        color: #000;
    }

    .gopaintH .gopaint-kv .kv-shadow-mob {
        opacity: 0.3;
    }
}

/* kv end */