/* 铱云AI页面样式 */
body {
    min-width: 1440px;
}

.ai-banner {
    height: 500px;
    background-image: url(../img/ai/ai_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 74px;
}

.ai-banner-content {
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.ai-banner-text {
    position: relative;
    color: #fff;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ai-banner-text h1 {
    font-family: PingFangSC-Medium;
    font-size: 42px;
    color: #222222;
    line-height: 60px;
    padding-top: 148px;
    margin: 0;
    font-weight: 600;
}

.ai-banner-text p {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #222222;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 16px
}

.ai-banner-actions {
    position: relative;
    width: 140px;
    line-height: 42px;
    font-family: "PingFang SC", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #ff15bf, #4658ff, #17dcf0);
    border: none;
    border-radius: 4px;
    z-index: 1;
    margin-top: 30px;
    cursor: pointer;
    color: #DB5AFF;
    transition: all 0.3s ease;
}

.ai-banner-actions::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 2px;
    z-index: -1;
}

.ai-banner-actions:hover {
    transform: translateY(-2px);
}

/* 内容区域 */
.ai-content {
    background: #FFF;
}

.ai-container-body {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-container:nth-child(2n) {
    background: #F6F8FF;
}

.ai-content-block {
    display: flex;
    align-items: center;
    column-gap: 60px;
    padding: 100px 0;
    width: 1200px;
}

.ai-content-text {
    width: 500px;
}

.ai-content-media {
    flex: 1;
}

.ai-content-block h2 {
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    color: #333333;
    letter-spacing: 0;
    line-height: 46px;
    font-weight: 600;
    text-align: left;
}

.ai-content-desc {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #6E6E70;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 400;
    margin-top: 10px;
}

.ai-content-features {
    list-style: none;
    padding: 0;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.ai-content-features li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

.ai-content-features li span {
    font-weight: 600;
    position: relative;
}

.ai-content-features span:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 16px;
    height: 16px;
    background: url('/assets/img/ai/point.png') no-repeat center center;
    background-size: contain;
}

/* 视频组件 */
.ai-video-container {
    position: relative;
    width: 710px;
    margin: 0 auto;
}

.ai-video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.ai-video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px;
    background: url('/assets/img/ai/play_btn.png') no-repeat center / cover;
    cursor: pointer;
}

/* 按钮样式 */
.ai-btn {
    width: 140px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(135deg, rgba(241, 91, 255, 0.90) 0%, rgba(70, 88, 255, 0.90) 49%, rgba(23, 220, 240, 0.90) 100%);
    border-radius: 3px;
    margin-top: 30px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FFFFFF !important;
    letter-spacing: 0;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ai-btn:hover {
    transform: translateY(-2px);
}

.ai-dialog {
    .ui-dialog-content {
        padding: 0;
    }
}


@media (max-width: 1080px) {
    body {
        min-width: 100% !important;
    }

    .ai-banner {
        margin-top: 72px;
    }

    .ai-banner,
    .ai-banner-content {
        height: auto;
        width: 100%;
    }

    .ai-banner-text {
        padding: 20px;
    }

    .ai-banner-text h1 {
        font-size: 22px;
        line-height: 26px;
        padding-top: 0;
    }

    .ai-banner-text p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 14px;
        letter-spacing: 0.6px;
    }

    .ai-banner-actions {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        margin-top:10px;
    }

    .ai-content-block {
        width: 100% !important;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
    }

    .ai-container:nth-child(2n) .ai-content-block {
        flex-direction: column-reverse;
    }

    .ai-content-text {
        width: 100% !important;
        padding: 16px 20px;
    }

    .ai-content-text .ai-content-actions {
        display: none;
    }

    .ai-content-image,
    .ai-video-wrapper {
        width: 100% !important;
        height: auto !important;
        border-radius: 6px;
    }

    .ai-content-block h2 {
        line-height: 26px;
        font-size: 22px;
        padding-top: 20px;
    }

    .ai-content-desc {
        line-height: 20px;
        font-size: 14px;
        margin-top: 10px;
    }

    .ai-content-features {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .ai-content-features li:before {
        top: 3px;
    }

    .ai-video-container {
        width: 100%;
        padding: 10px 20px;
    }

    .ai-video-play-btn {
        width: 40px;
        height: 40px;
    }

    .ai-btn {
        width: 120px;
        height: 32px;
        font-size: 12px;
        margin-top: 16px;
    }
}