.w-btn {
    overflow: hidden;
}

.bannerContent {
    gap: 40px;
}
.makeMoney-section {
    background: url(/static/swift_proxy/images/products/cdk/makemoney-bg.png);
    background-size: cover;
}

.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);
}
.cdk-page .banner-title h1 {
    font-weight: 600;
    font-size: 46px;
    color: #333333;
}
.banner-desc {
    color: #333333;
}
.makeMoney-section h2.section-title {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.makeMoney-section p.section-sec-title {
    margin-bottom: 110px;
}
.step-wrap {
    gap: 38px;
    flex-wrap: wrap;
}
.step-item {
    padding: 40px 50px;
}
.stepExm {
    padding: 20px;
}
.step-item-wrap {
    flex: 1;
    margin-bottom: 80px;
}
.step-item {
    flex: 1;
    border-radius: 15px;
    border: 2px solid #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    height: 100%;
}
.step-item1 {
    transform: translateY(-60px);
}

.step-item4 {
    transform: translateY(-60px);
}
.step-item4:hover {
    transform: translateY(-65px);
}
.step-item3:hover {
    transform: translateY(-5px);
}
.step-item1:hover {
    transform: translateY(-65px);
}
.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;
    position: relative;
}

.step-form img {
    display: block;
    margin-right: 6px;
}
.icon-copy {
    margin-right: 0;
    margin-left: 12px;
}
.icon-arrow {
    position: absolute;
    right: -9px;
    bottom: -10px;
}
.faq-section {
    background-color: #f9f9f9;
}
.quickQues-box .el-collapse-item__header,
.quickQues-box .el-collapse-item__content {
    background-color: #f9f9f9;
}

/* section2 样式 */
.sec-section h2.section-title {
    margin-bottom: 50px;
}
.sec2-block1,
.sec2-block2,
.sec2-block3,
.sec2-block4 {
    padding: 34px 40px;
    border-radius: 30px;
}
.sec2-block1 {
    border: 1px solid #000000;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    max-width: 500px;
}
.sec2-block2 {
    background: #f4f4f4;
}
.sec2-block3 {
    background: #d2f4ff;
}
.sec2-block4 {
    background: #d3faf3;
}
.block-list {
    display: flex;
    gap: 16px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.block-title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 18px;
}
.block-list img {
    display: inline-block;
}

.social-icon-wrap {
    padding: 9px;
    border-radius: 5px;
    border: 1px solid #000000;
    line-height: 0;
    display: flex;
    flex-direction: column;
    align-items: centers;
    display: inline-block;
}
.social-icon-wrap img {
    max-width: 23px;
}
.step3-block {
    border-radius: 10px;
    border: 1px solid #000000;
    padding: 20px 15px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.step3-btm {
    width: 100%;
}
.step3-icon {
    min-width: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec3-title {
    font-weight: 500;
    font-size: 20px;
}
.sec3-desc {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.step3-block:nth-child(1) .sec3-title {
    font-size: 30px;
}
.step3-block:nth-child(1) .sec3-desc {
    color: #000;
}
/* money计算器 */
.calc-money-wrap {
    border: 1px solid #000;
    padding: 36px;
    border-radius: 30px;
    position: relative;
    z-index: 100;
    background-color: #fff;
}
.triSvg {
    display: inline-block;
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    line-height: 0;
}
.section-content {
    position: relative;
}
.el-slider-wrap {
    margin: 0 30px;
    margin-bottom: 26px;
}
.slideInfo {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calc-money-wrap .el-slider__bar {
    background-color: #63d6fd;
    height: 10px;
}
.calc-money-wrap .el-slider__runway {
    height: 10px;
}
.calc-money-wrap .el-slider__button-wrapper {
    background-image: url(/static/swift_proxy/images/promotion/slider-icon.png);
}
.calc-money-wrap .el-slider__button-wrapper .el-tooltip,
.calc-money-wrap .el-slider__button-wrapper::after {
    display: none;
}
.calc-money-wrap .el-slider__stop {
    width: 2px;
    height: 20px;
    background: #d8dfe0;
}
.calc-money-wrap .el-slider__stop.active {
    background: #63d6fd;
}
.calc-money-wrap .el-slider__marks-text {
    font-weight: 500;
    font-size: 16px;
    color: #07b4ee;
    margin-top: 20px;
    width: 120px;
    text-align: center;
}
.calc-money-wrap .el-slider__marks-text:last-child {
    margin-left: -30px;
}
.calc-money-wrap .el-input-number .el-input__inner,
.calc-money-wrap .el-input__inner {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: inherit;
}
.calc-money-wrap .slide-number-wrap {
    max-width: 180px;
    margin: 0 12px;
}
.calc-money-wrap .slide-select-wrap {
    max-width: 130px;
    margin: 0 12px;
}
/*  */
/* 响应式 */
@media (max-width: 600px) {
    .slideInfo {
        flex-direction: column;
    }
    .el-slider__marks-text {
        display: none;
    }
    .social-icon-wrap {
        text-align: center;
    }
}
@media (max-width: 1100px) {
    .sec-section .wr-flex-content {
        flex-wrap: wrap;
    }
}
@media (max-width: 1200px) {
    .wr-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}
