/* AI模型 banner */
.AIlargeModel_banner {
    text-align: center;
    padding: 10rem 2rem;
    background: url(/resource/image/AI-model/back_inner.jpg) no-repeat center center;
    background-size: cover;
}

.benner_text {
    margin: 2rem 0;
    font-size: 1.6rem;
    color: #252525;
}

.benner_text img {
    margin: 0 0.5rem;
}

.benner_btn {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 2rem;
    margin-top: 6rem;
}

.benner_btn .btn {
    align-items: center;
    background: linear-gradient(90deg, #4e7aff, #c175ff);
    border-radius: 13px;
    color: #1975ff;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    height: 68px;
    justify-content: center;
    letter-spacing: 0;
    margin-top: 2px;
    text-align: center;
    transition: all .2s ease;
    width: 18rem;
    position: relative;
    padding: 0;
    border: none;
}

.benner_btn .btn a {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    display: flex;
    height: calc(100% - 4px);
    justify-content: center;
    position: relative;
    width: calc(100% - 4px);
    overflow: hidden;
}

.benner_btn .btn:hover {
    transform: scale(1.05);
}

.benner_btn .btn .href-dialog {
    background: linear-gradient(90deg, #4e7aff 9.38%, #c175ff);
    border-radius: 12px;
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    height: 68px;
    letter-spacing: 0;
    line-height: 24px;
    line-height: 68px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
}


.benner_btn .btn-dialog:after {
    background-image: url(/resource/image/AI-model/mf.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 33.131px;
    position: absolute;
    right: -25px;
    top: -12px;
    width: 50px;
}

.benner_btn .btn .href-dialog:before {
    -webkit-animation: moveLight 3s linear infinite;
    animation: moveLight 3s linear infinite;
    background: linear-gradient(to bottom right, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    content: "";
    height: 60%;
    left: -10%;
    position: absolute;
    top: 10%;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    width: 100%;
}

.benner_btn .btn-dialog:hover:after {
    -webkit-animation: animate__rotateInDownLeft 1s ease-in-out;
    animation: animate__rotateInDownLeft 1s ease-in-out;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

@media screen and (max-width: 768px) {
    .benner_btn .btn{
        font-size: 20px;
        width: 15rem;
    }
    .benner_btn .btn .href-dialog{
        font-size: 20px;
    }
}

/* 应用案例 */
.AIlargeModel_AI_case {
    padding: 4rem 0;
}

.AIlargeModel_case_swiper {
    margin: 1rem 0;
}

.swiper.mySwiper_case {
    padding: 1rem 0;
}

.AIlargeModel_case_swiper .carouselitem {
    margin: 0 auto;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
    position: relative;
}

.swiper.mySwiper_case .text_box {
    background: linear-gradient(180deg, #f2f2f2, #fff 30%);
    border-radius: 22px;
    bottom: 0;
    box-shadow: 0 2px 14px 0 #e7e7e7;
    height: 14rem;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
}

.swiper.mySwiper_case .text_box h3 {
    color: #242629;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2rem;
}

.swiper.mySwiper_case .text_box p {
    color: #64748b;
    font-size: 0.9rem;
    height: 7.5rem;
    line-height: 1.5rem;
    margin-top: 0.45rem;
    margin-bottom: 0
}

@keyframes moveLight {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    }

    100% {
        -webkit-transform: translateX(150%) translateY(150%) rotate(-60deg);
        transform: translateX(150%) translateY(150%) rotate(-60deg);
    }
}

@keyframes animate__rotateInDownLeft {
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}


/* AI助手 */
.AIlargeModel_AI {
    padding: 4rem 1rem;
}

.AIlargeModel_AI_list {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 1.2rem;
    margin-top: 3rem;
}

.AIlargeModel_more {
    text-align: center;
    margin: 25px 0;
}

.AIlargeModel_more a {
    align-items: center;
    background: #1975ff;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 46px;
    justify-content: center;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    transition: all .3s;
    width: 160px;
}

.AIlargeModel_more a:hover {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, .15)), #1975ff;
}

.AIlargeModel_AI_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1.333%;
}

.AIlargeModel_AI_item {
    width: 24%;
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0 0 10px #ededed;
    border-radius: 0.8rem;
    margin-bottom: 1.6rem;
    overflow: hidden;
}

.AIlargeModel_AI_item .text {
    margin-top: 1.1rem;

}

.AIlargeModel_AI_item .text h4 {
    color: #252525;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
}

.AIlargeModel_AI_item .text p {
    margin-top: 0.6rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    color: #64748b;
}

/* AI功能 */
.AIlargeModel_AI_A {
    position: relative;
    overflow: hidden;
}

.AI_capabilities {
    max-width: 1650px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.AI_capabilities_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    width: 100%;
}




.feature-card:hover {
    background-size: 110% 110%;
    box-shadow: 0 3px 16px #f1f1f8;
}

.feature-card a.more {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    bottom: 24px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    color: #000;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    gap: 1rem;
    position: absolute;
    width: 150px;
    height: 45px;
    line-height: 23px;
    margin-top: 2.3rem;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .3s;
    opacity: 0;
}

.feature-card:hover a.more {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.card-1 {
    background: url(/resource/image/AI-model/professional_1.png) no-repeat center;
    color: white;

}

.card-2 {
    background: url(/resource/image/AI-model/professional_2.png) no-repeat center;
    color: #1a202c;
}

.card-3 {
    background: url(/resource/image/AI-model/professional.png) no-repeat center;
    color: #1a202c;
    grid-row: 1 / 3;
    grid-column: 2;
}

.feature-card {
    border-radius: 16px;
    padding: 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 225px;
    position: relative;
    overflow: hidden;
    transition: ease all .3s;
    background-size: 100% 100%;
}

.feature-card h3 {
    margin: 0 0 0.8rem 0;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
}

.feature-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.95;
}

.card-decoration {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 60%;
    pointer-events: none;
}

@media (max-width: 768px) {
    .AI_capabilities_flex {
        grid-template-columns: 1fr;
    }

    .feature-card a.more {
        width: 120px;
        opacity: 1;

    }

    .benner_btn {
        flex-direction: column;
    }

    .benner_btn {
        margin-top: 3rem;
    }

    .AIlargeModel_banner {
        padding: 6rem 2rem;
    }

    .card-3 {
        grid-column: auto;
        grid-row: auto;
    }
}




/* 星火API */
.AIlargeModel_AI_xinghuo {
    position: relative;
    overflow: hidden;
    background: url(/resource/image/AI-model/bgi.png) no-repeat center;
    background-size: cover;
    padding: 4rem 0 1rem;
}

.AIlargeModel_AI_xinghuo .AI_xinghuo_box {
    max-width: 1230px;
    margin: 3rem auto;
    padding: 0 1rem;
}

.AI_xinghuo_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.AI_xinghuo_flex .AI_xinghuo-card {
    border-radius: 16px;

    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    transition: ease all .3s;
    background-size: 70%;
    background-position: right bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.AI_xinghuo_flex .AI_xinghuo-card .AIxinghuo-card {
    padding: 1.5rem 1.8rem;
    display: block;
    height: 100%;
}

.AI_xinghuo_flex .AiXinghuoCard .more {
    color: #1975ff;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    transition: all .3s;
}

.AI_xinghuo_flex .AI_xinghuo-card .AIxinghuo-card:hover .more {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.AI_xinghuo_flex .AIcard-1 {
    grid-row: 1 / 3;
    box-shadow: 0 3px 16px 0 #f1f1f8;
}

.model-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.model-card .card_href {
    background: #f9faff;
    border-radius: 16px;
    padding: 1rem;
    padding-bottom: 2.1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.xinghuo-card_box .model-card .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0.8rem;
    line-height: 2.2rem;
    font-size: 0.9rem;
    background-color: rgba(25, 117, 255, .2);
    color: #1975ff;
    opacity: 0;
    visibility: hidden;
    transition: ease all .3s;
}

.model-card:hover .card_href {
    box-shadow: 0 0 0 1px #1975ff;
}

.model-card:hover .more {
    opacity: 1;
    visibility: visible;
}

.card-main {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

.card-main .card_href {
    padding-bottom: 1rem;
}

.card-small {
    height: 100%;
}

.model-card .title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    justify-content: center;
    width: 100%;
}

.model-card .desc {
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.2rem;
    padding-top: 6px;
    text-align: center;
    margin-bottom: 0;
}

.AI_xinghuo_flex .AI_xinghuo-card .card_title {
    color: #010101;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
}

.AI_xinghuo_flex .AI_xinghuo-card .card_desc {
    color: #64748b;
    font-size: 1rem;
    font-weight: 400;
    height: 2rem;
    line-height: 2rem;
}

.AI_xinghuo_flex .AIcard-2 {
    background-image: url(/resource/image/AI-model/cj-api.png);

}

.AI_xinghuo_flex .AIcard-3 {
    background-image: url(/resource/image/AI-model/card_cene.png);
}

.model-card .decoration {
    margin-top: 1.2rem;
    width: 100%;
    display: flex;
    justify-content: center;

}


@media (max-width: 768px) {
    .model-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .card-main {
        grid-row: auto;
        grid-column: auto;
    }

    .model-card .desc {
        font-size: 1rem;
        width: 100%;
    }

    .AIlargeModel_AI_list {
        padding: 0;
    }

    .AIlargeModel_AI_flex {
        gap: 2%;
    }

    .AIlargeModel_AI_item .text h4 {
        font-size: 1.2rem;
    }

    .AIlargeModel_AI_item .text p {
        font-size: 1rem;
    }

    .AIlargeModel_AI_item {
        width: 49%;
    }

    .AI_xinghuo_flex {
        grid-template-columns: auto;
        grid-template-rows: auto;
    }

    .model-card .card_href {
        border-radius: 10px;
    }

    .xinghuo-card_box .model-card .more {
        opacity: 1;
        visibility: visible;
        font-size: 1rem;
    }


    .model-card .card_href {
        padding-bottom: 2.6rem;
    }

    .AI_xinghuo_flex .AI_xinghuo-card {
        padding: 0;
        box-sizing: border-box;
    }

    .AI_xinghuo_flex .AI_xinghuo-card .card_title {
        font-size: 1.3rem;
        margin-bottom: 0.6rem;
    }

    .AI_xinghuo_flex .AI_xinghuo-card .card_desc {
        font-size: 1.01rem;
        height: 4rem;
    }

    .AI_xinghuo_flex .AiXinghuoCard .more {
        right: 2rem;
        opacity: 1;
        font-size: 1rem;
    }
}


/* 摘星万象 */

/* banner */
.framework_cont_banner {
    position: relative;
}

.framework_cont_banner .banner_text {
    width: 100%;
    max-width: 1650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    padding: 0 3.2rem;
}

.framework_cont_banner .banner_text h4 {
    display: inline-block;
    font-size: 3.9rem;
    font-weight: bold;
    background: linear-gradient(90deg, #007eff, #006cff, #a800ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.framework_cont_banner .banner_text .banner_text_desc {
    margin: 0.3rem 0;
    color: #020202;
    font-weight: normal;
    font-size: 1.9rem;
}

.framework_cont_banner .banner_text .banner_text_desc span:nth-child(2) {
    margin: 0 1.6rem;
}

.framework_cont_banner .flex_imgs .imgs {
    background: #ffffff;
    padding: 0 1.2rem;
    height: 2.3rem;
    display: flex;
    align-items: center;
    border-radius: 10rem;
    box-shadow: 0 2px 10px #b5b5b5;
}

.framework_cont_banner .flex_imgs .imgs img {
    width: 8.2rem;
}

.framework_cont_banner .flex_imgs span {
    font-size: 0.8rem;
    color: #537eb2;
    margin-left: 1rem;
}

.framework_cont_banner .img_box img {
    height: 504px;
    object-fit: cover;
}

/* 全业务链支持，更强模型 */

.framework_cont_yewulian {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(180deg, #fefeff, #f7f8fb);
}

.model_title_inner {
    text-align: center;
}

.model_title_inner h4 {
    color: #000000;
    font-weight: 600;
    font-size: 2.5rem;
}

.model_title_inner h4 span {
    color: #1664ff;

}

.model_title_inner p {
    color: #5b5b5b;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.framework_yewulian_box {
    max-width: 1650px;
    margin: 2rem auto 0;
    padding: 0 1rem;
}

.framework_yewulian_box .flex_yewulian .yewulian_fl {
    flex: 0 0 49%;
    padding: 2.5rem 1.6rem;
    background-color: #ffffff;
    border-radius: 0.8rem;
    box-shadow: 0 0 10px #edeef1;

}

.framework_yewulian_box .flex_yewulian .title h4 {
    color: #000000;
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 0.6rem;
}

.framework_yewulian_box .flex_yewulian .title p {
    color: #5d6c84;
    margin-top: 1rem;
    font-size: 0.95rem;
}

.framework_yewulian_box .flex_yewulian .yewulian_fl .imgs_box img {
    width: 44.5rem;
}

.framework_yewulian_box .flex_yewulian .yewulian_fr {
    flex: 0 0 49%;
    padding: 2.5rem 1.6rem;
    background-color: #ffffff;
    border-radius: 0.8rem;
    box-shadow: 0 0 10px #edeef1;
}

.framework_yewulian_box .flex_yewulian .yewulian_fr .title {
    margin-bottom: 15px;
}

.framework_yewulian_box .flex_yewulian .yewulian_fr .imgs_flex .img_box {
    background: #ffffff;
    padding: 0 1.2rem;
    height: 2.3rem;
    display: flex;
    align-items: center;
    border-radius: 10rem;
    box-shadow: 0 2px 10px #b5b5b5;
}

.framework_yewulian_box .flex_yewulian .yewulian_fr .imgs_flex img {
    width: 8rem;
}

.framework_yewulian_box .flex_yewulian .yewulian_fr .imgs_flex p {
    font-size: 0.8rem;
    color: #537eb2;
    margin-bottom: 0;
    margin-left: 1rem;
}

.framework_yewulian_box .ability_flex_list {
    margin-top: 2rem;
    gap: 1.8rem
}

.framework_yewulian_box .ability_flex_list .ability_items {
    flex: 0 0 48%;
    padding: 1.6rem 1.3rem;
    border-radius: 0.8rem;
    border: 1px solid #e1e6ec;
}

.framework_yewulian_box .ability_flex_list .ability_items .item_top {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.framework_yewulian_box .ability_flex_list .ability_items .item_top p {
    margin-bottom: 0;
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
}

.framework_yewulian_box .ability_flex_list .ability_items .item_top img {
    width: 1.8rem;
    margin-right: 0.6rem;
}

.framework_yewulian_box .ability_flex_list .ability_items .text {
    color: #6d6d6d;
    font-size: 0.85rem;
    line-height: 1.5rem;
}


@media (max-width:1200px) {
    .framework_yewulian_box .ability_flex_list {
        gap: 1.5rem
    }
}

@media (max-width:1050px) {
    .framework_cont_banner .img_box img {
        height: 400px;
    }

    .model_title_inner h4 {
        font-size: 2.1rem;
    }

    .framework_yewulian_box .flex_yewulian {
        flex-wrap: wrap;
    }

    .framework_yewulian_box .flex_yewulian .title p {
        font-size: 1rem;
    }

    .framework_yewulian_box .flex_yewulian .yewulian_fr .imgs_flex p {
        font-size: 1rem;
    }

    .framework_yewulian_box .ability_flex_list .ability_items .item_top p {
        font-size: 1.4rem;
    }

    .framework_yewulian_box .ability_flex_list .ability_items {
        flex: 0 0 49%;
    }

    .framework_yewulian_box .ability_flex_list {
        gap: 1.1rem;
    }

    .framework_yewulian_box .flex_yewulian .yewulian_fl {
        flex: 0 0 100%;
        margin-bottom: 2rem
    }

    .framework_yewulian_box .ability_flex_list .ability_items .text {
        font-size: 1rem;
    }

    .framework_yewulian_box .ability_flex_list .ability_items .item_top img {
        width: 2rem;
    }

    .framework_yewulian_box .flex_yewulian .yewulian_fr {
        flex: 0 0 100%;
    }

    .framework_yewulian_box .flex_yewulian .yewulian_fl .imgs_box img {
        width: 100%;
    }
}

@media (max-width:768px) {
    .framework_cont_banner .flex_imgs .imgs img {
        width: 9.2rem;
    }

    .framework_cont_banner .flex_imgs span {
        font-size: 1.1rem;
    }

    .framework_cont_banner .img_box img {
        height: 300px;
    }

    .framework_cont_banner .banner_text {
        padding: 0 1rem;
    }

    .framework_cont_banner .banner_text h4 {
        font-size: 2.5rem;
    }

    .framework_cont_banner .banner_text .banner_text_desc {
        font-size: 1.3rem;
    }

    .model_title_inner h4 {
        font-size: 1.8rem;
    }

    .framework_yewulian_box .flex_yewulian .title h4 {
        font-size: 1.6rem;
    }

    .framework_yewulian_box .flex_yewulian .yewulian_fr .imgs_flex img {
        font-size: 8.5rem;
    }

    .framework_yewulian_box .ability_flex_list .ability_items {
        flex: 0 0 100%;
    }

    .framework_yewulian_box .ability_flex_list {
        gap: 1rem;
    }
}


/* 企业AI营销场景，更懂企业 */
.framework_cont_scene {
    padding: 4rem 0;
    position: relative;
}

.framework_scene_box {
    max-width: 1650px;
    margin: 3rem auto 0;
    padding: 0 1rem;
}

.framework_scene_box .framework_scne_flex {
    justify-content: space-between;
    gap: 1.8rem;
}

.framework_scene_box .framework_scne_flex .framework_scne_item {
    padding: 1rem 1rem;
    flex: 0 0 23.5%;
    padding-left: 2rem;
}

.framework_scene_box .framework_scne_flex .framework_scne_item .model_img {
    width: 3.6rem;
}

.framework_scene_box .framework_scne_flex .framework_scne_item h4 {
    color: #0c0b06;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.framework_scene_box .framework_scne_item .int_text {
    display: flex;
    align-items: center;
    width: 12rem;
    padding: 0.5rem 0.5rem;
    background-color: #f6f8fa;
    color: #313131;
    border-radius: 0.5rem;
    font-size: 0.85rem;
}

.framework_scene_box .framework_scne_item .int_text img {
    width: 1.2rem;
    margin-right: 0.6rem;
}

.framework_scene_box .framework_scne_item .content {
    margin-top: 1rem;
    color: #656e7c;
    font-size: 0.95rem;
}

@media (max-width:1050px) {
    .framework_scene_box .framework_scne_item {
        flex: 0 0 31%;
    }

    .framework_scene_box .framework_scne_item h4 {
        font-size: 1.5rem;
    }

    .framework_scene_box .framework_scne_item .int_text {
        width: 14rem;
        font-size: 1rem;
    }

    .framework_scene_box .framework_scne_item .int_text img {
        font-size: 1.5rem;
    }

    .framework_scene_box .framework_scne_flex .framework_scne_item .content {
        font-size: 1rem;
    }
}

@media (max-width:768px) {
    .framework_scene_box .framework_scne_flex .framework_scne_item {
        flex: 0 0 46%;
    }
}

@media (max-width:468px) {
    .framework_scene_box .framework_scne_flex .framework_scne_item {
        flex: 0 0 100%;
        border-bottom: 1px solid #f7f7f7;
    }
}


/* AI底层赋能，应用能力支撑 */
.framework_cont_skill {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(90deg, #f7f8fb, #f7f8fb);
}

.framework_cont_skill .cont_skill_box {
    max-width: 1650px;
    margin: 3rem auto 0;
    padding: 0 1rem;
}

.framework_cont_skill .cont_skill_flex {
    gap: 1.25rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.framework_cont_skill .cont_skill_flex .skill_item {
    flex: 0 0 23%;
    padding: 2.1rem 1.5rem;
    background: #ffffff;
    border-radius: 10px;
}

.framework_cont_skill .cont_skill_flex .skill_item h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: 1rem;
}

.framework_cont_skill .cont_skill_flex .skill_item .txt {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 0;
    line-height: 1.5;
}

.framework_cont_skill .cont_skill_flex .skill_item .list_box {
    margin: 1rem 0;
}

.framework_cont_skill .cont_skill_flex .skill_item .list_box li {
    padding-left: 2rem;
    color: #555555;
    font-size: 1rem;
    line-height: 2.5rem;
    position: relative;
    background: url(/resource/image/AI-model/list-0.png) no-repeat left center;
    background-size: 1rem;
    background-position: 0.5rem center;
}

@media (max-width:1050px) {
    .framework_cont_skill .cont_skill_flex .skill_item {
        flex: 0 0 48%;
    }
}


@media (max-width:500px) {
    .framework_cont_skill .cont_skill_flex .skill_item h4 {
        font-size: 1.5rem;
    }

    .framework_cont_skill .cont_skill_flex .skill_item {
        flex: 0 0 100%;
    }
}