.ks-floor{
    padding-top: 200px;
}
.ks-container{
    width: 1280px;
}
img{
    image-rendering: -webkit-optimize-contrast;
}
.sm-show{
    display: none !important;
}
/* 通用问题 */
.ks-common-title { 
    text-align: center; 
    margin-bottom: 95px; 
} 
.ks-common-title_big { 
    font-size: 46px; 
    line-height: 61px; 
    font-weight: bold;
} 
.ks-common-title_small { 
    font-size: 20px; 
    color: #666; 
    margin-top: 20px; 
    line-height: 26px; 
} 

/* banner图 */
#banner{
    margin-top: 0;
}
.digital-banner .swiper-container { 
    height: 100%; 
} 
.banner-olevel { 
    /* background-image: url(/Template/skin1/static2022/solution/images/fbanner.png);  */
    background-image: url(https://oss.kesion.com/Uploads/2022-8/82/K133063183008542.png);
    image-rendering: -webkit-optimize-contrast;
} 
.banner-olevel .ks-container{
    height: 100%;
}
.abt-left-center {
    position: absolute;
    bottom: 25%;
    left: 24px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 400px;
}
.opacity-btn {
    display: inline-block;
    width: 160px;
    height: 50px;
}

/* 产品介绍 */
.product-intro{
    height: 280px;
    background-image: url(/Template/skin1/static2022/solution/images/fproductintro.png);
    image-rendering: -webkit-optimize-contrast;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 35px 34px;
    box-sizing: border-box;
    margin-top: -80px;
    z-index: 10;
    box-shadow: 1px 3px 10px 0px #ebefff;
    border-radius: 20px;
}
.product-intro .ks-common-title{
    margin-bottom: 22px;
}
.product-intro .ks-common-title_big{
    font-size: 24px;
    line-height: 31px;
}
.product-intro_item{
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.product-intro_item p{
    text-indent: 2em;
}
/* 功效展示 */
.function-show_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 200px;
}
.show_item_letf h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 36px;
}
.show_item_letf li{
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #999;
    position: relative;
}
.show_item_letf li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #1472FF;
    margin-right: 7px;
    vertical-align: middle;
}
.show_item_letf li:last-child{
    margin-bottom: 0;
}
.show_item_letf li span{
    color: #333;
    position: relative;
    padding-right: 11px;
    margin-right: 11px;
}
.show_item_letf li span::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    right: 0;
    top: 50%;
    margin-top: -8.5px;
    background: #666;
}
.show_item_btn{
    margin-top: 50px;
}
.show_item_btn span{
    display: inline-block;
    height: 54px;
    line-height: 52px;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 20px;
    border-radius: 54px;
    box-sizing: border-box;
    border: 1px solid #1472FF;
    cursor: pointer;
}
.show_item_btn .try-use{
    color: #fff;
    background: #1472FF;
    margin-right: 30px;
}
.show_item_btn .experience{
    color: #1472FF;
}
/* 审核标准 */
.audit-floor{
    padding-top: 102px;
    padding-bottom: 40px;
    background: rgba(20,114,255,0.03);
}
.audit-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 59px;
    padding-right: 59px;
}
.audit-box-item{
    width: 343px;
    height: 423px;
    border-radius: 20px 20px 20px 20px;
    background: #fff;
    margin-bottom: 60px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 37px 33px 34px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.audit-box-item:hover{
    box-shadow: 1px 2px 15px 0px rgba(20,114,255,0.16);
}
.audit-box-item_icon{
    width: 133px;
    height: 133px;
    border-radius: 133px;
    position: relative;
    margin:0 auto 39px;
    background: linear-gradient(153deg, rgb(78 149 255 / 13%) 0%, rgb(20 114 255 / 13%) 100%);
}
.audit-box-item_icon::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
}
.audit-box-item_icon01::after{
    background-image: url(/Template/skin1/static2022/solution/images/bz01.png);
}
.audit-box-item_icon02::after{
    background-image: url(/Template/skin1/static2022/solution/images/bz02.png);
}
.audit-box-item_icon03::after{
    background-image: url(/Template/skin1/static2022/solution/images/bz03.png);
}
.audit-box-item_icon04::after{
    background-image: url(/Template/skin1/static2022/solution/images/bz04.png);
}
.audit-box-item_icon05::after{
    background-image: url(/Template/skin1/static2022/solution/images/bz05.png);
}
.audit-box-item_icon06::after{
    background-image: url(/Template/skin1/static2022/solution/images/bz06.png);
}
.audit-box-item h2{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 19px;
    text-align: center;
}
.audit-box-item_intro{
    font-size: 16px;
    line-height: 22px;
    height: 88px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.audit-box-item_btn{
    font-size: 16px;
    line-height: 21px;
    margin-top: 16px;
}
.audit-box-item_btn a{
    color: #999;
    vertical-align: middle;
}
.audit-box-item_btn i{
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url(/Template/skin1/static2022/solution/images/eauditarrow.png) no-repeat center;
    vertical-align: middle;
}

/* 多终端 */
.service-floor{
    background: rgba(20,114,255,0.03);
    padding-top: 100px;
    padding-bottom: 100px;
}
.service_tab { 
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
    margin-bottom: 59px;
} 
.service_tab-item{
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 21px;
    flex: 1;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.service_tab-curr{
    font-weight: bold;
    color: #1472FF;
}
.service_tab-curr::after{
    content: '';
    display: block;
    position: absolute;
    width: 112px;
    height: 4px;
    background: #1472FF;
    border-radius: 4px;
    bottom: 0;
    left: 50%;
    margin-left: -56px;
}
.service_con-item{
    text-align: center;
    display: none;
}
.service_con-item:first-child{
    display: block;
}
.service_con-item p{
    font-size: 20px;
    line-height: 33px;
    color: #666;
    margin-bottom: 61px;
}

/* 案例 */
.case-logo { 
    margin-top: 31px; 
} 
.case-logo ul { 
    margin-left:-10px; 
    margin-right:-10px; 
} 
.case-logo-tips { 
    color: #666666; 
    font-size: 16px; 
    margin-top: 43px; 
    text-align: center; 
} 
.case-logo .case-logo-item { 
    width:16.66%; 
    float: left; 
} 
.case-logo-item_box { 
    margin: 20px 10px 0; 
    height: 70px; 
    background: #FFFFFF; 
    border-radius: 8px; 
    text-align: center; 
    line-height: 70px; 
    transition: 0.5s; 
    box-shadow: 0px 10px 20px rgba(119, 151, 188, 0.2); 
} 
.case-logo-item_box:hover { 
    box-shadow: 0px 10px 20px 0px rgba(119, 151, 188, 0.2); 
} 
.case-logo-item_box img { 
    max-width: 100%; 
    max-height: 70px; 
    vertical-align: middle; 
    object-fit: cover; 
} 

.swiper-button-disabled { 
    opacity: 0.5; 
    cursor: default; 
} 
.scenes-arrow.swiper-button-disabled i{
    opacity: 0.5; 
}
/* 购合适方案 */
.program-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.program-item{
    width: 299px;
    height: 351px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 1px rgba(18,88,194,0.1900);
    border-radius: 10px 10px 10px 10px;
    padding: 46px 30px 35px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 65px;
    margin-right: 65px;
}
.program-item:nth-child(1){
    background: url(/Template/skin1/static2022/solution/images/programbg1.png) no-repeat left top;
    border-top: 12px solid #1472FF;
}
.program-item:nth-child(2){
    background: url(/Template/skin1/static2022/solution/images/programbg3.png) no-repeat left top;
    border-top: 12px solid #6D3DDF;
}
.program-item:nth-child(3){
    background: url(/Template/skin1/static2022/solution/images/programbg4.png) no-repeat left top;
    border-top: 12px solid #F9A125;
}
.program-item_title{
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 31px;
}
.program-item_intro p{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    color: #666;
}
.program-item_btn{
    border-top: 1px solid #ECECEC;
    padding-top: 30px;
    margin-top: 30px;
}
.program-item_btn a{
    display: block;
    width: 158px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}
.program-item:nth-child(1) .program-item_btn a{
    background: rgba(20,114,255,0.05);
    color: #1472FF;
}
.program-item:nth-child(2) .program-item_btn a{
    background: rgba(109,61,223,0.05);
    color: #6D3DDF;
}
.program-item:nth-child(3) .program-item_btn a{
    background: rgba(249,161,37,0.05);
    color: #F9A125;
}

/* 更多功效 */
.function-floor{
    padding-bottom: 121px;
}
.function-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.function-item{
    width: 244px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    margin: 0 35px 69px;
    border: 1px solid #fff;
    transition: 0.2s;
    cursor: pointer;
}
.function-item_icon{
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:16px;
    image-rendering: -webkit-optimize-contrast;
}
.function_icon1{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon01.png);
}
.function_icon2{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon02.png);
}
.function_icon3{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon03.png);
}
.function_icon4{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon04.png);
}
.function_icon5{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon05.png);
}
.function_icon6{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon06.png);
}
.function_icon7{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon07.png);
}
.function_icon8{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon08.png);
}
.function_icon9{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon09.png);
}
.function_icon10{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon10.png);
}
.function_icon11{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon11.png);
}
.function_icon12{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon12.png);
}
.function_icon13{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon13.png);
}
.function_icon14{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon14.png);
}
.function_icon15{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon15.png);
}
.function_icon16{
    background-image: url(/Template/skin1/static2022/solution/images/ffunction_icon16.png);
}
.function-item h2{
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 15px;
}
.function-item_info{
    padding: 0 39px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.function-item_info span{
    margin-bottom: 10px;
    max-width: 50%;
    font-size: 16px;
    color: #999;
}
.function-item_info span::before{
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #999;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 9px;
}

/* AI监控 */
.AI-floor{
    padding-top:0px;
    padding-bottom:200px;
}
.AI-box_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 76px;
    background: rgba(20,114,255,0.04);
    margin-bottom: 73px;
}
.AI-box_tab-item{
    line-height: 76px;
    font-size: 24px;
    flex: 1;
    text-align: center;
    border-radius: 76px;
    cursor: pointer;
}
.AI-box_tab-curr{
    background:#1472FF;
    color: #fff;
}
.AI-box_con-item{
    text-align: center;
    display: none;
}
.AI-box_con-item:first-child{
    display: block;
}
.AI-box_con-item p{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 90px;
}

/* 多应用场景 */
.scenes-box{
    position: relative;
}
.scenes-box_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    margin-left: 97px;
    margin-right: 97px;
}
.scenes-item{
    width: 221px;
    height: 261px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 1px rgba(20,114,255,0.2);
    border: 1px solid #fff;
    border-radius: 10px 10px 10px 10px;
    padding: 67px 0 52px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 10px;
    transition: 0.2s;
    cursor: pointer;
}
.scenes-item:hover{
    border: 1px solid rgba(20,114,255,0.3);
}
.scenes-item_img{
    margin-bottom: 46px;
}
.scenes-item h2{
    font-size: 20px;
    line-height: 26px;
    padding: 0 25px;
}
.scenes-arrow{
    position: absolute;
    width: 32px;
    height: 109px;
    background: rgba(20,114,255,0.03);
    top: 50%;
    margin-top: -54.5px;
    border-radius: 3px;
    text-align: center;
    line-height: 109px;
    opacity: 1;
    color: #1472FF;
    cursor: pointer;
}
.scenes-arrow i{
    font-size: 20px;
}
.scenes-arrow-prev{
    left: 0;
}
.scenes-arrow-next{
    right: 0;
}
/* 新闻资讯 */
.news-floor{
    padding-bottom: 200px;
}
.news-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-item{
    width: 410px;
    margin-bottom: 26px;
}
.news-item_img{
    height: 202px;
    margin-bottom: 15px;
    cursor: pointer;
}
.news-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item_info{
    height: 159px;
}
.news-item_info h2{
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 25px;
    padding-right: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item_info h2:hover{
    color: #1472FF;
}
.news-item_info p{
    font-size: 14px;
    line-height: 23px;
    color: #666;
    margin-bottom: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item_time{
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    line-height: 19px;
    position: relative;
    background-image: url(/Template/skin1/static2022/solution/images/time_arrow.png);
    background-repeat:no-repeat;
    background-position: center right;
    image-rendering: -webkit-optimize-contrast;
    background-size: 9px 16px;
}
.news-item_time::before{
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    left: 0;
    background: #E0E0E0;
    top: 0;
    transform: scaleY(0.5);
}
.news-btn{
    margin-top: 11px;
    text-align: center;
}
.news-btn a{
    display: inline-block;
    height: 59px;
    line-height: 59px;
    font-size: 26px;
    padding-left: 40px;
    padding-right: 40px;
    color: #1472FF;
    border: 1px solid #1472FF;
    border-radius: 59px;
}
.news-btn a::before{
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(/Template/skin1/static2022/solution/images/more_icon.png) no-repeat center left;
    background-size: 24px 24px;
    vertical-align: middle;
    margin-right: 4px;
}
/* 免费试用 */
.connect-floor{
    height: 250px;
    box-sizing: border-box;
    background: url(/Template/skin1/static2022/solution/images/connectbg.png) no-repeat top left;
    padding-top: 38px;
    padding-bottom: 26px;
    margin-top: 208px;
}
.connect-floor .ks-common-title{
    margin-bottom: 38px;
}
.connect-floor .ks-common-title_big{
    font-size: 40px;
    color: #fff;
    line-height: 52px;
}
.connect-floor .ks-common-title_small{
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    margin-top: 19px;
}
.free-try a{
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    color: #1472FF;
    font-size: 20px;
    margin: auto;
    border-radius: 2px;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1600);
    cursor: pointer;
}
/* 动画 */
.reservation {
    margin-top: 0;
}
/*大于即是1400 ipad */
@media (max-width: 1400px){

}
/*大于即是1024 ipad */
@media (max-width: 1024px){
    /* 通用 */
    .ks-floor{
        padding-top: 152px;
        overflow: hidden;
    }
    .ks-container {
        width: inherit;
    }
    .xs-hide {
        display: none !important;
    }
    .sm-show {
        display: block !important;
    }
    /* banner */
    #banner { margin-top: 50px; } 
    .abt-left-center{
        left: 12%;
        width: 30%;
        bottom: 22%;
    }
    /* 产品介绍 */
    .product-intro{
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -50px;
        border-radius: 10px;
    }
    /* 功效展示 */
    .pc_function-show{
        display: block !important;
    }
    .m_function-show{
        display: none !important;
    }
    .function-show_item{
        margin-bottom: 100px;
    }
    .function-show_item:last-child{
        margin-bottom: 0;
    }
    .show_item_letf{
        width: 48%;
    }
    .show_item_letf li{
        font-size: 14px;
    }
    .show_item_right{
        width: 45%;
    }
    .show_item_btn span{
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* 审核标准 */
    .audit-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .audit-box-item{
        margin-bottom: 20px;
    }
    

    /* 更多功效 */
    .function-floor{
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 0px;
    }
    .function-item{
        width: 30%;
        margin-left: 0;
        margin-right: 0;
    }
    
    /* 多样化场景 */
    .scenes-box_inner{
        margin: 0;
    }
    .scenes-item{
        width: 30%;
        margin-bottom: 30px;
    }
    

    /* 合适的方案 */
    .program-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .program-box{
        padding-bottom: 30px;
    }
    .program-item{
        margin-left: 0;
    }

    /* 新闻资讯 */
    .news-floor{
        padding-bottom:0px;
    }
    .news-item{
        width: 48%;
    }
    /* 试用 */
    .connect-floor{
        padding-top: 38px;
        margin-top: 90px;
    }
}
/*大于即是812 ipad */
@media (max-width: 812px){
    /* 通用 */
    .ks-floor{
        padding-top: 102px;
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ks-common-title{
        margin-bottom: 45px;
    }
    .ks-common-title_big{
        font-size: 36px;
        line-height: 51px;
    }
    .ks-common-title_small{
        font-size: 18px;
        line-height: 30px;
    }
    /* 功效展示 */
    .function-show{
        padding-bottom: 102px;
    }
    .show_item_btn{
        margin-top: 30px;
    }
    /* AI */
    .AI-floor{
        padding-top: 79px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 79px;
    }
    .AI-box_tab-item{
        line-height: 50px;
        font-size: 20px;
    }
    .AI-box_con-item{
        padding-left: 20px;
        padding-right: 20px;
    }
    .AI-box_con-item p{
        font-size: 20px;
        line-height: 30px;
        color: #666;
    }
    /* 多终端 */
    .service_con-img{
        padding-left: 20px;
        padding-right: 20px;
    }
    /* 更多功效 */
    .function-item{
        height: auto;
        margin-bottom: 23px;
    }
    .function-item:hover{
        border: 0;
    }
    .function-item_icon{
        margin-top: 0px;
    }
    .function-item_info{
        padding: 0 19px;
    }
    /* 方案 */
    .program-floor{
        padding-left: 0;
        padding-right: 0;
    }
}
/*大于即是768 ipad */
@media (max-width: 768px){
    
    /* banner */
    .banner-olevel {
        background-image: url(/Template/skin1/static2022/solution/images/fmbanner.png);
    }
    .abt-left-center{
        left: 0;
        top: 40%;
        bottom: auto;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .opacity-btn{
        width: 50%;
    }
    .abt-left-center .opacity-btn:nth-child(2){
        margin-left: 0;
    }
    /* 功效展示 */
    .show_item_btn .try-use{
        margin-right: 0;
    }
    /* 审核标准 */
    .audit-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .m-audit-box{
        padding-top: 10px;
    }
    /* 更多功效 */
    .function-item_info{
        padding: 0 19px;
    }
    .function-item_info span{
        font-size: 14px;
    }
    .function-item_info span::before{
        margin-right: 5px;
    }
    /* 场景 */
    .scenes-item {
        padding: 40px 0;
        height: auto;
    }
    .scenes-item_img {
        margin-bottom: 36px;
    }
    
    /* 试用 */
    .connect-floor{
        margin-top: 70px;
        padding-top: 38px;
    }
}

/*大于即是480 */
@media (max-width: 480px){
    .ks-floor{
        padding-top: 70px;
        padding-left: 12px;
        padding-right: 12px;
        overflow: hidden;
    }
    .xs-hide {
        display: none !important;
    }
    .sm-show {
        display: block !important;
    }
    /* 通用问题 */
    .ks-common-title{
        margin-bottom: 50px;
    }
    .ks-common-title_big{
        font-size: 24px;
        line-height: 33px;
        font-weight: bold;
    }
    .ks-common-title_small{
        margin-top: 15px;
        font-size: 12px;
        line-height: 17px;
    }
    /* banner */
    #banner { margin-top: 50px; }
    .abt-left-center{
        top: 36%;
    }
    /* 产品介绍 */
    .product-intro{
        margin-left: 12px;
        margin-right: 12px;
        margin-top: -37px;
        border-radius: 10px;
        height: auto;
        padding: 21px 11px 23px;
    }
    .product-intro .ks-common-title{
        margin-bottom: 17px;
    }
    .product-intro .ks-common-title_big{
        font-size: 20px;
        line-height: 26px;
    }
    .product-intro_item{
        font-size: 14px;
        line-height: 22px;
    }
    /* 功效展示 */
    .function-show{
        padding-bottom: 70px;
    }
    .function-show_item{
        flex-direction: column;
        margin-bottom: 60px;
    }
    .show_item_top h2{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 21px;
        text-align: center;
    }
    .show_top_info{
        margin-bottom: 20px;
    }
    .show_top_info span{
        font-size: 12px;
        line-height: 17px;
        color: #666;
        margin-left: 8px;
        margin-right: 8px;
    }
    .show_bottom_img{
        margin-bottom: 30px;
        text-align: center;
    }
    .show_bottom_info{
        padding-left: 29px;
    }
    .show_bottom_info li{
        line-height: 17px;
        font-size: 12px;
        color: #666;
        margin-bottom: 12px;
        position: relative;
        padding-left: 11px;
    }
    .show_bottom_info li span{
        display: block;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
        color: #333;
    }
    .show_bottom_info li::before{
        content: '';
        position: absolute;
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background: #1472FF;
        left: 0;
        top:8.5px;
    }
    .show_bottom_info li:last-child{
        margin-bottom: 0;
    }
    .show_item_btn{
        margin-top: 30px;
    }
    .show_item_btn span{
        height: 28px;
        line-height: 28px;
        padding-left: 19px;
        padding-right: 19px;
        font-size: 10px;
        border-radius: 28px;
    }
    .show_item_btn .try-use{
        margin-right: 28px;
    }
    /* 审核标准 */
    .audit-floor{
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .audit-box-item{
        padding: 16px 25px 26px;
        height: auto;
        box-shadow: 0px 2px 6px 1px rgba(20,114,255,0.16);
    }
    .audit-box-item_icon{
        width: 108px;
        height: 108px;
        margin-bottom: 25px;
    }
    .audit-box-item h2{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 13px;
    }
    .audit-box-item_intro{
        font-size: 14px;
        line-height: 22px;
    }
    .audit-box-item_btn{
        font-size: 13px;
        line-height: 18px;
    }
    .audit-box-item_btn i{
        width: 7px;
        height: 10px;
        background-size: 7px 10px;
    }

    /* 更多功效 */
    .function-floor{
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .function-box{
        padding: 0 12px;
    }
    .function-item{
        width: calc((100% - 25px)/2);
        height: auto;
        margin: 0 0 35px;
    }
    .function-item_icon{
        height: 36px;
        margin: 0 auto 9px;
        background-size:auto 36px;
    }
    .function-item h2{
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .function-item_info{
        padding: 0 19px;
    }
    .function-item_info span{
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 17px;
    }
    .function-item_info span::before{
        margin-right: 3px;
    }
    .function_icon1{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon01.png);
    }
    .function_icon2{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon02.png);
    }
    .function_icon3{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon03.png);
    }
    .function_icon4{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon04.png);
    }
    .function_icon5{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon05.png);
    }
    .function_icon6{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon06.png);
    }
    .function_icon7{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon07.png);
    }
    .function_icon8{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon08.png);
    }
    .function_icon9{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon09.png);
    }
    .function_icon10{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon10.png);
    }
    .function_icon11{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon11.png);
    }
    .function_icon12{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon12.png);
    }
    .function_icon13{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon13.png);
    }
    .function_icon14{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon14.png);
    }
    .function_icon15{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon15.png);
    }
    .function_icon16{
        background-image: url(/Template/skin1/static2022/solution/images/mffunction_icon16.png);
    }

    /* AI */
    .AI-floor{
        padding-bottom: 70px;
        padding-top: 0;
    }
    .AI-box_tab{
        margin-bottom: 58px;
    }
    .AI-box_tab-item{
        font-size: 14px;
        line-height: 36px;
    }
    .AI-box_con-item p{
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 25px;
        width: 80%;
        color: #666;
        margin-left: auto;
        margin-right: auto;
    }
    .AI-box_con-item_img{
        padding-left: 22px;
        padding-right: 22px;
    }

    /* 多样化场景 */
    .scenes-item{
        width: calc((100% - 48px)/2);
        height: 180px;
        padding: 51px 0 38px;
        margin-bottom: 25px;
    }
    .scenes-item:nth-child(5),.scenes-item:nth-child(6){
        margin-bottom: 10px;
    }
    .scenes-item_img {
        margin-bottom: 18px;
    }
    .scenes-item_img img{
        height: 37px;
    }
    .scenes-item h2 {
        font-size: 14px;
        line-height: 20px;
        padding: 0 15px;
    }

    /* 多终端 */
    .service-floor{
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .service_tab{
        margin-bottom: 19px;
    }
    .service_tab-item{
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 13px;
    }
    .service_tab-curr::after{
        height: 2px;
        width: 61px;
        margin-left: -30.5px;
    }
    .service_con-item p{
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 33px;
    }
    .service_con-img{
        margin-left: 35px;
        margin-right: 35px;
    }
    .service_con-img img{
        height: 156px;
    }

    /* 他们都在用pp电子 */
    .case-logo { 
        margin-top: 0; 
    } 
    .case-logo ul { 
        margin-left: -5px; 
        margin-right: -5px; 
    } 
    .case-logo-item_box { 
        margin: 10px 5px 0; 
        height: 60px; 
        border-radius: 5px; 
        line-height: 60px; 
    } 
    .case-logo .case-logo-item {
        width: 33.33%; 
    } 
    .case-logo-tips { 
        margin-top: 30px; 
    } 

    /* 合适方案 */
    .program-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .m-program{
        padding-bottom: 20px;
    }
    .program-item{
        height: 326px;
        padding: 43px 28px 33px;
        transition: 0.2s;
        margin-left: 0;
        margin-right: 0;
    }
    .program-item.swiper-slide-prev, .program-item.swiper-slide-next {
        transform: scale(0.9);
    }
    .program-item_title {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 27px;
    }
    .program-item_intro p{
        line-height: 22px;
        margin-bottom: 16px;
    }
    .program-item_btn{
        padding-top: 29px;
        margin-top: 28px;
    }
    .program-item_btn a{
        width: 146px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

    /* 新闻资讯 */
    .news-floor{
        background: rgba(20,114,255,0.02);
        padding-top: 50px;
        margin-top: 70px;
        padding-bottom: 39px;
    }
    .news-item{
        position: relative;
        padding-left: 155px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    .news-item_img{
        width: 142px;
        height: 79px;
        position: absolute;
        left: 0;
    }
    .news-item_info{
        height: auto;
    }
    .news-item_info h2{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
        overflow: hidden;
        height: 26px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .news-item_info p{
        font-size: 12px;
        color: #999;
        line-height: 19px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news-item_time{
        margin-left: -155px;
        font-size: 12px;
        color: #999;
        background-size: 7px 11px;
    }
    .news-item_time::before{
        width: 100%;
    }
    /* 试用 */
    .connect-floor{
        margin-top: 0px;
        height: 150px;
        padding-top: 52px;
        padding-bottom: 0;
        background:url(/Template/skin1/static2022/solution/images/connect_icon.png) no-repeat center 9px #1472FF;
        background-size: auto 35px;
    }
    .connect-floor .ks-common-title {
        margin-bottom: 16px;
    }
    .connect-floor .ks-common-title_big {
        font-size: 20px;
        line-height: 28px;
        font-weight: normal;
        letter-spacing: 1px;
    }
    .connect-floor .ks-common-title_small {
        font-size: 10px;
        margin-top: 7px;
        line-height: 14px;
    }
    .free-try a{
        width: 68px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        box-shadow: none;
        border-radius: 20px;
    }
}

/*大于即是375  ios6 */
@media  (max-width: 375px){
    
}

/*大于即是360  安卓 */
@media (max-width: 360px){
    
}

/*大于即是320  ios5 安卓 */
@media (max-width: 320px){
    
}<!--耗时1782858191.4127秒-->