/* 摘星智作视频 */
.framework_ark_video {
    padding: 4rem 0;
    position: relative;
    background: url(/resource/image/AI-zhizuo/back-2.png) no-repeat center center;
    background-size: 100%;
}

.framework_ark_video .product-intro-section {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-title {
    padding: 0 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.section-title h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.section-title p {
    font-size: 1rem;
    color: #666;
}

.framework_ark_video .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    overflow: hidden;
    padding: 0;
}

.framework_ark_video .video-card {
    background: #ffffff;
    padding: 1.5rem 1.8rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.framework_ark_video .video-preview {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000000;
    border-radius: 0.8rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.3rem;
}

.framework_ark_video .video-preview .video-js {
    width: 100%;
    height: 100%;
}

.framework_ark_video .video_box {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.framework_ark_video .video-card h4 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000;
}

.framework_ark_video .intro-card {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.framework_ark_video .intro-card h4 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.framework_ark_video .intro-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1.2rem;
}

.framework_ark_video .partner-logos {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2.8rem;
}

.framework_ark_video .partner-logos img {
    width: 10rem;
}


.framework_ark_video .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    flex: 1;
}

.framework_ark_video .feature-item {
    background: linear-gradient(180deg, #DBE6FF, #ffffff);
    border-radius: 0.5rem;
    padding: 1.5rem 1rem;
    text-align: center;
    position: relative;
}

.framework_ark_video .feature-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
}

.framework_ark_video .feature-badge img {
    vertical-align: top;
}

.framework_ark_video .feature-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.375rem;
    margin: 1.2rem auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;

}

.framework_ark_video .feature-item p {
    font-size: 0.875rem;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .framework_ark_video .content-container {
        grid-template-columns: 1fr;
    }

    .framework_ark_video .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .framework_ark_video {
        background-size: cover;
    }

    .framework_ark_video .features-grid {
        grid-template-columns: 1fr;
    }

    .framework_ark_video .section-header h1 {
        font-size: 1.75rem;
    }

    .framework_ark_video .intro-card h2,
    .framework_ark_video .video-card h2 {
        font-size: 1.5rem;
    }
}

/* 摘星智作视频 */
.framework_make_video {
    padding: 4rem 0;
    position: relative;
    background-color: #ffffff;
}

.framework_make_video .pain-point-section {
    max-width: 1650px;
    margin: 0 auto;
}


.framework_make_video .pain-point-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.framework_make_video .pain-card {
    background: linear-gradient(180deg, #95B8FF 0%, #ffffff 90%);
    border-radius: 1rem;
    padding: 2rem 1.8rem;
    position: relative;
    overflow: hidden;
}

.framework_make_video .pain-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4.5rem;
    height: 5rem;
    background: url(/resource/image/AI-zhizuo/cur-2.png) no-repeat center center;
    background-size: 100%;
}

.framework_make_video .pain-title {
    font-size: 1.45rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1.5rem;
}

.framework_make_video .pain-content {
    background: #ffffff;
    height: calc(100% - 3rem);
    border-radius: 1rem;
    padding: 1.5rem;
}

.framework_make_video .pain-problem {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1.2rem;
}

.framework_make_video .pain-divider {
    height: 1px;
    background: #e0e7ff;
    margin-bottom: 1.2rem;
}

.framework_make_video .pain-solution {
    font-size: 1.25rem;
    line-height: 1.6;
    height: 12rem;
    color: #2563eb;
    font-weight: 600;
}

.framework_make_video .pain-solution strong {
    color: #ff6b00;
    font-weight: 600;
}

.framework_make_video .pain-icon {
    margin-top: 1rem;
    display: flex;
    text-align: center;
    opacity: 0.8;
    justify-content: center;
    align-items: center;
    height: 7.5rem;
}

.framework_make_video .pain-icon img {
    width: 80%;
    height: auto;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .section-title h4 {
        font-size: 1.6rem;
    }

    .framework_make_video {
        padding: 2.6rem 1rem;
    }

    .framework_make_video .pain-point-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-title h4 {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .framework_make_video .pain-point-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .framework_make_video .pain_make_video .pain-point-grid {
        grid-template-columns: 1fr;
    }

    .framework_make_video .pain_make_video .section-header h2 {
        font-size: 1.75rem;
    }

    .framework_make_video .pain_make_video .section-header p {
        font-size: 1rem;
    }
}

/* 剪辑模式选项卡 */
.framework_make_mode {
    padding: 4rem 0 0;
    background-color: #ffffff;

}

.framework_make_mode .video-feature-section {
    background: #F0F5FF;
    padding: 3rem 0 0;
    position: relative;
}

.framework_make_mode .tab-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #E7EFFF;
    border-radius: 999px;
    border: 1px solid #85AAFF;
    padding: .375rem;
    margin-bottom: 2.5rem;
    /* position: absolute;
    left: 50%;
    top: 4rem;
    transform: translate(-50%, 10px); */
}

.framework_make_mode .tab-item {
    width: 11rem;
    text-align: center;
    padding: 0.5rem 1.45rem;
    border-radius: 999px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    transition: all .3s ease;
}

.framework_make_mode .tab-item.active {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(22, 93, 255, 0.22);
}

.framework_make_mode .tab-item.active span {
    background: linear-gradient(90deg, #6C51FF, #FF8727);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.framework_make_mode .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
}

.banner_text_box .btn_login {
    padding: 0.625rem 1.5rem;
    background: linear-gradient(180deg, #1c60ff, #7628ff);
    color: #fff;
    border: none;
    font-weight: bold;
    border-radius: 0.375rem;
    font-size: 1rem;
    cursor: pointer;
}

.framework_make_mode .text-content {
    padding-left: 12rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
}

.framework_make_mode .text-content h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.framework_make_mode .text-content h2 span {
    background: linear-gradient(90deg, #7c3aed 0%, #f97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.framework_make_mode .text-content .desc {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 3rem
}

.framework_make_mode .feature-list .feature-item {
    margin-bottom: 1.5rem;
}

.framework_make_mode .feature-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: .75rem
}

.framework_make_mode .feature-item p {
    font-size: 1rem;
    color: #666
}

.framework_make_mode .image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.framework_make_mode .img-tab {
    display: none
}

.framework_make_mode .img-tab.active {
    display: block
}




.framework_make_mode .tab-content {
    display: none
}

.framework_make_mode .tab-content.active {
    display: block
}

@media (max-width:992px) {
    .framework_make_mode .video-feature-section {
        padding: 2.5rem 1rem 0;
    }

    .framework_make_mode .content-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem
    }

    .framework_make_mode .text-content {
        padding: 1.5rem 1.2rem;
    }
}

@media (max-width:768px) {
    .framework_make_mode .tab-container {
        justify-content: center;
        flex-wrap: wrap;
        padding: 1rem;
        gap: 1rem;
        border-radius: 1rem;
    }


    .framework_make_mode .tab-item {
        width: 45%;
    }
}


@media (max-width:576px) {

    .framework_make_mode .text-content {
        padding: 0;
    }

    .framework_make_mode .tab-item {
        padding: .75rem 1.5rem;
        white-space: nowrap
    }

    .framework_make_mode .text-content .desc {
        margin-bottom: 1.5rem;
        font-size: 1rem;
    }

    .framework_make_mode .text-content h2 {
        font-size: 1.45rem
    }
}


/* 创拍剪投 */

.framework_make_cut {
    padding: 4rem 0;
    background-color: #ffffff;
    overflow: hidden;
}

.framework_make_cut .ai-feature-section {
    margin: 0 auto;
    padding: 0 7rem;
    display: grid;
    background: #ffffff;
}

.framework_make_cut .feature-item {
    display: flex;
    align-items: center;
    gap: 3rem;
    position: relative;
}

.framework_make_cut .feature-item.feature-item-4 {
    margin-top: 5rem;
}

.framework_make_cut .feature-item.feature-item-4 .mock-img {
    text-align: right;
}

.framework_make_cut .feature-item.feature-item-4 .mock-img .img {
    width: 32rem;
}



.framework_make_cut .feature-item.feature-item-5 {
    margin-top: 5rem;
}

.framework_make_cut .feature-item.feature-item-1 .imgback {
    width: 100%;
    position: absolute;
    top: 50%;
    left: -62rem;
    transform: translate(10px, -50%);
    z-index: 0;
}

.framework_make_cut .feature-item.feature-item-2 .imgback {
    width: 100%;
    position: absolute;
    top: 50%;
    left: -62rem;
    transform: translate(10px, -50%);
    z-index: 0;
}

.framework_make_cut .feature-item.feature-item-3 .imgback {
    width: 70rem;
    position: absolute;
    top: -16rem;
    left: -38rem;
    z-index: 0;
}

.framework_make_cut .feature-item.feature-item-4 .imgback {
    position: absolute;
    z-index: 0;
    width: 50rem;
    left: auto;
    right: -25rem;
    top: -5rem;
}

.framework_make_cut .feature-item:nth-child(even) {
    flex-direction: row-reverse;
}

.framework_make_cut .text-content {
    flex: 1;
    padding-left: 5rem;
}

.text-content{
    position: relative;
    z-index: 15;
}

.framework_make_cut .text-content h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    margin-bottom: 1.5rem;
}

.framework_make_cut .title_imgs {
    margin-bottom: 1.2rem;
}

.framework_make_cut .title_imgs img {
    width: 12rem;
}

.framework_make_cut .text-content p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 1.5rem;
    padding: 2rem 3rem;
    background: linear-gradient(180deg, #ECF2FF, #ffffff);
    border-radius: 0.5rem;
}

.framework_make_cut .btn-detail {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.5rem;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.framework_make_cut .visual-content {
    flex: 1;
    min-height: 20rem;
}

.framework_make_cut .visual-content .mock-img {
    height: 100%;
    width: 100%;
}

.framework_make_cut .visual-content .mock-img .img {
    width: 40rem;
    position: relative;
}



@media (max-width: 992px) {
    .framework_make_cut .ai-feature-section {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .framework_make_cut .feature-item,
    .framework_make_cut .feature-item:nth-child(2) {
        flex-direction: column;
        align-items: flex-start;
    }

    .framework_make_cut .visual-content .mock-img .img {
        width: 100%;
    }

    .framework_make_cut .visual-content {
        width: 100%;
        min-height: auto;
    }

    .framework_make_cut .text-content {
        padding: 0;
    }

    .framework_make_cut .feature-item.feature-item-1 .imgback {
        top: 45%;
        left: -27rem;
    }

    .framework_make_cut .feature-item.feature-item-4 .mock-img .img {
        width: 100%;
    }

    .framework_make_cut .feature-item:nth-child(even) {
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    .framework_make_cut .feature-item.feature-item-4 {
        margin-top: 3rem;
    }

    .framework_make_cut .feature-item.feature-item-5 {
        margin-top: 3rem;
    }

    .framework_make_cut .title_imgs img {
        width: 14rem;
    }

    .framework_make_cut .title_imgs {
        margin-bottom: 2rem;
        text-align: center;
    }

    .framework_make_cut .ai-feature-section {
        padding: 0 1rem;
        gap: 3rem;
    }

    .framework_make_cut .btn-detail {
        margin: 0 auto;
        display: block;
    }
}

/* banner */
.framework_ark_banner {
    position: relative;
    width: 100%;
}

.banner_text_box {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 3rem 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.banner_text_box .banner_logo {
    width: 10rem;
    margin-bottom: 1rem;
}

.banner_text_box .banner_text {
    max-width: 550px;
    margin-bottom: 3rem;
    color: #474747;
    font-size: 0.95rem;
    line-height: 1.8;
}

.banner_text_box .button_nt {
    padding: 0.625rem 1.5rem;
    background: linear-gradient(180deg, #1c60ff, #7628ff);
    color: #fff;
    border: none;
    font-weight: bold;
    border-radius: 0.375rem;
    font-size: 1rem;
    cursor: pointer;
}



.framework_ark_banner .img_box img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}

@media (max-width:768px) {
    .framework_ark_banner .img_box img {
        height: 300px;
    }

    .banner_text_box .banner_text {
        font-size: 1rem;
    }
}

