.sme_loan { background-color: #FFFFFF; }
.sme_loan section { padding: 2rem 0; }

.section1_module {
    position: relative;border-radius: 1rem;
    width: 100%;aspect-ratio: 3/2;
    background-size: contain;background-position: center;background-repeat: no-repeat;
    overflow: hidden;
}
.section1_module::before {
    content: "";position: absolute;inset: 0;z-index: 0;
    background-color: rgba(73, 73, 73, 0.45);
}
.section1_module > * { position: relative;z-index: 1; }

.section1_module_title {
    color: #FFFFFF;font-size: 3rem;font-weight: 500;line-height: 1;
    padding: 1rem 1.5rem;background-color: #00000040;border-radius: 0.8rem;
    position: absolute;top: 1rem;left: 50%;transform: translateX(-50%);
}
.section1_module_title1 {
    color: #FFFFFF;font-size: 3rem;font-weight: 700;width: 9.5rem;
    position: absolute;top: 5rem;right: 4%;line-height: 1;
}
.section1_module_title2 {
    color: #4bf2f3;font-size: 2.5rem;font-weight: 700;text-align: end;
    position: absolute;top: 16rem;right: 4%;line-height: 1;
}
.section1_module_title2 span {
    color: #FFFFFF;font-size: 2rem;
}

.section1_dialogue { position: relative;top: 14rem;width: 100%;height: calc(100% - 14rem); }
.section1_dialogue div {
    position: absolute;display: inline-block;
    background: #48c7c7;color: #fff;
    font-size: 1rem;font-weight: 500;line-height: 1;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
}
.section1_dialogue_text1 { top: 3rem;left: 10%; }
.section1_dialogue_text2 { top: 10rem;left: 42%; }
.section1_dialogue_text3 { bottom: 20rem;right: 16%;text-align: end; }

/* 圆点 */
.section1_dialogue_text1::before {
    content: "";width: 1.2rem;height: 1.2rem;
    position: absolute;left: 56%;top: 3.2rem;
    background: #48c7c7;border-radius: 50%;
}
.section1_dialogue_text2::before {
    content: "";width: 1.2rem;height: 1.2rem;
    position: absolute;left: 52%;top: -2.2rem;
    background: #48c7c7;border-radius: 50%;
}
.section1_dialogue_text3::before {
    content: "";width: 1.2rem;height: 1.2rem;
    position: absolute;right: 4rem;top: -1.8rem;
    background: #48c7c7;border-radius: 50%;
}

/* 连线 */
.section1_dialogue_text1::after {
    content: "";width: 2rem;height: 0.3rem;background: #48c7c7;
    position: absolute;left: 50%;top: 1.5rem;
    transform: rotate(55deg);transform-origin: left center;
}
.section1_dialogue_text2::after {
    content: "";width: 2rem;height: 0.3rem;background: #48c7c7;
    position: absolute;left: 56%;top: -1.5rem;
    transform: rotate(110deg);transform-origin: left center;
}
.section1_dialogue_text3::after {
    content: "";width: 2rem;height: 0.3rem;background: #48c7c7;
    position: absolute;right: 3rem;top: -1.5rem;
    transform: rotate(45deg);transform-origin: left center;
}

.section1_bottom {
    background-color: #059384eb;border-radius: 1rem;width: 92%;height: 20rem;
    padding: 1rem;position: absolute;bottom: 0;right: 4%;
}
.section1_bottom_text1 {
    color: #FFFFFF;text-align: center;font-size: 0.9rem;
    position: relative;z-index: 1;
}
.section1_bottom_text2 {
    color: #FFFFFF;text-align: center;
    font-size: 1.5rem;letter-spacing: 0.2rem;
    position: relative;z-index: 1;
}
.section1_bottom_text2 span {
    color: transparent;font-size: 1.5rem;
    -webkit-text-stroke: 1.5px #FFFFFF;-webkit-text-fill-color: transparent;
}
.section1_bottom_reply {
    background-color: #6dc4c5;display: inline-block;margin: 0.8rem;
    border-radius: 1rem;padding: 0.5rem 1rem;position: relative;z-index: 1;
    color: #FFFFFF;text-align: center;font-size: 1.5rem;letter-spacing: 0.2rem;
}
.section1_bottom_img {
    border-radius: 1rem;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    width: 60%;max-width: 20rem;margin: 0 auto;position: absolute;z-index: 1;
    top: 58%;left: 50%;transform: translate(-50%, -50%);
}
.section1_bottom_img img { border-radius: 1rem; }
.section1_watermark {
    color: #77cbc2;font-size: 7rem;line-height: 1;font-weight: 900;
    position: absolute;bottom: 0rem;left: 0;z-index: 0;pointer-events: none;
    display: inline-block;transform: scaleY(2);transform-origin: left bottom;
}

@media (max-width: 991px) {
    .section1 {
        background-color: #53bcb1;width: 98%;padding: 0 !important;
        border-radius: 0 1rem 1rem 0;margin-top: 2rem;
    }
    .section1 .container { padding: 0; }
    .section1_module {
        aspect-ratio: 8.7/10;border-radius: 0 1rem 0 0;
    }
    .section1_module_title { font-size: 1.2rem; }

    .section1_dialogue { top: 10rem;height: calc(100% - 10rem); }
    .section1_dialogue_text1 { top: 2rem;right: 2%;left: auto; }
    .section1_dialogue_text2 { top: 10rem;left: 1%; }
    .section1_dialogue_text3 { bottom: 2rem;right: 4%;text-align: end; }

    .section1_bottom {
        background-color: #53bcb1;border-radius: 0 0 1rem 0;padding: 1rem;
        position: unset;width: 100%;height: auto;
    }
    .section1_bottom_text1 { color: #FFFFFF;text-align: justify;font-size: 0.9rem; }
    .section1_bottom_text2 {
        color: #FFFFFF;text-align: center;margin: 1rem 0;
        font-size: 1.5rem;letter-spacing: 1px;
    }
    .section1_bottom_text2 span {
        color: transparent;font-size: 1.5rem;
        -webkit-text-stroke: 1.5px #FFFFFF;-webkit-text-fill-color: transparent;
    }
    .section1_bottom_reply { padding: 0.5rem 1rem;font-size: 1.2rem;margin: 0.5rem 0; }
    .section1_bottom_reply_margin { margin: 0.5rem 1.5rem; }
    .section1_bottom_img {
        position: relative;border-radius: 1rem;
        width: 60%;margin: 0 auto;
        top: unset;left: unset;transform: unset;
    }
    .section1_bottom_img img { border-radius: 1rem; }
    .section1_watermark { font-size: 3.6rem;bottom: 9rem; }
}

@media (max-width: 400px) {
    .section1_dialogue_text1 { top: 2rem; }
    .section1_dialogue_text2 { top: 9rem; }
    .section1_dialogue_text3 { bottom: 1rem; }
    .section1_watermark { font-size: 3.2rem; }
}