.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_wrapper__Jy95H {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
}

.style_container__XsMjR {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    position: relative;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.style_container__XsMjR::-webkit-scrollbar {
    display: none;
}

.style_arrowBtn__VQyJt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s;
}

.style_arrowBtn__VQyJt:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

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

.style_arrowLeft__oAXu7 {
    left: 8px;
    transform: translateY(-50%) rotate(180deg);
}

.style_arrowLeft__oAXu7:active {
    transform: translateY(-50%) rotate(180deg) scale(0.92);
}

.style_arrowRight__ea0MV {
    right: 8px;
}

.style_container__XsMjR {
    mask-image: linear-gradient(
        to right,
        transparent 0,
        black var(--mask-start, 0px),
        black var(--mask-end, 100%),
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        black var(--mask-start, 0px),
        black var(--mask-end, 100%),
        transparent 100%
    );
}

.UploadList_imageItem__5e_CX {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: visible;
    /* 改为 visible 以显示删除按钮 */
}

.UploadList_taskImage__atcPT {
    border-radius: 10px;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    display: block;
    cursor: pointer;
    /* 确保图片正确显示圆角 */
}

.UploadList_indexTag__9QLyx {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 12px 0 6px;
    background: linear-gradient(
        270deg,
        rgba(151, 160, 180, 0) 0%,
        rgba(151, 160, 180, 0.2) 20%,
        #97a0b4 100%
    );
    color: #ffffffcc;
    border-bottom-left-radius: 8px;
    line-height: 16px;
}

.UploadList_indexTag2__g4K_P {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: rgba(151, 160, 180, 0.6);
    color: #fff;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    line-height: 16px;
}

.UploadList_deleteImage__EtF5O {
    display: flex;
    gap: 4px;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
    /* 提高 z-index 确保在最上层 */
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    flex-shrink: 0;
    /* 防止被压缩 */
}

.UploadList_imageItem__5e_CX:hover .UploadList_deleteImage__EtF5O {
    opacity: 1;
}

.UploadList_uploadingOverlay__4TWOv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}

.UploadList_cancelImage__5AV02 {
    display: flex;
    gap: 4px;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

/* 缩小-放大脉冲效果 */
.UploadList_imageItemShake__Bfqwd {
    animation: UploadList_imageItemPulseAnim__g9se2 300ms ease-in-out both;
    will-change: transform, opacity;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.UploadList_imageModal__vDBVi {
    width: auto !important;
    height: auto !important;
    max-width: 80vw;
    max-height: 80vh;
}

.UploadList_imageModal__vDBVi .ant-modal-content {
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.UploadList_modalActions__HlbU5 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.UploadList_modalReuploadBtn__lC2Jz {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0 18px;
    background: var(--PrimaryColor11);
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: var(--TextColor14);
    position: relative;
    overflow: hidden;
}

.UploadList_modalReuploadBtnDisabled__fwBmt {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.UploadList_modalReuploadBtn__lC2Jz:hover {
    background: var(--PrimaryColor13);
}

.UploadList_modalReuploadFile__G2294 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.UploadList_modalImage__ml8fV {
    width: 100%;
    height: auto;
    max-width: 80vw;
    max-height: 80vh;
}

.UploadList_modalVideo__97ykJ {
    width: 100%;
    height: auto;
    max-width: 80vw;
    max-height: 80vh;
}

.UploadList_closeButton__XuKSq {
    position: fixed;
    top: 32px;
    right: 32px;
    background: rgba(0, 0, 0, 0.1);
    color: white;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.UploadList_closeButton__XuKSq:hover {
    background: rgba(0, 0, 0, 0.2);
}

@keyframes UploadList_imageItemPulseAnim__g9se2 {
    0% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .UploadList_deleteImage__EtF5O {
        opacity: 1;
    }
}

.style_container__k6FsZ {
    /* position: relative; */
    width: 100%;
}

.style_imageList__BHUNX {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.style_uploadItem__r4ELr {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--PrimaryColor11);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: var(--FillColor15);
}

.style_uploadItem__r4ELr:hover {
    border-color: var(--PrimaryColor6);
    background-color: rgba(0, 0, 0, 0.02);
}

.style_uploadContent__gAMuT {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor13);
}

.style_dragger__o5Tyt {
    display: inline-block;
    width: auto;
    height: auto;
}

.style_dragger__o5Tyt .ant-upload {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.style_dragger__o5Tyt .ant-upload-btn {
    padding: 0;
}

.style_dragger__o5Tyt .ant-upload-drag {
    border: none !important;
    background-color: transparent !important;
}

.style_dragger__o5Tyt .ant-upload-drag:hover {
    border: none !important;
}

.style_dragger__o5Tyt .ant-upload-drag .ant-upload-btn {
    padding: 0 !important;
}

.style_dragOverlay__8ehab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px dashed var(--BorderColor11);
    border-radius: 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_dragMessage__HYJPx {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
}

.style_dragText__qTIIt {
    color: var(--PrimaryColor6);
    font-weight: 500;
}

@media (max-width: 768px) {
    .style_uploadItem__r4ELr {
        height: 50px;
        width: 50px;
    }
}

.style_frameContainer__8Cn9l {
    display: flex;
    align-items: center;
    gap: 10px;
}

.style_imageItem__LbTK_ {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.style_addImage__1_xjZ {
    color: var(--PrimaryColor11);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px dashed var(--PrimaryColor11);
    border-radius: 8px;
    background-color: var(--FillColor15);
}

@media screen and (max-width: 768px) {
    .style_addIcon__wOlWZ {
        width: 14px !important;
        height: 14px !important;
    }
}

.style_frameContainer__tvWfl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.style_frameContainer__fKAqo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.style_swapIcon__YO1Wg {
    cursor: pointer;
}

.style_wrapper__iAJ4X {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.style_mentionInput__cOrl4 {
    flex: 1 1;
    width: 100%;
    min-height: calc(3 * 1.5em);
    color: var(--TextColor11);
    border: none;
    resize: none;
    transition: all 0.3s ease-in-out;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.style_mentionInput__cOrl4[contenteditable='true'] {
    outline: none;
    white-space: pre-wrap;
}

.style_mentionInlineImg__eIjcd {
    height: 1.5em;
    width: auto;
    object-fit: contain;
    display: block;
}

.style_placeholder__vdnXv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #e0e0e0;
    pointer-events: none;
    white-space: pre-wrap;
    line-height: 1.5;
    z-index: 0;
}

.style_mentionList__8e5cb {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px;
    padding: 6px;
    background: var(--FillColor17);
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    min-width: 120px;
}

.style_mentionItem__XyOG2 {
    cursor: pointer;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.style_mentionItemActive__bh28Z {
    background-color: var(--FillColor16);
}

.style_mentionImg__iipdb {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
}

.style_mentionTag__Z7kUb {
    color: var(--TextColor13);
    font-size: 14px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    margin: 0 2px;
}

.style_mentionInlineTagImg__UpMlU {
    width: 1.3em;
    height: 1.3em;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.style_mentionInlineTagMediaBadge__KmEXn {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--FillColor16);
    color: var(--PrimaryColor11);
    font-size: 11px;
    line-height: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-sizing: border-box;
    flex: 0 0 auto;
    overflow: hidden;
}

.style_mentionInlineTagMediaBadge__KmEXn svg {
    display: block;
    width: 12px;
    height: 12px;
}

.style_mentionItemLabel__BX6Kz {
    font-size: 12px;
    color: var(--TextColor11);
    white-space: nowrap;
}

.style_setting__zzYZz {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor15);
    border-radius: 222px;
    cursor: pointer;
    position: relative;
    gap: 4px;
}

.style_setting__zzYZz:lang(zh-CN) .ant-select-prefix {
    -webkit-margin-end: 0 !important;
            margin-inline-end: 0 !important;
}

.style_setting__zzYZz .ant-select-selection-overflow {
    flex-wrap: nowrap;
}

.style_prefixWrapper__Uhjh6 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 4px;
}

@media (max-width: 768px) {
    .style_setting__zzYZz .ant-select-selector {
        font-size: 12px;
    }
}

.style_settings__nOjEL {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px 8px;
    white-space: nowrap;
}

.style_setting__R8V23 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor15);
    border-radius: 222px;
    cursor: pointer;
    position: relative;
    gap: 4px;
}

.style_setting__R8V23:lang(zh-CN) .ant-select-prefix {
    -webkit-margin-end: 0 !important;
            margin-inline-end: 0 !important;
}

.style_setting__R8V23 .ant-select-selection-overflow {
    flex-wrap: nowrap;
}

.style_prefixWrapper__VCQao {
    display: flex;
    align-items: center;
    gap: 4px;

    margin-right: 4px;
}

.style_dropDownIcon__Vhyar {
    margin-left: 4px;
}

.style_comingSoonLabel__VPLvD {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 222px;
    color: var(--TextColor13);
}

.style_comingSoon__yYQ0X {
    color: var(--TextColor14);
    padding: 0 4px;
    border-radius: 4px;
    background-color: var(--PrimaryColor11);
    font-size: 10px;
}

.style_sizeOption__rvwbI {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    transition: all 0.2s;
}

.style_settingItem__gjSm7 {
    display: flex;
    gap: 4px;
    align-items: center;
}

.style_settingItem__gjSm7.style_disabled__HNdq2 {
    color: var(--TextColor13);
}

@media (max-width: 768px) {
    .style_settings__nOjEL {
        flex-wrap: nowrap;
    }
    .style_settings__nOjEL .ant-select-selector {
        font-size: 12px;
    }
}

.style_title__7aOdm {
    color: var(--TextColor1);
    display: flex;
    align-items: center;
}

.style_saveTime__aPMqa {
    color: var(--TextColor3);
    margin-left: 12px;
}

.style_generateWrap__s4PFo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.style_generate__NeWmd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    min-width: 256px;
    padding: 0 12px;
    border-radius: 10px;
    height: 45px;
    background: linear-gradient(283deg, #884cff 3%, #7530fe 90%);
    /* box-shadow: 0px 10px 16px 0px rgba(117, 48, 254, 0.2); */
    color: var(--TextColor14);
    cursor: pointer;
    gap: 6px;
}

.style_generate__NeWmd:hover {
    background: var(--PrimaryColor5);
}

.style_generateModel__DCPza {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
    min-width: 128px;
    padding: 0 12px;
    border-radius: 20px;
    height: 40px;
    background: linear-gradient(283deg, #884cff 3%, #7530fe 90%);
    /* box-shadow: 0px 10px 16px 0px rgba(117, 48, 254, 0.2); */
    color: var(--TextColor14);
    cursor: pointer;
    gap: 6px;
}

.style_generateModel__DCPza:hover {
    background: var(--PrimaryColor5);
}

.style_generateLoading__rvlyE {
    background: var(--PrimaryColor5);
}

.style_generateDisable__wnDpX {
    background: var(--PrimaryColor5);
    cursor: not-allowed;
}

.style_generate__NeWmd.style_small__PfzdV {
    height: 40px;
    min-width: 0;
}

.style_generateNewUser__3GLp4 {
    position: absolute;
    bottom: 43px;
    right: 12px;
    color: var(--TextColor14);
}

.style_generateNewUserHint__kFDia {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 0 8px;
    background: linear-gradient(270deg, #fe30ac 0%, #9831ff 100%);
}

.style_generateNewUserArrow__w1ITl {
    position: absolute;
    top: 22px;
    right: 28px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d042bc;
}

.style_consumeHighlightTip__yf34R {
    color: var(--PrimaryColor6);
    margin-right: 4px;
}

.style_consumeTip__ZMlrn {
    color: var(--TextColor11);
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    /* 如果需要整行居中，解开下一行注释 */
    /* justify-content: center; */
}

.style_residueTip__5cqIb {
    text-decoration: underline;
    color: var(--TextColor2);
}

.style_cpuCharge__QC24L {
    margin: 0 4px;
    display: inline-block;
}

.style_computerPowerWrap__uCd8U {
    display: flex;
    align-items: center;
}

.style_free__USOK9 {
    color: var(--TextColor2);
    margin-left: 2px;
}

.style_poseNotice__lDlK0 {
    margin-top: 24px;
}

.style_loadingIcon__jC4su {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .style_generate__NeWmd {
        height: 36px;
        min-width: 0;
    }

    .style_generate__NeWmd.style_small__PfzdV {
        height: 36px;
        min-width: 0;
    }

    .style_loading__HeuTr {
        margin-right: 2px;
    }

    .style_generateWrap__s4PFo {
        gap: 8px;
    }
}

.style_root__Xyrri {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    padding: 16px;
    background: var(--FillColor17);
    box-sizing: border-box;
    border: 0.5px solid var(--BorderColor11);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: all 0.3s ease-in-out;
}

.style_editList__3tXcv {
    display: flex;
    gap: 8px;
    flex: 1 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
}

.style_imageList__CMKfi {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.style_imageItem__fLTcv {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.style_fullscreen__uIIzy {
    width: 32px;
    height: 32px;
    background: var(--FillColor17);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

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

.style_operations__doozX {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.style_taskImage__R3Ipg {
    border-radius: 10px;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.style_textarea__tcguT {
    flex: 1 1;
    width: 100%;
    min-height: 44px;
    color: var(--TextColor11);
    border: none;
    resize: none;
    transition: all 0.3s ease-in-out;
}

.style_textarea__tcguT::-webkit-scrollbar-thumb {
    background-color: var(--BorderColor11);
}

.style_textarea__tcguT::placeholder {
    color: #e0e0e0;
}

.style_textarea__tcguT:focus {
    border: none;
}

.style_popoverRecommendList__Bz1Pi {
    max-height: 256px;
    overflow: auto;
    padding: 0px 4px 0px 8px;
}

.style_popoverRecommendList__Bz1Pi::-webkit-scrollbar {
    width: 3px;
    display: block;
}

.style_popoverRecommendList__Bz1Pi::-webkit-scrollbar-thumb {
    background-color: var(--TextColor13);
    border-radius: 10px;
}

.style_popoverRecommendItem__eMQ_5 {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 12px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.style_popoverRecommendItem__eMQ_5:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.style_popoverRecommendItemIndexed__fZKWd {
    background-color: rgba(0, 0, 0, 0.04);
}

.style_popoverRecommendBorder__Jo5nY {
    position: absolute;
    background-color: var(--PrimaryColor6);
    width: 4px;
    height: 38px;
    border-radius: 0px 4px 4px 0px;
    left: -7px;
}

.style_popoverRecommendWrapper__6PaCG {
    width: 240px;
}

.style_popoverRecommendWrapper__6PaCG .ant-popover-inner {
    padding: 8px 2px 8px 0px !important;
}

.style_addImage__psGhI {
    color: var(--PrimaryColor11);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px dashed var(--PrimaryColor11);
    border-radius: 10px;
    background-color: var(--FillColor15);
}

.style_bottom__HtoXQ {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    /* flex-direction: column; */
    gap: 8px;
}

.style_bottomIndex__IHcEI {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    /* flex-direction: column;
    align-items: flex-start; */
}

.style_bottomSetting__GjfOA {
    flex: 1 1;
    display: flex;
    overflow: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 4px 8px;
    white-space: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
}

.style_bottomSettingContainer__k3uh_ {
    display: flex;
    gap: 4px 8px;
    align-items: center;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.style_setting__bKQYy {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor15);
    border-radius: 222px;
    cursor: pointer;
    position: relative;
}

.style_generateWrap__PaVcf {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
    padding-top: 16px;
    gap: 6px;
}

.style_dropDownIcon__G_2vh {
    margin-left: 4px;
}

.style_indexTag__rHHuy {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 8px 0 6px;
    background: linear-gradient(
        270deg,
        rgba(151, 160, 180, 0) 0%,
        rgba(151, 160, 180, 0.2) 20%,
        #97a0b4 100%
    );
    color: #ffffffcc;
    border-bottom-left-radius: 8px;
    line-height: 16px;
}

.style_root__Xyrri.style_small__Ivznl {
    padding: 12px;
}

.style_root__Xyrri.style_small__Ivznl .style_bottomSetting__GjfOA {
    display: none;
}

.style_root__Xyrri.style_small__Ivznl .style_imageItem__fLTcv {
    height: 30px;
    width: 30px;
}

.style_root__Xyrri.style_small__Ivznl .style_editList__3tXcv {
    max-height: 50px;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.style_root__Xyrri.style_small__Ivznl .style_textarea__tcguT {
    height: 22px !important;
    min-height: 22px;
    overflow: hidden !important;
}

.style_root__Xyrri.style_small__Ivznl .style_bottom__HtoXQ {
    position: static;
    flex: none;
    margin-left: 8px;
}

.style_root__Xyrri.style_freeSmall__OMODe .style_textarea__tcguT {
    height: 22px !important;
    padding-right: 190px !important;
}

.style_root__Xyrri.style_small__Ivznl .style_addImage__psGhI {
    font-size: 10px;
    line-height: normal;
    gap: 0;
}

.style_functions__eZNSX {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 16px;
    top: 16px;
}

.style_function__KP4XD {
    height: 32px;
    min-width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    gap: 2px;
    cursor: pointer;
    background-color: var(--FillColor15);
    border-radius: 10px;
    white-space: nowrap;
}

.style_textareaPlaceholder__20ImR {
    width: 100%;
    color: var(--TextColor11);
}

.style_textareaPos__mcHgE {
    border-radius: 10px;
}

.style_textareLoading__LqcyX {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
    height: 44px;
}

.style_textareLoadingHint__IpN1U {
    color: var(--TextColor2);
    margin-left: 6px;
}

.style_modelCurrent__tKnUH {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 10px;
    gap: 8px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid var(--PrimaryColor11);
    color: var(--TextColor11);
    background-color: var(--FillColor15);
}

.style_modelIcon__wLI0t {
    background-color: var(--FillColor17);
    border-radius: 50%;
}

.style_modelClearIcon__M_Z_6 {
    cursor: pointer;
}

@media (max-width: 768px) {
    .style_root__Xyrri {
        padding: 8px;
        border-radius: 10px;
        height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .style_editList__3tXcv {
        flex: 1 1;
        min-height: 0;
        max-height: none;
    }

    .style_textarea__tcguT {
        flex: 1 1;
        min-height: 44px;
    }

    .style_root__Xyrri.style_small__Ivznl {
        max-height: 120px;
    }

    .style_root__Xyrri.style_small__Ivznl .style_imageItem__fLTcv {
        height: 30px;
        width: 30px;
    }

    .style_root__Xyrri.style_small__Ivznl .style_textarea__tcguT {
        height: 44px !important;
    }

    .style_root__Xyrri.style_freeSmall__OMODe .style_textarea__tcguT {
        padding-right: 0 !important;
    }

    .style_root__Xyrri.style_small__Ivznl .style_bottom__HtoXQ {
        position: static;
        flex: none;
        margin-left: 0;
    }

    .style_bottom__HtoXQ {
        bottom: 8px;
        left: 8px;
        bottom: 8px;
        right: 8px;
        gap: 4px;
    }

    .style_addImage__psGhI {
        gap: 0;
        font-size: 10px;
        line-height: normal;
    }

    .style_imageItem__fLTcv {
        height: 50px;
        width: 50px;
    }

    .style_bottomSetting__GjfOA {
        gap: 4px;
    }

    .style_functions__eZNSX {
        right: 8px;
        top: 8px;
        gap: 8px;
    }

    .style_function__KP4XD {
        padding: 0 4px;
    }

    .style_generateWrap__PaVcf {
        padding-top: 8px;
        border-top: none;
    }

    .style_root__Xyrri.style_small__Ivznl .style_generateWrap__PaVcf {
        padding-top: 0;
    }
}

.style_modelInput__6x6Oh {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.style_inputArea__dby0n {
    background-color: var(--FillColor15);
    border-radius: 16px;
    width: 100%;
    max-width: 1200px;
}

.style_modelListWrap__4RKbC {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 12px;
    gap: 10px;
}

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

.style_modelList__8MR8J {
    display: flex;
    gap: 8px;
    width: 100%;
    overflow: scroll;
    flex: 1 1;
    transition: max-height 0.22s ease;
}

.style_modelListSmall__lhNqx {
    overflow: visible;
}

.style_modelListExpanded__MatIl {
    flex-wrap: wrap;
}

.style_modelListHasMore__glD7J {
    padding-right: 54px;
}

.style_modelListHasMore__glD7J::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    width: 64px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--FillColor15) 70%);
    z-index: 1;
}

.style_modelItem__nHKzZ {
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor17);
    color: var(--TextColor11);
    white-space: nowrap;
    padding-left: 6px;
    padding-right: 10px;
    gap: 8px;
    cursor: pointer;
    flex: 0 0 auto;
}

.style_modelIcon__VDPnR {
    border-radius: 50%;
    background-color: var(--FillColor17);
    border: 1px solid var(--BorderColor11);
}

.style_moreBtn__wP8cl {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_moreBtn__wP8cl:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

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

.style_moreBtnIcon__3St4c {
    transition: transform 0.22s ease;
}

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

.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;
}

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

.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_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;
        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_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_imageContainer__eEba1 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.style_baseImage__nbj7B {
    width: 100%;
    height: 100%;
    display: block;
}

.style_baseImage__nbj7B.style_visibleClip__SSoxL {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
}
.style_baseImage__nbj7B.style_hiddenClip__YoiW_ {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transition: -webkit-clip-path 0.3s ease-in-out;
    transition: clip-path 0.3s ease-in-out;
    transition: clip-path 0.3s ease-in-out, -webkit-clip-path 0.3s ease-in-out;
}
.style_baseImage__nbj7B.style_visibleOpacity__4Vg_D {
    opacity: 1;
}
.style_baseImage__nbj7B.style_hiddenOpacity__zYf_h {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.style_topImage__YtRPV {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.style_topImage__YtRPV.style_visibleClip__SSoxL {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path 0.3s ease-in-out;
    transition: clip-path 0.3s ease-in-out;
    transition: clip-path 0.3s ease-in-out, -webkit-clip-path 0.3s ease-in-out;
}
.style_topImage__YtRPV.style_hiddenClip__YoiW_ {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
}
.style_topImage__YtRPV.style_visibleOpacity__4Vg_D {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
.style_topImage__YtRPV.style_hiddenOpacity__zYf_h {
    opacity: 0;
}

.style_videoModal__qtDL2 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 9999;
}
.style_close__Tcb6e {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    cursor: pointer;
}
.style_video__A2_Lm {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.style_introduce___dlOR {
    display: flex;
    flex-wrap: wrap;
    color: var(--TextColor11);
    justify-content: center;
    gap: 40px 80px;
    max-width: 1200px;
    width: 100%;
    flex-direction: row;
}
.style_introduceTitle__40usf {
    color: var(--TextColor15);
    font-family: var(--FontPingFang);
    margin-bottom: 32px;
}
.style_introduce___dlOR.style_reverse__o8Afa {
    flex-direction: row-reverse;
}

.style_introduceVideoTutorials__FMiW_ {
    display: flex;
    flex-wrap: wrap;
    color: var(--TextColor11);
    justify-content: center;
    gap: 70px;
    max-width: 1200px;
    width: 100%;
    flex-direction: row;
}
.style_introduceVideoTutorials__FMiW_.style_reverse__o8Afa {
    flex-direction: row-reverse;
}
.style_intro__eQMek {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: flex-start;
}
.style_image__t_IIY {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 76px;
}
.style_covers__IMcUO {
    position: absolute;
    left: -30px;
    top: -30px;
}
.style_indexContainer__WTouQ {
    position: absolute;
    display: flex;
    bottom: -76px;
    width: 100%;
    height: 56px;
    padding: 5px;
    border-radius: 12px;
    background: var(--FillColor17);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.style_index__kPp0W {
    cursor: pointer;
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor13);
    border-radius: 10px;
    text-align: center;
}
.style_indexActive__kXR7H {
    background-color: var(--FillColor15);
    color: var(--PrimaryColor11);
}
.style_introduceTxt__K8eVQ {
    margin-top: 10px;
    color: var(--TextColor13);
}
.style_content__COZWa {
    margin-top: 40px;
    color: var(--TextColor13);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.style_contentItem___yWJk {
    display: flex;
    gap: 8px;
}
.style_contentIcon__g8YiQ {
    object-fit: contain;
}

.style_tryBtnContainer__GH1Ux {
    width: auto;
    margin-top: 40px;
    height: 56px;
    min-width: 200px;
    padding: 0 24px;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.style_tryBtnContainer__GH1Ux:hover {
    background-color: var(--PrimaryColor5);
}

@media (max-width: 1440px) {
    .style_introduceTitle__40usf {
        text-align: center;
        width: 100%;
        margin-bottom: 24px;
    }
    .style_introduceTxt__K8eVQ {
        margin-top: 0;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 1232px) {
    .style_introduceTitle__40usf {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .style_introduceTxt__K8eVQ {
        margin-top: 0;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .style_introduce___dlOR {
        max-width: 100%;
        padding: 0 40px;
    }
    .style_introduceVideoTutorials__FMiW_ {
        max-width: 100%;
        justify-content: flex-start; 
    }
}

@media (max-width: 1024px) {
    .style_introduceTitle__40usf {
        margin-bottom: 16px;
    }
}
@media (max-width: 768px) {
    .style_intro__eQMek {
        padding-bottom: 0;
    }
    .style_content__COZWa {
        margin-top: 15px;
        gap: 10px;
    }
    .style_contentItem___yWJk {
        gap: 6px;
    }
    .style_contentIcon__g8YiQ {
        width: 15px;
        height: 18px;
    }
    .style_indexContainer__WTouQ {
        height: 40px;
    }
    .style_index__kPp0W {
        font-size: 11px;
    }
    .style_tryBtnContainer__GH1Ux {
        margin-top: 24px;
        height: 40px;
    }
}

