.AIChannel_banner {
    position: relative;
}

.AIChannel_banner .AIChannel_img img {
    height: 470px;
    object-fit: cover;
    object-position: center;
}

.AIChannel_text {
    max-width: 1650px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.AIChannel_text_inner {
    max-width: 41rem;
    padding-left: 5rem;
}

.AIChannel_text_inner h4 {
    color: #272727;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.AIChannel_text_inner h4 span {
    font-weight: 600;
}

.AIChannel_text_inner p {
    color: #272727;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.AIChannel_text_inner .btnChannel button {
    margin-right: 1rem;
    border-radius: 0.6rem;
    width: 10rem;
    height: 3rem;
    font-size: 1rem;
    color: #2468f2;
    border: none;
}

.AIChannel_text_inner .btnChannel .btn_login {
    margin-right: 1rem;
    display: inline-block;
    border-radius: 0.6rem;
    width: 10rem;
    height: 3rem;
    font-size: 1rem;
    color: #2468f2;
    text-align: center;
    line-height: 3rem;
    border: none;
    vertical-align: middle;
}

.AIChannel_text_inner .btnChannel button:first-of-type {
    background: linear-gradient(90deg, #1a61ff 0%, #7728ff 100%);
    color: #ffffff;
    font-weight: 600;
}

.AIChannel_text_inner .btnChannel .btn_login {
    background: transparent;
    color: #2468f2;
    border: 2px solid #2f60eb;
}

.AIChannel_text_inner .btnChannel a {
    color: #2468f2;
    font-size: 1rem;
    margin-left: 0.5rem;
}

/* 渠道赋能 */
.AIChannelSupport_box .AIChannel_support {
    padding: 4rem 0;
}

.AIChannelSupport_box .title_support {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.AIChannelSupport_box .title_support h4 {
    color: #272727;
    font-size: 2rem;
}

.AIChannelSupport_box .title_support h4 span {
    font-weight: 600;
}

.AIChannelSupport_box .title_support p {
    color: #272727;
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

.AIChannelSupport_box .support_list {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 1rem;
}

.AIChannelSupport_box .support_list .support_item {
    flex: 0 0 24%;
    border-radius: 0.85rem;
    overflow: hidden;
}

.AIChannelSupport_box .support_list .support_item .support_top {
    padding: 2rem 1.5rem;
    background-color: #f2f6fa;
}

.AIChannelSupport_box .support_item .support_top .support_top_title {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

h4#modalVideoTitle {
    color: #363636;
    text-align: center;
    line-height: 65px;
    font-size: 1.2rem;
    width: 100%;
    font-weight: bold;
}

.AIChannelSupport_box .support_item .support_top_title img {
    width: 2rem;
    flex-shrink: 0;
    margin-right: 1rem;
}

.AIChannelSupport_box .support_item .support_top_title h4 {
    font-size: 1.8rem;
    color: #272727;
    font-weight: 600;
}

#newsVideoModal .close-btn {
    background: rgb(0 0 0 / 42%);
}

#newsVideoModal .modal-content_video {
    background: #ffffff;
}

#newsVideoModal .close-btn:hover {
    background: rgb(0 0 0 / 80%);
}


.AIChannelSupport_box .support_item .support_list_text p {
    font-size: 1rem;
    color: #323232;
    margin-bottom: 0.6rem;
    line-height: 1.5;
}

.AIChannelSupport_box .support_item .support_list_text p span {
    font-weight: 600;
}

.AIChannelSupport_box .support_item .support_list_text {
    height: 13rem;
}

/* 产品矩阵 */
.AIChannel_matrix {
    padding: 4rem 0;
}

.AIChannel_matrix .matrix_swiper {
    padding: 0 8rem;
    position: relative;
}

.AIChannel_matrix .matrix_swiper .swiper-slide a {
    display: block;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 3px;
    border-radius: 1rem;
}

.AIChannel_matrix .matrix_swiper .swiper-slide a .img_box {
    background: linear-gradient(180deg, #ecf1f7, #ffffff);
    border-radius: 1rem;
    text-align: center;
    padding: 1.2rem 2.3rem;
}

.AIChannel_matrix .matrix_swiper .swiper-slide a .img_box img {
    height: 2.35rem;
}

.matrix_swiper .swiper-button-prev,
.matrix_swiper .swiper-button-next {
    width: 2.2rem !important;
    height: 2.2rem !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: none !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

.matrix_swiper .swiper-button-prev {
    left: 4rem !important;
    right: auto;
}

.matrix_swiper .swiper-button-next {
    right: 4rem !important;
    left: auto;
}

.matrix_swiper .swiper-button-prev::after,
.matrix_swiper .swiper-button-next::after {
    font-size: 1.1rem !important;
    font-weight: 300 !important;
    color: #9CA3AF !important;
    transition: color 0.25s ease !important;
}

/* 资质查询 */

.AIChannel_credential {
    padding: 2.5rem 1rem;
    background: url(/resource/image/AI-Channel/search_back.png) no-repeat center center;
    background-size: cover;
}

.AIChannel_credential .credential_box {
    margin: 2rem 0;
}

.credential_box_search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    max-width: 50rem;
    width: 100%;
    margin: 0 auto;
}

/* 查询框下方的可见 hCaptcha 勾选 */
.hcaptcha-wrap {
    max-width: 50rem;
    width: 100%;
    margin: 1rem auto 0;
    display: flex;
    justify-content: center;
    min-height: 78px;
}

.credential_box_search .search_input {
    width: 38rem;
    background-color: #ffffff;
    border: none;
    font-size: 0.9rem;
    color: #7e7e7e;
    height: 4rem;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 0px 10px rgb(0 0 0 / 15%);
    border-top-left-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    outline: none;
}

.credential_box_search .submit_btn {
    padding: 1rem 2rem;
    color: #ffffff;
    height: 4rem;
    background-color: #346af3;
    border-radius: 0;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    outline: none;
    border: none;
}

.credential_box_search .submit_btn img {
    width: 1.5rem;
    margin-right: 1rem;
}

.error-tips {
    position: absolute;
    bottom: -2.2rem;
    left: 0;
    margin-top: 0;
    color: #ff4d4f;
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.3s ease-out;
}

#errorTips.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 8大渠道 */
.AIChannel_channel {
    padding: 4rem 0;
    position: relative;
    background: url(/resource/image/AI-Channel/back_2.png) no-repeat 1rem -15rem;
    z-index: 1;
}

.AIChannel_channel_box {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 1rem;
}

.AIChannel_channel_box .AIChannel_channel_flex {
    gap: 1rem;
}

.AIChannel_channel_box .AIChannel_channel_item {
    padding: 2px;
    flex: 0 0 24%;
    background: #ffffff;
    border-radius: 1.4rem;
    border: 1px solid #ededee;
}

.AIChannel_channel_box .channel_it_inner {
    padding: 1.2rem 1.5rem;
    border-radius: 1.2rem;

}

.AIChannel_channel_box .channel_it_inner.inner-bg1 {
    background: url(/resource/image/AI-Channel/bg-color-1.png) no-repeat top center;
    background-size: 100%;
}

.AIChannel_channel_box .channel_it_inner.inner-bg2 {
    background: url(/resource/image/AI-Channel/bg-color-2.png) no-repeat top center;
    background-size: 100%;
}

.AIChannel_channel_box .channel_it_inner.inner-bg3 {
    background: url(/resource/image/AI-Channel/bg-color-3.png) no-repeat top center;
    background-size: 100%;
}

.AIChannel_channel_box .channel_it_inner.inner-bg4 {
    background: url(/resource/image/AI-Channel/bg-color-4.png) no-repeat top center;
    background-size: 100%;
}

.AIChannel_channel_box .channel_it_inner.inner-bg5.bottom {
    background: url(/resource/image/AI-Channel/bg-color-5.png) no-repeat bottom center;
    background-size: 100%;
}

.AIChannel_channel_box .channel_it_inner.inner-bg6.bottom {
    background: url(/resource/image/AI-Channel/bg-color-6.png) no-repeat bottom center;
    background-size: 100%;
}

.AIChannel_channel_box .channel_it_inner.inner-bg7.bottom {
    background: url(/resource/image/AI-Channel/bg-color-7.png) no-repeat bottom center;
    background-size: 100%;
}

.AIChannel_channel_box .channel_it_inner.inner-bg8.bottom {
    background: url(/resource/image/AI-Channel/bg-color-8.png) no-repeat bottom center;
    background-size: 100%;
}


.AIChannel_channel_box .channel_it_inner .img {
    width: 4.9rem;
    height: 4.9rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff, #eef1ff);
    box-shadow: 0 4px 8px rgb(143 143 143 / 50%);
}

.AIChannel_channel_box .channel_it_inner.bottom .img {
    background: linear-gradient(180deg, #eef1ff, #ffffff);
}

.AIChannel_channel_box .channel_it_inner .img img {
    width: 2.5rem;
}

.AIChannel_channel_box .channel_it_inner .title {
    flex: 1;
}

.AIChannel_channel_box .channel_it_inner .title p {
    margin-bottom: 0;
    color: #717171;
    font-size: 1.3rem;
}

.AIChannel_channel_box .channel_it_inner .title h4 {
    margin-bottom: 0;
    color: #272727;
    font-size: 1.6rem;
    font-weight: 600;
}

.AIChannel_channel_box .channel_it_inner .text {
    margin-top: 1rem;
    color: #272727;
    font-size: 1rem;
    min-height: 4rem;
}

/* 渠道大会-活动剪影 */
.framework_cont_channel {
    padding: 2rem 0 4rem;
    position: relative;
}

.framework_cont_channel .img_bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 0;
}

.cont_channel_box {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 1rem;
}

.cont_channel_box .framework_cont_news {
    padding: 0;
    background: none;
}

.cont_channel_box .framework_cont_newsList .news_list_flex {
    gap: 3rem;
    padding: 0 !important;
}

.cont_channel_box .news_list_flex .news_list_item {
    width: calc(25% - 2.25rem);
}

/* 渠道支持-营销 */
.AIChannel_marketing {
    position: relative;
    padding: 4rem 1rem;
    background: url(/resource/image/AI-Channel/back_4.png) no-repeat bottom center;
    background-size: cover;
    z-index: 1;
}

.AIChannel_marketing_box {
    margin-top: 2rem;
}

.marketing_box_item {
    flex: 0 0 18rem;
    text-align: center;
    position: relative;
}

.marketing_box_item .imgs {
    margin-bottom: 1.1rem;
}

.marketing_box_item h4 {
    color: #000000;
    font-size: 1.1rem;
    font-weight: 600;
}

.marketing_box_item p {
    color: #000000;
    font-size: 0.9rem;
    margin-top: 0.6rem;
}

.marketing_btn {
    text-align: center;
    margin-top: 2rem;
}

.marketing_btn button {
    padding: 0.8rem 2.5rem;
    border-radius: 0.8rem;
    background: #2468f2;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.marketing_box_item .imgs img {
    width: 6rem;
}

.marketing_box_item .line {
    width: 10rem;
    position: absolute;
    top: 28%;
    right: -28%;
    transform: translate(0, -50%);
    z-index: 10;
}

/* 资质-弹窗 */
.common-modal .modal_partner {
    text-align: center;
    padding: 4rem 4rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.common-modal .modal_partner .img_postiem {
    position: relative;
}

.common-modal .modal_partner .text_1 {
    color: #343434;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.2rem;
}

.common-modal .modal_partner .text_1 .imglogo {
    width: 180px;
}

.common-modal .modal_partner .title {
    color: #3c009b;
    font-size: 2.3rem;
    font-weight: 600;
    margin: 3rem 0 1.1rem;
}

.common-modal .modal_partner ul li {
    line-height: 2.6rem;
    color: #343434;
    font-size: 1.5rem;
}

.common-modal .modal_partner ul li span {
    color: #3c009b;
    font-weight: 600;
    text-decoration: underline;
}

.common-modal .modal_partner ul li .time {
    font-size: 0.95rem;
}

.common-modal .modal_partner .text_2 {
    color: #1f1f1f;
    font-size: 0.9rem;
    margin-top: 1.2rem;
}

.common-modal .time_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.common-modal .time_all a.copyBtn {
    color: #ffffff;
    display: block;
    padding: 0.3rem 1rem;
    background: #8f8cff;
    font-size: 14px;
    border-radius: 20px;
}

.img_postiem {
    position: relative;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
}

.modal_partner_list {
    font-size: 1rem;
}

.modal_partner_list ul li {
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #007bff;
    font-size: 0.9rem;
}

.modal_partner_list ul li span {
    color: #333333;
}

.modal_partner_list {
    max-height: 500px;
    overflow: auto;
}

/* 加入我们-弹窗 */

.modal_Joinus .modal_Joinus_inner {
    padding: 0 3.5rem;
}

.modal_Joinus .modal_Joinus_inner .title_top {
    color: #000000;
    font-size: 0.9rem;
}

.modal_Joinus .modal_Joinus_inner .title_top p {
    margin-bottom: 0.2rem;
}

.modal_Joinus .modal_Joinus_inner .form_list {
    margin: 1rem 0;
}

.modal_Joinus .modal_Joinus_inner .form_list .form_item {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}

.modal_Joinus .modal_Joinus_inner .form_list .form_item label {
    flex: 0 0 80px;
    color: #585858;
    font-size: 0.9rem;
    text-align: justify;
    text-align-last: justify;
}

.modal_Joinus .modal_Joinus_inner .form_list .form_item input {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    width: 23rem;
    border: 1px solid #d0d0d0;
    font-size: 0.9rem;
    color: #333333;
    background: #ffffff;
    outline: none;
}

.modal_Joinus .modal_Joinus_inner .form_list .btn_item {
    padding-left: 80px;

}

.modal_Joinus .modal_Joinus_inner .form_list .btn_item button {
    padding: 0.5rem 2.5rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #1a61ff, #7628ff);
    color: #ffffff;
    font-size: 1rem;
    border: none;
    cursor: pointer;
}

/* 视频播放-弹窗 */
.modal_video_box {
    padding: 0;
}

.modal_video_box h4 {
    margin: 1rem 0;
    text-align: center;
    font-size: 0.9rem;
    color: #000000;
}

.modal_video_box .modal_video {
    height: 500px;
}

.common-modal .modal_partner ul li .certArea_box {
    padding: 2rem 10px;
    background: rgb(143 140 255 / 10%);
    max-width: 600px;
    border-radius: 12px;
    margin: 1.8rem auto;
    position: relative;
    margin-top: 3rem;
}

.common-modal .modal_partner ul li h4.certArea_title {
    display: inline-block;
    padding: 0.6rem 1.6rem;
    background: #8f8cff;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: -19px;
    transform: translate(-50%, 0);
    border-radius: 50px;
    z-index: 1;
}

.common-modal .modal_partner ul li .certArea_box span {
    font-size: 1.4rem;
    text-decoration: none;
    color: #343434;
}

.imgmobile {
    display: none;
}


@media (max-width: 1650px) {

    .AIChannel_text,
    .AIChannel_channel_box,
    .cont_channel_box,
    .AIChannelSupport_box .support_list {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 1200px) {


    .matrix_swiper .swiper-button-prev {
        left: 1rem !important;
    }

    .matrix_swiper .swiper-button-next {
        right: 1rem !important;
    }

    .AIChannel_matrix .matrix_swiper {
        padding: 0 3rem;
    }
}

@media (max-width: 992px) {

    .AIChannel_text_inner {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .AIChannel_banner .AIChannel_img img {
        height: auto;
        min-height: 300px;
    }


    .AIChannel_channel_box .AIChannel_channel_item,
    .AIChannelSupport_box .support_list .support_item {
        flex: 0 0 48%;
        margin-bottom: 1rem;
    }


    .cont_channel_box .news_list_flex .news_list_item {
        width: calc(50% - 1.5rem);
    }

    .marketing_box_item {
        flex: 0 0 50%;
        margin-bottom: 2rem;
    }

    .marketing_box_item .line {
        display: none;
    }
}

@media (max-width: 768px) {
    .AIChannel_matrix {
        padding: 2rem 0;
    }

    .imgmobile {
        display: block;
    }

    .imgpc {
        display: none;
    }

    .matrix_swiper .swiper-button-prev {
        left: 0.5rem !important;
    }

    .matrix_swiper .swiper-button-next {
        right: 0.5rem !important;
    }

    .AIChannel_text_inner h4 {
        font-size: 1.8rem;
    }

    .AIChannelSupport_box .title_support h4,
    .AIChannel_channel_box .channel_it_inner .title h4 {
        font-size: 1.5rem;
    }

    .AIChannelSupport_box .support_item .support_top_title h4 {
        font-size: 1.4rem;
    }

    .credential_box_search {
        flex-direction: column;
        gap: 1rem;
    }

    .credential_box_search .search_input,
    .credential_box_search .submit_btn {
        width: 100%;
        border-radius: 0.6rem;
    }

    .AIChannel_matrix .matrix_swiper .swiper-slide a .img_box {
        border-radius: 0.6rem;
    }


    .AIChannel_text_inner .btnChannel button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {


    .AIChannel_channel_box .AIChannel_channel_item,
    .AIChannelSupport_box .support_list .support_item,
    .cont_channel_box .news_list_flex .news_list_item {
        flex: 0 0 100%;
        width: 100%;
    }

    .news_list_flex .news_list_item .text_box {
        padding: 0 1rem;
    }

    .AIChannelSupport_box .support_item .support_list_text {
        height: auto;
    }

    .AIChannel_channel_box .channel_it_inner,
    .AIChannelSupport_box .support_list .support_item,
    .matrix_swiper .swiper-slide a .img_box {
        border-radius: 1rem;
    }

    .AIChannel_channel_box .channel_it_inner {
        padding: 1rem;
    }

    .AIChannelSupport_box .support_item .support_top {
        padding: 1.5rem 1rem;
    }

    .common-modal .modal_partner ul li .certArea_box {
        margin: 0.8rem auto;
        margin-top: 2rem;
    }

    .common-modal .modal_partner ul li .certArea_box span {
        font-size: 0.85rem;
    }

    .common-modal .modal_partner {
        padding: 1.6rem 1.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .common-modal .modal_partner .text_1 {
        font-size: 0.9rem;
        padding: 0 1rem;
        width: 100%;
    }

    .common-modal .modal_partner .title {
        font-size: 1rem;
        margin: 0.6rem 0 0;
    }

    .common-modal .modal_partner ul li {
        line-height: 2rem;
        font-size: 1rem;
    }
.common-modal .modal_partner .text_1 .imglogo{
    width: 120px;
}
.common-modal .modal_partner ul li .certArea_box{
    padding: 1rem 10px;
}
    .common-modal .modal_partner .text_2 {
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }

    .common-modal .time_all{
        font-size: 0.9rem;
    }
.common-modal .time_all a.copyBtn{
    font-size: 1rem;
}
.common-modal .modal_partner ul li h4.certArea_title{
    font-size: 1rem;
}
}