.style_hide__cABmB {
    display: none;
}
.style_notice__8qlPs {
    width: 100%;
}
.style_noitceLink__oj301 {
    text-decoration: underline;
    cursor: pointer;
}
.style_noticeRoot__yk_LG {
    position: relative;
    background: var(--PrimaryColor2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(
        90deg,
        #eeebff 5%,
        #f9f8ff 54%,
        #ece8ff 100%,
        rgba(243, 242, 253, 0) 100%
    );
}
.style_message__s84ai {
    position: relative;
    display: flex;
    height: 64px;
    width: 100%;
    gap: 4px;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    color: var(--TextColor11);
}
.style_messageContent__d4k2y {
    font-variation-settings: 'opsz' auto;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.style_close__h_f39 {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
@media (max-width: 768px) {
    .style_notice__8qlPs {
        display: none;
    }
}

.style_start__Cg951 {
    background-color: var(--FillColor17);
    width: 100%;
    height: calc(100% - var(--WorkspaceHeaderHeight));
    margin-top: var(--WorkspaceHeaderHeight);
    flex: 1 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-bottom: 100px;
}
.style_startHot__cmYE5 {
    background-color: var(--FillColor17);
    width: 100%;
    height: calc(100% - var(--WorkspaceHeaderHeight));
    flex: 1 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-width: 2650px;
    padding-top: 10px;
}
.style_tabStart__dVILd {
    background-color: var(--FillColor17);
    width: 100%;
    height: calc(100% - var(--WorkspaceHeaderHeight));
    margin-top: 50px;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-bottom: 100px;
}
.style_navsCon__t1LEc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 16px;
}
.style_navsConHot__LWtKf {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.style_centerLastRow__BmlZt {
    justify-content: center;
}


.style_navsConHomepage__iTXj5 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 50px 0 0 0;
    justify-content: center;
}
.style_allNavsCon__hhDxM {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 30px;
    gap: 16px;
}

.style_navItem__GX44K {
    display: flex;
    background-color: var(--FillColor15);
    gap: 16px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.style_navItem__GX44K::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(117, 48, 254, 0.05) 0%, rgba(117, 48, 254, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.style_navItem__GX44K:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: rgba(117, 48, 254, 0.2);
}

.style_navItem__GX44K:hover::before {
    opacity: 1;
}

.style_navItem__GX44K:active {
    transform: translateY(0);
}

.style_navItem__GX44K:focus-visible {
    outline: 2px solid rgba(117, 48, 254, 0.5);
    outline-offset: 2px;
}

.style_navInfos__d_ywh {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 0;
    gap: 6px;
}

.style_navInfosHot__wFryj {
    font-family: var(--FontInter);
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 0;
    gap: 6px;
}

.style_navTitle__8bUOx {
    color: var(--TextColor11);
    margin: 0;
    line-height: 1.4;
    word-wrap: break-word;
}

.style_navSubTitle__d_1GI {
    color: var(--TextColor13);
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.style_navIconWrapper__OcD1D {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_navIcon__gyAd9 {
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    width: 170px;
    height: 110px;
    display: block;
    position: relative;
    overflow: hidden;
}

.style_navIconHot__Lr6xX {
    border-radius: 16px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
    width: 122px;
    height: 82px;
    display: block;
    position: relative;
    overflow: hidden;
}

.style_navItem__GX44K:hover .style_navIcon__gyAd9 {
    transform: scale(1.08);
}

.style_navItem__GX44K:hover .style_navIconHot__Lr6xX {
    transform: scale(1.08);
}
/* .spliceImages {
    display: flex;  
    align-items: flex-start; 
    justify-content: center;  
    width: 100%;   
    height: 168px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
} */
.style_spliceImage__Jyijw {
    object-fit: cover;
    width: 50%;
    height: 100%;
    object-position: top;
}
.style_arrowImage__15HpS {
    position: absolute;
    top: 41%;
    left: 44%;
}
.style_left__cqGwi {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.style_right__6YleE {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* 平板适配 */
@media (max-width: 1232px) {
    .style_navsCon__t1LEc {
        margin-top: 24px;
    }
    .style_navsConHomepage__iTXj5 {
        margin: 24px 24px 0 24px;
    }

    .style_navItem__GX44K {
        padding: 18px 20px 18px 28px;
        gap: 14px;
    }

    .style_navIcon__gyAd9 {
        width: 150px;
        height: 95px;
    }

    .style_navIconHot__Lr6xX {
        width: 150px;
        height: 95px;
    }
}

/* 小屏幕平板 */
@media (max-width: 1024px) {
    .style_navsCon__t1LEc {
        margin-top: 20px;
        gap: 12px;
    }
    .style_navsConHot__LWtKf {
        gap: 12px;
    }
    .style_navsConHomepage__iTXj5 {
        margin: 20px 20px 0 20px;
    }

    .style_navItem__GX44K {
        padding: 16px 18px 16px 24px;
        gap: 12px;
    }

    .style_navIcon__gyAd9 {
        width: 140px;
        height: 90px;
    }

    .style_navIconHot__Lr6xX {
        width: 140px;
        height: 90px;
    }
}

/* 移动端 */
@media (max-width: 768px) {
    .style_start__Cg951 {
        padding-bottom: 16px;
        margin-top: 0;
        height: 100%;
    }
    .style_startHot__cmYE5 {
        padding-bottom: 16px;
        margin-top: 0;
        height: 100%;
    }
    .style_allNavsCon__hhDxM {
        margin: 0;
        padding: 16px;
    }
    .style_tabStart__dVILd {
        padding-bottom: 16px;
        margin-top: 0;
    }

    .style_navsCon__t1LEc {
        margin-top: 16px;
        gap: 8px !important;
    }
    .style_navsConHot__LWtKf {
        gap: 8px !important;
    }
    .style_navsConHomepage__iTXj5 {
        margin: 16px 40px 0 40px;
        gap: 8px !important;
    }

    .style_navItem__GX44K {
        padding: 12px !important;
        width: calc(50% - 6px) !important;
        flex-direction: column-reverse;
        gap: 10px;
        min-height: 140px;
    }

    .style_navInfos__d_ywh {
        width: 100%;
        text-align: center;
        gap: 4px;
    }

    .style_navInfosHot__wFryj {
        width: 100%;
        text-align: center;
        gap: 4px;
    }

    .style_navTitle__8bUOx {
        margin-bottom: 0;
    }

    .style_navSubTitle__d_1GI {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        font-size: 11px;
        line-height: 1.3;
    }

    .style_navIconWrapper__OcD1D {
        width: 100%;
    }

    .style_navIcon__gyAd9 {
        width: 100%;
        height: auto;
        aspect-ratio: 17 / 11;
        max-height: 100px;
    }

    .style_navIconHot__Lr6xX {
        width: 100%;
        height: auto;
        aspect-ratio: 17 / 11;
        max-height: 100px;
    }

    .style_navItem__GX44K:hover {
        transform: none;
    }

    .style_navItem__GX44K:active {
        transform: scale(0.98);
        background-color: var(--FillColor2);
    }

    .style_allNavsCon__hhDxM .style_navItem__GX44K {
        width: calc(50% - 8px) !important;
    }
}

.style_opreate__Vfm8S {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
}
.style_starSub__SPa6B {
    position: absolute;
    top: 12px;
    right: 12px;
}
.style_debug__cw9uY {
    position: absolute;
    top: 12px;
    left: 12px;
    pointer-events: auto;
    cursor: pointer;
}
.style_bottomLeft__MX12X {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    display: flex;
    gap: 8px;
}
.style_bottomRight__KNuuN {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

.style_pro__y8e7k {
    width: 28px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 4px;
    background: linear-gradient(98.04deg, #ffc100 4.65%, #ffd703 94.16%);
    color: var(--TextColor5);
    position: absolute;
    right: 12px;
}

@media (max-width: 768px) {
    .style_bottomLeft__MX12X {
        display: none;
    }
    .style_bottomRight__KNuuN {
        gap: 4px;
        right: 8px;
        bottom: 8px;
    }
}

.style_imageWrap__FUlYf {
    position: relative;
    font-size: 0;
    outline: 1px solid var(--BorderColor11);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.style_imageWrap__FUlYf:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    pointer-events: none;
}
.style_image__gQtt3 {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    object-position: top;
}
.style_infos__88CrV {
    position: absolute;
    left: 10px;
    bottom: 10px;
    bottom: 10px;
    overflow: auto;
    z-index: 2;
    display: flex;
    gap: 4px;
}
.style_infoItem__rW9P1 {
    position: relative;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.style_infoImage__LyXw3 {
    object-fit: cover;
    border-radius: 5px;
    background-color: var(--FillColor15);
}
.style_infoTxt__rgakR {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor14);
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.style_infoTxt__rgakR:lang(en-US) {
    font-size: 8px;
}
.style_place__HIg5D {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor15);
}
.style_selectedBox__gzBP_ {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.style_selectedBox__gzBP_::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    border: 1px solid var(--BorderColor11);
    background-color: var(--FillColor17);
}
.style_selectedBox__gzBP_.style_checked__JyPSl::after {
    content: ' ';
    background-image: url('/checked.svg');
    background-size: 100% 100%;
    border: 1px solid var(--FillColor17);
}
.style_popularityScore__qAsUg {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 26px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--TextColor14);
}
.style_videoTag__UVuE_ {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .style_imageWrap__FUlYf {
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .style_image__gQtt3 {
        border-radius: 10px;
    }
    .style_popularityScore__qAsUg {
        top: 4px;
        left: 4px;
        height: 24px;
        padding: 0 8px;
    }
    .style_infos__88CrV {
        bottom: 4px;
        left: 4px;
    }
}

.style_detailModal__EhB9l {
    height: calc(100vh - 12px);
    height: calc(100dvh - 12px);
    width: 100%;
    display: flex;
    justify-content: center;
}
.style_head__raPyK {
    color: var(--TextColor14);
    position: absolute;
    top: 16px;
    height: 44px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.style_closeModalIcon__PtO13 {
    position: fixed;
    top: 16px;
    right: 16px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.style_showDetail__c3dSU {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 64px 0 64px;
    position: relative;
}
.style_originImage__Q_1_b,
.style_finalImage__gFd5g {
    max-width: 50%;
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.style_noOrigin__GgFwW {
    max-width: 100%;
}
.style_maskBase64__IxWxD {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}
.style_image__uc769 {
    pointer-events: auto;
    max-width: 100%;
    max-height: calc(100% - 36px);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(0deg);
}
.style_waterMask__ujshm {
    position: absolute;
    pointer-events: none;
}
.style_finalImage__gFd5g {
    display: flex;
}
.style_opreateWrap__9pGh4 {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.style_opreate__4sCeN {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
}
.style_opreateContainer__aXE2Z {
    position: absolute;
    bottom: -36px;
    max-width: calc(100vw - 60px);
    display: flex;
    justify-content: center;
    transform: translateY(100%);
    gap: 24px;
}
.style_changeBtn__7vktU {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 20px;
}
.style_changeBtnDisable__eSKbj {
    opacity: 0.2;
    cursor: not-allowed;
}
.style_preIcon__rry9M {
    rotate: 180deg;
}

.style_caseDetail___1hbU {
    display: flex;
    justify-content: center;
    position: relative;
    background-color: var(--FillColor17);
    padding: 30px;
    border-radius: 20px;
    max-width: 100%;
    max-height: calc(100vh - 60px);
    max-height: calc(100dvh - 60px);
}

.style_prev__A6_x8 {
    position: absolute;
    top: 50%;
    left: -66px;
    cursor: pointer;
}

.style_next__F_LbC {
    position: absolute;
    top: 50%;
    right: -66px;
    cursor: pointer;
}

.style_place__nQxrB {
    width: 744px;
    height: 680px;
}

.style_spinWrap__qbADn {
    border-radius: 20px;
}

.style_spinWrap__qbADn .ant-spin-spinning {
    border-radius: 20px !important;
    max-height: 100% !important;
}

.style_spinWrap__qbADn .ant-spin-blur::after {
    opacity: 0 !important;
    border-radius: 20px !important;
}

.style_spinWrap__qbADn .ant-spin-blur {
    opacity: 1 !important;
    border-radius: 20px !important;
}

.style_spinWrap__qbADn .ant-spin-container {
    transition: none !important;
}
.style_scroller__iZBuC {
    height: 100%;
    position: relative;
    overflow: auto;
}

.style_showcaseScroller__mr4tL {
    overflow: hidden;
}

.style_spinWrap__PsBSJ {
    border-radius: 0;
    height: 100%;
}
.style_spinWrap__PsBSJ .ant-spin-blur {
    opacity: 1 !important;
}
.style_spinWrap__PsBSJ .ant-spin-blur::after {
    opacity: 0 !important;
}
.style_spinWrap__PsBSJ .ant-spin-spinning {
    border-radius: 20px !important;
    max-height: 100% !important;
}
.style_spinWrap__PsBSJ .ant-spin-blur::after {
    border-radius: 20px !important;
}
.style_spinWrap__PsBSJ .ant-spin-blur {
    border-radius: 20px !important;
}
.style_spinWrap__PsBSJ .ant-spin-container {
    transition: none !important;
    height: 100%;
}

.style_clearfix__g2QJ4 {
    display: grid;
    position: relative;
}

.style_cutBottom__VYVQt {
    overflow-y: hidden;
}
.style_cutBottom__VYVQt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 70%,
        #ffffff 100%
    );
    z-index: 9;
}

.style_imageWrap__DV9zw {
    position: relative;
    font-size: 0;
    outline: 1px solid var(--BorderColor11);
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.style_imageWrap__DV9zw:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    pointer-events: none;
}

.style_image__a8F1U {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.style_image__a8F1U:hover {
    transform: scale(1.1);
}

.style_infos__aVKWM {
    position: absolute;
    left: 10px;
    bottom: 10px;
    bottom: 10px;
    overflow: auto;
    z-index: 2;
    display: flex;
    gap: 4px;
}

.style_infoItem__mgDO2 {
    position: relative;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.style_infoImage__k3ADU {
    display: block;
    object-fit: cover;
    border-radius: 5px;
    background-color: var(--FillColor15);
}

.style_infoTxt__y_sdw {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor14);
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.style_infoTxt__y_sdw:lang(en-US) {
    font-size: 8px;
}

.style_place__uTcM6 {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor15);
}

.style_selectedBox__GasAi {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.style_selectedBox__GasAi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    border: 1px solid var(--BorderColor11);
    background-color: var(--FillColor17);
}

.style_selectedBox__GasAi.style_checked__kK1yL::after {
    content: ' ';
    background-image: url('/checked.svg');
    background-size: 100% 100%;
    border: 1px solid var(--FillColor17);
}
.style_popularityScoreWrap__kqpt_{
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.style_popularityScore__H6UVJ {
    height: 26px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--TextColor14);
    z-index: 2;
}

.style_videoTag__z2HqH {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.style_generateButton__pjJbo {
    position: absolute;
    bottom: 24px;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.style_generateButtonText__K8GYX {
    padding: 8px 20px;
    background: var(--FillColor17);
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: var(--PrimaryColor11);
    gap: 4px;
}

@media (max-width: 768px) {
    .style_imageWrap__DV9zw {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .style_image__a8F1U {
        border-radius: 10px;
    }

    .style_popularityScore__H6UVJ {
        top: 4px;
        left: 4px;
        height: 24px;
        padding: 0 8px;
    }

    .style_infos__aVKWM {
        bottom: 4px;
        left: 4px;
    }
}

.style_caseDetail__918tk {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
    background-color: var(--FillColor17);
    padding: 30px;
    border-radius: 20px;
    max-width: 100%;
    /* max-height: calc(100vh - 60px); */
}
.style_loading__MxyGm {
    width: 372px;
    height: 680px;
}

.style_left__EpPy8 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.style_right__3cyB_ {
    width: 366px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    gap: 12px;
}

.style_desc__Ldi4m {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--FillColor15);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.style_title__SJSIm {
    color: var(--PrimaryColor11);
}

.style_descText__hjmv6 {
    margin-top: 10px;
    width: 100%;
    border-radius: 8px;
    background-color: var(--FillColor17);
    padding: 12px;
    max-height: 400px;
    overflow: auto;
}

.style_templateInfos__xDhh2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.style_finalImage__K8bB7 {
    border-radius: 10px;
    object-fit: cover;
}

.style_image__KHsCQ {
    background-color: var(--FillColor15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    gap: 8px;
    object-fit: cover;
}

.style_imgContent__y_bc3 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    max-height: 200px;
    overflow-y: auto;
}

.style_fmImgDiv__12GEe {
    border-radius: 10px;
    width: 152px;
    height: 152px;
}

.style_img__v2eGV {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}

.style_startTrial__9yS6t {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    border-radius: 10px;
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    bottom: 12px;
}

.style_video__QU1t2 {
    background-color: var(--FillColor15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    gap: 8px;
    object-fit: cover;
}

.style_videoContent__76VYQ {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    max-height: 200px;
}

.style_myVideo__z7_ac {
    border-radius: 10px;
    background-color: var(--FillColor17);
    width: 152px;
    height: 152px;
}

.style_bgm__Lovl7 {
    background-color: var(--FillColor15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
    gap: 8px;
}

.style_bgmContent__lZqKc {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    max-height: 200px;
    overflow-y: auto;
}

.style_prev__So4bb {
    position: absolute;
    top: 50%;
    left: -66px;
    cursor: pointer;
}
.style_next__DEfSP {
    position: absolute;
    top: 50%;
    right: -66px;
    cursor: pointer;
}

.style_spinWrap__AZPSm {
    border-radius: 20px;
}
.style_spinWrap__AZPSm .ant-spin-spinning {
    border-radius: 20px !important;
    max-height: 100% !important;
}
.style_spinWrap__AZPSm .ant-spin-blur::after {
    opacity: 0 !important;
    border-radius: 20px !important;
}
.style_spinWrap__AZPSm .ant-spin-blur {
    opacity: 1 !important;
    border-radius: 20px !important;
}
.style_spinWrap__AZPSm .ant-spin-container {
    transition: none !important;
}

@media (max-width: 768px) {
    .style_caseDetail__918tk {
        flex-direction: column;
        gap: 8px;
        padding: 8px;
    }
    .style_finalImage__K8bB7 {
        width: 100% !important;
    }
    .style_video__QU1t2 {
        width: 50% !important;
        height: auto !important;
        padding: 8px;
    }
    .style_right__3cyB_ {
        width: 100%;
        gap: 8px;
    }
    .style_desc__Ldi4m {
        padding: 8px;
    }
    .style_descText__hjmv6 {
        margin-top: 4px;
    }
    .style_image__KHsCQ {
        padding: 8px;
        gap: 4px;
    }
    .style_fmImgDiv__12GEe {
        height: 120px;
        width: 120px;
    }
}

.style_waterfall__6_a2_ {
    width: 100%;
}
.style_noData__dTD9n {
    background-color: unset;
}
.style_showCaseWrap__81dcU {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 80px;
}
.style_column__Paidj {
    float: left;
}
.style_detection___1qdc {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}
.style_showMore__KjfpA {
    margin-left: -30px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.style_btn__B_eL_ {
    width: 216px;
    height: 44px;
    border-radius: 12px;
    background-color: var(--FillColor2);
    color: var(--TextColor1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.style_loadingWrap__iZDsV {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}
.style_loadingBtnWrap__SyXdY {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.style_loadingBtnWrapHomepage__nIPE_ {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.style_loadingBtnHomepage__FzuZc {
    padding: 20px 60px;
    height: 64px;
    border-radius: 12px;
    /* background-color: var(--PrimaryColor16); */
    color: var(--PrimaryColor11);
    border: 1px solid var(--PrimaryColor11);
    box-shadow: 0px 10px 16px 0px rgba(117, 48, 254, 0.2);
    /* color: var(--TextColor14); */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: visible;
    opacity: 0.98;
}
/* .loadingBtnHomepage:hover {
    background: var(--PrimaryColor5);
} */
.style_loadingBtn__6Qg9D {
    padding: 0 48px;
    height: 56px;
    border-radius: 12px;
    background-color: var(--PrimaryColor16);
    box-shadow: 0px 10px 16px 0px rgba(117, 48, 254, 0.2);
    color: var(--TextColor14);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: visible;
}
.style_loadingBtn__6Qg9D:hover {
    background: var(--PrimaryColor5);
}
.style_empty__i40lM {
    color: var(--TextColor13);
    text-align: center;
    margin-top: 24px;
}
.style_submissionTips__B7z3N {
    margin-left: 8px;
    margin-bottom: 24px;
    margin-right: 24px;
}
.style_blog__meJnp {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .style_loadingBtn__6Qg9D {
        height: 40px;
        padding: 0 16px;
        border-radius: 8px;
    }
    .style_loadingBtnHomepage__FzuZc {
        height: 40px;
        padding: 0 16px;
        border-radius: 8px;
    }
    .style_showCaseWrap__81dcU {
        padding-bottom: 64px;
        min-height: 100vh !important;
    }
    .style_loadingBtnWrapHomepage__nIPE_ {
        padding-top: 80px;
        padding-bottom: 24px;
    }
}

.style_showCaseContainer__gBD9g {
    width: 100%;
    padding: 20px 0;
    padding-bottom: 100px;
}

.style_gridContainer__7rBO9 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
}

/* 让每个Item组件自动适应容器宽度 */
.style_gridContainer__7rBO9 > * {
    flex: 0 0 auto;
    min-width: 218px;
    max-width: 218px;
}

.style_gridItem__ag_ZW {
    width: 100%;
    aspect-ratio: 3 / 4;
}

/* 使用伪元素实现最后一行左对齐 */
.style_gridContainer__7rBO9::after {
    content: '';
    flex: 1 1 100%;
    height: 0;
    min-width: 218px;
}

.style_loadingContainer__Ix_Vy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 16px;
    color: var(--TextColor13);
}

.style_emptyContainer__m4C0J {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: var(--TextColor13);
    font-size: 14px;
}

.style_loadingIndicator__XJwdz {
    margin-top: 40px;
    text-align: center;
    padding: 20px;
}

.style_loading__O0o27 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--TextColor13);
}

.style_spinner__bcts2 {
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--PrimaryColor11);
    border-radius: 50%;
    animation: style_spin__16cAj 1s linear infinite;
}

@keyframes style_spin__16cAj {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .style_gridContainer__7rBO9 {
        gap: 0 16px;
    }

    .style_gridContainer__7rBO9 > * {
        min-width: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }

    .style_gridContainer__7rBO9::after {
        min-width: calc(50% - 16px);
    }
}

.style_modelListWrap__5RkOj {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 14px 12px 10px;
    padding-right: 60px;
    gap: 10px;
    border-radius: 0 0 20px 20px;
}

.style_modelListWrapWorkspaceCollapsed__MFKcp {
    border-bottom-right-radius: 20px;
}

.style_modelListWrapExpanded__qSe1H {
    align-items: flex-start;
}

.style_modelList__I7wkR {
    display: flex;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1 1;
    transition: max-height 0.22s ease;
    will-change: max-height;
}

.style_modelListSmall__Z_ccD {
    overflow: visible;
}

.style_modelListExpanded__KRm2e {
    flex-wrap: wrap;
}

.style_modelListHasMore__bSzEf {
    padding-right: 54px;
}

.style_modelListHasMore__bSzEf::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(245, 247, 253, 0) 0%, var(--FillColor15) 48%);
    z-index: 1;
    border-bottom-right-radius: 20px;
}

.style_moreBtn__TagXe {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    transition: top 0.22s ease, transform 0.22s ease;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.style_moreBtnWorkspaceCollapsed__dMIc6 {
    top: 50%;
}

.style_moreBtnWorkspaceCollapsed__dMIc6:active {
    transform: translateY(-50%) scale(0.92);
}

.style_moreBtn__TagXe:hover {
    background-color: transparent;
    box-shadow: none;
}

.style_moreBtn__TagXe:active {
    transform: translateY(-50%) scale(0.92);
}

.style_moreBtnIcon__Gy2Ki {
    transition: transform 0.22s ease;
}

.style_moreBtnIconExpanded__ciX7r {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .style_modelListWrap__5RkOj {
        padding: 8px;
        padding-right: 52px;
    }
}

.style_modelInput__6x6Oh {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
    --workspace-model-border-color: color-mix(in srgb, var(--TextColor13) 20%, transparent);
}

.style_modelInputCollapsed__KIAsF {
    gap: 0;
    cursor: pointer;
}

.style_inputArea__dby0n {
    position: relative;
    background-color: var(--FillColor15);
    border-radius: 20px;
    width: 100%;
    max-width: 1200px;
    z-index: 10;
}

.style_inputAreaHome__np9gf {
    border: 1px solid transparent;
    box-shadow: 0px 0px 18px 0px #7530fe4d;
}

.style_inputAreaHome__np9gf::after {
    content: '';
    position: absolute;
    inset: -1px;
    box-sizing: border-box;
    border: 1px solid var(--PrimaryColor13);
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
}

.style_inputAreaCollapsed__ZvPGh {
    border-radius: 20px;
}

.style_modelInputHeader__TFBWH {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
}

.style_modelTypeToggle__KUVq3 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
    gap: 0;
    filter: drop-shadow(0 0 18px rgba(117, 48, 254, 0.18));
}

.style_modelInputHeader__TFBWH .style_modelTypeToggle__KUVq3 {
    margin-bottom: 0;
}

.style_toggleBtn__RG30W {
    position: relative;
    padding: 8px 24px 28px 24px;
    border: none;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    color: #111;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: 0px 0px 14px 0px #7530fe26;
}

.style_toggleBtnActive__Osp8u {
    padding: 14px 24px 28px 24px;
    background: linear-gradient(90deg, #874fff 0%, #9a55ff 100%);
    color: #fff;
    z-index: 2;
}

.style_toggleBtnActive__Osp8u:first-child + .style_toggleBtn__RG30W {
    border-top-left-radius: 0;
}

.style_modelTypeToggle__KUVq3:has(.style_toggleBtnActive__Osp8u:last-child) .style_toggleBtn__RG30W:first-child {
    border-top-right-radius: 0;
}

.style_toggleBtnActive__Osp8u:first-child {
    padding-right: 54px;
    margin-right: -40px;
    -webkit-clip-path: shape(
        from 0 0,
        line to calc(100% - 56px) 0,
        curve to calc(100% - 38px) 8px with calc(100% - 44px) 0,
        line to 100% 100%,
        line to 0 100%,
        close
    );
            clip-path: shape(
        from 0 0,
        line to calc(100% - 56px) 0,
        curve to calc(100% - 38px) 8px with calc(100% - 44px) 0,
        line to 100% 100%,
        line to 0 100%,
        close
    );
}

.style_toggleBtnActive__Osp8u:last-child {
    padding-left: 54px;
    margin-left: -40px;
    -webkit-clip-path: shape(
        from 56px 0,
        line to 100% 0,
        line to 100% 100%,
        line to 0 100%,
        line to 38px 8px,
        curve to 56px 0 with 44px 0,
        close
    );
            clip-path: shape(
        from 56px 0,
        line to 100% 0,
        line to 100% 100%,
        line to 0 100%,
        line to 38px 8px,
        curve to 56px 0 with 44px 0,
        close
    );
}

.style_modelItem__nHKzZ {
    height: 32px;
    border-radius: 198px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--workspace-model-border-color);
    color: var(--TextColor11);
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 10px;
    gap: 6px;
    cursor: pointer;
    flex: 0 0 auto;
}

.style_modelIcon__VDPnR {
    border-radius: 50%;
    background-color: transparent;
    border: none;
}

.style_collapseBtn__wNb9a {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: var(--FillColor17);
    cursor: pointer;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.style_collapseBtn__wNb9a:hover {
    background-color: var(--FillColor15);
}

.style_collapseBtn__wNb9a:active {
    transform: scale(0.92);
}

.style_collapseBtnIcon__9lQQT {
    opacity: 0.72;
}

.style_moreDropdownOverlay__RZ6Ys {
    z-index: 1200;
}

.style_moreDropdown__fevae {
    width: min(720px, calc(100vw - 40px));
    background-color: var(--FillColor15);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.style_moreList__NqEh_ {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.style_modelSection__8AEJX {
    display: flex;
    align-items: center;
    border-radius: 29px;
    border: 1px solid rgba(151, 160, 180, 0.3);
    padding: 4px;
    font-family: var(--FontInter) !important;
    margin-bottom: 30px;
}

.style_tab__nUxmt {
    min-width: 160px;
    height: 40px;
    border-radius: 32px;
    cursor: pointer;
    font-size: 14px;
    color: var(--TextColor13);
    background-color: transparent;
    border: none;
    padding: 0px 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: all 0.2s ease;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.style_tabActive__I8Qa7 {
    background-color: var(--TextColor13);
    color: var(--TextColor14);
}

@media screen and (max-width: 768px) {
    .style_modelInput__6x6Oh {
        margin-bottom: 6px;
    }

    .style_modelSection__8AEJX {
        margin-bottom: 16px;
        max-width: 100%;
    }

    .style_inputArea__dby0n {
        border-radius: 20px;
    }

    .style_inputAreaCollapsed__ZvPGh {
        border-radius: 20px;
    }

    .style_modelTypeToggle__KUVq3 {
        gap: 0;
        margin-bottom: 0;
    }

    .style_modelInputHeader__TFBWH {
        margin-bottom: -18px;
    }

    .style_toggleBtn__RG30W {
        padding: 8px 14px 22px;
        font-size: 12px;
    }

    .style_toggleBtn__RG30W svg {
        width: 12px;
        height: 12px;
    }

    .style_toggleBtnActive__Osp8u {
        padding-top: 12px;
        padding-bottom: 26px;
    }

    .style_toggleBtn__RG30W:not(.style_toggleBtnActive__Osp8u):first-child {
        padding-right: 28px;
    }

    .style_toggleBtn__RG30W:not(.style_toggleBtnActive__Osp8u):last-child {
        padding-left: 28px;
    }

    .style_toggleIcon__9oGpL {
        height: 12px;
        width: 12px;
    }

    .style_tab__nUxmt {
        min-width: 40vw;
        height: 32px;
    }

    .style_toggleBtnActive__Osp8u:first-child {
        margin-right: -50px;
        -webkit-clip-path: shape(
            from 0 0,
            line to calc(100% - 56px) 0,
            curve to calc(100% - 38px) 8px with calc(100% - 44px) 0,
            line to 90% 100%,
            line to 0 100%,
            close
        );
                clip-path: shape(
            from 0 0,
            line to calc(100% - 56px) 0,
            curve to calc(100% - 38px) 8px with calc(100% - 44px) 0,
            line to 90% 100%,
            line to 0 100%,
            close
        );
    }

    .style_toggleBtnActive__Osp8u:last-child {
        margin-left: -50px;
        -webkit-clip-path: shape(
            from 56px 0,
            line to 100% 0,
            line to 100% 100%,
            line to 10% 100%,
            line to 38px 8px,
            curve to 56px 0 with 44px 0,
            close
        );
                clip-path: shape(
            from 56px 0,
            line to 100% 0,
            line to 100% 100%,
            line to 10% 100%,
            line to 38px 8px,
            curve to 56px 0 with 44px 0,
            close
        );
    }

    .style_inputArea__dby0n {
        border-radius: 10px;
    }

    .style_modelSection__8AEJX {
        margin-bottom: 16px;
    }
}

