/* cdk-page */
.top {
    background: url(/static/snap_proxy/images/promotion/program_tl_bg.webp) no-repeat top left;
    /* background-size: 100% 100%; */
}
.cdk-page .solutions-content {
    gap: 30px;
}
.cdk-page .banner-title h1 {
    font-weight: 600;
    font-size: 46px;
    color: #333333;
}
.banner-left {
    max-width: 600px;
}
.banner-desc {
    color: #333333;
    max-width: 600px;
}
.bannerList-wrap{
    margin-top: 24px;
    margin-bottom: 36px;

    display: flex;
    gap: 12px;
    flex-direction: column;
}
.bannerList-item{
    gap: 8px;

    color: #474747;
}
.solutions-item-adv img, .solutions-item-top-title h3{
    margin: 0;
    font-size: 20px;
}
.wr-section h3.section-sec-title{
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}
.solutions-item-wrap {
    flex: 1;
    display: flex;
}
.solutions-item {
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #d3d9db;
    transition: all 0.3s ease-in-out;
    position: relative;
    background: #fff;
}

.solutions-item:hover {
    transform: translateY(-30px);
    border-color: transparent;
    background: #fff;
    box-shadow: 0px 6px 15px 2px rgba(0, 0, 0, 0.05);
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(180deg, rgba(129, 224, 208, 1), rgba(35, 200, 255, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.solutions-item-top {
    padding: 26px;
    background: #f5f8f9;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.solutions-item:hover .solutions-item-top {
    background-color: #63d6fd;
    color: #fff;
}
.solutions-item-btm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}
.solutions-item-adv {
    display: flex;
    gap: 8px;
    align-items: center;
}
.solutions-item-adv img,
.solutions-item-top-title img {
    display: inline-block;
}
.solutions-item-adv-text {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.solutions-item-top-title {
    display: flex;
    gap: 16px;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}
.solutions-item-top-text {
    min-width: 312px;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.wr-section h2.section-title_tmp{
    font-size: 30px;
}
.wr-section p.section-sec-title_tmp{
    font-size: 16px;
    max-width: 1000px;
    font-weight: 400;
    color: #000000;
}
.solutions-item:hover .solutions-item-top-text {
    color: #fff;
}
.solutions-section h3.section-sec-title {
    margin-bottom: 70px;
}
.solutions-item .learnMore-btn {
    border-radius: 23px 23px 23px 23px;
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}
.makeMoney-section {
    background: url(/static/snap_proxy/images/products/cdk/makemoney-bg.png);
    background-size: cover;
}



.wr-btn {
    line-height: initial;
}

/* 使用步骤 */
.makeMoney-section h2.section-title {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 172px;
}
.shadowBox10 {
    /* box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.15); */
    transition: all 0.3s ease-in-out;
}
.shadowBox10:hover {
    box-shadow: 4px 4px 0px 0px #19181B;

}
.shadowBox6 {
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.16);
}
.step-wrap {
    display: flex;
    gap: 20px;

    justify-content: space-between;
}
.step-item {
    padding: 36px 16px 16px;
}
.stepExm {
    padding: 10px;
    
}
.stepExm_tit{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;

    color: #19181B;

    margin-bottom: 20px;
    margin-top: 12px;

}
.step-item {
    flex: 1;
    border-radius: 24px;
    border: 1px solid #19181B;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 285px;

    height: 390px;
}
.step-item1 {
    /* transform: translateY(-120px); */
}
.step-item2 {
    /* transform: translateY(-32px); */
}

.step-item3 {
    /* transform: translateY(-65px); */
}
.step-item4:hover {
    /* transform: translateY(-5px); */
}
/* .step-item3:hover {
    transform: translateY(-70px);
}
.step-item2:hover {
    transform: translateY(-37px);
}
.step-item1:hover {
    transform: translateY(-125px);
} */
.stepExm {
    border-radius: 16px;
    border: 1px solid #E9EAEB;
    background: #F4F4F7;
    height: 222px;
}
.stepExm_d_color{
    display: flex;
    gap: 6px;
}
.d_color01{
    width: 6px;
    height: 6px;
    background: #F75D5D;
    border-radius: 40px;
}
.d_color02{
    width: 6px;
    height: 6px;
    background: #FFD53E;
    border-radius: 40px;
}
.d_color03{
    width: 6px;
    height: 6px;
    background: #43C64A;
    border-radius: 40px;
}

.stepNum {
    position: absolute;
    top: -15px;

    background: #FFA500;
    border-radius: 50px;
    border: 1px solid #000000;
    font-weight: 400;
    font-size: 14px;
    color: #19181B;
    padding: 0px 16px;
    margin-bottom: 10px;
    height: 30px;

    display: flex;
    align-items: center;

    transition: all 0.3s ease-in-out;
}
.shadowBox10:hover .stepNum {
    box-shadow: 2px 2px 0px 0px #19181B;
}
.stepText {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #19181B;
    margin-bottom: 12px;
}
.stepDesc {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7B7B7B;
    margin-bottom: 34px;
    /* max-width: 170px; */
    text-align: center;
}
.stepExm {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* gap: 14px; */
}
.step-form {
    display: flex;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #687174;
    align-items: center;

    margin-bottom: 12px;
}
.step-form img {
    display: block;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.stepExm .w-btn{
    height: 32px;
    font-size: 16px;
    font-weight: 300;
}
.stepExm .w-btn:hover{
    box-shadow: none;
}

.step-item2 .w-btn{
    height: 32px;
    font-size: 16px;
    font-weight: 300;
}
.step-item2 .w-btn img{
    width: 18px;
    filter:invert(1);
}

.makeMoney-section .blueBtn {
    text-align: center;
    font-weight: 500;
    background-color: #62d7ff;
    position: relative;
}
.btnArrow {
    position: absolute;
}
.blueArrow {
    right: -17px;
    bottom: -17px;
}
.greenArrow {
    right: 17px;
    bottom: -17px;
}
.makeMoney-section .blueBtn:hover {
    box-shadow: none;
}
.stepExmGrey {
    color: #19181B;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
.stepExmGrey02{
    margin: 24px 0;

    color: #19181B;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
.reaminFlow {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #E9EAEB;
    border-radius: 6px;
    width: 100%;
    height: 30px;
}
.reaminFlowNum {
    font-weight: 400;
    font-size: 12px;
    color: #7B7B7B;
    flex: 1;
    /* text-align: center; */
}
.reaminFlowNum span {
    display: inline-block;
    margin-left: 2px;
    font-size: 12px;
    font-weight: 400;
}
.reaminFlowTips {
    font-weight: 400;
    font-size: 12px;
    color: #7B7B7B;
}
.gap8 {
    gap: 8px;
}
.flex-content0{
    display: flex;
    flex-direction: column;
    gap: 8px;

    margin-bottom: 10px;
}
.flow-item {
    flex: 1;
    display: flex;
    border: 1px solid #E9EAEB;
    border-radius: 6px;

    height: 28px;
}
.flow-item-left {
    padding: 0px 14px;
    background-color: #fff;
    border-radius: 6px 0px 0px 6px;
    flex: 1;
    display: flex;
    align-items: center;

    font-size: 12px;
    line-height: 12px;
    height: 26px;
}
.flow-item-right {
    padding: 0px 14px;
    border-radius: 0px 6px 6px 0px;
    background: #eaeaea;
    font-weight: 400;
    font-size: 12px;
    color: #687174;

    display: flex;
    align-items: center;
    height: 26px;


}
.step2-tab {
    margin-top: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    display: flex;
    width: 100%;
}
.step2-tab-item {
    flex: 1;
    border-bottom: 1px solid #cecece;
    text-align: center;
}
.step-item2 {
    
}
.step-item2 .stepText,
.step-item2 .stepDesc {
    padding-left: 10px;
    padding-right: 10px;
}
.step2-tab-content-item{
    padding: 22px 0;
}
.line1{
    
    height: 10px;
    border-radius: 35px;
    background: #eee;
}
.line2{
    margin-top: 8px;
    width: 75%;
    height: 10px;
    border-radius: 35px;
    background: #eee;
}
.step2-tab-content_txt{
    margin-bottom: 24px;

    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;

    color: #19181B;
}
.step2-tab-content_txt span{
    font-weight: 400;
}

.step2-tab-item:nth-child(2) {
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: 500;
}
.step2-content {
    padding: 30px 10px;
    position: relative;
    width: 100%;
    padding-bottom: 0;
}
.preContent {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #000000;
    text-align: center;
    z-index: 2;
    position: relative;
    max-width: 150px;
    margin: 0 auto;
    background-color: #fff;
}
.step2num {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.step2price {
    font-weight: 600;
    font-size: 26px;
    color: #000000;
    margin-bottom: 22px;
}
.step2price span {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    display: inline-block;
}
.btmContent {
    opacity: 0.4;
    border-radius: 6px;
    border: 1px solid #000;
    padding: 20px;
    position: absolute;
    z-index: -1;
    width: calc(100% - 20px);
    top: 40px;
    bottom: 10px;
}
.btmContent .step2num {
    text-align: center;
}
.btmContent .step2price {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btmContent .greyBtn {
    background: #494949;
    border-radius: 6px;
    color: #fff;
    padding: 8px 18px;
    text-align: justify;
    text-justify: distribute;
}
.wr-section p.section-sec-title {
    /*padding: 0 50px;*/
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 50px;
    text-align: center;
    max-width: 800px;
}
.apply-step-form {
    margin-top: 24px;
    margin-bottom: 58px;
    display: flex;
    align-items: center;

    background: #fff;
    border-radius: 6px;
    border: 1px solid #E9EAEB;
    height: 28px;
    padding: 0 10px;

    color: #7B7B7B;

    font-weight: 400;
    font-size: 12px;
    line-height: 100%;



}

/* new--- */
.solutions_tit{
    margin-bottom: 16px;
    
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-align: center;

    color: #000;
}
.solutions_tit_txt{
    margin-bottom: 54px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;

    color: #7B7B7B;

}
.solutions_content{
   
    display: flex;
    gap: 20px;
}
.solutions_list_left{
    position: relative;
    padding: 48px 24px 0;
    width: 590px;
    height: 682px;
    border-radius: 32px;

    background: #F4F4F7;

    border: 1px solid var(--themeColor);
    box-shadow: 0px 4px 16px 0px #E8DFEC;

}
.solutions_list_left_bg{
    position: absolute;
    left: 0;
    bottom: 0;
}


.s_info_list_tit{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    color: #19181B;

    display: flex;
    gap: 10px;


}
.s_info_list_tit img{
    width: 24px;
    height: 24px;
}
.s_info_list_txt{
    margin-top: 16px;
    margin-bottom: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    color: #7B7B7B;
}
.s_info_list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.s_info_list .o_info_item{
    display: flex;
    gap: 10px;
    align-items: center;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;

    color: #8F8A8A;
}

.solutions_list_right{
    display: flex;
    flex-direction: column;
    gap: 20px;

    width: 590px;

    

}
.solutions_list_right .solutions_item{
    padding: 24px;
    height: 331px;
    border-radius: 32px;

    background: #F4F4F7;
}
.o_two.solutions_item .s_info_list{
    margin-bottom: 32px;
}



.steps_tit{
    margin-bottom: 16px;
    
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 36px;
    line-height: 53px;
    text-align: center;

    color: #000;
}
.steps_tit_txt{
    margin-bottom: 64px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;

    color: #7B7B7B;

}
.w_1200_wrap{
    margin: 0 auto;
    width: 1200px;
}

.unlock_wrap{
    display: flex;
    height: 320px;
    background: #000;
    border-radius: 24px;
}
.unlock_pic{
    width: 391px;
}
.unlock_wrap_dec{
    margin-top: 33px;
    width: 705px;

}
.unlock_wrap_title{
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;

    color: #FFFFFF;


}
.unlock_wrap_txt{
    margin-top: 16px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;

    color: #FFFFFF;
}
.unlock_wrap_btn_wrap{
    margin-top: 32px;
    display: flex;

    gap: 20px;
}
.unlock_wrap_btn_wrap .b_w_btn {
    border: 1px solid #FFF;
}
.unlock_wrap_btn_wrap .b_w_btn img{
    filter:invert(0);

}
.unlock_wrap_btn_wrap .b_w_btn:hover img{
    filter:invert(1);

}


/* -------- */
.integ.unlock_wrap{
    display: flex;
    justify-content: space-between;
    height: 394px;
    background: #fff;
    border-radius: 0;

    margin-bottom: 180px;
}
.integ .unlock_pic{
    width: 574px;
}
.integ .unlock_wrap_dec{
    margin-top: 33px;

    width: 530px;
}
.integ .unlock_wrap_title{
    margin-top: 58px;

    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;

    color: #19181B;


}
.integ .unlock_wrap_txt{
    margin-top: 16px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;

    color: #474747;
}
.integ .unlock_wrap_btn_wrap{
    margin-top: 32px;
    display: flex;

    gap: 20px;
}
.integ .unlock_wrap_btn_wrap .b_w_btn {
    /* border: 1px solid #FFF; */
}
.integ .unlock_wrap_btn_wrap .b_w_btn img{
    filter:invert(0);

}
.integ .unlock_wrap_btn_wrap .b_w_btn:hover img{
    filter:invert(1);

}



/* ---new--end---- */








/* 响应式 */
@media (max-width: 600px) {
    .step-wrap .step-item {
        margin: 0 auto;
    }
    .step-item1 {
        transform: translateY(0);
    }
    .step-item2 {
        transform: translateY(0);
    }

    .step-item3 {
        transform: translateY(0);
    }
}
@media (max-width: 1200px) {
    .step-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.wr-section h2.section-title{
    /*margin-bottom: 150px !important;*/
}
