/* cdk-page */
.top {
    background-image: url(/static/swift_proxy/images/use_cases/index/banner-bg.png);
    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;
}
.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/swift_proxy/images/products/cdk/makemoney-bg.png);
    background-size: cover;
}

.cdk-adv-section {
    background: url(/static/swift_proxy/images/products/cdk/cdk-adv-section-bg.png);
    background-size: cover;
}
.dark-btn-wrap {
    align-self: center;
}
.cdk-adv-section .section-content {
    display: flex;
    justify-content: center;
}
.cdk-adv-section .dark-btn-wrap {
    margin-top: 0;
}
.cdk-adv-section h3.section-sec-title {
    margin-bottom: 40px;
}
.section5 .blueBtn {
    padding: 16px 20px;
    line-height: inherit;
}
.section5-left-title {
    margin: 0;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 30px;
}
.section5-left {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section5-right {
    flex: 1;
}
.section5-left-desc {
    margin: 0;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.section5-left-btn {
    display: flex;
    gap: 20px;
}
.section5Bg {
    background: url(/static/swift_proxy/images/products/cdk/section5-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: 12px 12px 0px 0px rgba(0, 0, 0, 0.15);
}
.shadowBox6 {
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.16);
}
.step-wrap {
    gap: 30px;
}
.step-item {
    padding: 40px 20px;
}
.stepExm {
    padding: 20px;
}
.step-item {
    flex: 1;
    border-radius: 15px;
    border: 2px solid #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
}
.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: 6px;
    border: 1px solid #000000;
}
.stepNum {
    background: #d1f1fd;
    border-radius: 6px;
    border: 1px solid #c4d8df;
    font-weight: 400;
    font-size: 16px;
    color: #3f535a;
    padding: 0 14px;
    margin-bottom: 10px;
}
.stepText {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 6px;
}
.stepDesc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    /* max-width: 170px; */
    text-align: center;
}
.stepExm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.step-form {
    display: flex;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #687174;
    align-items: center;
}
.step-form img {
    display: block;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}
.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: #687174;
    font-size: 14px;
    font-width: 400;
}
.reaminFlow {
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #000000;
    border-radius: 6px;
    width: 100%;
}
.reaminFlowNum {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    flex: 1;
    text-align: center;
}
.reaminFlowNum span {
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
}
.reaminFlowTips {
    font-weight: 400;
    font-size: 12px;
    color: #687174;
}
.gap8 {
    gap: 8px;
}
.flow-item {
    flex: 1;
    display: flex;
}
.flow-item-left {
    padding: 7px 14px;
    background-color: #f3f3f3;
    border-radius: 6px 0px 0px 6px;
    flex: 1;
}
.flow-item-right {
    padding: 7px 14px;
    border-radius: 0px 6px 6px 0px;
    background: #eaeaea;
    font-weight: 400;
    font-size: 14px;
    color: #687174;
}
.step2-tab {
    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 {
    padding-left: 0;
    padding-right: 0;
}
.step-item2 .stepText,
.step-item2 .stepDesc {
    padding-left: 10px;
    padding-right: 10px;
}

.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 {
    display: flex;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    align-items: center;
}
/* 响应式 */
@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;
}