/* 工作机会 */
.job {
    position: absolute;
    inset: 0;
}

.job a {
    text-decoration: none;
}

.job .background {
    position: absolute;
    inset: 0;
    background: linear-gradient(-38deg, #1E1129 0%, #2F1D3F 100%);
    opacity: 0.99;
}

.job .top-bg {
    position: absolute;
    top: 0;
    width: 100%;
    background-image: url(https://img1.mymax.cn/mymaxair/officialwebsite-pc/2024/images/job/top-bg.png);
    background-size: cover;
    background-position: center;
    height: 8.45rem;
}

.job .container {
    position: absolute;
    inset: 0;
    overflow: auto;
}

.job .container .wrapper {
    position: relative;
}

/* banner */
.job .container .wrapper .banner {
    position: relative;
    height: calc(8.45rem - .9375rem);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.job .container .wrapper .banner .other {
    margin-top: 1.9375rem;
    margin-left: 4.2125rem;
}

.job .container .wrapper .banner .other .title {
    font-family: "ChuangKeTieJinGangTi-2";
    font-weight: 400;
    font-size: .925rem;
    color: #FFFFFF;
}

.job .container .wrapper .banner .other .slogan {
    font-weight: 800;
    font-size: .25rem;
    color: #FFFFFF;
    line-height: .45rem;
}

.job .container .wrapper .banner .other .note {
    margin-top: .8125rem;
    font-weight: 400;
    font-size: .2rem;
    color: #FFA11B;
    line-height: .3375rem;
}

.job .container .wrapper .banner .other .note span {
    color: #FF4200;
}

.job .container .wrapper .recruit {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .975rem;
    margin-bottom: 2.5rem;
}

.job .container .wrapper .recruit .title {
    font-weight: 400;
    font-size: .5625rem;
    color: #FFFFFF;
}

.job .container .wrapper .recruit .table {
    width: 14.6625rem;
    margin-top: .75rem;
}

.job .container .wrapper .recruit .table .list {
    position: relative;
    margin-top: .5rem;
}

.job .container .wrapper .recruit .table .list:first-child {
    margin-top: 0;
}

.job .container .wrapper .recruit .table .list-expand {
    padding-bottom: .5rem;
    transition: background-color .3s ease-in-out;
    background-color: #40334B;
}

.job .container .wrapper .recruit .table .list .line {
    width: 100%;
    height: .025rem;
    background-color: #40334B;
}

.job .container .wrapper .recruit .table .list .expand-btn {
    position: absolute;
    width: .5067rem;
    height: .5067rem;
    top: .1rem;
    right: .2rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job .container .wrapper .recruit .table .list .expand-btn:hover {
    opacity: 0.8;
}

.job .container .wrapper .recruit .table .list .expand-btn .icon {
    width: .3rem;
    height: .175rem;
    transition: transform .3s ease-in-out;
}

.job .container .wrapper .recruit .table .list-expand .expand-btn .icon {
    transform: rotate(180deg);
}

.job .container .wrapper .recruit .table .list .view {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: .1375rem;
    pointer-events: none;
}

.job .container .wrapper .recruit .table .list .view .name {
    width: 3.125rem;
    margin: 0 .275rem;
    font-weight: 400;
    font-size: .3rem;
    color: #FFFFFF;
}

.job .container .wrapper .recruit .table .list .view .count {
    width: 1rem;
    margin: 0 .625rem;
    font-weight: 400;
    font-size: .3rem;
    color: #FFFFFF;
    text-align: center;
}

.job .container .wrapper .recruit .table .list .view .content {
    margin: 0 .275rem 0 1.5rem;
    font-weight: 400;
    font-size: .3rem;
    color: #FFFFFF;
}

.job .container .wrapper .recruit .table .list .view .content .remark {
    font-size: .175rem;
    line-height: 1.8;
}

.job .container .wrapper .recruit .table .list .view .qualification {
    display: none;
    opacity: 0;
    margin: .25rem .275rem 0 .275rem;
    font-weight: 400;
    font-size: .3rem;
    color: #FFFFFF;
    transition: opacity .3s ease-in-out;
}

.job .container .wrapper .recruit .table .list-expand .view .qualification {
    display: block;
    opacity: 1;
}

.job .container .wrapper .recruit .table .list .view .qualification .remark {
    margin-top: .25rem;
    margin-left: .2rem;
    font-size: .225rem;
    line-height: 1.8;
}