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

.AI-Tools-Full-Page{
    background: #fff;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}
.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;
}

.AI-Tools-Full-Page .General-Top-Title .a-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    margin: 14px auto 0;
    background: #f3f3f3;
    padding: 8px 0;
    border-radius: 21px;
    cursor: pointer;
    font-size: 13px;
    color: #696969;
    gap: 5px;
}

.AI-Tools-Full-Page .General-Top-Title .a-btn i {}


.Failure-Copywriting-Reminder{
    padding-bottom: 6px;
}
.Failure-Copywriting-Reminder > span{
    background: #fff4f4;
    color: #ff0a0a;
    display: inline-block;
    padding: 5px;
    border: 1px solid #ffcdcd;
    border-radius: 5px;
}
/*图片弹窗*/
#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;
    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;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#imageModal .controls button,#imageModal .controls .ai-switch-btn {
    margin: 2px;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 6px;
    border: none;
    font-size: 12px;
    background: #3f3f3fc9;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#imageModal .controls .fg-xian{
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #ffffff4d;
    margin: 0 10px;
}
#imageModal .controls .ai-switch-btn{
    display: inline-block;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#imageModal .controls .ai-switch-btn i{
    font-size: 20px;
}
#imageModal .controls .ai-switch-btn span{
    display: inline-block;
    margin-left: 4px;
}

.ai-Modify-Image-box{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.ai-Modify-Image{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 28px;
    padding: 0;
    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: 100%;
    position: relative;
    border: 1px solid #eceff1;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 5px 16px -4px rgba(0,0,0,.07);
}

.ai-custom-upload-area {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #888;
    /* border: 1px dashed #e5e5e5; */
    position: relative;
    align-content: center;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f3f4;
}
.ai-custom-upload-area .ico-box{
    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;
}

.ai-custom-upload-area .ico-box i {
    color: #333;
    font-size: 20px;
}

.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: flex-start;
    flex-wrap: wrap;
    width: 100%;
    /* background: #f6f6f6; */
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    padding: 0 16px 0;
}

.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 0 50px;
}

.ai-custom-prompt-card textarea {
    width: 100%;
    height: 150px;
    outline: 0;
    padding: 16px;
    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: 16px;
    bottom: 12px;
    display: flex;
    gap: 8px;
}

.ai-custom-chip {
    user-select: none;
    cursor: pointer;
    color: #333;
    transition: .15s;
    display: flex;
    gap: 0px;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 13px;
    position: relative;
}

.ai-custom-chip .selected {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    padding: 0 10px;
    background: #f1f3f4;
    border-radius: 10px;
    align-content: center;
}
.ai-custom-chip .selected > .iconfont{
    font-size: 18px;
    display: block;
    margin-right: 4px;
}

.ai-custom-chip .selected > span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-right: 2px;
}

.ai-custom-chip .selected > span > img {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

.ai-custom-chip:hover {
}

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

/* 浮层（弹出框） */
.ai-custom-popover {
    position: absolute;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    z-index: 10;
    padding: 8px;
    left: 0;
    bottom: 40px;
    width: 500px;
}
#Picture-Quantity-Select .ai-custom-popover,
#MJ-Version-Options .ai-custom-popover,
#NanoBananaPro-Size-Selection .ai-custom-popover{
    width: 90px;
}
#MJ-Speed-Mode-Options .ai-custom-popover{
    width: 120px;
}
.ai-custom-pop-title {
    font-size: 12px;
    color: #94a3b8;
    margin: 4px 8px 8px;
}

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

.ai-custom-popover li {
    padding: 8px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #333;
    font-size: 13px;
}
#Picture-Quantity-Select .ai-custom-popover li,
#MJ-Speed-Mode-Options .ai-custom-popover li,
#MJ-Version-Options .ai-custom-popover li,
#NanoBananaPro-Size-Selection .ai-custom-popover li{
    justify-content: flex-start;
    width: 100%;
    margin: 2px 0;
}
.ai-custom-popover li:hover,.ai-custom-popover li.active {
    background: #f5f7fa;
}

/* æ¯”ä¾‹ï¼šè‡ªå®šä¹‰â€œæ–¹æ¡†â€å‹¾é€‰è§†è§‰ */
.ai-custom-check {
    width: 100%;
    height: 18px;
    position: relative;
    display: block;
}

.ai-custom-check > img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
}

.ai-custom-popover li.selected .ai-custom-check {
}

.ai-custom-popover li.selected .ai-custom-check > img {
}

.ai-custom-popover li.selected .ai-custom-check::after {
}

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

.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;
    background-color: #fff; /* 背景白色，可改 */
    background-image:
            linear-gradient(45deg, #ddd 25%, transparent 25%),
            linear-gradient(-45deg, #ddd 25%, transparent 25%),
            linear-gradient(45deg, transparent 75%, #ddd 75%),
            linear-gradient(-45deg, transparent 75%, #ddd 75%);
    background-size: 20px 20px; /* 每格大小 */
    background-position: 0 0, 0 10px, 10px -10px, -10px 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: 97%;
    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 {
}

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

.crp-table {


    /* å°å±æ»šåŠ¨ */
    width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
    border: 1px solid #f1f4f5;
}

table.crp-table thead {
    border: 1px solid #e7e7e7;
    border-width: 0 1px;
}

.crp-table thead th {
    background-color: #f7f7f7;
    color: #000000;
    border: 1px solid #ededed;
    font-weight: bold;
    padding: 12px;
    text-align: left;
    border-width: 1px 0;
}

.crp-table tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #efefef;
    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: #fbfbfb;
}

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

.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.1;
    filter: blur(100px);
}

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



/*模型切换区域*/
.Drawing-Model-Selection-Group{
    margin-left: 20px;
}
.Drawing-Model-Selection-Group ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 10px;
}
.Drawing-Model-Selection-Group ul li{
    list-style: none;
    height: 42px;
    background: #eceff1;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
    cursor: pointer;
}
.Drawing-Model-Selection-Group ul li.active{
    background: #2d2d2d;
}
.Drawing-Model-Selection-Group ul li span{
    color: #333;
    font-size: 14px;
}
.Drawing-Model-Selection-Group ul li.active span{
    color: #e2e2e2;
}




.generate-state-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffffe3;
    z-index: 10;
    backdrop-filter: blur(30px);      /* 模糊下层背景 */
}

.generate-state-box .loader {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #000000; /* 圆环颜色 */
    border-radius: 50%;
    animation: spin123 1s linear infinite;
}

.generate-state-box .text {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}





/* 颜色常量（不使用 CSS 变量） */
.mjnav-aichat-sliders { max-width: 520px; font-family: system-ui, "Segoe UI", Arial, "PingFang SC", "Microsoft YaHei", sans-serif; color: #222; }
.mjnav-aichat-slider-row {
    display: grid;
    grid-template-columns: 80px 1fr 64px;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
}
.mjnav-aichat-slider-row label { color: #555; }

/* 轨道容器，承载自绘的底轨与填充 */
.mjnav-aichat-range-wrap { position: relative; height: 24px; }
.mjnav-aichat-track,
.mjnav-aichat-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 6px;
    pointer-events: none;
}
.mjnav-aichat-track { left: 0; right: 0; background: #eaeef4; }
.mjnav-aichat-fill { left: 0; width: 0%; background: #1f264d; }

/* 原生 range 外观 */
.mjnav-aichat-range {
    appearance: none;
    width: 100%;
    height: 24px;
    background: transparent;
    outline: none;
    cursor: pointer;
}

/* WebKit: 轨道透明，仅显示我们自绘的轨道与填充 */
.mjnav-aichat-range::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 6px;
    background: transparent;
}
/* WebKit: 拇指 */
.mjnav-aichat-range::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #dfe4eb;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin-top: -4px;
}

/* Firefox: 轨道透明，进度透明，仅显示自绘层 */
.mjnav-aichat-range::-moz-range-track {
    height: 6px;
    border-radius: 6px;
    background: transparent;
}
.mjnav-aichat-range::-moz-range-progress {
    height: 6px;
    border-radius: 6px;
    background: transparent;
}
.mjnav-aichat-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #dfe4eb;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* 右侧数值盒 */
.mjnav-aichat-value-box {
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #f6f8fb;
    border: 1px solid #e5e9f2;
    border-radius: 6px;
    color: #333;
    font-variant-numeric: tabular-nums;
}



.koutu-two-column-area{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.koutu-two-column-area .ai-advertise{
    width: 49.8%;
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
}
.koutu-two-column-area .Image-Compare-Carousel{}
.koutu-two-column-area .Image-Compare-Carousel{
    width: 100%;
    height: 100%;
    padding: 0;
}

.koutu-two-column-area .upload-area{
    border: 2px solid #e6eaed;
    border-radius: 10px;
    box-shadow: 5px 6px 10px rgb(0 0 0 / 6%);
    width: 49.8%;
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
}
.koutu-two-column-area .ai-custom-upload-area{
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.koutu-two-column-area .ai-custom-upload-area .ico-box{
    width: 60px;
    height: 60px;
    background: #111;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.koutu-two-column-area .ai-custom-upload-area .ico-box i {
    color: #b3b3b3;
}
.koutu-two-column-area .upload-area .tips-text{
    width: 100%;
    padding: 16px 0 0;
}
.koutu-two-column-area .upload-area .tips-text h4{
    font-size: 15px;
    color: #333;
    padding-bottom: 6px;
}
.koutu-two-column-area .upload-area .tips-text p{
    font-size: 13px;
    color: #c4c4c4;
}



.koutu-two-column-area .ai-custom-preview{}


.File-Upload-Workspace{
    display: none;
}
.File-Upload-Workspace.show{
    display: flex;
    position: fixed;
    right: 0;
    top: 70px;
    width: calc(100% - 280px);
    height: calc(100% - 70px);
    background: #fffffff0;
    z-index: 20;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.File-Upload-Workspace .ai-custom-preview{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    height: 76%;
}
.File-Upload-Workspace .ai-custom-preview .ai-item{
    width: auto;
    max-width: 94%;
    height: 100%;
    background: none;
    margin: 0;
    border: 2px solid #ebf0f3;
    border-radius: 10px;
    box-shadow: 4px 5px 20px rgb(0 0 0 / 9%);
    padding: 6px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.File-Upload-Workspace .ai-custom-preview .ai-item img{
    width: auto;
    height: 100%;
    border-radius: 8px;
}
.File-Upload-Workspace .ai-custom-preview .ai-item .ai-del{
    top: 15px;
    right: 15px;
}

.File-Upload-Workspace .ai-custom-preview .ai-item .show-comparison {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    padding: 6px;
    background: #ffffff;
    /* border: 1px solid #ccc; */
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.File-Upload-Workspace .ai-custom-preview .ai-picture-comparison-container{
    z-index: 3;
    display: none;
    left: 6px;
    top: 6px;
    height: calc(100% - 12px);
    width: calc(100% - 12px);
}

.File-Upload-Workspace .release-button-module, .File-Upload-Workspace .Re-Upload-Button,.File-Upload-Workspace .img-download{
    height: 50px;
    line-height: 50px;
    background: #0560f8;
    border-radius: 8px;
    width: auto;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 0 50px;
    margin: 0 10px;
}
.File-Upload-Workspace .release-button-module strong{}
.File-Upload-Workspace .release-button-module span{
    color: #ffffffa6;
    font-size: 12px;
    display: inline-block;
    margin-left: 4px;
}
.File-Upload-Workspace .button-btn-grop{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}
.File-Upload-Workspace .Re-Upload-Button{
    background: #333333;
    color: #fff;
}
.File-Upload-Workspace .Re-Upload-Button strong{}

.File-Upload-Workspace .img-download{
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 10;
    height: auto;
    line-height: normal;
    padding: 6px 20px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0;
}


.File-Upload-Workspace .ai-custom-preview .generate-animation-box{
    position: absolute;
    overflow: hidden;
    background-color: #ffffffbd; /* 深色底，更科技感 */
    left: 0;
    top: 0;
    z-index: 1;
    width:  100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s;
}
.File-Upload-Workspace .ai-custom-preview .generate-animation-box.show{
    opacity: 1;
}
.File-Upload-Workspace .ai-custom-preview .generate-animation-box:after,
.File-Upload-Workspace .ai-custom-preview .generate-animation-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: inherit;
}

/* 流光 + 粒子 */
.File-Upload-Workspace .ai-custom-preview .generate-animation-box:after {
    background: linear-gradient(90deg, rgb(255 255 255 / 20%) 0%, rgb(22 181 255 / 9%) 50%, rgb(255 255 255 / 64%) 100%), /* 流光 */ radial-gradient(circle, rgb(255 255 255 / 70%) 1px, transparent 1px); /* 粒子 */
    background-size: 200% 100%, 20px 20px;
    animation: flowLight 1.5s linear infinite, particleMove 3s linear infinite;
}

/* 上下扫描线闪烁 */
.File-Upload-Workspace .ai-custom-preview .generate-animation-box:before {
    background: linear-gradient(to bottom, rgb(255 255 255 / 27%) 0%, rgb(178 215 255 / 94%) 50%, rgb(255 255 255 / 26%) 100%);
    background-size: 100% 200%;
    animation: scanLine 1s linear infinite alternate;
}

.queue-text {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




.Right-side-Record-Short{
    position: fixed;
    right: -350px;
    top: 0;
    width: 330px;
    height: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: -20px 0px 10px rgb(191 191 191 / 10%);
    display: none;
}
.Right-side-Record-Short .hide-btn{
    position: absolute;
    width: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    left: -16px;
    background: #f6f6f6;
    border-left: 1px solid #eeeeee;
    cursor: pointer;
}

.Right-side-Record-Short .hide-btn:hover {
    background: #ededed;
}
/* 容器样式 */
.notes-container {
    width: 100%;
    /* 模拟手机宽度 */
    height: 100%;
    padding: 16px;
    box-sizing: border-box;
    overflow-y: auto;
}

/* 头部样式 */
.notes-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
    flex-wrap: nowrap;
    align-content: flex-start;
}

.notes-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.notes-subtitle {
    font-size: 12px;
    color: #999;
}

.notes-refresh-btn {
    background-color: #f2f2f2;
    border: none;
    border-radius: 14px;
    padding: 4px 16px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    outline: none;
}

.notes-refresh-btn:active {
    background-color: #e0e0e0;
}

/* 列表样式 */
.notes-list {
    display: flex;
    flex-direction: column;
    gap: 20px; /* 列表项之间的间距 */
}

.notes-item {
    display: flex;
    flex-direction: column;
}

/* 图片占位符灰色方块 */
.notes-image-placeholder {
    width: 100%;
    min-height: 100px;
    /* 控制矩形的高度比例 */
    background-color: #f2f2f2;
    border-radius: 12px;
    margin-bottom: 6px;
}
.notes-image-placeholder img{
    display: block;
    width: 100%;
}

/* 底部日期和下载按钮 */
.notes-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
}

.notes-date {
    font-size: 13px;
    color: #333;
}

.notes-action {
    font-size: 13px;
    color: #333;
    cursor: pointer;
}



@keyframes spin123 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


@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);
    }
}


@keyframes flowLight {
    0% { background-position: -200% 0, 0 0; }
    100% { background-position: 200% 0, 0 0; }
}

@keyframes particleMove {
    0% { background-position: 0 0, 0 0; }
    100% { background-position: 0 0, 20px 20px; }
}

@keyframes scanLine {
    0% { background-position: 0 0; }
    100% { background-position: 0 100%; }
}




@media screen and (max-width: 1480px) {
    .crp-container {
        width: 92%;
        margin: 0 auto;
        padding: 48px 0px 72px;
    }
    .crp-tier-points,
    .crp-price-new{
        font-size: 24px;
    }
    .AI-Tools-Full-Page{
        padding: 0;
        margin: 0 auto;
        width: 92%;
    }
}


































