.hire-page {
    width: 192rem;
    background-color: #fff;
}

.hire-header {
    width: 192rem;
    height: 92rem;
    background-image: url("../images/hire/bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 13.85rem;
}

.hire-header-body {
    position: absolute;
    bottom: -13.85rem;
    left: calc(50% - 63.95rem);
    width: 127.9rem;
    height: 27.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 61;
}

.hire-header-body-school,
.hire-header-body-society {
    width: 61.4rem;
    height: 27.7rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, 0.08);
    padding: 4.4rem 6.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-name {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.4rem;
    color: rgba(31, 26, 23, 1);
    margin-bottom: 2.8rem;
}
.info-title {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.2rem;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 2.8rem;
}
.btn {
    border-radius: 0;
    width: 18.6rem;
    height: 5.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
}

.btn:hover {
    color: white !important;
}

.benefit {
    width: 192rem;
    height: 100rem;
    padding: 10rem;
}
.benefit-body {
    width: 160rem;
    margin: 0 auto;
}

.benefit-body-title {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 7rem;
    color: rgba(31, 26, 23, 1);
    margin-bottom: 5.3rem;
}
.benefit-body-sector {
    width: 160rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6rem;
}
.benefit-body-sector-left,
.benefit-body-sector-right {
    width: 40rem;
    height: 47.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.sector-item {
    width: 40rem;
    height: 21.4rem;
    background: #ebebeb;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6.2rem 5.4rem;
    cursor: pointer;
    transition: all 0.3s;
}

.benefit-body-sector-center {
    width: 69.4rem;
    height: 47.7rem;
    box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.benefit-body-sector-center > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sector-item-info {
    width: 19.8rem;
    height: 8.7rem;
}
.sector-item-info-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4.7rem;
    color: rgba(31, 26, 23, 1);
    margin-bottom: 0.8rem;
}

.sector-item-info-desc {
    font-size: 2.2rcap;
    font-weight: 400;
    line-height: 3.2rem;
    color: rgba(102, 102, 102, 1);
}

.sector-item:hover .sector-item-info-desc,
.sector-item-info-title {
    color: #fff;
}

.sector-item:hover {
    background: #1a2b72;
}

.benefit-body-term {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.term-item {
    width: 10.4rem;
    height: 10.4rem;
    border-radius: 50%;
    border: 0.2rem solid #f7c504;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: rgba(102, 102, 102, 1);
    display: flex;
    justify-content: center;
    box-shadow: 0 1.5rem 2.5rem rgba(0, 0, 0, 0.08);
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}
.term-item:hover {
    transform: translateY(-1rem);
    background-color: #f7c504;
    color: white;
}

.iconfont {
    font-size: 8rem !important;
    color: #a9b3cf;
}

.sector-item:hover > .iconfont {
    color: #f7c504;
}

.benefit-body-sector-center:hover,
.sector-item:hover {
    transform: translateY(-1rem);
}
