.page-header{
    color: #fff;
}
.page-header .title{
    margin-bottom: calc(12 * var(--rpx));
}

section.top{
    padding-top: calc(80 * var(--rpx));
    background: linear-gradient(to bottom, #dde0e8, #fff 600px, #fff);
    padding-bottom: calc(45 * var(--rpx));
}

.top .anchor-nav-bar{
    margin-bottom: calc(100 * var(--rpx));
}

.advantages .section-title,
.recruit .section-title{
    text-align: center;
}

.advantages .advantages-img{
    /*
    *1160px at 1920
    *900px at 960
    */
    width: calc(27.083vw + 640px);
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(36 * var(--rpx));
}

section.advantages{
    padding-bottom: calc(60 * var(--rpx));
}

section.recruit{
    padding-top: calc(80 * var(--rpx));
    padding-bottom: calc(120 * var(--rpx));
}

.recruit .section-desc{
    text-align: center;
    font-size: calc(28 * var(--rpx));
    /*font-weight: lighter;*/
    margin-top: calc(8 * var(--rpx));
}

.rec-list{
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    margin-top: calc(54 * var(--rpx));
}

.rec-list .rec{
    width: calc((100% - 4.167vw) / 2);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}
.rec .pic {
    height: 68%;
}

.rec .cover {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rec .info{
    background-color: #f9f9f9;
    height: calc(80 * var(--rpx));
    padding-left: calc(32 * var(--rpx));
    padding-right: calc(32 * var(--rpx));
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rec .title{
    font-weight: bold;
    font-size: calc(24 * var(--rpx));
}

.rec .link{
    filter: url(#red-overlay);
    font-size: 14px;
    transition: .3s;
}

.rec .link::after{
    content: "";
    display: inline-block;
    margin-left: .4em;
    width: calc(7em / 14);
    height: calc(12em / 14);
    background: url("../images/icon_arr_right.svg") center/contain no-repeat;
    vertical-align: middle;
    margin-top: -.15em;
    transition: .3s;
}

.rec .link:hover{
    filter:url(#red-overlay) brightness(1.2);
}

.rec .link:hover::after{
    transform: translateX(50%);
}

section.contact{
    position: relative;
}

section.contact .wrapper{
    height: calc(640 * var(--rpx));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 215;
}

.info-list{
    margin-top: calc(56 * var(--rpx));
    font-size: calc(20 * var(--rpx));
    display: flex;
    flex-wrap: wrap;
}

.info-list .info{
    width: calc(240 * var(--rpx));
    margin-right: calc(60 * var(--rpx));
    margin-bottom: calc(30 * var(--rpx));
}

.info .title{
    font-weight: bold;
}

.info .desc{
    /*font-weight: lighter;*/
}

@media (max-width: 750px) {
    .header-back{
        object-position: 17% center;
    }
    .page-header .wrapper{
        justify-content: flex-end;
        align-items: flex-end;
        padding-bottom: calc(160vw / 7.5);
        text-align: right;
    }

    .rec-list{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .rec-list .rec{
        width: 100%;
        margin-bottom: calc(20 * var(--rpx));
        height: 70vw;
    }

    .rec-list .rec:last-child{
        margin-bottom: 0;
    }

    section.recruit{
        padding-top: calc(60 * var(--rpx));
        padding-bottom: calc(80 * var(--rpx));
    }

    .advantages .advantages-img{
        width: 100%;
    }

    .top .anchor-nav-bar{
        margin-bottom: calc(60 * var(--rpx));
    }
}
