body,
h1,
h2,
p {
    font-family: 'Alibaba PuHuiTi 2.0'
}



#fh5co-join {
    padding: 160px 0;
}

#fh5co-join .container {
    text-align: center;
}

h2 {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 50px;
    color: #000000D9;


}

.job-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.job-list>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F8F8F8;
    border-radius: 20px;
    padding: 40px 0;
    width: calc((100% - 40px) / 3);

}

.job-list>div img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.job-list>div p {
    font-family: 'Alibaba PuHuiTi 2.0';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;

    text-align: center;
    color: #000000D9;

}

.job-list>div a {
    color: #3460FB;
    font-family: 'Alibaba PuHuiTi 2.0';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;


}

#fh5co-recruit {
    padding-bottom: 160px;
}

#fh5co-recruit .show-box .right {
    padding: 52.5px 0 0 20px;
}

#fh5co-recruit .show-box .left {
    padding: 0 40px 0 0;
}

#fh5co-recruit .show-box .left img {
    width: 100%;
}

#fh5co-recruit .show-box .comtit {
    /* font-family: 'Alibaba PuHuiTi 2.0'; */
    font-size: 32px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000000D9;


}

#fh5co-recruit .show-box p {
    /* font-family: Alibaba PuHuiTi 2.0; */
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #000000A6;
    margin-bottom: 30px;

}

#fh5co-recruit .show-box a {
    /* font-family: Alibaba PuHuiTi 2.0; */
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #FFF;
    padding: 13px 24px;
    background: #3460FB;
    box-shadow: 0px 1px 2px 0px #6951FF0D;
    border-radius: 6px;

}

#banner {

    background: url(/imgs/contact-banner.webp)no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/500;


}

#banner .container {
    padding: 184px 0;
}

.fh5co-nav {
    position: absolute;
    background: transparent;

}

.heading-section {

    font-size: 60px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;


}

.heading-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}


@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #fh5co-recruit .show-box .right {
        padding: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #fh5co-recruit .show-box {
        display: flex;
        flex-direction: column-reverse;
    }

    #fh5co-recruit .show-box .right {
        padding: 40px 0 0 0;
        text-align: center;
    }

    #fh5co-recruit .show-box .comtit {
        text-align: center;
    }

    #fh5co-recruit .show-box p {
        text-align: center;
    }

    #fh5co-recruit .show-box a {
        display: block;
        width: 100%;
    }

    #fh5co-recruit .show-box .left {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }

    #fh5co-recruit .show-box .left {
        padding: 0;
    }

    #fh5co-recruit .show-box {
        display: flex;
        flex-direction: column-reverse;
    }

    #fh5co-recruit .show-box .right {
        padding: 20px 0 0 0;
        text-align: center;
    }

    #fh5co-recruit .show-box p {

        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
        margin-bottom: 20px;

    }

    #fh5co-recruit .show-box .comtit {
        font-size: 20px;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-align: center;
        margin-bottom: 20px;

    }



    #fh5co-recruit .show-box a {
        display: block;
        width: 100%;
        padding: 8px 0;

        font-size: 14px;
        font-weight: 600;
        line-height: 20px;


    }

    h2 {

        font-size: 20px;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-align: center;
        margin-bottom: 20px;

    }

    .job-list {
        gap: 10px;
    }

    .job-list>div {
        width: 48%;
        border-radius: 10px;
        padding: 30px 0;
    }

    .job-list>div img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .job-list>div p {

        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 0;

    }

    .job-list>div a {

        font-size: 14px;
        font-weight: 400;
        line-height: 21px;


    }

    #fh5co-join {
        padding: 40px 0 60px;
    }

    #fh5co-recruit {
        padding-bottom: 60px;
    }

    #banner {
        background: url(/imgs/contact-banner-phone.webp)no-repeat;
        aspect-ratio: 0;
        background-size: 100%;
        background-position: 0;
    }

    #banner .container {
        padding: 48px 0;
    }


    .heading-section {

        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;

    }

    .heading-text {

        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;


    }

    .fh5co-nav {
        position: relative;
        background: #FFFFFF;

    }

    .fh5co-nav-toggle.fh5co-nav-white>i {
        color: #000;
        background: #000;
    }

    .fh5co-nav-toggle.fh5co-nav-white>i::before,
    .fh5co-nav-toggle.fh5co-nav-white>i::after {
        background: #000;
    }


}

@media (max-width: 375px) {
    #banner {
        background-size: 100% 100%;
        background-position: 0 0;
    }
}