.style_imageWrap__FUlYf {
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
    outline: 1px solid var(--BorderColor11);
    border-radius: 20px;
}
.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: auto;
    border-radius: 20px;
    cursor: pointer;
    object-fit: cover;
}
.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.5);
    -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.3);
    -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;
}
@media (max-width: 768px) {
    .style_imageWrap__FUlYf {
        margin-bottom: 15px;
    }
    .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);
    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 {
    height: auto;
    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: -24px;
    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_modelInfos__s8vZ2 {
    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_highlight__dgEDl {
    color: var(--PrimaryColor11);
}
.style_desc__8yzyd {
    margin-top: 10px;
    width: 100%;
    border-radius: 8px;
    background-color: var(--FillColor17);
    padding: 12px;
}
.style_templateInfos__s6Cug {
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.style_aiModel__KaVDB {
    background-color: var(--FillColor15);
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
}
.style_aiModelContent__HXJLz {
    text-align: center;
}
.style_fmImgDiv___Jw7h {
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 152px;
    height: 152px;
}
.style_aiModelImg__Xc4r0 {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.style_aiModelConnectImg__cjKc6 {
    margin-left: -5px;
    margin-right: -5px;
    z-index: 1;
}
.style_aiLocation__bt9sr {
    background-color: var(--FillColor15);
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
}
.style_aiLocationContent__vVMzC {
    text-align: center;
}
.style_alImgDiv__qI5DP {
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 152px;
    height: 152px;
}
.style_aiLocationImg__zApOB {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.style_PromptInfos__LX_Tu {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin-top: 12px;
    border-radius: 10px;
    background-color: var(--FillColor15);
}
.style_promptTitle__ZQAwc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style_promatContent__QA63a {
    width: 100%;
    max-height: 84px;
    overflow-y: scroll;
    background-color: var(--FillColor17);
    border-radius: 8px;
    margin-top: 10px;
    padding: 12px;
}
.style_borderR___0cMq {
    border-radius: 10px;
}

.style_promatContent__QA63a::-webkit-scrollbar {
    display: block !important;
    width: var(--ScrollbarThumbWidth) !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-thumb {
    border-radius: 100px !important;
    background: var(--ScrollbarThumbColor) !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-thumb:hover {
    background-color: var(-BorderColor4) !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-thumb:active {
    background-color: var(--BorderColor5) !important;
}

.style_prompt__T80Ea {
    cursor: pointer;
}
.style_nPrompt__e92wM {
    margin-left: 20px;
    cursor: pointer;
}
.style_unchecked__9C2oC {
    color: var(--TextColor13);
}
.style_paramInfos__U6DuV {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 18px;
}
.style_lora__m2DOV {
    width: 100%;
    padding: 12px;
    background-color: var(--FillColor15);
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.style_loraImg__LCTeJ {
    border-radius: 4px;
}
.style_loraDesc__w7jBY {
    margin-left: 10px;
}
.style_checkpoint___Am7s {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style_checkpointMain__91W5n {
    display: flex;
    flex-direction: column;
}
.style_checkpointKey__vLucx {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_stepsAndCfg__BYSKO {
    display: flex;
    align-items: center;
}
.style_stepsMain__pvt6x {
    display: flex;
    flex-direction: column;
}
.style_stepsKey__LUN_E {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_cfgMain__L3g3y {
    display: flex;
    flex-direction: column;
    margin-left: 45px;
}
.style_cfgKey__g210q {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_sampler__Re83d {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.style_samplerMain__eGHa5 {
    display: flex;
    flex-direction: column;
}
.style_samplerKey__1rjJD {
    color: var(--TextColor13);
    margin-top: 4px;
}

.style_caseView__vR3Pg {
    display: flex;
    overflow: auto;
    gap: 30px;
}
.style_leftArea__g8g85 {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.style_showImages__fbzOG {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.style_margin__KdkC_ {
    margin-right: 30px;
}
.style_before__1ASJ_ {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_after__SPbXT {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_imageLeft__WcldG {
    position: relative;
    background-color: var(--FillColor15);
    max-width: 372px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.style_image__KMosJ {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
}
.style_mask__vZYBl {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    width: 100%;
    height: 100%;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0;
}
.style_mask1__Q_24f {
    width: 100%;
    height: 100%;
}
.style_mask__vZYBl:hover {
    opacity: 1;
}
.style_finalImageRight__T0qFS {
    position: relative;
    background-color: var(--FillColor15);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.style_finalImage__C1DEb {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
}
.style_borderRadius__UuVPO {
    border-radius: 10px;
}
.style_imageInfos__kOJ_K {
    width: 366px;
    display: flex;
    justify-content: left;
    flex-direction: column;
}
.style_startTrial__3wvd8 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    margin-top: 12px;
    border-radius: 10px;
    cursor: pointer;
}
.style_tryImg__PL8EO {
    margin-left: 12px;
}
.style_videoOverlay__oW0mW {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.style_videoError__LAGDN {
    color: #fff;
    text-align: center;
}
.style_title__fEaaA {
    margin-bottom: 20px;
}

.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);
}
.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_baseModal__Si5sZ {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: var(--FillColor17);
    z-index: 9998;
}

.style_caseDetail__qIZM5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-bottom: 120px;
    background-color: var(--FillColor17);
}
.style_spinWrap__CE2Ig {
    border-radius: 0;
}
.style_spinWrap__CE2Ig .ant-spin-blur {
    opacity: 1 !important;
}
.style_spinWrap__CE2Ig .ant-spin-blur::after {
    opacity: 0 !important;
}
.style_title__nh5qN {
    margin: 15px;
}
.style_showImages__tiFIA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.style_margin__DaPBT {
    margin-right: 30px;
}
.style_copyImg__JzsuX {
    cursor: pointer;
}
.style_before__EZ9Ac {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_after__Vi50Y {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_loading__jDDi_ {
    width: 744px;
    height: 680px;
}
.style_imageLeft__bBjYa {
    position: relative;
    background-color: var(--FillColor15);
}
.style_image__8WH8_ {
    display: block;
}
.style_mask__n41uR {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
}
.style_mask__n41uR:hover {
    opacity: 1;
}
.style_finalImageRight__CcJ2K {
    position: relative;
    background-color: var(--FillColor15);
    height: auto;
    display: block;
}
.style_finalImage__K1fgn {
    display: block;
}
.style_imageInfos__L0mZk {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    max-width: 600px;
}
.style_startTrial__tE2MP {
    position: fixed;
    bottom: 48px;
    max-width: 240px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    cursor: pointer;
    z-index: 2;
}
.style_tryImg__x_lit {
    margin-left: 10px;
}
.style_spinWrap__CE2Ig .ant-spin-spinning {
    border-radius: 20px !important;
    max-height: 100% !important;
}
.style_spinWrap__CE2Ig .ant-spin-blur::after {
    border-radius: 20px !important;
}
.style_spinWrap__CE2Ig .ant-spin-blur {
    border-radius: 20px !important;
}
.style_spinWrap__CE2Ig .ant-spin-container {
    transition: none !important;
}

.style_scroller__iZBuC {
    height: calc(100vh - var(--HomeHeaderHeight));
    overflow: auto;
}
.style_spinWrap__PsBSJ {
    border-radius: 0;
}
.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;
}

.style_waterfall__6_a2_ {
    width: 100%;
}
.style_noData__dTD9n {
    background-color: unset;
}
.style_showCaseWrap__81dcU {
    padding-bottom: 80px;
    display: flex;
    justify-content: flex-start;
}
.style_wrap__yKpJo {
    min-height: calc(100vh - var(--HomeHeaderHeight));
    padding-bottom: 80px;
    position: relative;
}
.style_column__Paidj {
    float: left;
}
.style_detection___1qdc {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}

.style_clearfix__JAedu:after,
.style_clearfix__JAedu:before {
    content: ' ';
    display: table;
}
.style_clearfix__JAedu:after {
    clear: both;
}
.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_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;
}

.style_audioContainer__igV4r {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: var(--FillColor17);
    color: var(--TextColor13);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.style_audioButton__16Uw8 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.style_audioName__SKchO {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    max-width: 100%;
    padding: 0 4px;
}

.style_caseDetail__IQ5b_ {
    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__C_FEv {
    width: 372px;
    height: 680px;
}

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

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

.style_desc__ihkr3 {
    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__YMpSr {
    color: var(--PrimaryColor11);
}

.style_descText__0IDsE {
    margin-top: 10px;
    width: 100%;
    border-radius: 8px;
    background-color: var(--FillColor17);
    padding: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .style_caseDetail__IQ5b_ {
        flex-direction: column;
        gap: 8px;
        padding: 12px;
    }
    .style_video__5fFJJ {
        width: 50% !important;
        height: auto !important;
        padding: 8px;
    }
    .style_right__dfwRO {
        width: 100%;
        gap: 8px;
    }
    .style_desc__ihkr3 {
        padding: 8px;
    }
    .style_descText__0IDsE {
        margin-top: 4px;
    }
    .style_image__CLTZF {
        padding: 8px;
        gap: 4px;
    }
    .style_fmImgDiv__tHNou {
        height: 120px;
        width: 120px;
    }
}

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

.style_gridContainer__Kysdi {
    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__Kysdi > * {
    flex: 0 0 auto;
    min-width: 218px;
    max-width: 218px;
}

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

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

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

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

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

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

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

/* 响应式设计 */
@media (max-width: 768px) {
    .style_gridContainer__Kysdi {
        gap: 15px;
    }
    
    .style_gridContainer__Kysdi > * {
        min-width: 200px;
        max-width: 200px;
    }
    
    .style_gridContainer__Kysdi::after {
        min-width: 200px;
    }
}

@media (max-width: 480px) {
    .style_gridContainer__Kysdi {
        gap: 10px;
    }
    
    .style_gridContainer__Kysdi > * {
        min-width: 160px;
        max-width: 160px;
    }
    
    .style_gridContainer__Kysdi::after {
        min-width: 160px;
    }
} 
