.staffCare .sub-nav-section {
    position: sticky;
    /* top: 1.2rem; */
    top: 0;
    background-color: #ffffff;
    z-index: 888;
}

.staffCare .sub-nav-section .container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.staffCare .sub-nav-section .container::-webkit-scrollbar {
    display: none;
}

.staffCare .sub-nav-section .sub-nav-list {
    padding: 0 0.34rem;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.staffCare .sub-nav-section .sub-nav-list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #e9e9e9;
}

.staffCare .sub-nav-section .sub-nav-item {
    margin-right: 0.6rem;
    padding: 0.58rem 0 0.36rem;
    font-weight: 300;
    font-size: 0.32rem;
    color: rgba(40, 40, 45, 0.5);
    line-height: 0.42rem;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.staffCare .sub-nav-section .sub-nav-item:last-child {
    margin-right: 0;
}

.staffCare .sub-nav-section .sub-nav-item::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #203ae6;
    z-index: 1;
}

.staffCare .sub-nav-section .sub-nav-item.active {
    font-weight: 500;
    color: #203ae6;
}

.staffCare .sub-nav-section .sub-nav-item.active::after {
    opacity: 1;
}

.staffCare .culture-section {
    padding-bottom: 0;
    background: #ffffff;
}

.staffCare .culture-section .culture .content {
    margin-top: 0.8rem;
}

.staffCare .culture-section .culture-list {
    margin-bottom: -0.32rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staffCare .culture-section .culture-item {
    margin-bottom: 0.32rem;
    -webkit-flex: 0 0 3.28rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 3.28rem;
    flex: 0 0 3.28rem;
    height: 4.26rem;
    border-radius: 0.24rem;
    overflow: hidden;
    position: relative;
}

.staffCare .culture-section .culture-item-pic {
    width: 100%;
    height: 100%;
}

.staffCare .culture-section .culture-item-pic .img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.staffCare .culture-section .culture-item-con {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.28rem 0.34rem;
    z-index: 3;
}

.staffCare .culture-section .culture-item-con .en-name {
    font-weight: 900;
    font-size: 0.4rem;
    color: #ffffff;
    line-height: 0.56rem;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.staffCare .culture-section .culture-item-con .zh-name {
    font-weight: 500;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.44rem;
}

.talent-section .content,
.college-section .content {
    margin-top: 0.8rem;
    width: 100%;
    background: #f5f5fa;
    border-radius: 0.24rem;
    overflow: hidden;
}
.talent-section .content .pic,
.college-section .content .pic {
    display: block;
    width: 100%;
    height: 4rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.talent-section .content .con,
.college-section .content .con {
    padding: 0.32rem;
}
.talent-section .content .con .desc,
.college-section .content .con .desc {
    font-weight: 300;
    font-size: 0.24rem;
    color: #69696d;
    line-height: 0.4rem;
    text-align: justify;
    white-space: pre-wrap;
}

.staffCare .talent-section {
    padding-bottom: 0;
    background: #fff;
}

.staffCare .climate-section {
    background: rgb(32, 58, 230);
}

.staffCare .climate-section .climate .title {
    color: #ffffff;
}

.staffCare .climate-section .climate .remark {
    color: #ffffff;
}

.staffCare .climate-section .climate .content {
    margin-top: 0.8rem;
}

.staffCare .climate-section .card-module-top {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staffCare .climate-section .climate-top-first {
    position: relative;
    -webkit-flex: 0 0 4.32rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 4.32rem;
    flex: 0 0 4.32rem;
    height: 3.32rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.staffCare .climate-section .climate-top-second {
    position: relative;
    -webkit-flex: 0 0 2.26rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2.26rem;
    flex: 0 0 2.26rem;
    height: 3.32rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.staffCare .climate-section .card-module-bottom {
    margin-top: 0.24rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.staffCare .climate-section .card-module-bottom .climate-bottom-first {
    margin-bottom: 0.24rem;
}

.staffCare .climate-section .card-module-bottom .col {
    margin-right: 0.24rem;
}
.staffCare .climate-section .card-module-bottom .col:first-child {
    -webkit-flex: 0 0 3.28rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 3.28rem;
    flex: 0 0 3.28rem;
}
.staffCare .climate-section .card-module-bottom .col:first-child .climate-bottom-first {
    position: relative;
    width: 100%;
    height: 4.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.staffCare .climate-section .card-module-bottom .col:first-child .climate-bottom-second {
    position: relative;
    width: 100%;
    height: 2.52rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.staffCare .climate-section .card-module-bottom .col:last-child {
    -webkit-flex: 0 0 3.3rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 3.3rem;
    flex: 0 0 3.3rem;
    margin-right: 0;
}
.staffCare .climate-section .card-module-bottom .col:last-child .climate-bottom-first {
    position: relative;
    width: 100%;
    height: 2.52rem;
    border-radius: 0.2rem;
    overflow: hidden;
}
.staffCare .climate-section .card-module-bottom .col:last-child .climate-bottom-second {
    position: relative;
    width: 100%;
    height: 4.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.staffCare .climate-section .climate-pic {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.staffCare .climate-section .climate-con {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding: 0.2rem 0.28rem;
}

.staffCare .climate-section .climate-name {
    font-weight: 500;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.42rem;
}

.staffCare .climate-section .climate-name p{
    font-weight: 500;
}

.staffCare .join-section {
    background: #f5f5fa;
}

.staffCare .join-section .content {
    margin-top: 0.8rem;
    background: #fff;
    border-radius: 0.24rem;
    overflow: hidden;
}
.staffCare .join-section .content .pic {
    display: block;
    width: 100%;
    height: 5.12rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.staffCare .join-section .content .resume {
    padding: 0.58rem 0.44rem 0.54rem 0.38rem;
    background: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.staffCare .join-section .content .resume .label {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.staffCare .join-section .content .resume .label .icon {
    -webkit-flex: 0.48rem;
    -moz-box-flex: 0.48rem;
    -ms-flex: 0.48rem;
    flex: 0.48rem;
    height: 0.48rem;
}
.staffCare .join-section .content .resume .label .label-text {
    margin-left: 0.08rem;
    font-weight: 500;
    font-size: 0.36rem;
    color: #323241;
    line-height: 0.48rem;
}
.staffCare .join-section .content .resume .value {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.62rem;
    font-weight: 500;
    font-size: 0.36rem;
    color: #203ae6;
    line-height: 0.48rem;
}