.balance_transfer { background-color: #FFFFFF; }
.balance_transfer 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 {
    position: absolute;top: 8rem;left: 50%;transform: translateX(-50%);
    color: #FFFFFF;font-size: 2rem;font-weight: 500;
    line-height: 1;text-align: center;white-space: nowrap;
}
.section1_module_title1 span {
    color: #4bf2f3;font-size: 3rem;font-weight: 700;
}

.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: 20%; }
.section1_dialogue_text2 { top: 10rem;left: 42%; }
.section1_dialogue_text3 { bottom: 16rem;right: 30%;text-align: end; }

/* 圆点 */
.section1_dialogue_text1::before {
    content: "";width: 1.2rem;height: 1.2rem;
    position: absolute;left: 40%;top: 3.2rem;
    background: #48c7c7;border-radius: 50%;
}
.section1_dialogue_text2::before {
    content: "";width: 1.2rem;height: 1.2rem;
    position: absolute;left: 50%;top: -2.2rem;
    background: #48c7c7;border-radius: 50%;
}
.section1_dialogue_text3::before {
    content: "";width: 1.2rem;height: 1.2rem;
    position: absolute;right: -2rem;top: -1.2rem;
    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(105deg);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(45deg);transform-origin: left center;
}
.section1_dialogue_text3::after {
    content: "";width: 2rem;height: 0.3rem;background: #48c7c7;
    position: absolute;right: -3rem;top: -0.5rem;
    transform: rotate(150deg);transform-origin: left center;
}

.section1_bottom {
    background-color: #059384eb;border-radius: 1rem;
    padding: 1rem;position: absolute;bottom: 4rem;right: 4%;
}
.section1_bottom_text1 { color: #FFFFFF;text-align: center;font-size: 0.9rem; }
.section1_bottom_text2 {
    color: #FFFFFF;text-align: center;
    font-size: 1.5rem;letter-spacing: 0.2rem;
}
.section1_bottom_text2 span {
    color: transparent;font-size: 3rem;
    -webkit-text-stroke: 1.5px #FFFFFF;-webkit-text-fill-color: transparent;
}

.section2 {
    background-color: #e6edf7;width: 98%;
    border-radius: 0 1rem 1rem 0;margin-top: 2rem;
}

.section2_title {
    position: relative;width: 100%;max-width: 520px;margin: 0 auto 20px;
    background: #43b8b0;color: #fff;padding: 0.5rem;border-radius: 1rem;
    text-align: center;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.section2_title div { font-size: 2.5rem;font-weight: 700;line-height: 1; }
.section2_title span { font-size: 1.2rem;font-weight: 400;line-height: 1; }
.section2_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;
}
.section2_text {
    background-color: #FFFFFF;padding: 0.8rem 0;margin-top: 1rem;
    border-radius: 0.8rem;font-size: 1.5rem;color: #000000;text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.section2_text span { color: #3db0b1; }
.section2_notes { margin-top: 12px;font-size: 1rem;color: #000000; }

@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_module_title1 { top: 5rem; }

    .section1_dialogue { top: 10rem;height: calc(100% - 10rem); }
    .section1_dialogue_text1 { top: 2rem;left: 12%; }
    .section1_dialogue_text2 { top: 6rem;right: 10%;left: auto; }
    .section1_dialogue_text3 { bottom: 3rem;right: 30%;text-align: end; }

    .section1_bottom {
        background-color: #53bcb1;border-radius: 0 0 1rem 0;padding: 1rem;
        position: unset;
    }
    .section1_bottom_text1 { color: #FFFFFF;text-align: justify;font-size: 0.9rem; }
    .section1_bottom_text2 {
        color: #FFFFFF;text-align: center;
        font-size: 1.1rem;letter-spacing: 1px;
    }
    .section1_bottom_text2 span {
        color: transparent;font-size: 2rem;
        -webkit-text-stroke: 1.5px #FFFFFF;-webkit-text-fill-color: transparent;
    }

    .section2 {
        background-color: #e6edf7;width: 98%;
        border-radius: 0 1rem 1rem 0;margin-top: 2rem;
    }
    .section2_title div { font-size: 1.8rem; }
    .section2_title span { font-size: 0.9rem; }
    .section2_text { font-size: 1.2rem; }
    .section2_text span { color: #3db0b1; }
    .section2_notes { margin-top: 10px;font-size: 10px;color: #000000; }
}

@media (max-width: 400px) {
    .section1_dialogue_text1 { top: 1rem;left: 6%; }
    .section1_dialogue_text2 { top: 5rem; }
    .section2_text { font-size: 1rem; }
}