/* 安全检查 */
.section-a2 .section-header p{font-size: 14px;color: #5d5d5d; max-width: 1010px;margin: 12px auto 0;line-height: 24px;}
.section-a2 .section-header{margin-bottom: 45px;}
.service-module{ display: flex; flex-flow: row wrap; box-sizing: border-box; margin: -10px; justify-content: space-between; }
.service-module li{ height: auto; padding: 10px; display: block; -ms-flex: 0 0 auto; -moz-box-flex: 0; flex: 0 0 auto; width: 33.33333%; -webkit-box-flex: 0; -moz-box-sizing: border-box; max-width: 420px;box-sizing: border-box; }
.service-module li .service-item{ height: 100%; min-height: 146px; padding: 24px 24px 16px; box-sizing: border-box; display: flex; transition: all .3s; }
.service-module li .service-item:hover{ background-color: #fff; box-shadow: 0px 6px 24px 0px rgba(18, 51, 100, 0.06); }
.service-item-icon{ flex-shrink: 0; margin-right: 14px; }
.service-item-data p{font-size: 18px;color: #1c1d1f;margin-bottom: 10px;font-weight: bold;}
.service-item-data span{font-size: 14px;color: #626266;line-height: 24px;}

/* 安全防护 */
.section-a3 .section-header{margin-bottom: 65px;}
.section-a3 .section-header p{font-size: 14px;color: #5d5d5d; max-width: 870px;margin: 12px auto 0;line-height: 24px;}
.feature-box ul{ min-height: 477px; display: flex; flex-direction: column; justify-content: space-between;}
.feature-box {position: relative;}
.feature-box::before{ content: ""; position: absolute; top: 50%; left: calc(50% - 70px);background-image:  url(/images/new_kkidc/app_safe/bg1.png); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-repeat: no-repeat; height: 356px; width: 608px; }
.feature-box.hover-bg::before{opacity: 0;}
.feature-item{ display: flex; justify-content: space-between; align-items: center;position: relative;z-index: 1; }
.feature-item:first-child{ align-items: baseline; }
.feature-item:last-child{ align-items: flex-end; }
.feature-item:not(:last-child){ margin-bottom: 20px; }
.feature-item>div{ max-width: 420px; padding: 20px 24px 19px; box-sizing: border-box; transition: all .3s ease-in-out;background-color: #f5f7fa;position: relative;top: 0;transition: all .3s; }
.feature-item .feature-l{padding: 20px 24px 19px 10px;}
.feature-item .feature-r{padding: 20px 10px 19px 24px;}
.feature-title{ display: flex; align-items: center; margin-bottom: 3px; }
.feature-title p{ font-size: 18px; color: #1c1d1f; margin-bottom: 8px; font-weight: bold;}
.feature-data{ font-size: 14px; color: #626266; line-height: 24px; }
.feature-l{ text-align: right; }
.feature-l .feature-title{ justify-content: end; }
.feature-l .feature-title img{margin-left: 16px;}
.feature-r .feature-title img{margin-right: 16px;}
.feature-box video{
    position: absolute;
    top: 50%;
    left: calc(50% - 70px);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: none;
}

/* 合规检查 */
.section-a4 .section-header{margin-bottom: 65px;}
.section-a4 .section-header p{font-size: 14px;color: #5d5d5d; max-width: 930px;margin: 12px auto 0;line-height: 24px;}
.privacy-box{ font-size: 0; margin: -12px; display: flex; flex-flow: wrap; }
.privacy-box>li{ padding: 12px; display: inline-block; width: 33.33333%; box-sizing: border-box; height: auto; }
.privacy-item-li{ background: linear-gradient(to bottom, #ebeef5, #fff); box-sizing: border-box; position: relative; height: 100%; min-height: 242px; padding: 35px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;border: 1px solid #fff; }
.privacy-item-li::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; background: url(/images/new_kkidc/app_safe/bg2.png) no-repeat; background-size: 100% 100%; opacity: 0; box-shadow: 0px -2px 20px rgba(231, 233, 236, .5); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.privacy-item{ position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.privacy-item p{ font-size: 18px; color: #1c1d1f; margin: 22px 0 13px; font-weight: bold;}
.privacy-item span{ font-size: 14px; color: #626266; text-align: center; max-width: 280px; line-height: 24px; }


.show-icon {display: none;}
.service-item-iconfont{display: none;}
.service-item-div-more{display: contents;}
@media screen and (min-width: 1024px) and (max-width:1450px){
    .feature-item>div{
        max-width: 395px;
    }
}
@media screen and (min-width: 1024px){
.feature-item>div:hover{top: -6px;}
.privacy-item-li:hover::before{ opacity: 1; }
.privacy-item-li:hover{border-color: #e9edf2;transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px)}
}
@media screen and (max-width: 1023px) {
    /* .sm-bgGray{
        overflow-x: hidden;
    } */
    .banner{
        margin-top: 0px;
    }
    .banner .swiper-slide video{
        display: none;
    }
    .banner.banner-honour .swiper-slide{
        padding-bottom: 0;
    }
    .banner-single .banner-ani{
        background-image: url(/images/new_kkidc/app_safe/m-banner.jpg);
    }
    .banner-info >*:last-child{
        display: flex;
        justify-content: center;
    }
    .price-banner-box{
        display: flex;
        justify-content: center;
    }
    .section-a2{
        background: #F5F7FA;
    }
    .section-a3{
        padding: 100px 0;
    }
    .skip-box ul li{
        flex: 0 0 24.1%;
    }
    .section-header h1, .section-header h3{
        font-size: 49px;
        margin-bottom: 68px;
    }

    .section-colflex-4{
        flex-wrap: wrap;
    }
    .section-body .product-advantage li{
        max-width: 100%;
    }
    .show-icon {
        display: block;
    }
    .box-top-div{
        width: 100%;
    }
    .box-top{
        display: flex;
        width: 100%;
        justify-content: space-between;
        background-color: #fff;
        padding: 50px 0;
    }
    .product-advantage .box-top-div .box-top p{
        font-size: 44px;
        margin-left: 150px;
    }
    .product-advantage .box-top-div span{
        margin-top: 0;
        font-size: 35px;
        line-height: 52px;
        padding: 56px 35px;
        text-align: justify;
    }
    .iconfont-iconclass{
        transform: rotate(90deg);
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 30px;
    }
    .section-body li:not(:last-child){
        margin-bottom: 0;
    }
    .box-top-span {
        display: none !important;
    }
    .box-top-span-drop{
        display:block !important;
        background: url(/images/new_kkidc/app_safe/m-top-banner.png) no-repeat;
        background-size: 100% 100%;
    }
    .icon-box-drop{
        background: linear-gradient(to bottom, #e7e9ef, #f8f8fa);
    }
    .box-top-drop{
        background: linear-gradient(to bottom, #E1E3EB, #FFFFFF);
        box-shadow: 0px 8px 22px 0px rgba(199,208,222,0.25), 0px 3px 0px 0px #FFFFFF, -7px 32px 85px 0px rgba(225,227,235,0.65);
    }
    .section-a1 .drop{
        transform: rotate(270deg);
        color: #2981FF !important;
    }
    .hover-icon-80{
        margin: 17px 0 0 50px;
    }
    .section-body ul li .icon-box{
        margin: 40px 0px 0 55px;
        position: absolute;
        width: 86px;
        height: 86px;
        padding: 0;
        left: 0;
    }
    .hover-icon-80{
        width: 86px;
        height: 86px;
        margin: 0;
    }
    .product-feature li{
        background-color: #f5f7fa;
    }
    .service-module li .service-item:hover{
        background-color: #f5f7fa;
        box-shadow: 0 0 0 0;
    }
    .service-module li{
        width: 100%;
        max-width: 100%;
    }
    .service-item-icon{
        position: absolute;
    }
    .service-item-data{
        width: 100%;
    }
    .service-item-iconfont{
        width: 100%;
        display: flex;
        color: #2981ff;
        justify-content: center;
        padding: 0 20px;
    }
    .card-bg-bommon-more-box{
        display: none;
    }
    .card-bg-top-box{
        display: block;
    }
    .box-drop-box{
        display: none;
    }
    .card-bg-bommon-drop-box{
        display: block;
    }
    .box-drop {
        display: none;
    }
    .m-box-drop {
        display: none;
    }
    .card-bg-bommon{
        display: none;
    }
    .card-bg-bommon-drop{
        display: block;
    }
    .m-card-bg-bommon-drop{
        display: block;
    }
    .m-drop-more{
        transform: rotate(270deg);
    }
    .drop-more{
        transform: rotate(270deg);
    }
    .service-item-div-more{
        display: none !important;
    }
    .product-feature li{
        background-color: #F5F7FA;
    }
    .m-service-item-more{
        display: inline-block!important;
        width: 100%;
    }
    .service-item-more{
        display: inline-block!important;
        width: 100%;
    }
    .m-feature-box{
        width: 835px;
        height: 490px;
        background: url(/images/new_kkidc/app_safe/m-feature-banner.png) no-repeat;
        background-size: cover;
    }
    .feature-box::before{
        height: 0;
    }
    .feature-item>div{
        height: 500px;
        max-width: 425px;
        background-color: #fff;
    }
    .feature-l .feature-title{
        justify-content: flex-start;
    }
    .feature-l{
        text-align: justify;
    }
    .feature-title p{
        font-size: 44px;;
        margin-bottom: 46px;
    }
    .feature-data{
        font-size: 35px;
        line-height: 55px;
    }
    .feature-item:not(:last-child) .feature-bg{
        border-bottom: 1px solid #E6EAF0;
    }
    .privacy-box>li{
        width: 100%;
    }
    .privacy-item span{
        max-width: 100%;
        font-size: 35px;
        line-height: 55px;
        text-align: left;
    }
    .privacy-item img{
        position: absolute;
        left: 0;
    }
    .privacy-box>li{
        padding: 15px;
    }
    .section-header h1, .section-header h3{
        font-size: 37px;
        margin-bottom: 41px;
    }
    .box-top{
        padding: 40px 0;
    }
    .section-body ul li .icon-box{
        width: 69px;
        height: 69px;
        margin: 30px 0px 0 55px;
    }
    .hover-icon-80{
        width: 69px;
        height: 69px;
    }
    .product-advantage .box-top-div span{
        font-size: 27px;
        line-height: 39px;
        padding: 42px 11px 39px 26px;
    }
    .product-advantage .box-top-div .box-top p{
        font-size: 33px;
        margin-left: 140px;
    }
    .m-feature-box{
        width: 626px;
        height: 368px;
    }
    .feature-title p{
        font-size: 33px;
        margin-bottom: 35px;
    }
    .feature-data{
        font-size: 27px;
        line-height: 41px;
    }
    .feature-item>div{
        height: 420px;
        max-width: 320px;
    }
    .feature-item .feature-l{
        padding: 20px 10px 19px;
    }
    .privacy-item span{
        font-size: 27px;
        line-height: 41px;
    }
    .section-header h1, .section-header h3{
        font-size: 20px;
        margin-bottom: 23px;
    }
    .section-body ul li .icon-box{
        width: 44px;
        height: 44px;
        margin: 13px 0px 0 40px;
    }
    .hover-icon-80{
        width: 44px;
        height: 44px;
    }
    .product-advantage .box-top-div .box-top p{
        font-size: 18px;
        margin-left: 90px;
    }
    .box-top{
        padding: 20px 0;
    }
    .product-advantage .box-top-div span{
        font-size: 15px;
        line-height: 22px;
        padding: 23px 6px 22px 14px;
    }
    .iconfont-iconclass{
        margin-right: 20px;
    }
    .m-feature-box{
        width: 346px;
        height: 203px;
    }
    .feature-title p {
        font-size: 18px;
        margin-bottom: 19px;
    }
    .feature-data {
        font-size: 15px;
        line-height: 23px;
    }
    .feature-item>div{
        max-width: 176px;
        height: 243px;
    }
    .feature-item .feature-r{
        padding: 10px 11px 23px 3px;
    }
    .feature-item .feature-l {
        padding: 10px 11px 23px 3px;
    }
    .section-a3{
        padding: 60px 0;
    }
    .privacy-item span{
        font-size: 15px;
        line-height: 23px;
    }
    .privacy-box>li {
        padding: 10px 15px;
    }
    .product-advantage .box-top-div .box-top p{
        font-size: 16px;
        margin-left: 60px;
    }
    .hover-icon-80 {
        width: 34px;
        height: 34px;
    }
    .section-body ul li .icon-box {
        width: 34px;
        height: 34px;
        margin: 15px 0px 0 20px;
    }
    .product-advantage .box-top-div span {
        font-size: 13px;
        line-height: 19px;
        padding: 21px 6px 19px 13px;
    }
    .section-a1 li>div{
        padding: 0;
    }
    .section-a2{
        padding: 39px 0 39px;
    }
    .section-a2 li>div span{
        color: #626266;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
    }
    .m-feature-box{
        width: 306px;
        height: 180px;
    }
    .feature-title p {
        font-size: 16px;
        margin-bottom: 17px;
    }
    .feature-data {
        font-size: 13px;
        line-height: 19px;
    }
    .feature-item>div{
        max-width: 155px;
        height: 194px;
    }
    .feature-item .feature-r{
        padding: 10px 11px 23px 3px;
    }
    .feature-item .feature-l {
        padding: 10px 11px 23px 3px;
    }
    .section-a3{
        padding: 39px 0 10px;
    }
    .privacy-item span{
        font-size: 13px;
        line-height: 19px;
    }
    .iconfont{
        font-size: 12px;
    }
    .section-a1 {
        padding: 39px 0 40px;
    }
    .section-a1 .section-header {
        margin-bottom: 20px;
    }
    .section-header h1, .section-header h3{
        margin-bottom: 20px;
    }
    .section-body ul li .icon-box{
        margin: 15px 0px 0 13px;
    }
    .section-a2 .section-header {
        margin-bottom: auto;
    }
    .section-a2 ul{
        padding: 7px 0 0;
    }
    .service-module li{
        padding: 0 10px;
    }
    .section-a3 .section-header {
        margin-bottom: 38px;
    }
    .feature-item .feature-l {
        padding: 22px 0 23px 0;
        margin: 0 20px 0 11px;
        flex: 1;
    }
    .feature-item .feature-r {
        padding: 22px 0 23px 0;
        margin: 0 11px 0 20px;
        flex: 1;
    }
    .feature-item>div {
        max-width: 100%;
        height: 175px;
    }
    .section-a4 .section-header h3{
        margin-bottom: 10px;
    }
    .section-a4 .section-header p{
        width: auto;
        font-size: 13px;
        color: #323235;
        line-height: 21px;
        margin: 0;
        padding: 0 7px;
        text-align: justify;
    }
    .section-a4 .section-header{
        margin-bottom: 29px;
    }
    .section-a4 {
        padding: 39px 0 28px;
    }
    .section-a1 li img{
        height: auto;
    }
    .mobile-data li>div {
        padding: 18px 5px 14px 13px;
        text-align: justify;
    }
    .section-a1 .m-form-item .box-top .product-l img {
        width: 35px;
        margin-right: 13px;
    }
    .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 ul{
        box-shadow: 0px 8px 22px 0px rgba(199,208,222,0.25);
    }
    .section-a1 .m-form-item .box-top.open-box {
        box-shadow: 0px 11px 8px -7px rgba(199, 208, 222, 0.2), inset 0px 0px 0px 0px #ffffff, inset -2px 19px 22px 0px rgba(225, 227, 235, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.8);
    }
    .section-a1 .m-form-item .slide-detail {
        background: url(/images/new_kkidc/infiltration/m-top-banner.png) no-repeat;
        background-size: cover;
    }
    .section-a1 .section-body li{
        box-shadow: 0px 3px 8px 0px rgba(199,208,222,0.25);
    }
    .section-a1 .m-form-item .box-top {
        box-shadow: none;
        transition: all .3s;
    }
    .section-a1 .m-form-item .box-top .iconfont {
        color: #bdc4cf;
        transition: transform .3s ease;
        display: block;
    }
    .section-a1 .m-form-item .box-top.open-box .iconfont {
        transform: rotate(-180deg);
        color: #2981ff;
    }
    .section-a1 .m-form-item .box-top.open-box label{
        font-weight: bold;
    }
    .section-a1 .product-feature li p {
        font-size: 13px;
        color: #626266;
        line-height: 19px;
    }
    .section-a2 .product-feature li p {
        font-size: 16px;
        font-weight: bold;
        color: #1C1D1F;
        margin-left: 40px;
        margin-bottom: 9px;
    }
    .section-a1 .section-body li:not(:last-child){
        margin-bottom: -1px;
    }
    .mobile-data li>div {
        padding: 16px 5px 13px 13px;
        text-align: justify;
    }
    .section-a2 {
        padding: 39px 0 39px;
    }
    .section-a2 .section-header p{
        max-width: 99%;
        margin: 13px 11px 18px 7px;
        font-size: 13px;
        color: #323235;
        line-height: 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid #E6EAF0;
    }
    .service-item-icon img {
        max-width: 26px;
        margin-right: 15px;
        width: 100%;
        height: auto;
    }
    .service-module li .service-item{
        min-height: auto;
        padding: 0;
        flex-direction: column;
        height: 100%;
        transition: all .3s;
    }
    .section-a2 .service-module{
        margin: 0;
    }
    .section-a2 .service-module li{
        padding: 0 0 0 7px;
        letter-spacing: -0.3px;
        margin-bottom: 24px;
        border: 0;
    }
    .section-a2 .service-item-iconfont{
        font-size: 13px;
        margin-top: -10px;
    }
    .section-a2 .iconfont{
        padding: 0px 5px;
        font-size: 9px;
    }
    .section-a3 .section-header h1, .section-header h3{
        margin-bottom: 11px;
    }
    .section-a3 .section-header p{
        width: auto;
        line-height: 20px;
        font-size: 13px;
        color: #323235;
        text-align: justify;
        padding: 0 7px;
        padding-bottom: 13px;
        border-bottom: 1px solid #E6EAF0;
    }
    .section-a3 .section-header{
        margin-bottom: 21px;
    }
    .section-a3 .feature-box ul{
        margin-top: 19px;
    }
    .section-a3 .feature-item:not(:last-child) {
        margin-bottom: 19px;
    }
    .section-a4 .section-body .privacy-box>li {
        padding: 0 15px;
        margin-bottom: 15px;
        border: 0;
    }

    .section-a4 .privacy-item-li{
        min-height: 107px;
        padding: 18px 12px 17px 15px;
        background:#fff;
        border: none;
    }
    .section-a4 .privacy-item span{
        font-weight: normal;
        font-size: 13px;
        color: #626266;
        line-height: 20px;
        letter-spacing: -0.4px;
    }
    .section-a4 .privacy-item img {
        top: -2px;
        max-width: 26px;
        margin-right: 15px;
    }
    .section-a4 .privacy-item p{
        margin: 0;
        font-weight: bold;
        font-size: 16px;
        color: #1C1D1F;
        width: 100%;
        margin-left: 73px;
        margin-bottom: 11px;
    }
    .section-a4 .service-item-iconfont{
        font-size: 13px;
        margin-top: 14px;
    }
    .section-a4 .iconfont{
        padding: 0px 5px;
        font-size: 9px;
    }
}