/* 公共按钮样式*/
#aigc-page .btn-border {
    cursor: pointer;
    background-color: transparent;
    /* 确保背景透明 */
}

#aigc-page .btn-border:hover {
    border-radius: 2rem;
    background: linear-gradient(45deg, #2d7bff, #9c4dff);
}

#aigc-page .btn-border:hover svg {
    display: none;
}

#aigc-page .btn-border .experience-ai {
    position: relative;
    width: 12rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 1rem 2rem;
}

#aigc-page .btn-border .experience-ai svg {
    position: absolute;
    top: 0;
    left: 0;
}

#aigc-page .btn-border .experience-ai img {
    width: 1.5rem;
    height: 1.5rem;
}

#aigc-page .btn-border .experience-ai span {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.3rem;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    color: #FFFFFF;
}

/* AIGC-banner模块-开始 */
.aigc-page-banner {
    position: relative;
    width: 100%;
    height: 40rem;
    overflow: hidden;
    animation-duration: 4.5s;
    color: #fff;
}

.aigc-page-banner .banner-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.aigc-page-banner .banner-background img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.aigc-page-banner .banner-content {
    position: relative;
    max-width: 81rem;
    min-width: 81rem;
    margin: 0 auto;
    padding: 8rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.aigc-page-banner .banner-content .banner-title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.aigc-page-banner .banner-content .banner-title {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(90deg, #41bdff, #a154ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.aigc-page-banner .banner-content .banner-tag {
    position: absolute;
    top: 0;
    left: calc(100% + 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9rem;
    height: 2.3rem;
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(-5deg);
}

.aigc-page-banner .banner-content .banner-tag svg {
    pointer-events: none;
    transform-origin: center center;
    position: absolute;
    inset: 0;
}

.aigc-page-banner .banner-content .banner-tag .tag-title {
    font-family: AlibabaPuHuiTi;
    font-weight: 800;
    font-size: 0.9rem;
    color: #fff;
}

.aigc-page-banner .banner-content .banner-headline {
    font-size: 4rem;
    font-weight: 800;
    margin: 0 0 2rem 0;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aigc-page-banner .banner-content .banner-description {
    max-width: 60rem;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

/* AIGC-module1模块-开始 */
.aigc-page-module1 {
    position: relative;
    padding: 4rem 0;
    background: radial-gradient(circle at bottom left, #6859E2 0%, #03031E 8%, #03031E 100%);
    color: #fff;
    overflow: hidden;
    animation-duration: 4.5s;
}

.aigc-page-module1 .module1-container {
    max-width: 75rem;
    min-width: 75rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.aigc-page-module1 .module1-container .module1-content {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

/* 左侧内容区域 */
.aigc-page-module1 .module1-description {
    flex: 1;
    max-width: 38rem;
    min-width: 38rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    position: relative;
}

.aigc-page-module1 .module1-description .module1-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
}

.aigc-page-module1 .module1-description .module1-title span {
    font-size: 2.5rem;
    font-weight: 800;
}

.aigc-page-module1 .module1-description .module1-desc-content {
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}

.aigc-page-module1 .module1-description .module1-stats {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
}

.aigc-page-module1 .module1-description .module1-stats .stats-number {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aigc-page-module1 .module1-description .module1-stats .stats-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    padding-top: 3rem;
}

/* 右侧图片区域 */
.aigc-page-module1 .module1-showcase {
    flex: 1;
    max-width: 21.87744rem;
    min-width: 21.87744rem;
}


.aigc-page-module1 .module1-image-container {
    position: relative;
    width: 100%;
    height: 28rem;
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.aigc-page-module1 .module1-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* AIGC-module2模块-开始 */
.aigc-page-module2 {
    position: relative;
    padding: 4rem 0;
    background: radial-gradient(circle at top left, #6859E2 0%, #03031E 8%, #03031E 100%);
    color: #fff;
    overflow: hidden;
    animation-duration: 4.5s;
}

.aigc-page-module2 .module2-container {
    max-width: 75rem;
    min-width: 75rem;
    margin: 0 auto;
    padding: 0 2rem;
}

/* 视频容器样式 */
.aigc-page-module2 .video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.aigc-page-module2 .video-wrapper {
    width: 100%;
    max-width: 65rem;
    min-width: 65rem;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* 视频播放器 */
.aigc-page-module2 .video-player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 宽高比 */
    background-color: #000;
    border-radius: 1rem;
    overflow: hidden;
}

/* 视频封面 */
.aigc-page-module2 .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.aigc-page-module2 .poster-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 播放按钮 */
.aigc-page-module2 .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 3;
    transition: transform 0.3s ease, opacity 0.3s ease;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

.aigc-page-module2 .play-button svg {
    width: 100%;
    height: 100%;
}

.aigc-page-module2 .video-poster:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

/* 当封面被隐藏后的样式 */
.aigc-page-module2 .poster-hidden {
    opacity: 0;
    pointer-events: none;
}

/* 视频元素 */
.aigc-page-module2 .video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* AIGC-module3模块-开始 */
.aigc-page-module3 {
    position: relative;
    padding: 4rem 0;
    background: radial-gradient(circle at bottom right, #6859E2 0%, #03031E 8%, #03031E 100%);
    color: #fff;
    overflow: hidden;
    animation-duration: 4.5s;
}

.aigc-page-module3 .module3-container {
    max-width: 81rem;
    min-width: 81rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.aigc-page-module3 .module3-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 标题样式 */
.aigc-page-module3 .module3-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 4rem;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 大图片样式 */
.aigc-page-module3 .module3-image-container {
    max-width: 64rem;
    min-width: 64rem;
    max-height: 29.19024rem;
    min-height: 29.19024rem;
    margin-bottom: 3rem;
    border-radius: 1rem;
    overflow: hidden;
}

.aigc-page-module3 .module3-image-container:hover {
    transform: translateY(-5px);
}

.aigc-page-module3 .module3-main-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* AIGC-module4模块-开始 */
.aigc-page-module4 {
    position: relative;
    padding: 4rem 0;
    background: radial-gradient(circle at top right, #6859E2 0%, #03031E 8%, #03031E 100%);
    color: #fff;
    overflow: hidden;
    animation-duration: 4.5s;
}

.aigc-page-module4 .module4-container {
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 模块标题样式 */
.aigc-page-module4 .module4-header {
    text-align: center;
    margin-bottom: 4rem;
}

.aigc-page-module4 .module4-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.aigc-page-module4 .module4-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* 功能点列表样式 */
.aigc-page-module4 .module4-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
    width: 100%;
    max-width: 85rem;
    min-width: 85rem;
}

.aigc-page-module4 .feature-row {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
}

.aigc-page-module4 .feature-item {
    position: relative;
    height: 2.4rem;
    border: none;
    padding: 0.5rem 1.5rem;
    background-color: transparent;
}

.aigc-page-module4 .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(65, 189, 255, 0.2);
    border-color: rgba(65, 189, 255, 0.5);
    background-color: rgba(0, 10, 30, 0.6);
}

.aigc-page-module4 .feature-item svg {
    position: absolute;
    top: 0;
    left: 0;
}

.aigc-page-module4 .feature-item span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    text-align: center;
}

.aigc-page-module4 .feature-item2 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(-5deg);
}

.aigc-page-module4 .feature-item3 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(5deg);
}

.aigc-page-module4 .feature-item4 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(-5deg);
}

.aigc-page-module4 .feature-item5 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(-5deg);
}

.aigc-page-module4 .feature-item6 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(5deg);
}

.aigc-page-module4 .feature-item7 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(5deg);
}

.aigc-page-module4 .feature-item8 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(5deg);
}

.aigc-page-module4 .feature-item9 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(5deg);
}

.aigc-page-module4 .feature-item10 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(-5deg);
}

.aigc-page-module4 .feature-item11 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(-5deg);
}

.aigc-page-module4 .feature-item12 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(5deg);
}

.aigc-page-module4 .feature-item13 {
    transform: translateX(-0.02667rem) translateY(-0.04rem) rotate(-5deg);
}

/* 特定行样式 */
.aigc-page-module4 .row-1, .row-6 {
    justify-content: center;
}

.aigc-page-module4 .row-2, .row-5 {
    justify-content: space-around;
    max-width: 50rem;
}

.aigc-page-module4 .row-3, .row-4 {
    justify-content: space-between;
    max-width: 80rem;
}