/* 服务流程 */
.flow-path{font-size: 0;margin: 0 -35px;}
.flow-path-li{ display: inline-block; width: 33.33333%; padding: 0 35px; box-sizing: border-box; position: relative; }
.flow-path-item{ background: url(/images/new_kkidc/programme/bg1.png) no-repeat; background-position: left bottom; display: flex; min-height: 215px; border: 1px solid #fff; box-sizing: border-box; }
.flow-path-li:not(:last-child)::after{ content: url(/images/new_kkidc/programme/jiantou.png); position: absolute; right: -26px; top: calc(50% - 8px); }
.flow-path-item .item-l{ min-width: 140px; font-size: 18px; color: #1c1d1f; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.flow-path-item .item-l img{ margin-bottom: 17px; }
.item-r{ display: flex; flex: 1; align-items: center; justify-content: center; padding: 15px; box-sizing: border-box; }
.flow-path-item .item-r ul li{ line-height: 24px; font-size: 14px; color: #323235; display: flex; align-items: flex-start; margin-bottom: 17px; }
.flow-path-item .item-r ul li:last-child{ margin-bottom: 0; }
.flow-path-item .item-r ul li img{ margin-right: 13px; position: relative; top: 3px; }

/* 服务说明 */
.table-box{ display: flex; align-items: center; }
.stage-item{ flex: 1; border-bottom: 1px solid #fff; box-sizing: border-box; background-image: url(/images/new_kkidc/programme/bg4.png); background-position: right bottom; min-height: 661px; position: relative;background-repeat: no-repeat;}
.stage-item a{ font-size: 14px; color: #626266; position: absolute; bottom: 60px; left: 30px; }
.stage-data{ padding: 75px 30px 75px; box-sizing: border-box; }
.hover-select .stage-data{ padding: 37px 43px 37px 30px; }
.stage-data li{ color: #323235; font-size: 16px; padding-left: 30px; box-sizing: border-box;    flex-wrap: wrap; position: relative; }
.hover-select .stage-data li:not(:last-child){ margin-bottom: 28px; }
.service-item{ display: flex; flex-wrap: wrap; max-width: 480px; }
.service-item span{ width: 50%; }
.stage-data li::before{ content: ""; position: absolute; top: 10px; left: 0; height: 3px; width: 12px; background-color: #222222; }
.stage-data li:not(:last-child){ margin-bottom: 43px; }
.stage-l{ border-left: 1px solid #fff; }
.stage-r{ border-right: 1px solid #fff; }
.hed-title{ height: 80px; line-height: 80px; padding: 0 30px; box-sizing: border-box; position: relative; }
.hed-title span{ position: relative; z-index: 1; font-size: 18px; color: #1c1d1f; }
.hover-select .hed-title span{ color: #fff; }
.stage-l .hed-title::before{ content: ""; position: absolute; left: -1px; top: 0; right: 0; bottom: 0; background-image: url(/images/new_kkidc/programme/bg2.png); background-position: left center; }
.hed-title::after{position: absolute; top: 0; left: 20px; bottom: 0; font-size: 66px; color: rgba(217, 226, 239, .6);}
.stage-l .hed-title::after{ content: "01";}
.stage-z .hed-title::after{ content: "02";}
.stage-r .hed-title::after{ content: "03";}
.hover-select .hed-title::after{color: rgba(255, 255, 255, .05)}
.stage-r .hed-title::before,.stage-z .hed-title::before{ content: ""; position: absolute; left: 0; top: 0; right: -1px; bottom: 0; background-image: url(/images/new_kkidc/programme/bg2.png); background-position: right center; }
.hover-select .hed-title::before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-image: url(/images/new_kkidc/programme/bg3.png); background-position: right center;background-size: 100% auto; }

.hover-select{ width: 27%; min-height: 862px; box-shadow: 0px 8px 13px 0px rgba(204, 208, 215, 0.34);flex: auto;z-index: 1;background-image:none; }
.stage-data li>div.hover-show{
    /* opacity: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 1;
    transition: all .3s; */
    display: none;
}
.hover-select .stage-data li>div{ color:#626266; font-size: 14px; line-height: 28px; margin-top: 14px;    opacity: 1;
    visibility: visible;display: block;}
.hover-select .look-more{display: none;}

@media screen and (max-width: 1023px){
    .banner-single .banner-ani{
        background-image: url(/images/new_kkidc/programme/m-banner.jpg);
    }
    .m-flow-path .m-path-item ul{
        display: flex;
        flex-wrap: wrap;
    }
    .section-a1{
        background-color: #fff;
        padding-bottom: 0;
    }
    .m-flow-path .m-path-item ul li{
        width: 50%;
        border: none;
        align-items: center;
        font-size: 13px;
        color: #626266;
        line-height: 20px;
    }
    .m-flow-path .m-path-item .m-path-titel{
        font-size: 15px;
        font-weight: bold;
        color: #323235;
        position: relative;
        margin-bottom: 13px;
    }
    .m-flow-path .m-path-item .m-path-titel::after{
        content: "";
        position: absolute;
        left: -32px;
        top: 4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 2px solid #2981ff;
        background-color: #fff;
        z-index: 1;
    }
    .m-flow-path .m-path-item ul li img{
        width: 13px;
        height: 13px;
        margin-right: 10px;
    }
    .m-flow-path .m-path-item{
        padding-left: 40px;
        margin-bottom: 15px;
        position: relative;
    }
    .m-flow-path .m-path-item::after{
        content: "";
        position: absolute;
        left: 13px;
        top: 22px;
        height: 90%;
        border-left: 1px dotted #2981ff;
    }
    .m-flow-path .m-path-item:last-child::after{
        height: calc(90% - 5px);
    }
    .m-flow-path .m-path-item:last-child::before{
       content: "";
        width: 0px;
        height: 0px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #2981ff;
        position: absolute;
        bottom: -9px;
        left: 9px;
    }

    .section-a2 .box-top,.section-a3 .box-top{
        font-size: 10px;
        color: #6d6f74;
        box-sizing: border-box;
        height: 55px;
        line-height: 55px;
    }
    .section-a2 .m-form-item .box-top label{
        font-size: 16px;
        color: #1c1d1f;
    }
    .section-a2 .m-form-item .box-top.open-box label{
        font-weight: bold;
    }
    .section-a2 .m-form-item .box-top .iconfont,.section-a3 .m-form-item .box-top .iconfont{
        color: #bdc4cf;
        transition: transform .3s ease;
        display: block;
    }
    .section-a2 .m-form-item .product-text{
        font-size: 13px;
        line-height: 19px;
        color: #626266;
    }
    .section-a2 .section-body li:not(:last-child){
        margin-bottom: -1px;
    }
    .section-a2 .m-form-item .box-top{
         box-shadow:none;
         transition: all .3s;
    }
    .section-a2 ul {
        box-shadow: 0px 8px 23px 0px rgba(199,208,222,0.25);
    }
    .section-a2 .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-a2 .m-form-item .box-top.open-box .iconfont{
        transform: rotate(-180deg);
        color: #2981ff;
    }
    .section-a2 .m-form-item .slide-detail{
        background: url(/images/new_kkidc/programme/m-text-bg.png) 100% 100% no-repeat;
        background-size: cover;
    }
    .section-a2 .m-form-item .slide-detail-last{
        background-size: 100% 100%;
    }
    .section-a2 .m-form-item .box-top .product-l img{
        width: 35px;
        margin-right: 13px;
    }

    .section-a3 .m-form-item .box-top{
        background: url(/images/new_kkidc/programme/m-3-bg.png) 100% 100% no-repeat;
        background-size: 100% 100%;
        transition: all .3s;
        padding-left:  21px;
    }
    .section-a3 .m-form-item .box-top label{
        color: #1c1d1f;
        font-size: 16px;
        position: relative;
    }
    .section-a3 .m-form-item .box-top label::after{
        position: absolute; top: 0; left: -16px; bottom: 0; font-size: 33px; color: #d9e2ef;opacity: .4;font-weight: bold;
    }
    .section-a3 .m-form-item .box-top.open-box label::after{
        opacity: .05;
    }
    .section-a3 .m-form-item .mobile-data>li:first-child .box-top label::after{
        content: "01";
    }
    .section-a3 .m-form-item .mobile-data>li:nth-child(2) .box-top label::after{
        content: "02";
    }
    .section-a3 .m-form-item .mobile-data>li:nth-child(3) .box-top label::after{
        content: "03";
    }
    .section-a3 .m-form-item .box-top.open-box label{
        color: #fff;
    }
    .section-a3 .m-form-item .box-top.open-box{
        background: url(/images/new_kkidc/programme/m-3-openbg.png) 100% 100% no-repeat;
        background-size: 100% 100%;
    }
    .section-a3 .m-form-item .box-top.open-box .iconfont{
        transform: rotate(-180deg);
        color: #fff;
    }
    .m-product-list li{
        border: none;
    }
    .m-product-list li>div{
        padding: 0;
    }
    .m-product-list li>p{
        padding: 0 27px;
        box-sizing: border-box;
        position: relative;
        font-weight: bold;
        color: #1c1d1f;
        margin: 3px 0 12px;
    }
    .m-product-list li>p::after{
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 12px;
        height: 3px;
        background-color: #1c1d1f;
    }
    .section-a3 .m-form-item .mobile-data>li .slide-detail{
        background: none;
        background-color: #fff;
    }
    .m-product-list li .hover-show{
        font-size: 13px;
        line-height: 21px;
        color: #626266;
    }
    .m-product-list li:not(:last-child) .hover-show{
        margin-bottom: 20px;
    }
    .section-a3 .m-form-item .mobile-data>li .product-text{
        max-height: 340px;
        overflow: auto;
    }
    .section-a3 .m-form-item .mobile-data>li:not(:last-child){
        margin-bottom: 15px;
    }
    .skip-item ul li.on a::after {
        height: 3px;
    }
}