.style_tabsWrap__WslvD {
    display: flex;
    /* align-items: baseline; */
    width: 100%;
    z-index: 0;
}
.style_tabsItem__PCmLn {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    cursor: pointer;
    position: relative;
    margin: 0 12px 0 12px;
    padding: 8px;
    border-radius: 8px;
}
.style_simple__zybBI {
    white-space: nowrap;
}
.style_border__9ULzM {
    width: 4px;
    height: 36px;
    background: transparent;
    border-radius: 0px 4px 4px 0px;
    margin-top: 6px;
}
.style_active__mCF3d {
    background: var(--FillColor6);
}
.style_tabIcon__2wuEM {
    margin-right: 6px;
}
.style_beta__3ohqc {
    position: absolute;
    top: 40px;
    padding: 0 4px;
    background-color: var(--PrimaryColor6);
    color: var(--TextColor5);
    font-size: 10px;
    border-radius: 100px;
    line-height: 15px;
}
.style_floatIcon__GJ9Y_ {
    position: absolute;
    top: 36px;
    right: 12px;
}
.style_dot___0kZi {
    background-color: #f53f3f;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    top: 5px;
    right: 21px;
    position: absolute;
}
.style_newIcon__2UZXO {
    margin-left: 4px;
}
.style_newIconEn__EdTxJ {
    position: absolute;
    border-radius: 100px;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    top: -4px;
    right: 0px;
    line-height: 20px;
    padding: 0 6px;
    color: var(--TextColor14);
}
.style_free__DCtHf {
    background-color: #ff4d4f;
    color: #fff;
    padding: 0 6px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 4px;
}
.style_free__DCtHf:lang(en-US) {
    position: absolute;
    top: -4px;
    right: 0px;
}

.style_sideEdgeContent__RofSB {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: var(--TextColor11);
    background-color: var(--FillColor15);
    z-index: 9;
}
.style_tabsContent__wm_lo {
    margin: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
}
.style_start__KJmD1 {
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    border-radius: 10px;
    padding: 8px;
    background-color: var(--FillColor17);
    margin: 4px 16px 4px 16px;
    cursor: pointer;
}
.style_agentTitle__goiDg {
    width: 100%;
    width: calc(100% - 48px);
    margin: 6px 20px 8px 20px;
    color: var(--TextColor13);
}
.style_startImg__k0SLl {
    margin-right: 12px;
}
.style_cnLogo__nvc_q {
    margin: 24px 26px 22px 20px;
}

.style_weshopLogo__N1zMq {
    margin: 18px 21px 18px 21px;
}

.style_tabsTop__7tVst {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
}

.style_bottomDivider__yCXZM {
    height: 1px;
    width: 154px;
    background-color: var(--BorderColor11);
    margin-bottom: 10px;
    margin-top: 10px;
}

.style_tabBottom__2DYNm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.style_toolsEntry__0tgOp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 24px);
    margin: 4px 12px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, var(--FillColor17) 0%, var(--FillColor6) 100%);
    border: 1px solid var(--BorderColor11);
    position: relative;
    overflow: hidden;
}

.style_toolsEntry__0tgOp::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: left 0.5s ease;
}

.style_toolsEntry__0tgOp:hover::before {
    left: 100%;
}

.style_toolsEntry__0tgOp:hover {
    background: linear-gradient(135deg, var(--FillColor6) 0%, var(--FillColor17) 100%);
    border-color: var(--PrimaryColor11);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.style_toolsIconWrapper__oyC9H {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: var(--PrimaryColor11);
    margin-right: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.style_toolsEntry__0tgOp:hover .style_toolsIconWrapper__oyC9H {
    background: var(--PrimaryColor6);
    transform: rotate(5deg) scale(1.1);
}

.style_toolsIcon__Gb4Lj {
    filter: brightness(0) invert(1);
}

.style_toolsText__LvYty {
    flex: 1 1;
    font-size: 14px;
    font-weight: 600;
    color: var(--TextColor1);
    white-space: nowrap;
    transition: color 0.3s ease;
}

.style_toolsEntry__0tgOp:hover .style_toolsText__LvYty {
    color: var(--PrimaryColor11);
}

.style_toolsArrow__Xiso2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    color: var(--TextColor11);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.style_toolsEntry__0tgOp:hover .style_toolsArrow__Xiso2 {
    color: var(--PrimaryColor11);
    transform: translateX(2px);
}

.style_history__content__H0V79 {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    max-width: 250px;
    flex-grow: 1;
    background-color: var(--FillColor17);
    padding: 20px 10px;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    animation: style_slideIn__NICmj 0.3s ease-in-out;
}

/* 添加退出动画类 */
.style_history__content__exit___lhIH {
    animation: style_slideOut__aRUdD 0.3s ease-in-out forwards;
}

/* 右侧滑入动画 */
@keyframes style_slideIn__NICmj {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* 添加左侧滑出动画 */
@keyframes style_slideOut__aRUdD {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.style_history__content__z__7b9MP {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
}

.style_history__content__item__b_Wci {
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    gap: 8px;
}

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

.style_smallImageRoot__eGULX {
    margin-top: 3px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.style_smallImage__CnP5_ {
    object-fit: cover !important;
}

.style_historyInfos__djeDx {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.style_history__content__item__title__SwQkX {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.style_taskTime__XZusH {
    color: var(--TextColor13);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
}

.style_historyButtons__7Y_i7 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.style_add__oudti {
    color: var(--PrimaryColor11);
}
.style_addButton__E_3ad {
    cursor: pointer;
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    padding: 8px 12px 8px 15px;
    border-radius: 6px;
    border: 1px solid var(--PrimaryColor11);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.style_foldChat__fRM81 {
    cursor: pointer;
}

.style_unfoldButtons__BIRvV {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.style_unfoldChat__frhgc {
    cursor: pointer;
}
.style_unfoldAddChat__wQTxI {
    cursor: pointer;
}
.style_taskListTitle__Knqj7 {
    margin: 30px 10px 8px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--BorderColor11);
}
.style_taskItems__Lwr_A {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
}

.style_isPro__kRzhJ {
    background-color: var(--PrimaryColor6);
    color: var(--TextColor14);
    padding: 0 4px;
    margin-right: 4px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
}

.style_operation__UFXAA {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 13px 9px 13px 10px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */ /* Internet Explorer */
    user-select: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: var(--FillColor17);
}

.style_buttonGroup__rmrut {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor17);
    padding: 0 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    gap: 8px;
}

.style_buttonItem__F73hg {
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
}

.style_separator__RWRH2 {
    width: 1px;
    height: 12px;
    background-color: var(--BorderColor11);
}

.style_buttonText__Ndn74 {
    color: var(--TextColor13);
}

.style_buttonItem__F73hg:hover .style_buttonText__Ndn74 {
    color: var(--TextColor12);
}

@media screen and (max-width: 768px) {
    .style_history__content__H0V79 {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
    }
    .style_unfoldButtons__BIRvV {
        left: 8px;
        top: 8px;
    }
}

.style_videoContainer___ZNdf {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.style_video__h1Qdz {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.style_playButton__LYHUA {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: background-color 0.2s;
}

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

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

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

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

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

.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_inputText__6wD2s {
    width: 100%;
    position: relative;
    border-radius: 20px;
    padding: 16px;
    background: var(--FillColor17);
    box-sizing: border-box;
    border: 1px solid var(--BorderColor11);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.style_textarea__GUlAf {
    width: 100%;
    color: var(--TextColor11);
    border: none;
    resize: none;
    height: 120px;
}
.style_textarea__GUlAf::placeholder {
    color: var(--TextColor13);
}
.style_textarea__GUlAf:focus {
    border: none;
}
.style_generate__LYmxg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.style_operation__epl_q {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.style_uploadItem___j_y4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    gap: 4px;
    background-color: var(--FillColor15);
    border-radius: 222px;
    cursor: pointer;
    position: relative;
}
.style_aiBtn___8cNt {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--PrimaryColor11);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.style_disabled__gWaO6 {
    background: #e3e3e3;
    cursor: not-allowed;
}

.style_productImage__KJx5n {
    margin-right: 20px;
}
.style_uploadBgImage__YVFHo {
    display: flex;
    align-items: center;
    gap: 4px;
}
.style_uploadText__JE6uZ {
    color: var(--TextColor12);
}

.style_uploadList__j4O9H {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}
.style_imageList__lrO_q {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.style_imageItem__VSWLH {
    position: relative;
    font-size: 0;
    width: 64px;
    height: 64px;
}
.style_videoCover__RTp_8 {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid var(--BorderColor11);
    background-color: #f0f0f0;
}

.style_videoLoading__J_Pol {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 1;
}

.style_loadingSpinner__NJkZT {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: style_spin__b45Vg 1s linear infinite;
}

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

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

.style_placeholder__WPM3W {
    border-radius: 10px;
    background-color: #c8c8c8;
}

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

.style_videoThumbnail__cKrc6 {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.style_audioThumbnail__xqOW9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 10px;
}

.style_fileName__IyXig {
    font-size: 12px;
    color: var(--TextColor12);
    margin-top: 4px;
    text-align: center;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.style_drag__1Css6 {
}
.style_drag__1Css6 .ant-upload-drag {
    border: none !important;
    background-color: transparent !important;
}
.style_drag__1Css6 .ant-upload-drag:hover {
    border: none !important;
}
.style_drag__1Css6 .ant-upload-drag .ant-upload-btn {
    padding: 0 !important;
}

/* 在现有样式的基础上添加以下样式 */

.style_referenceButton__eEhpv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
    gap: 6px;
    position: relative;
    min-width: 60px;
}

.style_referenceIcon__muD5L {
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_referenceOption__YCkpK:last-child {
    margin-bottom: 0;
}

.style_optionContent__8GSxh {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    border-radius: 10px;
}

.style_optionIcon__oHe5K {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.style_loadingWrap__qAV8g {
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.style_cube__3QCwB {
    width: 6.8px;
    height: 6.8px;
    background-color: var(--PrimaryColor6);
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.style_suspend__C2arF:hover {
    border-radius: 50%;
    background-color: var(--FillColor3);
}

.style_optionsContainer__R4z2R {
    padding-bottom: 8px !important;
}

.style_optionsContainer__R4z2R .ant-popover-inner {
    background-color: var(--FillColor15) !important;
    border-radius: 10px !important;
    padding: 0 10px !important;
    box-shadow: none !important;
}

.style_optionsDivider__TAvnc {
    height: 1px;
    background: var(--BorderColor11);
}

.style_option__sGU9T {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 10px 0;
}

.style_dragOverlay__N6P_n {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border: 2px dashed var(--PrimaryColor11);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    pointer-events: none;
}

.style_dragMessage__2zoaS {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--PrimaryColor11);
    text-align: center;
}

.style_dragText__IYkxU {
    color: var(--TextColor11);
}

.style_dragSubText___hhsB {
    color: var(--TextColor13);
}

/* 拖拽时禁用textarea交互 */
.style_inputText__6wD2s.style_dragOver___8mI8 .style_textarea__GUlAf {
    pointer-events: none;
}

.style_inputText__6wD2s.style_dragOver___8mI8 .style_operation__epl_q {
    pointer-events: none;
}

@media (max-width: 768px) {
    .style_inputText__6wD2s {
        padding: 8px;
        border-radius: 10px;
    }
    .style_imageItem__VSWLH {
        height: 40px;
        width: 40px;
    }
    .style_taskImage__YrAbq {
        height: 40px !important;
        width: 40px !important;
    }
    .style_textarea__GUlAf {
        height: 40px !important;
        min-height: 40px !important;
    }
    .style_aiBtn___8cNt {
        height: 32px;
        width: 32px;
    }
    .style_uploadItem___j_y4 {
        padding: 6px;
    }
}

.style_floatButton__zEagD {
    background-color: #333333;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: width 0.2s ease;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.style_floatIcon__xh2bl {
    cursor: pointer;
}

@media (max-width: 768px) {
    .style_floatButton__zEagD {
        display: none;
    }
}

.style_root__IRV54 {
    width: 412px;
    height: 320px;
}
.style_header__rVIaY {
    height: 65px;
    display: flex;
    padding-left: 15px;
    border-bottom: 1px solid var(--BorderColor11);
}
.style_tab__25_O2 {
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor13);
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.style_tab__25_O2.style_active__pe94e {
    color: var(--TextColor11);
    border-bottom: 3px solid var(--PrimaryColor11);
}
.style_content__2ACif {
    padding: 30px 22px;
    display: flex;
}
.style_appItem__JeOba {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1 1;
}
.style_title__h2Ema {
    margin-top: 10px;
    color: var(--TextColor11);
    padding-bottom: 18px;
}
.style_subTitle__et4j8 {
    position: absolute;
    color: var(--TextColor13);
    min-height: 16px;
    bottom: 0;
    left: -30px;
    right: -30px;
    text-align: center;
}
.style_contentEn__gmo6q {
    padding: 0 22px;
}
.style_floatButton___pdXX {
    background-color: #333333;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: width 0.2s ease;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}
.style_floatIcon__gjYVs {
    cursor: pointer;
}
.style_popover__Kwhgs .ant-popover-inner {
    border-radius: 20px !important;
    padding: 0 !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 768px) {
    .style_floatButton___pdXX {
        display: none;
    }
}

.style_broadcast__S1u_2 {
    position: fixed;
    right: 20px;
    bottom: 85px;
    width: 274px;
    padding: 16px;
    background-color: var(--FillColor17);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 100;
}
.style_broadcastTitle__BLG99 {
    display: flex;
    justify-content: left;
}
.style_broadcastTitleText___0h_Q {
    color: var(--TextColor1);
    margin-left: 2px;
    margin-bottom: 12px;
}
.style_broadcastContent___0k3t {
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin-bottom: 12px;
    max-height: 400px;
    overflow-y: scroll;
}
.style_broadcastContent___0k3t:lang(zh-CN) {
    word-break: break-all;
}
.style_broadcastContent___0k3t p {
    margin-bottom: 12px;
}
.style_broadcastContent___0k3t a {
    color: var(--PrimaryColor6);
    text-decoration: underline;
}
.style_broadcastButs__MDTix {
    width: 100%;
    display: flex;
    justify-content: right;
}

