* {
    margin: 0;
    padding: 0;
}


body {
    position: absolute;
}




/* 主题内容 */
.banner {
    width: 100%;
    height: 8.33rem;
    position: relative;
    margin: 0px auto;
}

.banner .bannerSwiper {
    width: 100%;
    height: 100%;
}

.bannerSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;

}

.bannerSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}


.bannerSwiper .swiper-pagination {
    max-width: 1.33rem;
    height: 0.28rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50%;
    transform: translateX(-50%);
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.1rem;
    background: #8D5EFF;
    border-radius: 0.05rem;
    background: #B7B7B7;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.53rem;
    height: 0.1rem;
    background: #6B4EF4;
    border-radius: 0.08rem;
}

.itemBtom_img {
    width: 100%;
    height: 100%;
    padding: 0rem .24rem;
    box-sizing: border-box;
}

.distribute_module {
    width: 100%;
    height: 100%;
    position: relative;
}

.distribute_module_lef {
    width: 90%;
    height: 3.43rem;
    position: absolute;
    left: .23rem;
    top: 50%;
    transform: translateY(-50%);
}

.distribute_module_lef img {
    width: 100%;
    height: 100%;
}

.distribute_module_rig {
    width: 55%;
    height: 100%;
    position: absolute;
    right: .23rem;
    top: 0rem;
}

.distribute_module_rig img {
    width: 100%;
    height: 100%;
}

.matrix_module {
    width: 100%;
    height: 100%;
    position: relative;
}

.matrix_module_rig {
    width: 72%;
    height: 3.43rem;
    position: absolute;
    right: .23rem;
    top: 50%;
    transform: translateY(-50%);
}

.matrix_module_rig img {
    width: 100%;
    height: 100%;
}

.matrix_module_lef {
    width: 45%;
    height: 100%;
    position: absolute;
    left: .23rem;
    top: 0rem;
    z-index: 6;
}

.matrix_module_lef img {
    width: 100%;
    height: 100%;
}




.iphone_serch {
    width: 100%;
    height: 2.22rem;
    background: #FFFFFF;
    border-radius: 0.11rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.37);
    padding: 0.29rem 0.26rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0.35rem;

}


.search {
    height: 0.7rem;
    background: #F9F6FF;
    border-radius: 0.09rem;
    border: 0.01rem solid #B7B6B8;
    width: 100%;
    position: relative;

    display: flex;
    align-items: center;
}


.search input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-indent: 40px;
    border: none;
    border-radius: 10px;
    outline: none;

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.21rem;
    font-style: normal;
}

.search img {
    width: .25rem;
    height: .32rem;
    position: absolute;
    left: 0rem;
    margin-left: .22rem;
}



.phone-input::placeholder {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.21rem;
    /* color: #B8BFDA; */
}

.search_btn {
    width: 100%;
    height: 0.7rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.7rem;
    text-align: center;
    font-style: normal;
    background: linear-gradient(322deg, #39C1FF 0%, #CD00FF 63%, rgba(253, 97, 44, 0.94) 100%);
    border-radius: 0.14rem;
}

.item_text {
    /* width: 100%; */
    /* width: 239px; */
    font-family: PingFangSC, PingFang SC;
    font-weight: 300;
    font-size: 14px;
    color: #200E32;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-style: normal;
    margin-top: 18px;
}

.item_text span {
    font-size: 18px;
}



.pagenation_module {
    position: absolute;
    left: 50%;
    bottom: 0.21rem;
    transform: translateX(-50%);
}

.pagenation {
    float: left;
    display: flex;
    padding: 0.1rem .15rem;
    box-sizing: border-box;
    border-radius: .13rem;
    height: 0.26rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.11rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pagenation>div {
    border-radius: 50%;
    background-color: #6B4EF4;
    margin-right: .125rem;
    cursor: pointer;
}

.pagenation>div:last-child {
    margin-right: 0;
}





/* 创作工具 */
.creativeTools_module {
    width: 100%;
    height: 19.43rem;
    overflow: hidden;
    background: #F3F5FC;
    padding: .52rem .22rem;
    box-sizing: border-box;
}

.creativeTools_box_one {
    width: 100%;
    height: 3.88rem;
    overflow: hidden;
    background: url("//xt10.kuleiman.com/ywkgw/img/m/i/chuangzuo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: .17rem;
    padding: .36rem .5rem 0rem .5rem;
    box-sizing: border-box;
}

.creativeTools_box_two {
    width: 100%;
    height: 4.35rem;
    overflow: hidden;
    background: url("//xt10.kuleiman.com/ywkgw/img/m/i/chuke.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: .17rem;
    padding: .36rem .5rem 0rem .5rem;
    box-sizing: border-box;
}

.creativeTools_box_three {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    background: url("//xt10.kuleiman.com/ywkgw/img/m/i/tuiguang.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: .17rem;
    padding: .36rem .5rem 0rem .5rem;
    box-sizing: border-box;
}

.creativeTools_box_four {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    background: url("//xt10.kuleiman.com/ywkgw/img/m/i/guanli.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: .17rem;
    padding: .36rem .5rem 0rem .5rem;
    box-sizing: border-box;
}

.creativeTools_title_text {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.creativeToolsDt_title {
    width: 100%;
    height: 0.43rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.31rem;
    color: #FFFFFF;
    line-height: 0.43rem;
}

span.blue_text {
    text-align: center;
    font-style: normal;
    background: linear-gradient(221.1736726341806deg, #B239FF 0%, rgba(253, 97, 44, 0.94) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.creativeToolsDt_text {
    width: 100%;
    height: 0.31rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.21rem;
    color: #200E32;
    line-height: 0.31rem;
    text-align: left;
    font-style: normal;
    margin-top: .06rem;
}



.efficiency_engine {
    width: 100%;
    height: 8rem;
    overflow: hidden;
    padding: .52rem 0rem .52rem 0rem;
    box-sizing: border-box;
}


.efficiency_module {
    width: 100%;
    height: 5.5rem;
    background: url("//xt10.kuleiman.com/ywkgw/img/m/i/lingjin.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: .32rem .22rem;
    box-sizing: border-box;
}

.efficiency_details {
    width: 100%;
    height: 3.61rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
    border-radius: 0.17rem;
    margin-bottom: .42rem;
}

.efficiencyDetails {
    width: 100%;
    height: 100%;
    border-radius: 0.17rem;
    position: relative;
    display: none;
}

.efficiencyDetails:nth-child(1) {
    display: block;
}


.efficiencyDetails_txt {
    width: 5.57rem;
    height: 0.86rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.21rem;
    color: #FFFFFF;
    line-height: 0.29rem;
    text-align: center;
    font-style: normal;

    position: absolute;
    left: 50%;
    bottom: .1rem;
    transform: translateX(-50%);
}


.efficiency_details img {
    width: 100%;
    height: 100%;
    border-radius: 0.17rem;
    position: absolute;
    left: 0;
    top: 0;
}


.efficiency_box {
    width: 100%;
    height: .87rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#efficiencyBox_item {
    width: 1.42rem;
    height: 0.87rem;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: solid 1px transparent;
    background-image: linear-gradient(180deg, #f7ddec 0%, #f7ddec 100%), linear-gradient(302deg, #B239FF, rgba(253, 97, 44, 0.94));
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    cursor: pointer;
}

#efficiencyBox_item span {
    display: inline-block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.21rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    z-index: 3;
}

.mongolianLayer_active {
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    background: linear-gradient(270deg, #e800ff7d 0%, #4b00ffcc 100%), rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

#efficiencyBox_item img {
    width: 100%;
    height: 100%;
    border-radius: 0.07rem;
    position: absolute;
    left: 0;
    top: 0;
}


#efficiencyBox_item:nth-child(1) .mongolianLayer_active {
    display: block;
}











/* 矩阵营销四部曲 */
.matrixMarketing_module {
    width: 100%;
    height: 7.83rem;
    overflow: hidden;
    background: url("//xt10.kuleiman.com/ywkgw/img/m/i/juzhenyingxiao_backgroundImg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    padding: .53rem 0rem .48rem 0rem;
    box-sizing: border-box;


}

.matrixMarketing_box {
    width: 100%;
    height: 5.8rem;
    margin-top: .41rem;

    padding: 0rem .30rem;
    box-sizing: border-box;
}

.matrixMarketing_box .marketingSwiper {
    width: 100%;
    height: 100%;

}

.marketingSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    background-color: #ccc;
}


.marketingSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.marketingSwiper_top {
    width: 100%;
    height: 3.36rem;
}

.marketingSwiper_top img {
    width: 100%;
    height: 100%;
}

.marketingSwiper_botom {
    width: 100%;
    height: 1.70rem;
    background: linear-gradient(302deg, #B239FF 0%, rgba(253, 97, 44, 0.94) 100%);
    border-radius: 0.13rem;
    border: 0.01rem solid;
    border-image: linear-gradient(302deg, rgba(178, 57, 255, 1), rgba(253, 97, 44, 0.94)) 0.01 0.01;
    backdrop-filter: blur(8px);

    display: flex;
    flex-direction: column;
    padding: .23rem .27rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.marketingSwiper_botom dt {
    width: 1.05rem;
    height: 0.55rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.27rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    border-bottom: .04rem solid #fff;
}

.marketingSwiper_botom dt span {
    display: inline-block;
    width: .42rem;
    height: .38rem;
    margin-right: .04rem;
}

.marketingSwiper_botom dt span img {
    width: 100%;
    height: 100%;
}

.marketingSwiper_botom dd {
    /* width: 5.15rem; */
    height: .68rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.21rem;
    color: #FFFFFF;
    line-height: 0.29rem;
    text-align: left;
    font-style: normal;
    padding-top: .1rem;
}

.marketingSwiper .swiper-pagination {
    max-width: 1.33rem;
    height: 0.28rem;
    /* background: rgba(255, 255, 255, 0.5); */
    border-radius: 0.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50%;
    transform: translateX(-50%);
}

.marketingSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.17rem;
    height: 0.08rem;
    background: #B7B7B7;
    border-radius: 0.04rem;
}

.marketingSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.43rem;
    height: 0.08rem;
    background: #6B4EF4;
    border-radius: 0.04rem;
}


/*栏目1*/
.line_box_1{
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 10.28rem;
}
.line_box_1 .bg_img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}
.line_box_1 .content_box {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    position: absolute;
}
.line_box_1 .content_box .header_line{
    font-weight: 800;
    font-size: 0.58rem;
    color: #1D1E20;
    
    font-style: normal;
    background: linear-gradient(45.30880744996423deg, #9000EB 0%, #3955FF 66%, #2BC7FD 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 0.98rem;
    
}
.line_box_1 .content_box .header_line_2{
    font-weight: 800;
    font-size: 0.58rem;
    color: #1D1E20;
    /* margin-top: .15rem; */
}
.line_box_1 .content_box p{
    font-weight: 400;
    font-size: 0.23rem;
    color: #200E32;
    line-height: 0.33rem;
    margin-top: .30rem;
}

.line_box_1 .content_box .blue_line{
    height: 0.48rem;
    line-height: .48rem;
    background: #DED7FF;
    border-radius: 0.28rem;
    border: 0.01rem solid #6B4EF4;
    margin-top: .44rem;
    display: inline-block;
    padding: 0 .1rem;
    vertical-align: middle;
}

.line_box_1 .content_box .blue_line span img {
    display: inline-block;
    width: .33rem;
    position: absolute;
    top: -.075rem;
    left: 0.1rem;
}
.line_box_1 .content_box .blue_line span{
    vertical-align: middle;
    padding-left: .50rem;
    padding-right: .05rem;
    position: relative;
    font-size: 0.2rem;
}

.line_box_1 .content_box .to_link_btns{
    margin-top: 0.54rem;
}
.line_box_1 .content_box .to_link_btns2{
    margin: 0.54rem auto;
    width: 5rem;
    height: 0.98rem;
    background: #FFFFFF;
    border-radius: 0.17rem;
    border: 0.01rem solid rgba(255,255,255,0.37);
    position: relative;
}
.line_box_1 .content_box .to_link_btns2 span{
  width: 1.31rem;
  height: 0.55rem;
  background: linear-gradient( 322deg, #39C1FF 0%, #CD00FF 63%, rgba(253,97,44,0.94) 100%);
  border-radius: 0.11rem;
  display: inline-block;
  line-height: .55rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.22rem;
  color: #FFFFFF;
  position: absolute;
    top: .22rem;
    right: .22rem;
  
}
.line_box_1 .content_box .to_link_btns2 input{
    position: absolute;
    top: .22rem;
    left: .22rem;
    width: 3.17rem;
    height: 0.55rem;
    line-height: .55rem;
    background: #F9F6FF;
    border-radius: 0.11rem;
    border: 0.01rem solid #B7B6B8;
    font-weight: 400;
    font-size: 0.2rem;
    text-indent: .42rem;
}
.line_box_1 .content_box .to_link_btns2 img{
  display: inline-block;
  width: .19rem;
  top: .38rem;
  left: .38rem;
  position: absolute;
  
}

.line_box_1 .content_box .to_link_btns .btn_blue{
    width: 2rem;
    height: 0.67rem;
    line-height: .67rem;
    background: #6B4EF4;
    border-radius: 0.12rem;
    margin-right: .24rem;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-indent: .4rem;
    text-align: center;
}
.line_box_1 .content_box .to_link_btns .btn_white{
    width: 2rem;
    height: 0.67rem;
    line-height: .67rem;
    background: #fff;
    border-radius: 0.12rem;
    color: #000229;
    border: 0.02rem solid #6B4EF4;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-indent: .4rem;
    text-align: center;
}
.line_box_1 .content_box .to_link_btns img{
    position: absolute;
    width: .35rem;
    top: .13rem;
    left: .25rem;
}
.line_box_1 .content_box .itembox_rig{
    width: 100%;
    margin-top: .34rem;
    padding: 0 .2rem;
}
.line_box_1 .content_box .itembox_rig img{
    width: 100%;
}
.line_box_1 .content_box .itembox_rig_2{
    width: 2.55rem;
    position: absolute;
    right: .71rem;
    bottom: -.2rem;
}
.line_box_1 .content_box .itembox_rig_2 img{
    width: 100%;
}

.public_title{
    width: 100%;
    height: 0.55rem;
    font-weight: 600;
    font-size: 0.39rem;
    color: #200E32;
    line-height: 0.55rem;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public_title span{
  
    font-style: normal;
    background: linear-gradient(212.43315960799694deg, #B239FF 0%, rgba(253,97,44,0.94) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.item_top {
    width: 100%;
    padding: .52rem .48rem .32rem .42rem;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.item_top .title_tip{
    font-weight: 400;
    font-size: 0.2rem;
    color: #200E32;
    line-height: 0.28rem;
    margin-top: 0.1rem;
    text-align: center;
}
.item_top .item_img{
    width: 100%;
    margin-top: .67rem;
}
.item_top .item_text_box{
    background: linear-gradient( 302deg, #B239FF 0%, rgba(253,97,44,0.94) 100%);
    border-radius: 0.13rem;
    padding: .28rem;
    margin-top: .13rem;
}
.item_top .item_text_box span{
    font-weight: 600;
    font-size: 0.26rem;
    color: #FFFFFF;
}
.item_top .item_text_box p{
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}
.item_top .item_text_box .white_line{
    margin-top: .15rem;
    margin-bottom: .15rem;
  
}
.item_top .item_text_box .white_line::before{
    content: "";
    display: block;
    width: .92rem;
    height: .03rem;
    background: #fff;
}
.item_btom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.item_btom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai_banner_3{
    width: 100%;
    height: 10.17rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ai_banner_3 .banner_bg{
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ai_banner_3 .banner_title{
    margin-top: 0.63rem;
    font-weight: 600;
    font-size: 0.38rem;
    color: #fff;
    text-align: center;
    font-style: normal;
    position: relative;
}
.ai_banner_3 .banner_title span{
    font-style: normal;
    background: linear-gradient(53.48582849164107deg, #B5C4FF 0%, #F5D9FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.ai_banner_3 p{
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-top: .2rem;
}
.ai_banner_3 .content_box{
    width: 100%;
    margin: 0 .38rem;
    position: relative;
    margin-top: .48rem;
}
.ai_banner_3 .content_box .item_icon_1{
    display: inline-block;
    width: 2.7rem;
    margin-right: .23rem;
    vertical-align: top;
    float: left;
}
.ai_banner_3 .content_box .item_icon_2{
    display: inline-block;
    width: 2.7rem;
    vertical-align: top;
    float: left;
}
.ai_banner_3 .content_box .item_icon_max{
    width: 5.6rem;
    margin-top: .42rem;
    float: left;
}



.ai_banner_4{
    width: 100%;
    height: 9.2rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ai_banner_4 .banner_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ai_banner_4 .banner_title{
    margin-top: 0.62rem;
    font-weight: 600;
    font-size: 0.39rem;
    color: #200E32;
    line-height: 0.7rem;
    text-align: center;
    font-style: normal;
    position: relative;
}
.ai_banner_4 .banner_title span{
    font-style: normal;
    background: linear-gradient(212.43315960799694deg, #B239FF 0%, rgba(253,97,44,0.94) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.ai_banner_4 p{
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    color: #200E32;
    margin-top: .1rem;
}
.ai_banner_4 .content_box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 0rem;
}
.ai_banner_4 .content_box .item_content{
    display: inline-block;
    margin: .6rem 0.225rem 0;
    text-align: center;
    width: 1.63rem;
    vertical-align: top;
}
.ai_banner_4 .content_box .item_content img{
    width: 1.63rem;
}
.ai_banner_4 .content_box .item_content div{
    font-style: normal;
    background: linear-gradient(212.43315960799694deg, #B239FF 0%, rgba(253,97,44,0.94) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: .15rem;
    font-weight: 600;
    font-size: 0.24rem;
}
.ai_banner_4 .content_box .item_content p{
    font-weight: 500;
    font-size: 0.18rem;
    color: #262626;
    margin-top: .15rem;
}



.ai_banner_5{
    width: 100%;
    height: 12.46rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ai_banner_5 .banner_bg{
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ai_banner_5 .banner_title{
    margin-top: .62rem;
    font-weight: 600;
    font-size: 0.39rem;
    color: #fff;
    line-height: 0.7rem;
    text-align: center;
    font-style: normal;
    position: relative;
}
.ai_banner_5 .banner_title span{
    font-style: normal;
    background: linear-gradient(212.43315960799694deg, #B239FF 0%, rgba(253,97,44,0.94) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.ai_banner_5 p{
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 0.23rem;
    color: #fff;
    margin-top: .1rem;
}
.ai_banner_5 .content_box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: .4rem;
}
.ai_banner_5 .content_box .item_content{
    display: inline-block;
    margin: 0rem 0 .2rem;
    text-align: center;
    width: 5.51rem;
    height: 1.51rem;
    vertical-align: top;
    position: relative;
    vertical-align: top;
}
.ai_banner_5 .content_box .item_content .item_bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ai_banner_5 .content_box .item_content .item_icon{
    width: .83rem;
    position: absolute;
    top: 0.31rem;
    left: .49rem;
    z-index: 5;
}
.ai_banner_5 .content_box .item_content div{
    position: absolute;
    top: .35rem;
    left: 1.55rem;
    font-size: 0.25rem;
    color: #000;
    z-index: 5;
    font-weight: 600;
}
.ai_banner_5 .content_box .item_content div span{
    color: #6B4EF4;
}
.ai_banner_5 .content_box .item_content p{
    color: #616C91;
    z-index: 5;
    font-weight: 500;
    font-size: 0.17rem;
    color: #616C91;
    position: absolute;
    left: 1.55rem;
    bottom: .4rem;
}
.ai_banner_5 .content_box .form_box{
    margin-top: .2rem;
}
.ai_banner_5 .content_box .form_box .item_form{
    display: inline-block;
    width: 4.96rem;
    height: 0.71rem;
    position: relative;
    margin-bottom: .21rem;
}
.ai_banner_5 .content_box .form_box input{
    width: 100%;
    height: 100%;
    line-height: .71rem;
    padding: 0;
    border: none;
    list-style: none;
    text-indent: .5rem;
    border-radius: 0.08rem;
    outline: none;
}
.ai_banner_5 .content_box .form_box input::placeholder{
    font-size: 0.18rem;
    line-height: .57rem;
    color: #A9A9A9;
}
.ai_banner_5 .content_box .form_box img{
    width: .3rem;
    position: absolute;
    top: .15rem;
    left: .15rem;
}
.ai_banner_5 .content_box .form_box .submit_btn{
    width: 4.96rem;
    height: 0.71rem;
    line-height: .71rem;
    background: #6B4EF4;
    box-shadow: inset 0rem 0.01rem 0.14rem 0rem rgba(255,255,255,0.5);
    border-radius: 0.08rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    cursor: pointer;
}

.ai_banner_6{
    width: 100%;
    height: 6.78rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ai_banner_6 .banner_bg{
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ai_banner_6 .banner_title{
    margin-top: .62rem;
    font-weight: 600;
    font-size: 0.39rem;
    color: #200E32;
    line-height: 0.7rem;
    text-align: center;
    font-style: normal;
    position: relative;
}
.ai_banner_6 .banner_title span{
    font-style: normal;
    background: linear-gradient(212.43315960799694deg, #B239FF 0%, rgba(253,97,44,0.94) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.ai_banner_6 p{
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 0.23rem;
    color: #200E32;
    margin-top: .1rem;
}
.ai_banner_6 .content_box{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: .5rem;
}
.ai_banner_6 .content_box .item_content{
    display: inline-block;
    margin: .05rem 0;
    text-align: center;
    width: 1.79rem;
    height: 1.98rem;
    vertical-align: top;
    position: relative;
}
.ai_banner_6 .content_box .item_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ai_banner_6 .content_box .item_content div{
    position: absolute;
    height: 0.5rem;
    line-height: .5rem;
    background: linear-gradient( 302deg, #B239FF 0%, rgba(253,97,44,0.94) 100%);
    border-radius: 0.08rem;
    left:.11rem;
    right:.11rem;
    bottom:.11rem;
    color: #fff;
    font-size: 0.2rem;
}
.ai_banner_6 .content_box .item_content.tw_btn div{
    line-height: .3rem;
}
.ai_banner_6 .content_box .item_content p{
    font-weight: 500;
    font-size: 0.18rem;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    bottom: 0;p: .12rem;
}
