.top_join {
    background: url('/static/images/join.png') center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: left;

    .container-title {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: end;
        text-align: left;


        p.title {
            font-weight: normal;
            font-size: 44px;
            color: #01042B;
        }

        p.content {
            font-weight: normal;
            font-size: 18px;
            color: #2B42CD;
        }

        span {
            font-weight: 400;
            font-size: 14px;
            color: #01042B;
            margin-bottom: 30px;
            display: block;
        }

        .title-box div span {
            font-weight: normal;
            font-size: 16px;
            color: #5F5F5F;
            background: #FFFFFF;
            border-radius: 20px;
            padding: 10px 27px;
            display: inline-block;
            margin-right: 15px;
        }

    }
}

.part1 {
    background: #F4F9FF;
    width: 100%;
    padding-bottom: 78px;

    h3 {
        font-weight: 400;
        font-size: 60px;
        color: #1B4EF3;
        text-align: center;
        padding: 85px 0 54px 0 !important;
    }

    p {
        font-weight: 400;
        font-size: 40px;
        color: #4B4B4B;
        margin-bottom: 70px !important;
    }

    p::after {
        content: "";
        display: block;
        width: 448px;
        height: 12px;
        background: #2C60EB;
        border-radius: 6px;
    }

    span {
        display: block;
        font-weight: 400;
        font-size: 30px;
        color: #4B4B4B;
        line-height: 50px;
    }
}

.part2 {
    background: #FFFFFF;
    width: 100%;
    padding-bottom: 78px;

    p {
        font-weight: 400;
        font-size: 40px;
        color: #4B4B4B;
        width: fit-content;
    }

    p::after {
        content: "";
        display: block;
        height: 12px;
        background: #2C60EB;
        border-radius: 6px;
        margin-bottom: 79px;
    }

    .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 27px;
        margin-bottom: 15px;

        .right {
            display: flex;
        }

        .left {
            width: 837px;
            display: flex;
            line-height: 48px;
            font-weight: 400;
            font-size: 30px;
            color: #4B4B4B;

            .wechat {
                font-weight: 400;
                font-size: 34px;
                color: #4B4B4B;
            }
        }

    }
}

.part3 {
    background: #F4F9FF;
    width: 100%;
    padding-top: 54px;
    padding-bottom: 78px;

    .box {
        /* margin-top: 27px; */
        margin-bottom: 15px;
        width: 824px;
        font-weight: 400;
        font-size: 30px;
        color: #4B4B4B;

        h3 {
            font-weight: 400;
            font-size: 40px;
            color: #4B4B4B;
            width: fit-content;
        }

        h3::after {
            content: "";
            display: block;
            height: 12px;
            background: #2C60EB;
            border-radius: 6px;
            margin-bottom: 64px;
            margin-top: 3px;
        }
    }
}