﻿.interview-flow-wrap {
    position: relative;
}

.interview-flow-wrap .section-title-wrap {
    padding: 1vw 0;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.render-body {
    background-color: #fff;
}

.campus-banner {
    display: none;
}

.campus-banner-m img {
    width: 100%;
}

.join-tabs {
    background-color: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-item {
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1;
    padding: 12px 10px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

    .tab-item.active,
    .tab-item:hover {
        background-color: #028be6;
        color: #fff;
    }

.join-tab-contents {
    margin: 0 auto;
    padding-top: 3em;
}

.section-title-wrap {
    font-family: "siyuanheiti-blod";
    font-size: 18px;
    color: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 8%;
}

.section-title {
    padding-left: 2.13%;
    padding-right: 2.13%;
}

.section-title-line {
    width: 5%;
    height: 1px;
    background-color: #aaa;
}

.recruit-job-section,
.recruit-interview-section,
.recruit-faq-section,
.recruit-workspace-section {
    display: none;
}

    .recruit-job-section.active,
    .recruit-interview-section.active,
    .recruit-faq-section.active,
    .recruit-workspace-section.active {
        display: block;
        padding-bottom: 20%;
    }

.search-wrap {
    text-align: center;
}

    .search-wrap iframe {
        border: none;
        width: 100%;
    }

.faq-container {
    padding: 0 4% 5%;
    box-sizing: border-box;
    color: black;
}

    .faq-container h4, p {
        height: 100%;
    }

    .faq-container p {
        font-size: 16px;
        margin-top: 0.5em;
        color: #646464;
    }

.flow-wrap {
    text-align: center;
}

    .flow-wrap img {
        width: 90%;
    }

.work-env-m {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 18.1%;
}

.env-m-left {
    width: 57.6%;
}

.env-m-right {
    width: 40.9%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.work-env-m img {
    width: 100%;
}

.work-env {
    display: none;
}

.faq-section-title {
    color: rgb(45, 84, 160);
    font-weight: 700;
    font-size: 20px;
    margin-top: 1em;
}

.section-title-wrap {
    font-size: 28px;
    padding-top: 4%;
    padding-bottom: 3%;
}

.faq-text.question {
    font-weight: 700;
    margin-top: 0.5em;
}

.recruit-interview-section.active {
    position: relative;
    box-sizing: border-box;
    padding-top: 80px;
}

    .recruit-interview-section.active img {
        width: 100%;
        height: auto;
    }

    .recruit-interview-section.active .section-title-wrap {
        width:100%;
        color: #f3f3f3;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
.flow-item-wrap {
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.flow-item {
    width: 10.4166vw;
}

.flow-item-wrap .flow-item:nth-child(2n) {
    margin: 0 5px;
    position: relative;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .flow-item-wrap .flow-item:nth-child(2n) img {
        box-sizing: border-box;
    }

@media (min-width: 768px) {
    h4 {
        font-family: "siyuanheiti-normal", "Microsoft YaHei";
    }

    .join-tab-contents {
        max-width: 1920px;
        margin: 0 auto;
        padding-bottom: 60px;
    }

    .tab-item {
        font-size: 18px;
        padding: 20px 15px;
    }

    .recruit-job-section,
    .recruit-interview-section,
    .recruit-faq-section,
    .recruit-workspace-section {
        display: none;
    }

        .recruit-job-section.active,
        .recruit-interview-section.active,
        .recruit-faq-section.active,
        .recruit-workspace-section.active {
            display: block;
            padding-bottom: 3%;
        }

    .section-title-wrap .section-title {
        padding-left: 1%;
        padding-right: 1%;
    }

    .section-title-line {
        width: 2.2%;
    }

    .campus-banner-m {
        display: none;
    }

    .campus-banner {
        display: block;
        text-align: center;
        background-color: #235ce7;
        background-size: cover;
        position: relative;
    }

    .banner-mask {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        backdrop-filter: blur(50px);
    }

    .campus-banner img {
        position: relative;
        z-index: 1;
        max-width: 100%;
    }

    .search-wrap iframe {
        border: none;
        width: 64.5%;
        margin: 0 auto;
        min-width: 960px;
    }

    .faq-wrap {
        border: none;
        width: 64.5%;
        margin: 0 auto;
        min-width: 960px;
    }

    .faq-container {
        padding: 0% 4% 5%;
        background-color: #fff;
        width: 80%;
        margin: 0 auto;
        box-sizing: border-box;
    }

        .faq-container .faq-section-wrap {
            font-size: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

    .faq-section-wrap p {
        margin: 0.5em;
        color: black;
    }

    .faq-section-wrap .faq-title,
    .faq-section-wrap .faq-text,
    .faq-section-wrap .faq-section-hr {
        font-size: 18px;
        margin: 0 0 1%;
        /*color: #1b1b1b;*/
        color: black;
    }

    .faq-section-wrap .faq-title {
        text-align: center;
    }

    .faq-section-wrap .faq-text {
        line-height: 26px;
        min-height: 26px;
    }

    .faq-section-wrap .faq-hr-contact {
        display: flex;
        flex-direction: column;
    }

    .faq-section-wrap .faq-hr-phone {
        font-size: 16px;
        font-weight: 400;
    }

    .flow-wrap {
        text-align: center;
    }

        .flow-wrap img {
            width: auto;
            max-width: 100%;
        }

    .work-env-m {
        display: none;
    }

    .work-env {
        display: block;
        width: 70.2%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .work-env .img-wrap {
            overflow: hidden;
        }

            .work-env .img-wrap:nth-child(1),
            .work-env .img-wrap:nth-child(2),
            .work-env .img-wrap:nth-child(3) {
                width: 33%;
                margin-bottom: 0.45%;
            }

            .work-env .img-wrap:nth-child(4),
            .work-env .img-wrap:nth-child(5) {
                width: 49.7%;
            }

            .work-env .img-wrap img {
                width: 100%;
                transition: transform 0.5s ease 0s;
            }

            .work-env .img-wrap:hover img {
                transform: scale(1.05)
            }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
