.centered-div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}
.centered-expanded {
    padding-left: 284px;
}
.home-title {
    max-width: 1200px;
    padding-left:12px;
    padding-right:12px;
    min-width: 678px;
    min-height: 43px;
    color: #3B3A3B;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    margin-top: 102px;
    font-family: 'BarlowExtraBold';
}
.home-subtitle {
    max-width: 1200px;
    padding-left:12px;
    padding-right:12px;
    font-size: 16px;
    color: #a1a1a1;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    margin-top: 24px;
}
.home-usage-tips {
    max-width: 1200px;
    padding-left:12px;
    padding-right:12px;
    min-width: 678px;
    margin-top: 30px;
    min-height: 24px;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: 'Arial';
    font-weight: normal;
    font-size: 18px;
    color: #436DDB;
    line-height: 21px;
    text-align: right;
    font-style: italic;
    cursor: pointer;
    position: relative;
}
.home-usage-tips img {
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px;
}


.home-content {
    max-width: 1200px;
    padding-left:12px;
    padding-right:12px;
    min-width: 678px;
    width: calc(100% - 24px);
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.home-card {
    flex: 1;
    background: #FFFFFF;
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.1);
    border-radius: 16px;
    min-height: 532px;
    max-height: 532px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top:12px;
}
.input-card {
    z-index: 3;
}
.home-card-input-content {
    min-height: 532px;
    max-height: 532px;
}
.generate-running {
    display: flex;
    flex-direction: column;
    min-height: 460px;
    max-height: 460px;
    width: 100%;
}
.generate-result-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.generate-item-child {
    border-radius: 5px;
    flex: 0 1 auto;
    min-width: 100px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-left: 26px;
    padding-right: 26px;
    min-height: 36px;
}
.generate-item-child img {
    min-height: 18px;
    max-height: 18px;
    min-width: 18px;
    max-width: 18px;
}
.generate-text {
    color: #3B3A3B;
    font: 16px;
    line-height: 18px;
}
.generate-wait {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: 100%;
}
.generate-wait-image {
    max-width: 120px;
    min-width: 120px;
    max-height: 120px;
    min-height: 120px;
}
.generate-wait-text {
    min-height: 40px;
    font-size: 18px;
    color: #A1A1A1;
    line-height: 21px;
    text-align: center;
    margin-left: 65px;
    margin-right: 65px;
}
.generate-input-bottom {
    height: 46px;
    width: calc(100% - 46px);
    padding-left: 23px;
    padding-right: 23px;
    position: absolute;
    bottom: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: value;
}
.generate-check-for-ai {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    min-height: 46px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #414141;
    color:#3B3A3B;
    font-weight: 700;
}
.generate-check-for-ai-text {
    margin-top: 3px;
    font-size: 18px;
    font-weight: normal;
}
.generate-check-for-ai-icon {
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px;
    object-fit: contain;
}
.generate-check-for-ai-active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    min-height: 46px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #436DDB;
    color: #436DDB;
    font-weight: 700;
}
.generate-check-for-ai-active:hover {
    background:#f4f5f7;
}
.generate-mode-text {
    flex: 1;
    align-text: right;
    min-height: 46px;
    display: flex;
    justify-content: right;
    align-items: center;
    line-height: 18px;
    font-size: 15px;
    color: #436DDB;
}
.generate-mode {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    min-height: 46px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #436DDB;
    color: #436DDB;
    max-width: unset;
    min-width: 124px;
}
.generate-mode-menu {
    flex: 1;
    gap: 5px;
    display: flex;
    font-size:15px;
}
.option-text {
    flex: 1;
    text-align: left;
    padding-right: 4px;
    font-weight: normal;
}
.generate-mode img {
    max-width: 14px;
    min-width: 14px;
    max-height: 14px;
    min-height: 14px;
}
.generate-mode-layout {
    position: relative;
}
.generate-mode-humanize {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    min-height: 46px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #414141;
    color: #3B3A3B;
    font-weight: normal;
}
.generate-mode-humanize-active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    min-height: 46px;
    max-height: 46px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #436DDB;
    background: #436DDB;
    color: #fff;
    font-weight: normal;
}
.generate-mode-humanize-active:hover {
    border: 1px solid #325cca;
    background: #325cca;
}


.generate-center-menu-layout {
    display: flex;
    gap: 16px;
    position: absolute;
    top: 233px;
    cursor: pointer;
}
.generate-center-menu-layout-mobile {
    display: none;
}
.generate-center-menu {
    min-width: 140px;
    min-height: 80px;
    background: #fafafa;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #a1a1a1;
    transition: transform 0.05s ease, border 0.05s ease;
    position: relative;
}
.generate-center-menu-web {
    min-width: 140px;
    min-height: 80px;
    background: #fafafa;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #a1a1a1;
    transition: transform 0.05s ease, border 0.05s ease;
    position: relative;
}
.generate-center-menu:hover {
    background: #EEF3FF;
    color: #3270ED;
    transform: scale(1.00);
}
.generate-center-menu-image {
    display: flex;
    justify-content: center;
    margin-top: unset;
    padding-top:15px;
    width: 100%;
    max-width: 140px;
    height: calc(100%  );
    position: absolute;
}
.generate-center-menu-web:hover {
    background: #EEF3FF;
    color: #3270ED;
    transform: scale(1.00);
}
.generate-center-menu-image:hover{
    filter: brightness(0) saturate(100%) invert(26%) sepia(97%) saturate(1785%) hue-rotate(213deg) brightness(107%) contrast(86%);
}
.generate-center-menu-image img{
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px;
}
.generate-center-menu-text {
    margin-top: 47px;
}
.generate-center-menu-image-tip {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 392px;
    min-height: 112px;
    z-index: 1;
    color: #3B3A3B;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    bottom: 80px;
    margin-left: 8px;
    background-image: url('https://file.humwrite.com/web/generate_menu_tips_bg_2.png?imageMogr2/format/webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.generate-input {
    font-size: 16px;
    line-height: 24px;
    border-radius: 16px;
    border: none;
    resize: none;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 46px);
    height: calc(100% - 100px);
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 21px;
    color: #3B3A3B;
    overflow-y: auto; /* 超出高度时显示垂直滚动条 */
    resize: none; /* 禁止用户手动调整大小，可选 */
    word-wrap: break-word; /* 确保长单词换行 */
    white-space: pre-wrap;
}
.generate-input::placeholder {
  color: #a1a1a1;
}
.generate-input[data-placeholder]:empty::before {
    content: attr(data-placeholder);
    color: #aaa; /* 占位符文字颜色 */
    pointer-events: none;
}


.generate-output {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.generate-output-text {
    width: 100%;
    height: calc(100% - 86px);
    overflow-y: auto;
    position: absolute;
    font-size: 16px;
    color: #3B3A3B;
    line-height: 24px;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 20px;
    text-align: left;
    top: 0;
}
.generate-output-menus {
    position: absolute;
    bottom:32px;
    right: 23px;
    display: flex;
    gap: 18px;
}
.generate-output-menus img {
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px;
    cursor: pointer;
}


.result-card-container {
    max-width: 1200px;
    padding-left:12px;
    padding-right:12px;
    margin-bottom: 12px;
    width: calc(100% - 24px);
}
.result-card {
    background: #FFFFFF;
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.1);
    border-radius: 16px;
    min-height: 220px;
    display: flex;
    align-items: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    gap: 20px;
}
.result-card-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(59, 58, 59, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 21px;
    gap: 24px;
}
.result-card-result {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(59, 58, 59, 1);
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    line-height: 21px;
    width: 100%;
}
.result-card-left img{
    max-width: 72px;
    min-width: 72px;
    max-height: 72px;
    min-height: 72px;
}
.result-card-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

.result-top-tip {
    min-height: 42px;
    gap: 14px;
    padding-top: 10px;
    display: flex;
    justify-content: left;
    width: 100%;
    align-items: center;
    font-size: 18px;
    color: #3B3A3B;
    line-height: 21px;
    text-align: left;
    font-weight: 600;

}
.result-top-tip img{
    min-height: 42px;
    max-height: 42px;
    min-width: 42px;
    max-width: 42px;
}
.result-top-text {
    min-height: 21px;
    line-height: 21px;
    font-size: 18px;
    color: #3B3A3B;
    text-align: left;
    font-weight: normal;
    margin-top: 16px;
}
.result-desc {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: left;
    align-items: center;
    width: 100%;
    min-height: 18px;
    margin-top: 18px;
    margin-bottom: 15px

}
.result-desc-status {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.result-desc-status img {
    min-height: 18px;
    max-height: 18px;
    min-width: 18px;
    max-width: 18px;
}
.result-items-placeholder {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #3B3A3B;
}
.result-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px ;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 32px;
    position: relative;
    min-height: 70px;
    align-items: start;
}
.result-item-child {
    border-radius: 5px;
    flex: 0 1 auto;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.result-item-child img {
    min-height: 18px;
    max-height: 18px;
    min-width: 18px;
    max-width: 18px;
}
.result-platform {
    background: #EEF3FF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 30px;
}
.result-platform img {
    min-height: 22px;
    max-height: 22px;
    min-width: 22px;
    max-width: 22px;
}
.result-line {
    height: 1px;
    min-height: 1px;
    width: calc(100%);
    background:#E2E0DE;
}
.word-count-text {
    margin-top: 3px;
}
.word-count-text-2 {
    margin-top: 3px;
    margin-left: 1px;
}
.word-limit-min {
    z-index: 1;
    position: absolute;
    bottom: 58px;
    font-size: 15px;
    color: #EE2B2B;
    right: 20px;
}
.word-count {
    min-height: 18px;
    display: flex;
    font-size: 12px;
    line-height: 17px;
    justify-content: center;
    align-items: center;
}
.word-count img{
    margin-left: 6px;
    min-height: 18px;
    max-height: 18px;
    min-width: 18px;
    max-width: 18px;
    cursor: pointer;
}
.options-mode-float {
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
    background: #EEF3FF;
    border-radius: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 3;
    min-width:124px;
}

.options-mode-float-item-first {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    min-height: 46px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #436DDB;
    color: #436DDB;
    max-width: unset;
    min-width: 124px;
}
.options-mode-float-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    min-height: 46px;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
    border-radius: 12px;
    max-width: unset;
    min-width: 124px
}
.options-mode-float-item-first img {
    max-width: 14px;
    min-width: 14px;
    max-height: 14px;
    min-height: 14px;
}


.options-mode-float-item:hover {
    background: #DDE2EE;
}
@keyframes modeFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.mode-fade-in {
    animation: modeFadeIn 0.15s ease-in-out;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}

.progress-layout {
    max-height: 10px;
    display: flex;
    width: calc(100% - 54px);
    padding-left: 27px;
    padding-right: 27px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #3B3A3B;
    font-size: 12px;
    line-height: 14px;
}
.progress-bar {
    flex: 1;
    min-height: 10px;
    max-height: 10px;
    background: #c1d4f9;
    border-radius: 7px;
    display: flex;
}
.progress-bar-primary {
    width: 50%;
    background: #3270ED;
    border-radius: 7px;
    min-height: 10px;
    max-height: 10px;
}
.progress-bar-checking {
    color:#3B3A3B;
    font-size: 18px;
    font-weight: 700;
    margin-top:12px;
    margin-bottom: 23px;
}
.result-info-text {
    margin-top: 24px;
}
.result-progressing-rotate {
    animation: spin 2s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.generate-result-text {
    margin-top: 18px;
    line-height: 21px;
    margin-left: 26px;
    margin-right: 26px;
    font-size: 18px;
    color: #3B3A3B;
    font-weight: 700;
    margin-bottom: 8px;
}


.generate-progress-layout {
    max-height: 10px;
    display: flex;
    padding-left: 34px;
    padding-right: 34px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #3B3A3B;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 45px;
}
.generate-progress-bottom-text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 38px;
    padding-left: 34px;
    display: flex;
    gap: 16px;
}
.generate-progress-bar {
    flex: 1;
    min-height: 10px;
    max-height: 10px;
    background: #c1d4f9;
    border-radius: 7px;
    display: flex;
}
.generate-progress-bar-primary {
    width: 50%;
    background: #3270ED;
    border-radius: 7px;
    min-height: 10px;
    max-height: 10px;
}

.generate-check-for-ai-mobile-parent {
    display:none;
}


.mobile-mode-area-layout {
    display: none;
}

.disabled-state {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.disabled-state-text {
    pointer-events: none;
    cursor: not-allowed;
}

.checking-btn-loading {
    max-width: 44px;
    min-width: 44px;
    max-height: 44px;
    min-height: 44px;
}


.usage-area {
     max-width: 1200px;
     width: calc(100% - 24px);
     display: flex;
     margin-bottom: 0px;
}
.usage-content {
    gap: 14px;
    padding-left: 14px;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    display: inline-flex;
    margin-left: auto;
    margin-right: 0px;
    background: #EFF4FF;
    border-radius: 23px;
    color: #3270ED;
    font-size: 12px;
    font-weight: 700;
}
.usage-get-more {
    min-width: 120px;
    min-height: 36px;
    background: #F25C5C;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

@media (max-width:768px) {
    .centered-div {
        width: 100vw;
        height: unset;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        align-items: center;
    }
    .home-title {
        max-width: 1200px;
        padding-left:56px;
        padding-right:56px;
        min-width: 0px;
        min-height: 36px;
        color: #3B3A3B;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: 30px;
        margin-top: 20px;
        font-family: 'BarlowExtraBold';
    }
    .home-subtitle {
        display: none;
    }
    .home-content {
        max-width: 1200px;
        padding-left:12px;
        padding-right:12px;
        min-width: 0px;
        width: auto;
        margin-top: 10px;
        margin-bottom: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 24px);
        gap: 12px;
    }
    .home-card {
        flex: 1;
        background: #FFFFFF;
        min-height: 280px;
        max-height: 280px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        background: #FFFFFF;
        box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.16);
        border-radius: 12px;
        margin-top:12px;
    }
    .home-usage-tips {
        max-width: 1200px;
        padding-left:12px;
        padding-right:12px;
        min-width: 0px;
        margin-top: 0px;
        min-height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        font-weight: normal;
        font-size: 14px;
        color: #436DDB;
        line-height: 21px;
        text-align: right;
        font-style: italic;
        cursor: pointer;
        position: relative;
    }
    .mobile-mode-area-layout {
        display: flex;
        max-height: 24px;
        min-height: 24px;
        font-size: 12px;
        color: #3B3A3B;
        margin-top: 24px;
        margin-bottom: 6px;
        width: calc(100% - 28px);
        padding-left: 14px;
        padding-right: 14px;
    }
    .mobile-mode-layout {
        max-height: 24px;
        min-height: 24px;
        background: #EEEFF4;
        border-radius: 12px;
        display: flex;
    }

    .generate-input {
        font-size: 12px;
        line-height: 15px;
        border-radius: 16px;
        position: absolute;
        border: none;
        resize: none;
        outline: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 26px);
        height: calc(100% - 62px);
        padding-left: 13px;
        padding-right: 13px;
        margin-top: 12px;
        color: #3B3A3B;
        overflow-y: auto; /* 超出高度时显示垂直滚动条 */
        resize: none; /* 禁止用户手动调整大小，可选 */
        word-wrap: break-word; /* 确保长单词换行 */
        white-space: pre-wrap;
    }
    .generate-input-bottom {
        height: auto;
        width: calc(100% - 26px);
        padding-left: 0px;
        padding-right: 0px;
        position: absolute;
        bottom: 13px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: value;
    }
    .generate-check-for-ai-mobile-parent {
        width:100%; display: flex;
        justify-content:space-between;
    }
    .generate-check-for-ai-mobile-parent-icon {
        margin-left: 6px;
        max-width: 12px;
        min-width: 12px;
        max-height: 12px;
        min-height: 12px;
    }
    .generate-check-for-ai {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        min-height: 30px;
        max-height: 30px;
        padding-left: 0px;
        padding-right: 0px;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid #414141;
        color:#3B3A3B;
        width: 100%;
        font-weight: 700;
    }
    .generate-check-for-ai-icon {
        max-width: 15px;
        min-width: 15px;
        max-height: 15px;
        min-height: 15px;
        object-fit: contain;
    }

    .generate-mode-humanize {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        min-height: 30px;
        padding-left: 0px;
        padding-right: 0px;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid #414141;
        color: #3B3A3B;
        width: 100%;
        font-weight: normal;
    }
    .generate-mode-humanize-active {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        min-height: 30px;
        max-height: 30px;
        padding-left: 13px;
        padding-right: 13px;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid #414141;
        background: #436DDB;
        color: #fff;
        font-weight: normal;
    }
    .generate-center-menu-layout {
        display: flex;
        gap: 12px;
        position: absolute;
        top: 68px;
        cursor: pointer;
    }
    .generate-center-menu-layout-mobile {
            display: flex;
            gap: 16px;
            position: absolute;
            top: 130px;
            cursor: pointer;
    }
    .generate-center-menu {
        min-width: 92px;
        min-height: 52px;
        background: #fafafa;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        color: #a1a1a1;
    }
    .generate-center-menu img{
        max-width: 16px;
        min-width: 16px;
        max-height: 16px;
        min-height: 16px;
    }
    .generate-mode-menu {
        flex: 1;
        gap: 5px;
        display: flex;
        width: 100%;
        display: none;
    }
    .generate-mode-text {
        flex: auto;
        align-text: right;
        min-height: 30px;
        display: flex;
        justify-content: right;
        align-items: center;
        line-height: 11px;
        font-size: 11px;
        color: #436DDB;
        max-width: 40px;
    }
    .generate-mode {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        min-height: 30px;
        padding-left: 13px;
        padding-right: 13px;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid #436DDB;
        color: #436DDB;
        max-width: 224px;
    }
    .generate-mode-layout {
        position: relative;
        width: 100%;
    }
    .options-mode-float-item-first {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        min-height: 30px;
        padding-left: 13px;
        padding-right: 13px;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid #436DDB;
        color: #436DDB;
        max-width: unset;
        min-width: unset;
    }
    .options-mode-float {
        position: absolute;
        left: 0;
        top: 0px;
        cursor: pointer;
        background: #EEF3FF;
        border-radius: 8px;
        padding-top: 0px;
        padding-bottom: 0px;
        z-index: 3;
        min-width:unset;
        width: 100%;
    }
    .options-mode-float-item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        min-height: 30px;
        padding-left: 13px;
        padding-right: 13px;
        cursor: pointer;
        border-radius: 12px;
        max-width: 124px;
        min-width: 124px
    }
    .generate-wait {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        height: 100%;
        min-height: 280px;
    }
    .generate-wait-image {
        margin-top: 76px;
        max-width: 80px;
        min-width: 80px;
        max-height: 80px;
        min-height: 80px;
    }
    .generate-wait-text {
        min-height: unset;
        font-size: 12px;
        color: #A1A1A1;
        line-height: 18px;
        text-align: center;
        margin-left: 65px;
        margin-right: 65px;
    }

    .generate-mode-humanize {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        min-height: 30px;
        padding-left: 0px;
        padding-right: 0px;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid #414141;
        color: #3B3A3B;
        width:100%;
        font-size: 11px;
        font-weight: normal;
    }
    .generate-mode-humanize-active {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        min-height: 30px;
        padding-left: 0px;
        padding-right: 0px;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid #436DDB;
        background: #436DDB;
        color: #fff;
        width:100%;
        font-size: 11px;
        font-weight: normal;
    }

    .generate-check-for-ai {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        min-height: 30px;
        max-height: 30px;
        padding-left: 0px;
        padding-right: 0px;
        cursor: pointer;
        border-radius: 8px;
        border: 1px solid #414141;
        color:#3B3A3B;
        width: 100%;
        font-weight: 700;
        max-width: 126px;
    }

    .generate-check-for-ai-active {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
        cursor: pointer;
        border: 1px solid #436DDB;
        min-height: 30px;
        padding-left: 0px;
        padding-right: 0px;
        border-radius: 8px;
        color: #436DDB;
        font-size: 12px;
        font-weight: 700;
        max-width: 126px;
        width: 100%;
    }

    .word-limit-min {
        z-index: 1;
        position: absolute;
        bottom: 42px;
        font-size: 12px;
        color: #EE2B2B;
        right: 0px;
    }
    .word-count {
        display: none;
    }
    .mobile-word-count {
        display: flex;
        min-height: 12px;
        font-size: 12px;
        line-height: 11px;
        align-items: end;
    }
    .mobile-word-count img {
        max-width: 12px;
        min-width: 12px;
        max-height: 12px;
        min-height: 12px;
        cursor:pointer;
    }
    .generate-running {
        display: flex;
        flex-direction: column;
        min-height: unset;
        max-height: unset;
        width: 100%;
    }
    .generate-result-text {
        margin-top: 18px;
        line-height: 18px;
        margin-left: 14px;
        margin-right: 14px;
        font-size: 16px;
        color: #3B3A3B;
        font-weight: 700;
        margin-bottom: 8px;
    }
    .generate-progress-layout {
        max-height: 10px;
        display: flex;
        padding-left: 14px;
        padding-right: 14px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #3B3A3B;
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 12px;
    }
    .generate-progress-bottom-text {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 18px;
        padding-left: 14px;
        display: flex;
        gap: 12px;
    }
    .generate-progress-bottom-text img {
        max-width: 14px;
        min-width: 14px;
        max-height: 14px;
        min-height: 14px;
    }
    .mobile-generate-result {
        margin-bottom: 12px;
    }

    .generate-item-child {
        border-radius: 5px;
        flex: 0 1 auto;
        min-width: 100px;
        display: flex;
        align-items: center;
        gap: 12px;
        padding-left: 14px;
        padding-right: 14px;
        min-height: 20px;
        font-size: 12px;
    }
    .generate-item-child img {
        min-height: 14px;
        max-height: 14px;
        min-width: 14px;
        max-width: 14px;
    }
    .generate-result-info {
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 4px;
        margin-top: 4px;
        margin-bottom: 12px;
    }
    .generate-output-text {
        width: calc(100% - 26px);
        height: calc(100% - 54px);
        overflow-y: auto;
        position: absolute;
        font-size: 12px;
        color: #3B3A3B;
        line-height: 15px;
        text-align: center;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 13px;
        text-align: left;
        top: 0;
    }
    .generate-output-menus {
        position: absolute;
        bottom:15px;
        right: 14px;
        display: flex;
        gap: 14px;
    }
    .generate-output-menus img {
        max-width: 18px;
        min-width: 18px;
        max-height: 18px;
        min-height: 18px;
        cursor: pointer;
    }
    .result-card {
        background: #FFFFFF;
        box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.16);
        border-radius: 12px;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        align-items: left;
        position: relative;
        margin-top: 12px;
        margin-bottom: 12px;
        width: 100%;
        gap: 12px;
    }
    .result-card-left img{
        max-width: 48px;
        min-width: 48px;
        max-height: 48px;
        min-height: 48px;
        margin-top: 16px;
    }
    .progress-bar-checking {
        color:#3B3A3B;
        font-size: 16px;
        font-weight: 700;
        margin-top:11px;
        margin-bottom: 22px;
    }
    .progress-layout {
        max-height: 10px;
        display: flex;
        width: calc(100% - 28px);
        padding-left: 14px;
        padding-right: 14px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #3B3A3B;
        font-size: 12px;
        line-height: 14px;
    }
    .result-card-container {
        max-width: 1200px;
        padding-left:12px;
        padding-right:12px;
        margin-bottom: 12px;
        width: calc(100% - 24px);
    }
    .result-checking-line {
        height: 1px;
        min-height: 1px;
        width: calc(100% - 42px);
        padding-left: 14px;
        background:#E2E0DE;
        margin-top: 20px;
    }
    .result-top-text {
        min-height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #3B3A3B;
        text-align: left;
        font-weight: normal;
        margin-top: 8px;
    }
    .result-card-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding-left: 14px;
        padding-right: 14px;
    }
    .result-item-child {
        border-radius: 4px;
        flex: 0 1 auto;
        min-width: 100px;
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 9px;
    }
    .result-platform {
        background: #EEF3FF;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding-left: 7px;
        padding-right: 7px;
        min-height: 24px;
        font-size: 12px;
    }
    .result-platform img {
        min-height: 14px;
        max-height: 14px;
        min-width: 14px;
        max-width: 14px;
    }
    .result-items {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 12px ;
        width: 100%;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .result-items-placeholder {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #3B3A3B;
        font-size: 14px;
    }
    .checking-btn-loading {
        max-width: 24px;
        min-width: 24px;
        max-height: 24px;
        min-height: 24px;
    }
    .result-line {
        display: none;
    }
    .result-desc-status {
        display: flex;
        gap: 4px;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    .result-desc-status img {
        min-height: 14px;
        max-height: 14px;
        min-width: 14px;
        max-width: 14px;
    }
    .result-desc {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: left;
        align-items: center;
        width: 100%;
        min-height: 12px;
        margin-top: 0px;
        margin-bottom: 12px
    }

    .result-card-result {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgba(59, 58, 59, 1);
        font-size: 18px;
        font-weight: 600;
        text-align: right;
        white-space: nowrap;
        line-height: 21px;
        width: 100%;
    }
    .result-info-text {
        font-size: 16px;
        color: #3B3A3B;
        line-height: 18px;
        word-wrap: break-word;
        white-space: normal;
        text-align: center;
    }
    .result-card-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgba(59, 58, 59, 1);
        font-size: 18px;
        font-weight: 600;
        text-align: right;
        white-space: nowrap;
        line-height: 21px;
        gap: 0px;
    }
    .result-retry {
        radius: 8px;
        min-height: 32px;
        background: #3270ED;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 100;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 18px;
    }
    .result-retry:hover {
        background: #4381fe;
    }
    .mobile-float-usage-tips {
        position: absolute;
        top: 17px;
        cursor: pointer;
        border-radius: 8px;
        padding-top: 0px;
        padding-bottom: 0px;
        z-index: 4;
        width: calc(100vw - 32px);
        background : url('https://file.humwrite.com/web/mobile_usage_tips_bg_2.png?imageMogr2/format/webp/quality/90');
        background-size: 100% 100%;
        font-style: normal;
    }
    .float-usage-tips-content {
        width: calc(100% - 40px);
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: left;
    }
    .float-usage-tips-title {
        color: #3270ED;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        text-align: left;
        padding-left: 12px;
    }
    .float-usage-tips-text {
        color: #3B3A3B;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 12px;
    }
    .float-usage-tips-center {
        background: #F9FAFE;
        font-size: 12px;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 8px;
        margin-bottom: 8px;
        text-align: left;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 4px;
        padding-bottom: 4px;
        color: #3B3A3B;
    }
    .float-usage-tips-text-2 {
        color: #3B3A3B;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 10px;
    }
    .generate-check-for-ai-text {
        margin-top: 3px;
        font-size: 12px;
        font-weight: normal;
    }
    .float-usage-tips-text-2 {
        color: #3B3A3B;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 10px;
    }
    .generate-center-menu-image {
        display: flex;
        justify-content: center;
        margin-top: unset;
        padding-top:10px;
        width: 100%;
        max-width: 92px;
        height: 100%;
        position: absolute;
    }
    .generate-center-menu-text {
        margin-top: 31px;
        font-size: 12px;
    }
    .generate-center-menu-web {
        display: none;
    }
    .usage-area {
         max-width: 1200px;
         width: calc(100% - 24px);
         display: flex;
         margin-bottom: 0px;
    }
    .usage-content {
        width: 100%;
        gap: 14px;a
        padding-left: 14px;
        justify-content: space-between;
        align-items: center;
        min-height: 36px;
        display: inline-flex;
        margin-left: auto;
        margin-right: 0px;
        background: #EFF4FF;
        border-radius: 23px;
        color: #3270ED;
        font-size: 11px;

    }
    .usage-get-more {
        min-width: 120px;
        min-height: 36px;
        background: #F25C5C;
        border-radius: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        cursor: pointer;
    }
}