.header-con {
    max-width: none;
}

.AI-Tools-Full-Page{}
.AI-Tools-Full-Page .General-Top-Title{
    text-align: center;
    padding: 30px 0;
}
.AI-Tools-Full-Page .General-Top-Title h1{
    font-size: 32px;
    color: #111;
    font-weight: bold;
}
.AI-Tools-Full-Page .General-Top-Title p{
    font-size: 14px;
    color: #808080;
    padding-top: 10px;
}




/*图片弹窗*/
#imageModal .bg{
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#imageModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 999;
}

#imageModal .modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

#imageModal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10;
}

#imageModal .close:hover,
#imageModal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#imageModal .controls {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    z-index: 2;
}

#imageModal .controls button {
    margin: 2px;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    font-size: 12px;
    background: #3f3f3fc9;
    color: #fff;
}


.ai-Modify-Image-box{
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.ai-Modify-Image{
    width: 56.25%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ai-advertise{
    width: 43.125%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}




.ai-Modify-Image .l-b{
    width: 70px;
    position: relative;
    overflow: hidden;
    border: 2px dashed #e5e5e5;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0 0;
}
.ai-Modify-Image .r-b{
    width: calc(100% - 80px);
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-sizing: border-box;
}

.ai-custom-upload-area {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #888;
    position: relative;
    align-content: center;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.ai-custom-upload-area > div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 5%;
}

.ai-custom-upload-area > div .tip-p{
    position: absolute;
    top: 4px;
    left: 4px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    display: none;
}
.ai-custom-upload-area > div .tip-p i{
    color: #c8c8c8;
}
.ai-custom-upload-area > div .tip-p p{
    color: #ccc;
}

.ai-custom-upload-area > input {
    position: absolute;
    z-index: 10;
}
.ai-custom-upload-area > div h5{
    width: 100%;
    color: #404040;
    font-size: 15px;
    margin: 16px 0 4px;
}
.ai-custom-upload-area > div p{
    width: 100%;
    font-size: 13px;
    color: #b1b1b1;
    line-height: 22px;
}
.ai-custom-upload-area > div .ico-box{
    width: 60px;
    height: 60px;
    background: #f1f3f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ai-custom-upload-area > div .ico-box i{
    color: #c5c9cb;
    font-size: 24px;
}

.ai-custom-upload-area.ai-custom-dragover {
    border-color: #409eff;
    background-color: #f0f9ff;
    color: #409eff;
}

.ai-custom-preview {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    /* background: #f6f6f6; */
    align-items: center;
    align-content: center;
}

.ai-custom-preview-item {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

.ai-custom-preview-item:last-child {
    margin-bottom: 10px;
}

.ai-custom-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-custom-delete-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    cursor: pointer;
    display: none;
}

.ai-custom-preview-item:hover .ai-custom-delete-btn {
    display: block;
}

/* è¿›åº¦æ¡æ ·å¼ */
.ai-custom-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,0.1);
}

.ai-custom-progress-bar {
    width: 0%;
    height: 100%;
    background: #409eff;
    transition: width 0.3s;
}




/* å¡ç‰‡å®¹å™¨ */
.ai-custom-prompt-card {
    width: 100%;
    position: relative;
    padding: 0;
    height: 372px;
}

.ai-custom-prompt-card textarea {
    width: 100%;
    height: 86%;
    outline: 0;
    padding: 12px;
    box-sizing: border-box;
    color: #0f172a;
    background: transparent;
    font-size: 14px;
    border: none;
    resize: none;
}

.ai-custom-prompt-card #charCount {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #b1b1b1;
    font-size: 13px;
}

.ai-custom-prompt-card textarea::placeholder {
    color: #9aa4b2;
}

/* åº•éƒ¨ä¸¤ä¸ªâ€œæŒ‰é’®â€ï¼ˆèƒ¶å›Šï¼‰ */
.ai-custom-controls {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    gap: 10px;
}

.ai-custom-chip {
    user-select: none;
    cursor: pointer;
    padding: 8px 12px;
    background: #f1f3f4;
    border-radius: 6px;
    color: #878787;
    transition: .15s;
    display: flex;
    gap: 0px;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    font-size: 13px;
}

.ai-custom-chip:hover {
    background: #eef1f4;
}

.ai-custom-chip .val {
    color: #111;
}

/* æµ®å±‚ï¼ˆå¼¹å‡ºæ¡†ï¼‰ */
.ai-custom-popover {
    position: absolute;
    display: none;
    min-width: 140px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    z-index: 10;
    padding: 8px;
}

.ai-custom-pop-title {
    font-size: 12px;
    color: #94a3b8;
    margin: 4px 8px 8px;
}

.ai-custom-popover ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ai-custom-popover li {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
}

.ai-custom-popover li:hover {
    background: #f5f7fa;
}

/* æ¯”ä¾‹ï¼šè‡ªå®šä¹‰â€œæ–¹æ¡†â€å‹¾é€‰è§†è§‰ */
.ai-custom-check {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1.5px solid #c3c8d0;
    position: relative;
    flex: 0 0 14px;
}

.ai-custom-popover li.selected .ai-custom-check {
    border-color: #111;
}

.ai-custom-popover li.selected .ai-custom-check::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background: #111;
    border-radius: 2px;
}

/* æ•°é‡ï¼šè‡ªå®šä¹‰â€œåœ†ç‚¹â€é€‰æ‹©è§†è§‰ */
.ai-custom-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b8c0cc;
    flex: 0 0 6px;
}

.ai-custom-popover li.selected .ai-custom-dot {
    background: #111;
    box-shadow: 0 0 0 4px rgba(17, 17, 17, .08);
    border-radius: 999px;
}


.ai-Modify-Image-box .release-button-module{
    height: 50px;
    line-height: 50px;
    background: #2d2d2d;
    border-radius: 8px;
    width: 100%;
    color: #d7d7d7;
    text-align: center;
    cursor: pointer;
    margin-top: 16px;
}
.ai-Modify-Image-box .release-button-module strong{}
.ai-Modify-Image-box .release-button-module span{
    font-size: 12px;
    color: #828282;
    display: inline-block;
    padding-left: 5px;
}


.Image-Compare-Carousel{
    width: 70%;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.ai-Modify-Image-box .ai-advertise .swiper-slide {
    width: 100%;
    height: 0;
    padding-top: 70%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}


.ai-picture-comparison-container {
    position: absolute;
    width: 100%;
    margin: 0;
    overflow: hidden;
    height: 100%;
    user-select: none; /* Prevent text selection */
    left: 0;
    top: 0;
}

.ai-picture-comparison-before,
.ai-picture-comparison-after {
    display: block;
    width: auto;
    height: 100%;
}

.ai-picture-comparison-after-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* Initial width */
    height: 100%;
    overflow: hidden;
}

.ai-picture-comparison-after {
    position: absolute;
    top: 0;
    left: 0;
}

.ai-picture-comparison-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #fff;
    cursor: ew-resize;
    transform: translateX(-50%);
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
}

.ai-picture-comparison-slider::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 50%;
    width: 12px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


.Image-Compare-Carousel .swiper-pagination-bullet{
    width: 16px;
    height: 100%;
    border-radius: 2px;
    margin: 0 2px !important;
}

.Image-Compare-Carousel .swiper-pagination {
    bottom: 0;
    padding: 0;
    height: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.Image-Compare-Carousel .swiper-pagination-bullet-active{
    background: #000;
    width: 24px;
}

.Image-Compare-Carousel  .swiper-button-prev{}
.Image-Compare-Carousel  .swiper-button-next{}
.Image-Compare-Carousel  .btn{
    background: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff80;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #0000006e;
    font-size: 20px;
    top: 46%;
    opacity: 0;
    transition: .16s;
}

.Image-Compare-Carousel:hover .btn {
    opacity: 1;
}

.Image-Compare-Carousel .btn i {
    font-size: 20px;
}
.Image-Compare-Carousel  .btn:hover{
    background: #ffffff;
}



/*å›¾ç‰‡ç”Ÿæˆåˆ—è¡¨åŒºåŸŸ*/
.image-generation-list-area {
    width: 96%;
    max-width: 1600px;
    margin: 0px auto;
    padding-top: 20px;
}

.image-generation-list-area .igl-section {
    padding: 0 8px;
    margin: 20px 0 40px;
}

.image-generation-list-area .igl-date {
    font-size: 18px;
    color: #222;
    margin: 12px 0;
}

.image-generation-list-area .igl-card {
    margin-bottom: 20px;
}

.image-generation-list-area .igl-header {
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.image-generation-list-area .igl-avatar-stack {
    display: flex;
    margin-right: 6px;
    margin-top: 10px;
}

.image-generation-list-area .igl-avatar {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #e9eef3;
    border: 1px solid #e5e6eb;
    margin-right: 5px;
    overflow: hidden;
}

.image-generation-list-area .igl-avatar img {
    display: block;
    height: 100%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.image-generation-list-area .igl-avatar + .igl-avatar {
}

.image-generation-list-area .igl-prompt {
    font-size: 12px;
    color: #8a919f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 10px 0 10px;
}

.image-generation-list-area .igl-chip {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    border-radius: 8px;
    background: #f2f3f5;
    color: #8a919f;
    border: 1px solid #e5e6eb;
    margin-right: 4px;
}

.image-generation-list-area .igl-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.image-generation-list-area .igl-img {
    /* aspect-ratio: 1 / 1; */
    background: #ffffff;
    border: 1px solid #e5e6eb;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.image-generation-list-area .igl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-generation-list-area .igl-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a919f;
    font-size: 12px;
    background: repeating-linear-gradient(45deg, #fafafa, #fafafa 10px, #f5f5f7 10px, #f5f5f7 20px);
}



/*ç§¯åˆ†å……å€¼*/
.crp-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 48px 20px 72px;
}

.crp-container > section {
    margin-bottom: 50px;
}

.crp-container .crp-section-tiers {}

/* é¡¶éƒ¨æ ‡é¢˜ï¼šæ¸å˜æ ‡é¢˜ + å…‹åˆ¶å‰¯æ ‡é¢˜ */
.crp-hero {
    text-align: center;
    margin: 8px 0 36px;
}

.crp-hero-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.3px;
    margin: 0 0 12px;
    background: linear-gradient(90deg, #0f172a, #334155);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.crp-hero-sub {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
    padding: 0;
}

/* åŒºå—æ ‡é¢˜ */
.crp-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 40px 0 18px;
    letter-spacing: 0.2px;
}

/* å……å€¼æ¡£ä½ï¼šå¡ç‰‡ç½‘æ ¼ */
.crp-tier-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}


/* å¡ç‰‡ï¼šæ›´ç»†è…»çš„è¾¹æ¡†ä¸Žé˜´å½±å±‚æ¬¡ */
.crp-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9ecf5;
    border-radius: 18px;
    padding: 30px 20px;
    box-shadow:
            0 1px 2px rgba(15, 23, 42, 0.04),
            0 10px 28px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}
.crp-card:hover {
    transform: translateY(-2px);
    box-shadow:
            0 4px 10px rgba(15, 23, 42, 0.06),
            0 18px 36px rgba(15, 23, 42, 0.10);
    border-color: #dfe6f3;
}

/* å¡ç‰‡è¾¹ç¼˜é«˜å…‰ï¼ˆå¾®å¦™çš„é«˜çº§æ„Ÿï¼‰ */
.crp-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    pointer-events: none;
    background: radial-gradient(1200px 240px at 80% -10%, rgba(47,84,235,0.08), transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.crp-card:hover::before { opacity: 1; }

/* çƒ­é—¨å¡ç‰‡ï¼šæ›´å¼ºçš„è½®å»“ä¸Žå†…å‘å…‰ */
.crp-card.crp-card--hot {
    border-color: #2952e3;
    box-shadow:
            inset 0 0 0 1px rgba(41, 82, 227, 0.35),
            0 20px 44px rgba(41, 82, 227, 0.16),
            0 2px 10px rgba(41, 82, 227, 0.06);
}
.crp-card.crp-card--hot::before {
    background: radial-gradient(1200px 260px at 85% -15%, rgba(41,82,227,0.16), transparent 60%);
    opacity: 1;
}

/* çƒ­é—¨è§’æ ‡ */
.crp-ribbon {
    position: absolute;
    top: 14px;
    right: 0;
    background: linear-gradient(135deg, #0560f8, #1d39c4);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 10px 24px rgba(47, 84, 235, 0.28);
    letter-spacing: 0.5px;
}

/* å¡ç‰‡å†…å®¹æŽ’ç‰ˆ */
.crp-tier-points {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    text-align: center;
}
.crp-tier-desc {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 14px;
    text-align: center;
}

/* ä»·æ ¼åŒºï¼šæ–°å¢žå¾½æ ‡ï¼Œå¼ºè°ƒæŠ˜æ‰£ */
.crp-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.crp-price-new {
    font-size: 32px;
    color: #0560f8;
    font-weight: 800;
    width: 100%;
    text-align: center;
}
.crp-price-old {
    font-size: 13px;
    color: #9aa4b2;
    text-decoration: line-through;
    width: 100%;
    text-align: center;
}
.crp-badge {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: 1px solid #e8ecf7;
    background: #f6f8ff;
    color: #2f54eb;
    box-shadow: 0 2px 6px rgba(47, 84, 235, 0.08);
    margin: 6px 0 0;
}
.crp-badge-sale {
    background: #eef2ff;
    border-color: #dbe3ff;
    color: #0560f8;
}

/* æŒ‰é’®ï¼šæ›´å…‹åˆ¶çš„é«˜çº§è´¨æ„Ÿ */
.crp-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    background: #111827;
    color: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid #111827;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
}
.crp-btn:hover {
    background: #0b1220;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
}
.crp-btn--hot {
    background: linear-gradient(90deg, #0560f8, #1d39c4);
    border-color: #0560f8;
    box-shadow: 0 12px 30px rgba(47, 84, 235, 0.25);
}
.crp-btn--hot:hover {
    background: linear-gradient(90deg, #0560f8, #1a34a9);
    border-color: #0560f8;
}

.crp-note {
    margin-top: 16px;
    font-size: 12px;
    color: #94a3b8;
    text-align: center;
}

/* åˆ†å‰²çº¿ï¼šæ›´è½» */
.crp-divider {
    height: 1px;
    background: #e9e9e9;
    border: none;
    margin: 36px 0 26px;
}

/* ========= ç§¯åˆ†æ¶ˆè€—è¯´æ˜Žï¼ˆå•è¡¨æ ¼è®¾è®¡ï¼‰ ========= */
.crp-table-card {
    background: #ffffff;
    border: 1px solid #e9ecf5;
    border-radius: 16px;
    box-shadow:
            0 1px 2px rgba(15, 23, 42, 0.04),
            0 10px 28px rgba(15, 23, 42, 0.07);
    padding: 8px 8px 12px;
}

.crp-table-scroll {
    width: 100%;
    /*overflow-x: auto;*/
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
}

.crp-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px; /* å°å±æ»šåŠ¨ */
    font-size: 14px;
}

.crp-table thead th {
    background: #f4f6fe;
    color: #334155;
    font-weight: 800;
    text-align: left;
    padding: 12px 14px;
    border-bottom: 1px solid #e6ebf7;
    letter-spacing: 0.2px;
    text-align: left;
}

.crp-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px dashed #e9eef7;
    color: #344054;
    position: relative;
}
.crp-table tbody td .tips-text{
    position: absolute;
    background: #fff;
    padding: 6px;
    border-radius: 6px;
    box-shadow: 4px 4px 5px rgb(41 41 41 / 10%);
    bottom: 36px;
    left: 12px;
    margin-left: 0;
    width: 240px;
    box-sizing: border-box;
    border: 1px solid #f4f6fe;
    font-size: 12px;
    display: none;
}
.crp-table tbody td:hover .tips-text{
    display: block;
}
.crp-table tbody tr:last-child td {
    border-bottom: none;
}

.crp-table tbody tr:nth-child(even) {
    background: #fbfcff;
}

.crp-table tbody tr:hover {
    background: #f7f9ff;
}

.crp-cat {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #e8ecf7;
    background: #f6f8ff;
    color: #2f54eb;
    box-shadow: 0 2px 6px rgba(47, 84, 235, 0.06);
}
.crp-cat-see{
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    /* border: 1px solid #46d47e; */
    background: #22bd7f;
    color: #dbffe9;
    /* box-shadow: 0 2px 6px #11492703; */
}
.crp-cat-er {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    /* border: 1px solid #ff4141; */
    background: #eb2f2f;
    color: #fff2f2;
    /* box-shadow: 0 2px 6px rgb(235 47 47 / 6%); */
}

.crp-col-spec {
    text-align: left;
    color: #64748b;
    white-space: nowrap;
}

.crp-col-points {
    text-align: left;
    font-weight: 800;
    color: #1d39c4;
    white-space: nowrap;
}

.crp-footer-tip {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 28px;
}





/*生成图片动画*/
/* 图片生成进度动画样式 */
.image-generation-list-area .igl-img {
    position: relative;
    overflow: hidden;
}

.image-generation-list-area .igl-img.generating::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.8) 100%);
    z-index: 2;
    animation: generating-progress 0.1s linear forwards;
}



/*.image-generation-list-area .igl-img.generating::after {*/
/*    content: attr(data-progress) '%';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    color: #333;*/
/*    font-weight: bold;*/
/*    font-size: 14px;*/
/*    z-index: 3;*/
/*    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);*/
/*}*/

.image-generation-list-area .igl-img img {
    transition: 0.3s ease;
}

.image-generation-list-area .igl-img:hover img {
    opacity: .9;
}

.image-generation-list-area .igl-img.generating img {
    opacity: 0.3;
    filter: blur(50px);
}

.image-generation-list-area .igl-img.completed img {
    opacity: 1;
}

/* 生成按钮禁用状态 */
.release-button-module.disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

.release-button-module.generating {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    background-size: 400% 400%;
    animation: generating-button 2s ease-in-out infinite;
}








.ai-ranking-container{
    max-width: 1600px;
    width: 96%;
    margin: 40px auto;
    padding: 0 20px;
}
.ai-ranking-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 10px 0 40px;
}

.ai-ranking-header > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.ai-ranking-title{font-size: 32px;font-weight: 700;letter-spacing: .2px;color: #222;}

.ai-ranking-title h2 {
    font-size: 24px;
    font-weight: bold;
}

.ai-ranking-information {
    display: flex;
    padding-right: 16px;
}

.ai-ranking-infor {
    margin-left: 88px;
}

.ai-ranking-infor .font-top {
    color: #9a9a9a;
    font-size: 14px;
    padding: 6px 0 10px;
}

.ai-ranking-infor .font-con {
    color: #222;
    font-size: 16px;
}
.ai-ranking-subtitle{color: #6b7280;font-size: 14px;margin-top: 5px;font-weight: lighter;}

.ai-ranking-card{
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    overflow: hidden;
}

.ai-ranking-table-wrap{ overflow: auto; }
.ai-ranking-container table{ width:100%; border-collapse: separate; border-spacing:0; table-layout: fixed; }
.ai-ranking-container col.ai-ranking-col-rank{width: 28px;}
.ai-ranking-container col.ai-ranking-col-tool{ width: 420px; }
.ai-ranking-container col.ai-ranking-col-score{ width: 120px; }
.ai-ranking-container col.ai-ranking-col-ticket{ width: 120px; }
.ai-ranking-container col.ai-ranking-col-company{ width: 160px; }

.ai-ranking-container thead th{
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgb(241 243 244 / 59%); /* Apple 淡灰 */
    color: #1f2937;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 16px;
    user-select: none;
    white-space: nowrap;
}
.ai-ranking-container thead th.ai-ranking-sortable{ cursor: pointer; }
.ai-ranking-container thead th.ai-ranking-sortable:hover{background: rgb(241 243 244 / 59%);}
.ai-ranking-container thead th.ai-ranking-active{background: rgb(241 243 244 / 59%);color: #0560f8;}
.ai-ranking-container thead th .ai-ranking-sort-indicator{display:inline-flex;width:auto;min-width: 14px;height: 14px;vertical-align: middle;font-weight: lighter;margin-left: 0;opacity: 1;transition: opacity .15s ease, transform .15s ease;/* color: #0a84ff; */font-size: 14px;position: relative;}
.ai-ranking-container thead th.ai-ranking-active .ai-ranking-sort-indicator{ opacity:1; }

.ai-ranking-btn-more{
    appearance: none; border: 0; outline: 0; cursor: pointer;
    background: #0a84ff; color: #fff; border-radius: 999px;
    padding: 8px 14px; font-weight: 600; font-size: 12px; box-shadow: 0 6px 16px rgba(10,132,255,.25);
    transition: transform .05s ease, filter .15s ease;
}
.ai-ranking-btn-more:hover{ filter: brightness(1.03); }
.ai-ranking-btn-more:active{ transform: translateY(1px); }

.ai-ranking-container tbody tr{ transition: background .15s ease; }
.ai-ranking-container tbody tr:hover{background: rgb(241 243 244 / 59%);}
.ai-ranking-container  td{padding: 16px 16px;border-bottom: 1px solid #e5e7eb;vertical-align: middle;}

.ai-ranking-rank{text-align: left;font-variant-numeric: tabular-nums;color:#374151;font-weight:600;}

.ai-ranking-tool{ display:flex; align-items:center; gap:10px; min-width:0; width:100%; overflow:hidden; }
.ai-ranking-tool a{ color:#111827; font-weight:600; text-decoration:none; min-width:0; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ai-ranking-tool a:hover{ color: #0a84ff; text-decoration: underline; }
.ai-ranking-company{ color: #6b7280; font-size: 12px; }

.ai-ranking-number{ font-variant-numeric: tabular-nums; }
.ai-ranking-chip{display:inline-flex;align-items:center;gap:6px;padding: 4px 10px;border-radius: 999px;background:#f8fafc;border:1px solid #e5e7eb;color:#0b1324;font-weight:600;font-size: 14px;font-variant-numeric: tabular-nums;}

.ai-ranking-sort-indicator{ display:inline-flex; width: 10px; height: 14px; vertical-align: middle; margin-left:6px; opacity:.5 }
.ai-ranking-active .ai-ranking-sort-indicator{ opacity:1; }

.ai-ranking-toolbar{display:flex;gap:10px;align-items:center;padding: 16px 16px;border-bottom:1px solid #e5e7eb;background:linear-gradient(#fbfbfd,#ffffff);}
.ai-ranking-hint{ color:#6b7280; font-size:12px; }

.ai-ranking-footer{ padding:12px 16px; color:#6b7280; font-size:12px; }



@keyframes generating-button {
    0% {
        background: #2d2d2d;
    }
    50% {
        background: #414141;
    }
    100% {
        background: #2d2d2d;
    }
}

/* 新生成的卡片淡入动画 */
.image-generation-list-area .igl-card.new-generated {
    animation: card-fade-in 0.5s ease-out;
}

@keyframes card-fade-in {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}








































