.ks-floor{
    padding-top: 180px;
}
.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; 
    margin-top: 20px; 
    line-height: 26px; 
} 
/* 头部 */
.head-top{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.head-top-box{
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}
.head-top-right a{
    width: 176px;
    height: 52px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    border: 1px solid #1472FF;
    color: #1472FF;
    border-radius: 3px 3px 3px 3px;
    margin-right: 60px;
    font-size: 18px;
    box-sizing: border-box;
}
.head-top-right a.head-top-right_curr{
    background: #1472FF;
    color: #fff;
}
/* banner图 */
#banner {
    margin-top: 80px;
}
.digital-banner .swiper-container { 
    height: 100%; 
} 
.banner-olevel { 
    background-image: url(https://kesioncom.oss-cn-hangzhou.aliyuncs.com/Uploads/2022-10/82/R133110774909327.jpg); 
} 
.banner-olevel .ks-container{
    height: 100%;
}
.abt-left-center {
    position: absolute;
    bottom: 37%;
    left: 0;
    z-index: 1;
}
.opacity-btn {
    display: inline-block;
    width: 180px;
    height: 50px;
}
.abt-left-center .opacity-btn:nth-child(2) {
    margin-left: 15px;
}
/* 免费下载 */
.download-box{
    top: -138px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.download_btn a{
    display: block;
    width: 247px;
    height: 68px;
    background: linear-gradient(180deg, #1472FF 0%, #0064EF 100%);
    border-radius: 41px 41px 41px 41px;
    text-align: center;
    margin:35px auto 0;
    line-height: 68px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.download_btn img{
    vertical-align: middle;
    margin-right: 12px;
}
/* 介绍 */
.v10info-floor{
    padding-top: 0;
    padding-bottom: 192px;
}
.v10info-title{
    margin-bottom: 47px;
}
.v10info-title .ks-common-title_big{
    font-size: 30px;
    font-weight: bold;
}
.v10info{
    box-shadow: 0px 3px 20px 1px rgba(20,114,255,0.15);
    padding: 25px;
    background: #fff;
    position: relative;
}
.v10info::before{
    content: '';
    display: block;
    width: 4px;
    height: 46px;
    background: #1472FF;
    position: absolute;
    left: 0;
    top:25px;
}
.v10info-box{
    padding: 38px 33px;
    background: rgba(20,114,255,0.02);
    line-height: 26px;
    font-size: 16px;
}
.v10info-box p{
    margin-bottom: 20px;
}
.v10info-box p:last-child{
    margin-bottom: 0;
}

/* 审核标准 */
.audit-floor{
    padding-top: 0px;
    padding-bottom: 177px;
}
.audit-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.audit-left,.audit-right{
    width: calc((100% - 302px)/2);
    height: 404px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.audit-left-item{
    padding-right: 90px;
    text-align: right;
    position: relative;
    margin-right: 78px;
}
.audit-right-item{
    padding-left: 90px;
    position: relative;
    margin-left: 78px;
}
.audit-left-item:nth-child(2){
    left: -30px;
}
.audit-right-item:nth-child(2){
    right: -30px;
}
.audit-left-item::before,.audit-right-item::before{
    content: '';
    position: absolute;
    width: 57px;
    height: 57px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 57px 57px;
    top: 50%;
    margin-top: -28.5px;
}
.audit-left-item::before{
    right: 0;
}
.audit-right-item::before{
    left: 0;
}
.audit-left-item:nth-child(1)::before{
    background-image: url(/Template/skin1/static2022/v10/images/audit_icon01.png);
}
.audit-left-item:nth-child(2)::before{
    background-image: url(/Template/skin1/static2022/v10/images/audit_icon02.png);
}
.audit-left-item:nth-child(3)::before{
    background-image: url(/Template/skin1/static2022/v10/images/audit_icon03.png);
}
.audit-right-item:nth-child(1)::before{
    background-image: url(/Template/skin1/static2022/v10/images/audit_icon04.png);
}
.audit-right-item:nth-child(2)::before{
    background-image: url(/Template/skin1/static2022/v10/images/audit_icon05.png);
}
.audit-right-item:nth-child(3)::before{
    background-image: url(/Template/skin1/static2022/v10/images/audit_icon06.png);
}
.audit-left-item::after,.audit-right-item::after{
    content:'';
    position: absolute;
    width: 127px;
    background-repeat: no-repeat;
}
.audit-left-item::after{
    right: -127px;
}
.audit-right-item::after{
    left: -127px;
}
.audit-left-item:nth-child(1):after{
    height: 39.5px;
    top: 50%;
    background-position: right center;
    background-image: url(/Template/skin1/static2022/v10/images/lefttop.png);
}
.audit-left-item:nth-child(2):after{
    height:2px;
    top: 50%;
    margin-top: -1px;
    background-position: right center;
    background-image: url(/Template/skin1/static2022/v10/images/leftcenter.png);
}
.audit-left-item:nth-child(3):after{
    height:39.5px;
    bottom: 50%;
    background-position: right center;
    background-image: url(/Template/skin1/static2022/v10/images/leftbottom.png);
}
.audit-right-item:nth-child(1):after{
    height: 39.5px;
    top: 50%;
    background-position: left center;
    background-image: url(/Template/skin1/static2022/v10/images/righttop.png);
}
.audit-right-item:nth-child(2):after{
    height:2px;
    top: 50%;
    margin-top: -1px;
    background-position: left center;
    background-image: url(/Template/skin1/static2022/v10/images/rightcenter.png);
}
.audit-right-item:nth-child(3):after{
    height:39.5px;
    bottom: 50%;
    background-position: left center;
    background-image: url(/Template/skin1/static2022/v10/images/rightbottom.png);
}
.audit-left-item_title,.audit-right-item_title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
}
.audit-left-item_con,.audit-right-item_con{
    font-size: 14px;
    color: #999;
    line-height: 21.33px;
}
.audit-center img{
    width: 302px;
    height: 306px;
    max-width: none;
}

/* 多终端 */
.service-floor{
    padding-top: 142px;
    background: url(/Template/skin1/static2022/v10/images/blockbg.png) no-repeat left bottom;
}
.service { 
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center; 
} 
.m-service { display: none; } 
.service-item { 
    width: 254px; 
    height: 530px; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    border: 1px solid #DEEBFF; 
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px; 
    box-sizing: border-box; 
    position: relative; 
    overflow: hidden; 
    padding-top: 80px; 
    padding-bottom: 42px;
} 
.service-item-title { 
    line-height: 24px; 
    font-size: 18px; 
    position: relative; 
    text-align: center; 
    font-weight: bold; 
} 
.service-item-title::before{
    content: '';
    height: 43px;
    display: block;
    margin-bottom: 25px;
}
.service-item:first-child .service-item-title::before{
    background: url(/Template/skin1/static2022/v10/images/s_icon01.png) no-repeat center;
    background-size: 50px 37px;
}
.service-item:nth-child(2) .service-item-title::before{
    background: url(/Template/skin1/static2022/v10/images/s_icon02.png) no-repeat center;
    background-size:40px 43px;
}
.service-item:nth-child(3) .service-item-title::before{
    background: url(/Template/skin1/static2022/v10/images/s_icon03.png) no-repeat center;
    background-size:40px 43px;
}
.service-item:nth-child(4) .service-item-title::before{
    background: url(/Template/skin1/static2022/v10/images/s_icon04.png) no-repeat center;
    background-size:49px 44px;
}
.service-curr { 
    padding-top: 0px; 
} 
.service-curr .service-item-title { 
    color: #fff; 
    font-weight: bold; 
    background:url(/Template/skin1/static2022/v10/images/service_title.png) no-repeat left top; 
    line-height: 73px; 
    height: 73px; 
    font-size: 20px; 
    padding-left: 63px;
    text-align: left;
} 
.service-curr .service-item-title::before{
    content: '';
    height: 43px;
    display: inline-block;
    margin-right: 12px;
    width: 43px;
    vertical-align: middle;
    margin-bottom: 0;
}
.service-item:first-child.service-curr .service-item-title::before{
    background: url(/Template/skin1/static2022/v10/images/s_icon_h01.png) no-repeat center;
    background-size:44px 37px;
}
.service-item:nth-child(2).service-curr .service-item-title::before{
    background: url(/Template/skin1/static2022/v10/images/s_icon_h02.png) no-repeat center;
    background-size:40px 43px;
}
.service-item:nth-child(3).service-curr .service-item-title::before{
    background: url(/Template/skin1/static2022/v10/images/s_icon_h03.png) no-repeat center;
    background-size:40px 43px;
}
.service-item:nth-child(4).service-curr .service-item-title::before{
    background: url(/Template/skin1/static2022/v10/images/s_icon_h04.png) no-repeat center;
    background-size:43px 43px;
}
.service-curr { 
    width: 508px;
    border-color: #257CFF; 
} 
.service-item-con { 
    position: relative; 
    min-height: 120px; 
    overflow: hidden; 
} 
.service-item-intro { 
    text-align: center; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 24px; 
    margin-top: 21px; 
    margin-bottom: 38px; 
    padding: 0 35px; 
} 
.service-curr .service-item-intro { 
    line-height: 24px; 
    font-size: 16px; 
    color: #666;
    padding-left: 63px;
    margin-top: 54px; 
    margin-bottom: 0px; 
    text-align: left;
    width: 204px;
} 
.service-item-img { 
    text-align: center;
} 
.service-item-img img{
    height: 211px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}
.service-curr .service-item-img { 
    padding: 0; 
} 
.service-curr .service-item-img img { 
    height: auto;
    width: auto; 
    margin: auto; 
    margin-top: -17px;
    display: block; 
} 
.service-item:first-child.service-curr .service-item-img img{
    margin-top: 0;
}
.service-curr .service-item-intro { 
    top: 0px; 
    max-height: none; 
} 
.service-item-bottom_btn { 
    display: none; 
    transition: 0.3s; 
} 
.service-item-bottom img { 
    width: 97px; 
    height: 97px; 
    margin: auto; 
    display: block; 
    transition: 0.3s; 
} 
.service-curr .service-item-bottom img { 
    width: 140px; 
    height: 140px; 
    position: absolute; 
    right: 41px; 
    bottom: 25px; 
} 
.service-curr .service-item-bottom .service-item-bottom_btn { 
    width: 106px; 
    height: 40px; 
    display: block; 
    text-align: center; 
    line-height: 38px; 
    border: 1px solid #4265FB; 
    color: #fff; 
    font-size: 16px; 
    margin: 19px auto 0; 
    box-sizing: border-box; 
    background: #2151E1; 
    border-radius: 20px; 
} 

/* 案例 */
.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; 
} 

/*战略同伴*/
.partner-ico-wrap { 
    position: relative; 
    padding: 0 70px; 
} 
.partner-ico { 
    overflow: hidden; 
} 
.partner-ico__box { 
    text-align: center; 
} 
.partner-ico__box .ks-image { 
    height: 64px; 
} 
.partner-ico__text { 
    font-size: 18px; 
    color:#999999; 
    font-weight: bold; 
    line-height: 22px; 
    margin-top: 30px; 
} 

.index-swiper-button-prev,
.index-swiper-button-next { 
    background: none; 
    width: 60px; 
    height: 60px; 
    line-height: 60px; 
    text-align: center; 
    position: absolute; 
    top:50%; 
    margin-top: -30px; 
    cursor: pointer; 
} 

.index-swiper-button-prev { 
    left:0; 
} 
.index-swiper-button-next { 
    right: 0; 
} 
.index-swiper-button-prev .iconfont,
.index-swiper-button-next .iconfont { 
    font-size: 38px; 
    color:#ccc; 
} 
.swiper-button-disabled { 
    opacity: 0.5; 
    cursor: default; 
} 
/* 客户代言 */
.case-info{
    background-color: #f9fafd;
    background-image: url(/Template/skin1/static2022/v10/images/casebg.png);
    background-repeat: no-repeat;
    background-size: auto 500px;
    height: 330px;
    padding: 70px 130px;
    box-sizing: border-box;
}
.case-info-list{
    overflow: hidden;
}
.case-info-item{
    position: relative;
    padding-left: 420px;
    min-height: 190px;
}
.case-info-item__cover{
    width: 340px;
    height: 190px;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
}
.case-info-item__cover img{
    width: 300px;
    height: 168px;
    position: relative;
    z-index: 1;
}
.case-info-item__play{
    width: 300px;
    height: 168px;
    position: absolute;
    left:0;
    right: 0;
    margin: 0 auto;
    top:0;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
    line-height: 168px;
    cursor: pointer;
}
.case-info-item__play .iconfont{
    font-size: 30px;
    color:#fff;
}
.case-info-item__cover::after{
    content: '';
    height: 100%;
    background: url(/Template/skin1/static2022/v10/images/28haf81-11.png) no-repeat 0 100%;
    background-size: 100% auto;
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
}
.case-info-item__title{
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.case-info-item__intro{
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    color:#666;
    margin-top:30px;
}
.case-info .case-info-pagination{
    position: absolute;
    bottom: 24px;
    left:0;
    width: 100%;
    text-align: center;
}
/* 免费试用 */
.connect-floor{
    height: 250px;
    box-sizing: border-box;
    background: url(/Template/skin1/static2022/v10/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;
    letter-spacing: 2px;
    font-weight: normal;
}
.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;
}
/* 购合适方案 */
.program-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0 38px;
}
.program-item{
    width: 299px;
    height: 351px;
    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;
    position: relative;
    overflow: hidden;
}
.program-item::before{
    content: '';
    display: block;
    position: absolute;
    height: 12px;
    width: 100%;
    top: 0;
    left: 0;
}
.program-item:nth-child(1){
    background: url(/Template/skin1/static2022/v10/images/programbg1.png) no-repeat left top #fff;
}
.program-item:nth-child(1)::before{
    background-image: linear-gradient(to right, #1472ff, #6ca7ff);
}
.program-item:nth-child(2){
    background: url(/Template/skin1/static2022/v10/images/programbg3.png) no-repeat left top #fff;
}
.program-item:nth-child(2)::before{
    background-image: linear-gradient(to right, #97B5E0, #B4D2FB);
}
.program-item:nth-child(3){
    background: url(/Template/skin1/static2022/v10/images/programbg4.png) no-repeat left top #fff;
}
.program-item:nth-child(3)::before{
    background-image: linear-gradient(to right, #F49429, #FFC067);
}
.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 dashed #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: 20px;
    cursor: pointer;
    color: #fff;
}
.program-item:nth-child(1) .program-item_btn a{
    background: linear-gradient(330deg, #1472FF 0%, #3082FF 100%);
}
.program-item:nth-child(2) .program-item_btn a{
    background: linear-gradient(147deg, #97B5E0 0%, #B4D2FB 100%);
}
.program-item:nth-child(3) .program-item_btn a{
    background: linear-gradient(133deg, #F49429 0%, #FFC067 100%);
}

/* 更多功效 */
.function-floor{
    padding: 97px 0 22px;
    background: rgba(20,114,255,0.02);
}
.function-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.function-item{
    width: 244px;
    height: 282px;
    margin: 0 35px 40px;
    /* border: 1px solid #ECF5FF; */
    transition: 0.2s;
    cursor: pointer;
}
.function-item:hover{
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    /* border: 1px solid rgba(20,114,255,0.3); */
}
.function-item_icon{
    width: 103px;
    height: 103px;
    border-radius: 103px;
    background-color: #1472FF;
    background-repeat: no-repeat;
    background-position: center;
    margin: 33px auto 20px;
}
.function_icon1{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon01.png);
}
.function_icon2{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon02.png);
}
.function_icon3{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon03.png);
}
.function_icon4{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon04.png);
}
.function_icon5{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon05.png);
}
.function_icon6{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon06.png);
}
.function_icon7{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon07.png);
}
.function_icon8{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon08.png);
}
.function_icon9{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon09.png);
}
.function_icon10{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon10.png);
}
.function_icon11{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon11.png);
}
.function_icon12{
    background-image: url(/Template/skin1/static2022/v10/images/function_icon12.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{
    background: url(/Template/skin1/static2022/v10/images/blockbg.png) no-repeat bottom center;
}
.AI-box-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom:50px;
    border-bottom: 2px solid #1472FF;
}
.AI-box-img{
    width: 348px;
    height: 285px;
    text-align: center;
}
.AI-box-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 1;
}
.AI-box-item{
    width: 348px;
    padding-top: 30px;
    position: relative;
}
.AI-box-item h2{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
.AI-box-item p{
    font-size: 16px;
    line-height: 23px;
    color: #666;
}
.AI-box-arrow{
    position: absolute;
    width: 18px;
    height: 18px;
    background:#fff;
    border: 1px solid #1472FF;
    border-radius: 18px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.AI-box-arrow::after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: block;
    margin: 3px;
    background: #1472FF;
}

/* 多应用场景 */
.scenes-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.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-bottom: 68px;
    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;
}

/* 服务平台 */
.platform-box_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: #F2F7FF;
    border-radius: 56px;
    margin-bottom: 49px;
}
.platform-title_item{
    flex: 1;
    font-size: 18px;
    line-height: 56px;
    border-radius: 56px;
    cursor: pointer;
}
.platform-title_curr{
    color: #fff;
    background: #1472FF;
}
.platform-con_item{
    display: none;
}
.platform-con_item:first-child{
    display: block;
}
.reservation {
    margin-top: 0;
}
/*大于即是1400 ipad */
@media (max-width: 1400px){

}
/*大于即是1024 ipad */
@media (max-width: 1024px){
    .ks-floor{
        padding-top: 92px;
        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: 8%;
    }
    /* 免费下载 */
    .download-box{
        top:-126px
    }
    .download-box img{
        margin: 0 auto;
    }
    /* 介绍 */
    .v10info-floor{
        padding-top: 0;
    }
    /* 审核标准 */
    .audit-floor{
        padding-top: 0;
        padding-bottom: 40px;
        background: none;
    }
    .audit-right{
        width: 100%;
        height: auto;
    }
    .audit-right-item{
        padding-left:75px;
        margin-left: 0;
        margin-bottom: 52px;
    }
    .audit-right-item::after{
        display: none;
    }
    .audit-right-item:nth-child(2) {
        right: auto;
    }
    .audit-right-item:nth-child(1)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon01.png);
    }
    .audit-right-item:nth-child(2)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon02.png);
    }
    .audit-right-item:nth-child(3)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon03.png);
    }
    .audit-right-item:nth-child(4)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon04.png);
    }
    .audit-right-item:nth-child(5)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon05.png);
    }
    .audit-right-item:nth-child(6)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon06.png);
    }

    /* AI */
    .AI-floor{
        padding-left: 0;
        padding-right: 0;
        background: none;
    }
    .AI-box-top{
        padding-bottom: 19px;
    }
    .AI-box-img{
        height: auto;
    }
    .AI-box-bottom{
        flex-direction: column;
    }
    .AI-box-item{
        width: 100%;
        padding-top: 28px;
        display: none;
    }

    /* 更多功效 */
    .function-floor{
        padding-left: 40px;
        padding-right: 40px;
    }
    .function-item{
        width: 30%;
        margin-left: 0;
        margin-right: 0;
    }
    
    /* 多样化场景 */
    .scenes-item{
        width: 30%;
        margin-bottom: 30px;
    }

    /* 跨平台 */
    .service-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .service-item{
        transition: 0.2s;
    }
    .service-item.swiper-slide-prev, .service-item.swiper-slide-next {
        transform: scale(0.9);
    }

    /* 客户代言 */
    .case-info-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .case-info {
	    padding: 40px 20px;
	    margin-top: 60px;
	    height: 320px;
	}
    /* 合适的方案 */
    .program-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .program-box{
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    /* 相助同伴 */
    .partner-ico-wrap { 
        padding-left: 0; 
        padding-right: 0; 
    } 
    .index-swiper-button-prev, .index-swiper-button-next { 
        display: none; 
    } 
    /* 试用 */
    .connect-floor{
        padding-top: 38px;
    }
}
/*大于即是812 ipad */
@media (max-width: 812px){
    .download-box{
        top:-108px;
    }
    /* 介绍 */
    .v10info-floor{
        padding-top: 0;
        padding-bottom: 10px;
    }
}
/*大于即是768 ipad */
@media (max-width: 768px){
    /* 通用 */
    .ks-floor{
        padding-top: 72px;
        overflow: hidden;
    }
    .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;
    }
    /* 介绍 */
    .v10info-floor{
        padding-top: 0;
        padding-bottom: 10px;
    }
    /* banner */
    .banner-olevel {
        background-image: url(/Template/skin1/static2022/v10/images/m-bannerl.png);
    }
    .abt-left-center{
        left: 0;
        top: 30%;
        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;
    }
    /* 更多功效 */
    .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: 72px;
        padding-left: 12px;
        padding-right: 12px;
        overflow: hidden;
    }
    /* 通用问题 */
    .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;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    /* banner */
    #banner {
        margin-top: 50px;
    }
    .abt-left-center{
        top: 25%;
    }
    /* 免费下载 */
    .download-box{
        top: -67px;
    }
    .download-box img{
        width: 70%;
    }
    .download_btn a{
        margin-top: 14px;
        width: 82px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;
    }
    .download_btn img{
        width: 12px;
        height: 11px;
        margin-right: 2px;
    }
    /* 介绍 */
    .v10info-floor{
        padding-top: 0;
        padding-bottom: 60px;
    }
    .v10info-title{
        margin-bottom: 30px;
    }
    .v10info-title .ks-common-title_big{
        font-size: 20px;
        line-height: 28px;
    }
    .v10info{
        padding: 14px;
    }
    .v10info-box{
        padding: 12px 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .v10info::before{
        width: 2px;
        height: 30px;
        top: 0;
    }
    /* 审核标准 */
    .audit-floor{
        padding-top: 0;
        padding-bottom: 40px;
        background: none;
    }
    .audit-right{
        width: 100%;
        height: auto;
    }
    .audit-right-item{
        padding-left:75px;
        margin-left: 0;
        margin-bottom: 32px;
    }
    .audit-right-item::after{
        display: none;
    }
    .audit-right-item:nth-child(2) {
        right: auto;
    }
    .audit-right-item_title{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px;
        font-weight: bold;
    }
    .audit-right-item_con{
        font-size: 12px;
        line-height: 19px;
        color: #666;
    }
    .audit-right-item::before{
        left: 4px;
    }
    .audit-right-item:nth-child(1)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon01.png);
    }
    .audit-right-item:nth-child(2)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon02.png);
    }
    .audit-right-item:nth-child(3)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon03.png);
    }
    .audit-right-item:nth-child(4)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon04.png);
    }
    .audit-right-item:nth-child(5)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon05.png);
    }
    .audit-right-item:nth-child(6)::before{
        background-image: url(/Template/skin1/static2022/v10/images/audit_icon06.png);
    }

    /* 更多功效 */
    .function-floor{
        padding-top: 30px;
        padding-bottom: 5px;
        background-color: #F3F9FF;
    }
    .function-box{
        padding: 0 12px;
    }
    .function-item{
        width: calc((100% - 25px)/2);
        height: 174px;
        margin: 0 0 25px;
    }
    .function-item_icon{
        width: 60px;
        height: 60px;
        border-radius: 60px;
        margin: 15px auto 15px;
        background-size: 26px auto;
    }
    .function-item h2{
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .function-item_info{
        padding: 0 17px;
    }
    .function-item_info span{
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 17px;
    }
    .function-item_info span::before{
        margin-right: 3px;
    }

    /* AI */
    .AI-floor{
        padding-left: 0;
        padding-right: 0;
        background: none;
    }
    .AI-box-top{
        padding-bottom: 19px;
    }
    .AI-box-img{
        height: auto;
    }
    .AI-box-img img{
        height: 183px;
        width: 183px;
    }
    .AI-box-bottom{
        flex-direction: column;
    }
    .AI-box-item{
        width: 100%;
        padding-top: 28px;
        display: none;
    }
    .AI-box-item h2{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .AI-box-item p{
        font-size: 12px;
        line-height: 19px;
        width: 60%;
        margin: auto;
    }

    /* 多样化场景 */
    .scenes-box{
        padding: 0 19px;
    }
    .scenes-item{
        width: calc((100% - 38px)/2);
        height: 148px;
        padding: 35px 0 36px;
        margin-bottom: 38px;
    }
    .scenes-item_img {
        margin-bottom: 18px;
    }
    .scenes-item_img img{
        height: 37px;
    }
    .scenes-item h2 {
        font-size: 14px;
        line-height: 20px;
    }

    /* 多终端 */
    .service-floor{
        margin-top: 0;
        background: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .service-item { 
        height: 288px; 
        transition: .3s;
        border: 1px solid #1472FF; 
    } 
    .service-curr .service-item-title{
        height: 50px;
        line-height: 50px;
        padding-left: 0;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        background: linear-gradient(346deg, #1472FF 0%, #114DD8 100%);
    }
    .service-curr .service-item-title::before{
        display: none;
    }
    .service-curr .service-item-intro { 
        padding: 0 0 20px;
        font-size: 11px;
        position: relative;
        margin-top: 17px;
        text-align: center;
        width: 100%; 
        letter-spacing: -1px;
        line-height: 11px;
    } 
    .service-curr:first-child .service-item-intro{
        padding-bottom: 0;
    }
    .service-item-con { 
        margin-bottom: 0px; 
        text-align: center; 
    } 
    .service-curr .service-item-img img { 
        height: 153px; 
    } 
    .service-curr .service-item-bottom .service-item-bottom_btn { 
        display: block;
        width: 62px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
        border-radius: 2px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        margin-top: 0;
        background: #1472FF;
        text-align: center;
    } 
    .service-item.swiper-slide-prev, .service-item.swiper-slide-next {
        transform: scale(0.9);
    }

    /* 服务平台 */
    .platform-box_title{
        margin-bottom: 33px;
    }
    .platform-title_item{
        line-height: 30px;
        border-radius: 30px;
        color: #666;
        font-size: 12px;
    }
    .platform-title_curr{
        color: #fff;
    }

    /* 他们都在用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;
    }
    .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;
    }

    /* 相助同伴 */
    .partner-ico-wrap { 
        padding-left: 0; 
        padding-right: 0; 
    } 
    .index-swiper-button-prev, .index-swiper-button-next { 
        display: none; 
    } 
    /* 客户代言 */
    .case-info-floor{
        padding-left: 0;
        padding-right: 0;
    }
    .case-info{
		margin-top: 80px;
        padding-top: 30px;
        height: auto;
        background: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
	}
	.case-info-list{
		position: relative;
		margin-top:-80px;
        padding: 10px 30px 60px;
	}
	.case-info-item{
        position: relative;
        padding: 230px 20px 0;
        min-height: 190px;
        background: #FFFFFF;
        box-shadow: 0px 7px 16px 0px rgb(6 63 159 / 16%);
        border-radius: 10px;

	}
	.case-info-item__cover{
		height:190px;
		width: 100%;
        top: 20px;
	}
	.case-info-item__cover img,
	.case-info-item__play{
	    height: 168px;
        object-fit: cover;
	}
	.case-info-item__intro{
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        color: #999;
        margin-top: 10px;
        height: auto;
	}
	.case-info .case-info-pagination{
		bottom: 24px;
	}
    .case-info-list .swiper-pagination-bullet { 
        border-radius: 4px; 
        width: 24px; 
        height: 4px; 
        background-color: #333; 
    } 

    /* 试用 */
    .connect-floor{
        margin-top: 40px;
        height: 150px;
        padding-top: 29px;
        padding-bottom: 0;
        background:url(/Template/skin1/static2022/v10/images/mconnectbg.png) no-repeat center;
        background-size:cover;
    }
    .connect-floor .ks-common-title {
        margin-bottom: 16px;
    }
    .connect-floor .ks-common-title_big {
        font-size: 20px;
        line-height: 28px;
    }
    .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;
    }
}

/*大于即是375  ios6 */
@media  (max-width: 375px){
    
}

/*大于即是360  安卓 */
@media (max-width: 360px){
    
}

/*大于即是320  ios5 安卓 */
@media (max-width: 320px){
    
}<!--耗时1782849511.188秒-->