.root {
    padding-bottom: 13.83rem;
    background: #f6f6f6;
    min-height: calc(100vh - 13.83rem);
}

.header {
    padding: 2.67rem 2.67rem 1.67rem;
    background-color: #fff;
}

.banner {
    width: 100%;
    margin: 1.67rem 0 0;
}

.banner img {
    width: 100%;
    height: 20rem;
}
section {
    padding: 0 2.67rem;
}
.notice {
    background-color: #fff;
    border-radius: 1.33rem;
    padding: 2.67rem;
    margin-top: 1.67rem;
}

.notice .title {
    font-size: 2.33rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 3.33rem;
}
.notice .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.17rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 3rem;
    margin: 2.67rem 0;
}
.notice .desc {
    font-size: 2.17rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 4rem;
}



.tabs {
    padding-bottom: 2.67rem;
    border-bottom: 0.17rem solid #EEEEEE;
    display: flex;
    align-items: center;
}
.tabs div{
    font-size: 2.33rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 3.33rem;
    margin-right: 2.67rem;
    position: relative;
}
.tabs div:last-of-type{
    margin-right: 0;
}
.tabs div.active {
    font-weight: 600;
    color: #333333;
}
.tabs div.active::after{
    content: "";
    position: absolute;
    bottom: -2.67rem;
    left:50%;
    transform: translateX(-50%) ;
    width: 7rem;
    height: 0.67rem;
    background: #FD4C5C;
    border-radius: 0.33rem;
}
.notice .main {
    padding: 2.5rem 0;
    border-bottom: 0.17rem solid #eeeeee;
}

.notice a:last-of-type .main {
    border-bottom: 0;
}

.notice .main .title {
    font-size: 2.33rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 3.33rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice .main .title span {
    color: #fd4c5c;
}

.notice .main .desc {
    padding: 1.67rem 0;
}

.notice .main .desc,
.notice .main .time {
    font-size: 2.17rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recruit-read .time{
    margin: 0 auto;
}
.recruit-read .btn {
    margin: 0 auto;
    width: 14rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: #fd4c5c;
    border-radius: 2.5rem;
    font-size: 2.17rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
}