/* banner 样式 */
.banner-info h2.banner-ai-text {
  background: linear-gradient(90deg, #2938ff, #1d6ff5, #1494ee);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.banner-ai-subtitle {
  color: #1c1d1f;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}

.banner-info>a {
    display: inline-block;
}

.btn-orange {
    display: inline-block;
    padding: 11px 38px;
    line-height: 1;
    color: #2981ff;
    text-align: center;
    border: 1px solid #2981ff;
    font-size: 16px;
  background-color: #ff8b37;
  border-color: #ff8b37;
  color: #ffffff;
  margin-right: 16px;
}

.btn-orange:hover {
  background-color: #ff7a28;
  border-color: #ff7a28;
}

/* 产品优势 */
.product-advantage{ display: flex; flex: 1; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.product-advantage>li{ display: flex; width: 33.333%; align-items: center; justify-items: center; flex-direction: column; margin-bottom: 53px; }
.product-advantage>li:nth-child(n+3){ margin-bottom: 0px;}
.product-advantage>li div{ font-size: 18px; color: #1c1d1f; margin: 18px 0 11px; font-weight: bold;}
.product-advantage>li p{ font-size: 14px; line-height: 24px; max-width: 266px; text-align: center; color: #626266; }

.icon-86 {
    width: 86px;
    height: 86px;
}
.icon-86+.advantage-title {
    margin-top: 12px;
}

.icon-75 {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
}

/* 产品功能 - 游戏盾SDK样式 */
.box-top-more{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item-iconfont{
  display: none;
}
.card-bg-top{
    display: block;
}
.card-bg-bommon{
    display: none;
}
.iconfont-iconclass{
    transition: transform .3s;
}
.show-icon-more{
    display: inline-block;
    margin-left: 8px;
}
.section-ai2 .name {
    padding-top: 0;
    font-weight: unset;
    font-size: 30px;
    color: #1c1d1f;
}
.section-ai2 .good-content {
    width: 1058px;
    margin: 60px auto 0;
}

/* 产品价格模块 */
.section-a3 {
    background-color: #f5f7fa;
}
.price-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    background-image: linear-gradient(90deg, #1d7aff 0%, #5a9eff 100%);
    background: url(/images/new_kkidc/aiMod/pricebg.png) no-repeat; 
    background-size: 100% 100%;
  }
.price-left {
    flex: 0 0 48%;
    max-width: 48%;
    /* background-image: linear-gradient(90deg, #1d7aff 0%, #5a9eff 100%); */
    padding: 64px 80px;
    box-sizing: border-box;
}
.price-title {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.4;
}
.price-title .highlight {
    background: linear-gradient(90deg, #ff8b37, #febd4f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.price-desc {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 30px;
}
.price-cards {
    display: flex;
    gap: 16px;
    text-align: center;
    max-width: 503px;
}
.price-card {
    flex: 1;
    max-width: 157px;
    box-shadow: 0px 4px 16px 0px rgba(0, 90, 220, 0.5);
    padding: 25px 0px;
    transition: all .3s ease;
    border: solid 1px rgba(255, 255, 255, 0.3);
}
.price-card:hover {
    transform: translateY(-4px);
}
.price-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: #ffd35c;
    margin-bottom: 8px;
    line-height: 24px;
}
.price-card p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin: 0;
}
.price-btn {
    display: inline-block;
    width: 240px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    background-color: #ff8b37;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
}
.price-btn:hover {
    background-color: #ff7a28;
    transform: translateY(-2px);
}
.price-right {
    flex: 0 0 52%;
    max-width: 52%;
    padding: 64px 80px;
    box-sizing: border-box;
}
.price-advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin-bottom: 46px;
}
.advantage-col {
    display: contents;
}
.advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.advantage-item:last-child {
    margin-bottom: 0;
}
.advantage-item .gou-icons {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}
.advantage-item span {
    flex: 1;
}
.price-btn-center {
    display: block;
}

/* 套餐介绍 */
.section-ai2{ background-color: #f5f7fa; }
.section-ai2 .product-body{ width: 100%; box-shadow: 3px 3px 12px rgba(231, 233, 236, .5); }
.product-list{ margin: 0; font-size: 0; }
.product-list>li{ width: 25%; background-color: #fff; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; vertical-align: top; position: relative; }
.product-list>li:not(:last-child){border-right: 1px solid #ebedf0;}
.product-item{ position: relative;}
.product-item::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; background: url(/images/new_kkidc/gaofangCDN/hoverbg.png) 0 100% no-repeat; background-size: auto 100%;background-position: top right; opacity: 0; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.price-box{margin: 9px 0 18px;}
.product-item-data{ padding: 22px 34px;position: relative;z-index: 1;}
.tag{ width: 70px; height: 70px; position: absolute; right: 0px; top: 0px; z-index: 1; overflow: hidden; -webkit-font-smoothing: auto; backface-visibility:hidden; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden;}
.tag span{background: linear-gradient(to right, #3791ff, #67c6ff); width: 104px; height: 28px; color: #fff; right: -27px; top: 12px; font-size: 14px; line-height: 28px; text-align: center; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.product-title{ border-bottom: 1px solid #f2f4f7; }
.product-title h2{ font-size: 18px; line-height: 1; margin: 10px 0 20px; }
.product-price{ font-size: 14px; color: #999; }
.product-price .price{ font-size: 24px; font-weight: bold; color: #f33e3e; }
.price-box .price-item{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 14px; height: 32px; }
.price-box .price-item .typesof{ color: #999; }
.details{ color: #323235; }
.ask-btn{width: 100%;}
.ask-btn a{ display: block; width: 100%; height: 48px; line-height: 48px; text-align: center; font-size: 14px; color: #2981ff; background-color: #fff; box-shadow: 0px -2px 20px rgba(231, 233, 236, .5); transition: all .3s ease-in-out; }
.product-list>li:hover .product-item::before { opacity: 1; }
.product-list>li:hover .ask-btn a { color: #fff;background-color: #2981ff; }

/* 应用场景 */
.section-a3 .section-body{ padding: 0; border: 1px solid #f6f7fb;background: #fff; box-shadow: 0px -2px 20px rgba(231, 233, 236, .5); }
.project-arrange{ display: flex; justify-content: space-between; }
.arrange-img{width: 100%; min-width: 560px; display: flex; justify-content: center; align-items: center;}
.arrange-scene{width: 100%; max-width: 556px; min-height: 513px; padding: 32px; margin-left: 23px; box-sizing: border-box; background: url(/images/new_kkidc/gaofangCDN/cdn_r_bg.png) no-repeat; background-position: left bottom;background-color: #fbfbfb; }
.arrange-scene-content{ border-bottom: 1px solid #eaecee; margin-bottom: 21px; }
.content_tip{ font-size: 16px; font-weight: bold; color: #1c1d1f; }
.content_bd{ color: #626266; line-height: 24px; margin: 16px 0; }
.introduce{ display: flex; flex-wrap: wrap; flex-direction: row; margin-top: 10px; }
.introduce>li{ display: flex; align-items: center; width: 50%; font-weight: bold; height: 42px; }
.introduce li i { margin-right: 14px; }
.introduce>li .gou-icons{
    max-width: 18px;
}

.advantage::after{border-bottom: 0;}

/* 修改背景图 */
.banner-one::before{
    background: url(/images/new_kkidc/gaofangIP/banner-bj-one.png) 0 100% no-repeat;
    background-size: 100% 100%;
}
.banner-two::before{
    background: url(/images/new_kkidc/gaofangIP/banner-bj-two.png) 0 100% no-repeat;
    background-size: 100% 100%;
}
.banner-three::before{
    background: url(/images/new_kkidc/gaofangIP/banner-bj-three.png) 0 100% no-repeat;
    background-size: 100% 100%;
}
.banner-four::before{
    background: url(/images/new_kkidc/gaofangIP/banner-bj-four.png) 0 100% no-repeat;
    background-size: 100% 100%;
}

/* 移动端样式 */
@media screen and (max-width: 1023px){
    .banner.h434 {
        height: 434px !important;
    }

    .banner-single .banner-ani {
        background-image: url(/images/new_kkidc/aiMod/m-banner.jpg);
        background-position: top center;
        background-size: cover;
        align-items: flex-start
    }

    .banner .n-btn-default, .banner .btn-orange {
        padding: 8px 14px;
        width: auto;
        font-size: 12px;
    }
    .section-a1 .box-top{
        font-size: 10px;
        color: #6d6f74;
        box-sizing: border-box;
        height: 55px;
        line-height: 55px;
    }
    .section-a1 .m-form-item .box-top label{
        font-size: 16px;
        color: #1c1d1f;
    }
    .section-a1 .m-form-item .box-top.open-box label{
        font-weight: bold;
    }
    .section-a1 .m-form-item .box-top .iconfont{
        color: #bdc4cf;
        transition: transform .3s ease;
        display: block;
    }
    .section-a1 .m-form-item .product-text p{
        font-size: 13px;
        line-height: 19px;
        color: #626266;
        margin-bottom: 0;
    }
    .section-a1 .section-body li:not(:last-child){
        margin-bottom: -1px;
    }
    .section-a1 .m-form-item .box-top{
         box-shadow:none;
         transition: all .3s;
    }
    .section-a1 .m-form-item .box-top.open-box{
        box-shadow: 0px 6px 16px 0px
		rgba(199, 208, 222, 0.25),
		inset -5px 24px 62px 0px
		rgba(225, 227, 235, 0.65);
    }
    .section-a1 .m-form-item .box-top.open-box .iconfont{
        transform: rotate(-180deg);
        color: #2981ff;
    }
    .section-a1 .m-form-item .slide-detail{
        background: url(/images/new_kkidc/baer_metal/m-text-bg.png) 100% 100% no-repeat;
        background-size: 100% 100%;
        padding: 18px 15px;
    }
    .section-a1 .m-form-item .box-top .product-l img{
        width: 35px;
        height: 35px;
        margin-right: 13px;
    }

    .section-a1 .m-form-item .box-top .product-l img.advantage01 {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .section-a1 .m-form-item .box-top .product-l img.advantage04, .section-a1 .m-form-item .box-top .product-l img.advantage05{
        width: 32px;
        height: 32px;
        margin-right: 15px;
    }


    .m-product-list>li{
        width: 100%;
        height: auto;
        padding: 0;
        border: none !important;
        margin-bottom: 15px;
    }
    .m-product-list>li:last-child{
        margin-bottom: 0;
    }
    .m-product-list>li .product-item{
        padding: 0;
        height: auto;
    }
    .m-product-list .product-item::before{
        display: none;
    }
    .product-item-data{
        padding: 20px 15px;
    }
    .product-title{
        border-bottom: none;
    }
    .product-title h2{
        font-size: 16px;
        color: #1c1d1f;
        margin: 0;
    }
    .price-box .price-item{
        height: 28px;
        justify-content: flex-start;
        font-size: 13px;
    }
    .price-box .price-item .typesof{
        min-width: 40%;
        color: #626266;
    }
    .product-price{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        color: #1c1d1f;
    }
    .details{color: #1c1d1f;}
    .product-price .price {
        font-size: 18px;
        font-weight: bold;
        color: #2981ff;
    }
    .m-ask-btn a{
        display: block;
        width: 150px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        background-color: #2981ff;
    }
    .price-box {
        margin: 9px 0 10px;
    }


    .section-a3{
        background-color: #fff;
    }

    .project-arrange,.section-a3 .section-body{
        flex-direction: column;
        padding: 0;
        box-shadow: none;
        border: none;
    }
    .arrange-img{
        min-width: auto;
        border: 1px solid #e1e5eb;
        padding: 30px 24px;
        margin-bottom: 22px;
        box-sizing: border-box;
        box-shadow: 0px -2px 20px rgba(231, 233, 236, .5);
    }
    .arrange-scene{
        max-width: none;
        min-height: auto;
        background: none;
        margin-left: 0;
        padding: 0;
    }

    .introduce>li{
        margin-bottom: 0 !important;
        border: none;
        font-size: 14px;
        font-weight: normal;
        color: #626266;
        height: 33px;
    }
    .content_bd {
        color: #626266;
        line-height: 20px;
        margin: 10px 0;
        font-size: 13px;
    }
    .introduce {
        margin-top: 6px;
    }

    .banner-one{
        background: url(/images/new_kkidc/gaofangIP/banner-bj-one.jpg) 0 100% no-repeat !important;
        background-size: 100% 100% !important;
    }
    .banner-two{
        background: url(/images/new_kkidc/gaofangIP/banner-bj-two.jpg) 0 100% no-repeat !important;
        background-size: 100% 100% !important;
    }
    .banner-three{
        background: url(/images/new_kkidc/gaofangIP/banner-bj-three.jpg) 0 100% no-repeat !important;
        background-size: 100% 100% !important;
    }
    .banner-four{
        background: url(/images/new_kkidc/gaofangIP/banner-bj-four.jpg) 0 100% no-repeat !important;
        background-size: 100% 100% !important;
    }
    .introduce>li .gou-icons{
        max-width: 16px;
    }

    /* 产品价格 - 移动端 */
    .section-a3 {
        background-color: #fff;
    }
    .price-container {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-image: linear-gradient(90deg, #1d7aff 0%, #5a9eff 100%) !important;
    }
    .price-left,
    .price-right {
      max-width: 100%;
      flex: 1;
      padding: 20px 0 6px 0;
    }
    .price-right {
        padding: 10px 0 20px 15%;
        width: 100%;
        box-sizing: border-box;
        background: url(/images/new_kkidc/aiMod/m-pricebg.png) no-repeat; 
        background-size: 100% auto;
        background-position-x: right;
        background-position-y: bottom;
    }
    .price-title {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
    .price-title>span.highlight {
        font-size: 16px;
    }
    .section-body p.price-desc {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 16px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .price-cards {
      width: 100%;
      display: block;
    }
    .price-card {
      padding: 6px;
      max-width: 90%;
      margin: 8px auto;
    }
    .price-card h3 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .price-card p {
        font-size: 13px;
    }
    .price-btn {
        width: 100%;
        text-align: center;
        padding: 0;
        font-size: 14px;
    }
    .price-advantage-grid {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 24px;
    }
    .advantage-item {
        font-size: 13px;
        line-height: 22px;
    }
    .advantage-item .gou-icons {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    .price-btn-center {
        width: 80%;
    }

    /* 产品功能 - 移动端折叠样式 */
    .section-ai2 .section-body li{
        border: 0;
    }
    .icon-box-div{
        position: absolute;
    }
    .card-bg-top{
        display: block;
    }
    .card-bg-bommon{
        display: none;
    }
    .card-bg-top-box{
        display: block;
    }
    .box-drop-box{
        display: none;
    }
    .card-bg-bommon-drop-box{
        display: block;
    }
    .box-drop {
        display: none;
    }
    .card-bg-bommon-drop{
        display: block;
    }
    .drop-more{
        transform: rotate(270deg);
    }
    .service-item-iconfont{
        width: 100%;
        display: flex;
        color: #2981ff;
        justify-content: center;
        font-size: 13px;
    }
    .service-item-div-more{
        display: none !important;
    }
    .service-item-more{
        display: flex!important;
        width: 100%;
    }

    .service-item-iconfont{
        padding: 0 0 0 22px;
    }
    .section-ai2 {
        padding: 39px 0;
    }
    .section-colflex-3{
        margin: 0 -5px 0;
    }
    .section-colflex-3.is-row>* {
        min-height: auto;
        padding: 0;
    }
    .section-ai2 .section-body p{
        font-size: 14px;
        color: #1C1D1F;
        font-weight: bold;
        margin-bottom: 0;
        margin-left: 38px;
    }
    .icon-box-div{
        position: static;
    }
    .section-colflex-3.is-row .icon-box{
        position: absolute;
        margin: -2px 0 0 0;
    }
    .section-colflex-3.is-row>*{
        margin-top: 0;
        max-width: 100%;
    }
    .section-colflex-3.is-row>*:hover{
      background: transparent;
      box-shadow: 0 0 0;
    }
    .section-body li{
        margin-bottom: 31px;
    }
    .service-item-iconfont{
        padding: 0 0 0 22px;
    }
    .section-ai2 .section-colflex-3.is-row .icon-box img {
        max-width: 26px;
        margin-right: 15px;
    }
    .section-body span{
        font-size: 13px;
        line-height: 20px;
    }
    .section-ai2 .section-colflex-3.is-row span{
        margin-top: 9px;
    }
    .section-body li:not(:last-child){
        margin-bottom: 24px;
    }
    .section-ai2 .iconfont-iconclass {
        transform: rotate(90deg);
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 30px;
    }
    .section-ai2 .drop-more {
        transform: rotate(270deg);
    }
    .section-ai2 .iconfont {
        font-size: 9px;
        padding: 0 7px;
    }
    .section-ai2 .section-body li {
        margin-bottom: 24px;
    }

    .divider{
        z-index: 12;
        background: #DEE1E8;
        box-shadow: 0px 1px 0px 0px #FCFDFF;
    }
    .divider {
        position: absolute !important;
        width: 49px !important;
        height: 1px !important;
        bottom: 80px;
        right: -40px;
    }
    .section-ai2 .service-item-iconfont{
        margin-top: -7px;
        padding: 0 0 0 22px;
        font-size: 13px;
    }
}