body {
    background: #fff !important;
}

.upload-wrapper {
    position: relative;
    padding-bottom: 6.25vw;
    background-color: #fff;
}

.upload-content {
    position: relative;
    width: 82.292vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.upload-title {
    width: auto;
    margin-left: 8.4375vw;
    font-size: 1.25vw;
    line-height: 1.33;
    padding-bottom: 2.083vw;
    padding-top: 3.33vw;
    position: relative;
}

.upload-prompt {
    position: absolute;
    left: auto;
    bottom: 0.625vw;
    color: #9D9D9D;
    font-size: 0.625vw;
    font-weight: 400;
    display: none;
}

.upload-prompt.active {
    display: block;
}

#uploadImgs {
    width: 46vw;
    height: auto;
}

.uploadImgs-add {
    width: 28.541vw;
    height: 28.541vw;
    border: none;
    border-radius: unset;
    background: #F3F3F3;
    color: #333;
    opacity: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 16.40625vw;
}

.uploadImgs-add.changesize {
    width: 14.0625vw;
    height: 14.0625vw;
    margin-left: 0;
}

.uploadImgs-add.changesize .uploadImgs-text {
    opacity: 0.8;
}

.uploadImgs-add.changesize:hover .uploadImgs-text {
    opacity: 1;
}

#uploadImgs div.uploadImgs-text {
    font-size: 0.9375vw;
    line-height: 1;
    width: 100%;
    margin-right: 0;
    font-weight: 500;
}

.uploadImgs-text span {
    display: inline-block;
    margin-top: 0.677vw;
    font-size: 0.625vw;
    line-height: 1;
    font-weight: 400;
}

.uploadImgs-add .add {
    display: block;
    margin: 0 auto;
    width: 2.44vw;
    height: 2.44vw;
    /* background: url(/content/dam/honor/community/creator/img/upload/add.svg) no-repeat; */
    background: url('/etc/designs/honor-site-forum/images/upload/video/add.svg') no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 1.25vw;
}

#uploadImgs .show-img-div2 {
    height: 14.0625vw;
    cursor: pointer;
}

#uploadImgs div img {
    width: 14.0625vw;
    height: 14.0625vw;
    object-fit: cover;
    margin-right: 0;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
}

#uploadImgs div .delete-img {
    opacity: 0;
}

#uploadImgs div:hover .delete-img {
    opacity: 1;
}

#uploadImgs .show-img-div2::after {
    content: '';
    width: 14.0625vw;
    height: 14.0625vw;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    /* background: url(/content/dam/honor/community/creator/img/upload/mask.png) no-repeat; */
    background: url('/etc/designs/honor-site-forum/images/upload/mask.png') no-repeat;
    background-position: center;
    transition-duration: 0.3s;
}

#uploadImgs .show-img-div2:hover::after {
    opacity: 0.6;
}

#uploadImgs .show-img-div2 span {
    top: 0.83vw;
    left: 0.83vw;
    z-index: 2;
    transition-duration: 0.3s;
}

#uploadImgs .show-img-div2 span img {
    margin-right: 0;
}

#uploadImgs div.upload-again {
    position: relative;
    width: 14.0625vw;
    height: 14.0625vw;
    margin-right: 0.416vw;
    margin-top: 0.416vw;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.60);
    color: #FFFFFF;
    font-size: 0.625vw;
    text-align: center;
}

#uploadImgs div.upload-again-center {
    width: auto;
    padding-bottom: 0.28vw;
    border-bottom: 0.5px solid #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#uploadImgs div.upload-again-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    margin: 0;
    background: #3C3C3B;
    padding: 0.83vw 1.8125vw 1.25vw;
}

.upload-info {
    width: 20.292vw;
}

.upload-textarea {
    position: relative;
}

.upload-textarea1 {
    width: 18.4375vw;
    height: 3.85vw;
}

.upload-textarea2 {
    width: 18.4375vw;
    height: 7.6vw;
}

.upload-textarea textarea {
    display: inline-block;
    vertical-align: bottom;
    resize: none;
    width: 100%;
    height: 100%;
    border: 0.5px solid #D1D1D1;
    color: #101010;
    outline: none;
    padding: 0.3vw;
    box-sizing: border-box;
}

.upload-textarea #destxt {
    display: inline-block;
    vertical-align: bottom;
    resize: none;
    width: 100%;
    height: 100%;
    border: 0.5px solid #D1D1D1;
    color: #101010;
    outline: none;
    padding: 0.3vw;
    box-sizing: border-box;
    overflow: auto;
}

.upload-textarea .des-edit-tip {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #666;
    display: none;
}

.upload-textarea .word {
    position: absolute;
    bottom: 0.3vw;
    right: 0.533vw;
    font-size: 0.52083vw;
    color: #D0D0D0;
}

.upload-textarea textarea::-webkit-input-placeholder {
    color: transparent;
}

.upload-wrapper #word1.active,
.upload-wrapper #word2.active {
    color: #FF0000;
}

.upload-wrapper .title {
    margin: 1vw auto 0.729vw;
}

.upload-wrapper .first-title {
    margin-top: 0;
}

.easy-upload .file-list-item {
    width: 200px;
    height: 200px;
}

.select-content {
    width: 18.4375vw;
    display: flex;
    text-align: center;
    display: none;
    font-size: 0.625vw;
    box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.select-title {
    display: none;
}

.select-value {
    width: 18vw;
    height: 1.77vw;
    padding: 0.52vw 0 0.52vw 0.4375vw;
    border: 0.5px solid #D1D1D1;
    font-size: 0.625vw;
    color: #101010;
    display: flex;
    align-items: center;
    /* background: url(/content/dam/honor/community/creator/img/upload/down.svg) no-repeat; */
    background: url('/etc/designs/honor-site-forum/images/upload/down.svg') no-repeat;
    background-position: 95% 50%;
}

.select-group {
    width: 5.3125vw;
    padding: 0.625vw 0;
    border-right: 1px solid #F4F4F4;
}

.select-option {
    padding: 0.625vw 0.833vw;
    opacity: 0.4;
    cursor: pointer;
}

.select-option:hover,
.select-option.active {
    opacity: 1;
}

.select-content.active {
    display: flex;
}

.select-series {
    width: 13.125vw;
}

.select-items {
    display: none;
    padding-top: 1.25vw;
}

.select-items.active {
    display: block;
}

.select-item {
    cursor: pointer;
    opacity: 0.4;
    padding-bottom: 0.833vw;
}

.select-item:hover,
.select-item.active {
    opacity: 1;
}

.upload-tag {
    /* width: 120%; */
    width: 18.4375vw;
    font-size: 0;
}

.upload-tag input[type="button"], .activity-tag input[type="button"] {
    padding: 0.208vw 0.703vw;
    font-size: 0.73vw;
    color: var(--magic-blue, #00b1ff);
    opacity: 0.6;
    border: none;
    background: #F3F3F3;
    border-radius: 0.3125vw;
    line-height: 1.428;
    margin-right: 0.781vw;
    cursor: pointer;
    font-weight: 400;
    margin-top: 0.52vw;
}


.upload-tag input[type="button"].active, .activity-tag input[type="button"].active {
    opacity: 1;
    background: #F0F0F0;
}

.upload-post {
    width: 18.4375vw;
    margin-top: 1.615vw;
    display: flex;
    justify-content: flex-end;
}

.cancel-button {
    padding: 0.208vw 1.615vw;
    line-height: 1.66;
    display: inline-block;
    opacity: 0.4;
    cursor: pointer;
}

.post-button {
    padding: 0.208vw 1.615vw;
    border: 1px solid #000000;
    border-radius: 1.354vw;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.66;
    opacity: 1;
    background: #000000;
    color: #fff;
}

.post-button:disabled {
    opacity: 0.4;
    background-color: #fff;
    color: #000000;
}

.upload-mask {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: saturate(180%) blur(20px);
    display: none;
}

.upload-mask.active {
    display: block;
}

.upload-wrapper .popup {
    width: 26.56vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    font-size: 0.9375vw;
    text-align: center;
    line-height: 1.33;
    padding: 4.16vw 0;
    display: none;
    z-index: 3;
}

.upload-wrapper .popup-close {
    display: block;
    width: 0.625vw;
    height: 0.677vw;
    position: absolute;
    top: -1.25vw;
    right: 0;
    /* background: url(/content/dam/honor/community/creator/img/upload/close.svg) no-repeat; */
    background: url('/etc/designs/honor-site-forum/images/upload/close.svg') no-repeat;
    background-size: contain;
    cursor: pointer;
}

.upload-wrapper .popup input[type="button"] {
    font-size: 0.625vw;
    line-height: 1.66;
    padding: 0.21vw 1.51vw;
    border-radius: 1.354vw;
    outline: none;
    cursor: pointer;
}

.upload-wrapper .popup-text {
    padding-bottom: 2.083vw;
}

.upload-wrapper .popup.active {
    display: block;
}

.upload-wrapper .button-left {
    background: #fff;
    border: 1px solid #3C3C3B;
}

.upload-wrapper .button-right {
    background: #101010;
    border: 1px solid #101010;
    color: #FFFFFF;
    margin-left: 1.718vw;
}

@media screen and (min-width: 1681px) {
    .upload-title {
        padding: 3.33vw 170px 2.083vw 260px;
        width: 1920px;
        margin-left: 0;
    }

    #uploadImgs {
        width: 46vw;
        margin: 0 auto 0 4.786vw;
    }
}

@media (min-width: 1201px) and (max-width: 1680px) {
    .upload-title {
        padding: 3.33vw 8.4375vw 2.083vw 13.54vw;
        width: 100%;
        margin-left: 0;
        margin-top: 65px;
    }

    #uploadImgs {
        width: 46vw;
        margin: 0 auto 0 4.786vw;
    }
}

@media screen and (min-width: 2560px) {
    #uploadImgs {
        width: 46vw;
        margin: 0 auto 0 1.3vw;
        ;
    }
}

@media screen and (max-width: 768px) {
    .upload-wrapper {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .upload-content {
        width: 91.7vw;
        margin-top: 5.55vw;
    }

    .upload-title {
        font-size: 4.44vw;
        text-align: center;
        margin: 0 auto;
        padding: 5vw 0;
        box-shadow: 0px 2px 3px 0px rgba(236, 236, 236, 0.5);
    }

    .upload-prompt.active {
        display: none;
    }

    #uploadImgs {
        display: flex;
        overflow: scroll;
        flex-wrap: wrap;
    }

    #uploadImgs div.uploadImgs-text {
        display: none;
    }

    #uploadImgs,
    .upload-info {
        width: 100%;
    }

    .uploadImgs-add,
    #uploadImgs div img {
        margin-left: auto;
    }

    .uploadImgs-add,
    #uploadImgs div img,
    .uploadImgs-add.changesize {
        width: 29.27vw;
        height: 30.27vw;
        border: none;
    }

    .uploadImgs-add.changesize .uploadImgs-text {
        opacity: 1;
    }

    #uploadImgs div.upload-again {
        width: 30.27vw;
        height: 30.27vw;
        font-size: 1.625vw;
        margin-right: 0.416vw;
        margin-top: 0.416vw;
    }

    .uploadImgs-add .add-mob {
        width: 11.66vw;
        height: 11.66vw;
        /* background: url(/content/dam/honor/community/creator/img/upload/add.svg) no-repeat; */
        background: url('/etc/designs/honor-site-forum/images/upload/add.svg') no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.8;
    }

    #uploadImgs {
        height: auto;
    }

    #uploadImgs .show-img-div2 {
        height: 30.27vw;
    }

    #uploadImgs .show-img-div2::after {
        width: 30.27vw;
        height: 30.27vw;
    }

    #uploadImgs div .delete-img {
        opacity: 1;
    }

    #uploadImgs .show-img-div2::after {
        display: none;
    }

    #uploadImgs .show-img-div2 span {
        top: 0;
        left: auto;
        right: 0;
        width: 18px;
        height: 18px;
        opacity: 0.3;
        background: #000000;
        text-align: center;
    }

    #uploadImgs .show-img-div2 span img {
        width: 10px;
        height: 10px;
    }

    .upload-wrapper .title {
        margin: 5.83vw auto 4.16vw;
        font-size: 4.44vw;
    }

    .upload-textarea1,
    .upload-textarea2 {
        width: 100%;
    }

    .upload-textarea1 {
        height: 23.33vw;
    }

    .upload-textarea2 {
        height: 50.28vw;
    }

    .upload-textarea textarea {
        padding: 2vw;
    }

    .upload-textarea #destxt {
        padding: 2vw;
    }

    .upload-textarea .des-edit-tip {
        display: block;
    }

    .upload-textarea .word {
        right: 2vw;
        bottom: 2vw;
        font-size: 2.78vw;
    }

    .upload-textarea textarea::-webkit-input-placeholder {
        color: #666;
    }

    .upload-wrapper #word1,
    .upload-wrapper #word2 {
        color: #666;
    }

    .upload-select select,
    .upload-select select option {
        width: 100%;
        height: 8vw;
    }

    .upload-tag {
        width: auto;
    }

    .upload-tag input[type="button"], .activity-tag input[type="button"] {
        height: 8vw;
        padding: 0 2.5vw;
        margin-bottom: 2.77vw;
        font-size: 3.88vw;
        margin-right: 2.036vw;
        border-radius: 1.66vw;
        font-weight: 400;
    }

    .upload-tag input[type="button"].active, .activity-tag input[type="button"].active {
        background: rgba(0, 177, 255, 0.2);
        opacity: 0.6;
    }

    .select-content {
        width: 88.89vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 14px;
        z-index: 3;
        text-align: left;
        flex-wrap: wrap;
    }

    .select-title {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        font-size: 4.44vw;
        padding: 4.16vw 0;
        border-bottom: solid 1px #DFDFDF;
    }

    .select-finish {
        position: absolute;
        top: 50%;
        right: 1.5vw;
        transform: translateY(-50%);
        font-size: 3.88vw;
        color: var(--magic-blue, #00b1ff);
    }

    .select-series {
        width: 50%;
        padding: 2.36vw 0;
    }

    .select-group {
        width: 49%;
        padding: 2.36vw 0;
    }

    .select-option {
        padding: 4.027vw 3.33vw;
    }

    .select-value {
        width: 100%;
        height: 11.66vw;
        padding: 3.61vw 3% 3.61vw 3%;
        font-size: 14px;
        /* background-image: url(/content/dam/honor/community/creator/img/upload/right.svg); */
        background: url('/etc/designs/honor-site-forum/images/upload/right.svg') no-repeat;
        background-position: 97% 50%;
        background-size: 3vw;
    }

    .select-items {
        padding-top: 0;
    }

    .select-item {
        padding: 2.027vw 0 2.027vw 2.027vw;
        margin: 2vw;
        margin-bottom: 4.027vw;
    }

    .select-item:hover,
    .select-item.active {
        background: #F9F9F9;
    }

    .upload-post {
        width: 100%;
        margin: 6.94vw auto;
    }

    .cancel-button {
        display: none;
    }

    .post-button {
        width: 100%;
        font-size: 4.44vw;
        background: #000000;
        line-height: 1.25;
        border-radius: 7.22vw;
        padding: 3.33vw 0;
        opacity: 1;
        color: #fff;
    }

    .post-button:disabled {
        background: #D1D1D1;
        color: #fff;
        border-color: transparent;
    }

    .upload-mask {
        height: 100%;
    }

    .upload-wrapper .popup {
        width: 88.88vw;
        font-size: 4.44vw;
        padding: 6.94vw 0;
    }

    .upload-wrapper .popup input[type="button"] {
        font-size: 3.33vw;
        border-radius: 7.22vw;
        line-height: 2;
        padding: 1.11vw 7.77vw;
    }

    .upload-wrapper .popup-text {
        padding-bottom: 12.22vw;
    }

    .upload-wrapper .button-right {
        margin-left: 13.05vw;
    }

    .upload-wrapper .popup-close {
        display: none;
    }
}

#labelId {
    display: block;
}