
.main-image-container[data-v-244c21fb] {
    height: calc(100vh - 64px);
    overflow: hidden;
}
.form-card[data-v-244c21fb], .history-card[data-v-244c21fb] {
    height: 100%;
    overflow-y: auto;
}
.form-section[data-v-244c21fb] {
    margin-bottom: 24px;
}
.section-title[data-v-244c21fb] {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}
.section-title-row[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
    padding-top: 10px;
}
.section-title-row .section-title[data-v-244c21fb] {
    margin-bottom: 0;
}
.template-select-title[data-v-244c21fb] {
    padding-top: 20px;
}
.image-row[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.image-col[data-v-244c21fb] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
}
.image-col .ant-upload-dragger[data-v-244c21fb] {
    height: 200px;
}
.image-col .ant-upload.ant-upload-drag[data-v-244c21fb] {
    height: 200px;
    overflow: hidden;
}
.upload-placeholder[data-v-244c21fb] {
    padding: 40px;
    text-align: center;
}
.upload-icon[data-v-244c21fb] {
    font-size: 48px;
    color: #1890ff;
}
.upload-text[data-v-244c21fb] {
    margin-top: 8px;
    color: #666;
}
.upload-hint[data-v-244c21fb] {
    color: #999;
    font-size: 12px;
}
.image-preview[data-v-244c21fb] {
    position: relative;
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
}
.preview-image[data-v-244c21fb] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.image-actions[data-v-244c21fb] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.5);
}
.image-actions .anticon[data-v-244c21fb] {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-left: 8px;
}
.template-grid[data-v-244c21fb] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.template-item[data-v-244c21fb] {
    position: relative;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 0;
}
.template-item[data-v-244c21fb]:hover {
    border-color: #1890ff;
}
.template-item.selected[data-v-244c21fb] {
    border-color: #1890ff;
    background: #e6f7ff;
}
.template-item img[data-v-244c21fb] {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.template-zoom[data-v-244c21fb] {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.template-item:hover .template-zoom[data-v-244c21fb] {
    opacity: 1;
}
.template-zoom[data-v-244c21fb]:hover {
    background: #1890ff;
}
.template-name[data-v-244c21fb] {
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.no-template[data-v-244c21fb] {
    grid-column: span 5;
    text-align: center;
    padding: 24px;
    color: #999;
    font-size: 12px;
}
.upload-tip[data-v-244c21fb] {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}
.inline-group[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.param-label[data-v-244c21fb] {
    color: #666;
    font-size: 13px;
}
.filter-bar[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.task-list[data-v-244c21fb] {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}
.task-item[data-v-244c21fb] {
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
}
.task-header-row[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.task-header-row .task-time[data-v-244c21fb] {
    font-size: 12px;
    color: #999;
}
.task-header-row .task-id[data-v-244c21fb] {
    font-size: 12px;
    color: #666;
}
.task-mode-tag[data-v-244c21fb] {
    font-size: 12px;
    color: #999;
    margin-left: auto;
}
.task-result-row[data-v-244c21fb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 8px;
}
.result-thumb[data-v-244c21fb] {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}
.result-thumb[data-v-244c21fb]:hover {
    border-color: #1890ff;
}
.result-thumb-wrapper[data-v-244c21fb] {
    position: relative;
}
.result-thumb-actions[data-v-244c21fb] {
    position: absolute;
    top: 4px;
    right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.result-thumb-wrapper:hover .result-thumb-actions[data-v-244c21fb] {
    opacity: 1;
}
.result-thumb-actions .anticon[data-v-244c21fb] {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}
.result-thumb-actions .anticon[data-v-244c21fb]:hover {
    background: #1890ff;
}
.no-result[data-v-244c21fb] {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
    border-radius: 4px;
    color: #999;
    font-size: 12px;
}
.task-pagination[data-v-244c21fb] {
    margin-top: 16px;
    text-align: right;
}
.template-list-modal[data-v-244c21fb] {
    min-height: auto;
}
.template-list-header[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}
.template-list-grid[data-v-244c21fb] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    min-height: auto;
}
.template-list-item[data-v-244c21fb] {
    position: relative;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    padding: 6px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 0;
}
.template-list-item[data-v-244c21fb]:hover {
    border-color: #1890ff;
}
.template-list-item.selected[data-v-244c21fb] {
    border-color: #1890ff;
    background: #e6f7ff;
}
.template-list-item img[data-v-244c21fb] {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.template-list-name[data-v-244c21fb] {
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.template-list-favorite[data-v-244c21fb] {
    position: absolute;
    bottom: 32px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.template-list-favorite[data-v-244c21fb]:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.template-list-zoom[data-v-244c21fb] {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.template-list-item:hover .template-list-zoom[data-v-244c21fb] {
    opacity: 1;
}
.template-list-zoom[data-v-244c21fb]:hover {
    background: #1890ff;
}
.template-list-edit[data-v-244c21fb] {
    position: absolute;
    top: 10px;
    left: 36px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.template-list-item:hover .template-list-edit[data-v-244c21fb] {
    opacity: 1;
}
.template-list-edit[data-v-244c21fb]:hover {
    background: #52c41a;
}
.template-list-delete[data-v-244c21fb] {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 3px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.template-list-item:hover .template-list-delete[data-v-244c21fb] {
    opacity: 1;
}
.template-list-delete[data-v-244c21fb]:hover {
    background: #ff4d4f;
}
.no-template-list[data-v-244c21fb] {
    grid-column: span 5;
    text-align: center;
    padding: 48px;
    color: #999;
}
.template-list-pagination[data-v-244c21fb] {
    margin-top: 16px;
    text-align: right;
}
.template-upload-placeholder[data-v-244c21fb] {
    width: 150px;
    height: 150px;
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    color: #999;
}
.template-upload-placeholder[data-v-244c21fb]:hover {
    border-color: #1890ff;
    color: #1890ff;
}
.template-preview-img[data-v-244c21fb] {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.single-preview-container[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.single-image-wrapper[data-v-244c21fb] {
    width: 100%;
    height: 650px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
    border-radius: 4px;
}
.single-preview-image[data-v-244c21fb] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.compare-container[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
.compare-item[data-v-244c21fb] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    overflow: hidden;
}
.compare-label[data-v-244c21fb] {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}
.compare-image-wrapper[data-v-244c21fb] {
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
    border-radius: 4px;
}
.compare-image[data-v-244c21fb] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.compare-toolbar[data-v-244c21fb] {
    text-align: center;
    margin-top: 16px;
}

/* 全屏预览样式 */
.fullscreen-preview-modal .ant-modal[data-v-244c21fb] {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100vw !important;
    top: 0 !important;
}
.fullscreen-preview-modal .ant-modal-content[data-v-244c21fb] {
    width: 100vw !important;
    height: 100vh !important;
    border-radius: 0 !important;
}
.fullscreen-preview-modal .ant-modal-body[data-v-244c21fb] {
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden;
    padding: 0 !important;
}
.fullscreen-preview-container[data-v-244c21fb] {
    width: 100vw;
    height: 100vh;
    background: #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fullscreen-single[data-v-244c21fb] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fullscreen-image[data-v-244c21fb] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.fullscreen-compare[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fullscreen-compare-item[data-v-244c21fb] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fullscreen-compare-divider[data-v-244c21fb] {
    width: 2px;
    height: 60%;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 16px;
}
.fullscreen-label[data-v-244c21fb] {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 24px;
}
.fullscreen-image-wrapper[data-v-244c21fb] {
    width: 90%;
    height: calc(100% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
.fullscreen-toolbar[data-v-244c21fb] {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px 24px;
    border-radius: 8px;
}
.fullscreen-close[data-v-244c21fb] {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px;
    border-radius: 50%;
    z-index: 10;
}
.fullscreen-close[data-v-244c21fb]:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* 自由生图拖动排序样式 */
.free-image-container[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
}
.free-image-grid[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 8px;
}
.free-image-item[data-v-244c21fb] {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 104px;
    height: 104px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
    cursor: move;
}
.free-image-thumb[data-v-244c21fb] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.free-image-actions[data-v-244c21fb] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.free-image-item:hover .free-image-actions[data-v-244c21fb] {
    opacity: 1;
}
.free-image-actions .anticon[data-v-244c21fb] {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.free-image-actions .anticon[data-v-244c21fb]:hover {
    color: #1890ff;
}
.free-image-drag-handle[data-v-244c21fb] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.free-image-drag-handle .anticon[data-v-244c21fb] {
    color: #fff;
    font-size: 12px;
}
.free-upload-button[data-v-244c21fb] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.ghost[data-v-244c21fb] {
    opacity: 0.5;
    background: #c8ebfb;
}
.flip-list-move[data-v-244c21fb] {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.template-list-header-actions[data-v-244c21fb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

