#main { background-color: #FFFFFF; }
section { padding: 2rem 0;overflow: hidden;position: relative; }

.section1 { padding: 0 0 2rem;background-color: #5dc3b9; }
.section1_img_module {
    width: 100%;height: 32rem;position: relative;
    display: flex;justify-content: center;
}
.section1_left_shadow { position: absolute;left: 22%;top: 0;height: 100%; }
.section1_right_loan { height: 100%;margin-left: 14%;z-index: 1; }
.section1_title1 {
    font-size: 2rem;font-weight: 900;line-height: 1;
    letter-spacing: 2px;color: #61c0b6;-webkit-text-stroke: 1px #fff;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.section1_title2 {
    font-size: 2rem;font-weight: 900;line-height: 1;
    letter-spacing: 2px;color: #FFFFFF;text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.section1_banner_module {
    position: relative;z-index: 1;
    border-radius: 2rem;margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;aspect-ratio: 8.7/10;
    display: flex;flex-direction: column;justify-content: center;
}
.section1_banner_module_title {
    text-align: center;font-size: 1.5rem;font-weight: 500;margin-top: 2rem;
    letter-spacing: 0.2rem;line-height: 1.2;color: #FFFFFF;text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}
.section1_banner_module_btn {
    background-color: #989898D9;border-radius: 2rem;text-align: center;
    font-size: 1.5rem;font-weight: 500;color: #FFFFFF;
    width: 90%;margin: 1rem auto 0;box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.section1_bottom_p {
    position: relative;z-index: 1;
    font-size: 0.8rem;color: #FFFFFF;
    margin-top: 4rem;margin-bottom: 0;
}
.section1_watermark {
    color: #77cbc2;font-size: 14rem;line-height: 1;font-weight: 900;
    position: absolute;bottom: 1rem;left: 0;z-index: 0;pointer-events: none;
    display: inline-block;transform: scaleY(2);transform-origin: left bottom;
}

.section2 {
    background-color: #eff4fa;width: 98%;
    border-radius: 0 1rem 1rem 0;margin-top: 2rem;
}
.section2_title1 {
    color: #53bcb1;font-size: 2.5rem;letter-spacing: 0.2rem;
    font-weight: 400;margin-bottom: 2rem;
}
.section2_text1 {
    position: relative;z-index: 1;
    background: #f4f9ff;border-radius: 1rem;padding: 1rem 1.5rem;
    text-align: center;display: inline-block;letter-spacing: 0.2rem;
    font-size: 1.5rem;font-weight: 400;line-height: 1.4;color: #000000;
    margin-bottom: 1.5rem;box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.section2_text2 { background: #53bcb1;color: #FFFFFF;text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
.section2_text1 span { color: #53bcb1; }
.section2_watermark {
    color: #dcedef;font-size: 10rem;line-height: 1;font-weight: 900;
    position: absolute;bottom: 1rem;left: 0;z-index: 0;pointer-events: none;
    display: inline-block;transform: scaleY(2);transform-origin: left bottom;
}

.section3 {
    background-color: #5dc3b9;width: 98%;
    border-radius: 0 1rem 1rem 0;margin-top: 2rem;
}
.section3_title {
    position: relative;z-index: 1;
    color: #FFFFFF;font-size: 2.5rem;letter-spacing: 0.2rem;
    font-weight: 400;margin-bottom: 2rem;text-align: center;
}
.section3_title span { font-size: 3rem; }
.section3_module {
    position: relative;z-index: 1;
    background: #f4f9ff;border-radius: 1rem;padding: 0.2rem 1.5rem;
    margin-bottom: 1.5rem;box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    display: flex;justify-content: space-around;align-items: center;
}
.section3_module_icon { width: 28%; }
.section3_module_title {
    font-size: 1.5rem;font-weight: 400;
    line-height: 1.4;letter-spacing: 0.2rem;
    color: #000000;width: 70%;text-align: center;
}
.section3_module_title span { color: #53bcb1; }
.section3_watermark {
    color: #9bd3cc;font-size: 8rem;line-height: 1;font-weight: 900;
    position: absolute;bottom: 0;left: 0;z-index: 0;pointer-events: none;
    display: inline-block;transform: scaleY(2);transform-origin: left bottom;
}

.section4 {
    background-color: #f4f6fb;width: 98%;
    border-radius: 0 1rem 1rem 0;margin-top: 2rem;
}
.section4 .container { position: relative;z-index: 1; }
.section4_title {
    position: relative;width: 100%;max-width: 520px;margin: 0 auto 20px;
    background: #43b8b0;color: #fff;text-align: center;font-size: 2.5rem;
    font-weight: 400;line-height: 1.5;border-radius: 1rem;
}
.section4_title::after {
    content: "";width: 0;height: 0;
    position: absolute;left: 50%;bottom: -12px;transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #43b8b0;
}
.section4_module {
    width: 96%;max-width: 520px;margin: 0 auto;border-radius: 0.8rem;
    background-color: #FFFFFF;padding: 1rem;
}
.section4_module_list {
    background-color: #3bb9ac;border-radius: 0.8rem;margin-bottom: 1rem;
    display: flex;justify-content: center;align-items: center;
}
.section4_module_list img { width: 20%; }
.section4_module_list div {
    width: 50%;color: #fff;text-align: center;font-size: 2rem;
    font-weight: 400;line-height: 1.5;
}
.section4_module_p { color: #0a1015;font-size: 0.75rem;text-align: center;white-space: nowrap; }
.section4_watermark {
    color: #deedf0;font-size: 8rem;line-height: 1;font-weight: 900;
    position: absolute;bottom: 0;left: 0;z-index: 0;pointer-events: none;
    display: inline-block;transform: scaleY(2);transform-origin: left bottom;
}

@media (max-width: 991px) {
    .section1 { padding: 0;border-radius: 0 0 1rem 1rem; }
    .section1_img_module { height: 28rem; }
    .section1_left_shadow { position: absolute;left: 4%;top: 0;height: 100%; }

    .section1_title1 { font-size: 1.5rem; }
    .section1_title2 { font-size: 1rem; }
    .section1_banner_module_title { font-size: 1rem; }
    .section1_banner_module_btn { font-size: 1rem; }

    .section1_watermark { font-size: 8rem; }

    .section2 { margin-top: 1rem;width: 98%;border-radius: 1rem 1rem 0 0; }
    .section2_title1 { font-size: 2rem;margin-bottom: 1.5rem; }
    .section2_text1 {
        margin-bottom: 1rem;font-size: 1.2rem;
        border-radius: 0.5rem;padding: 0.5rem 1rem;
    }
    .section2_watermark { font-size: 5rem; }

    .section3 { padding: 2rem 0 6rem;border-radius: 0 0 1rem 1rem;width: 98%; }
    .section3_title { font-size: 2rem; }
    .section3_title span { font-size: 2.5rem; }
    .section3_module_title { font-size: 1.5rem; }
    .section3_watermark { font-size: 6rem; }

    .section4 { padding: 2rem 0 8rem; }
    .section4_title { font-size: 1.8rem; }
    .section4_module_list { padding: 0.5rem; }
    .section4_module_list div { font-size: 1.2rem; }
    .section4_watermark { font-size: 4rem; }
}
@media (max-width: 400px) {
    .section1_title2 { font-size: 0.8rem; }
    .section3_module_title { font-size: 1.3rem; }
}