.hide {
    display: none
}

.job-detail-wrap {
    padding: .2rem .2rem .75rem
}

.job-detail-wrap ul.job-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .2rem;
    padding: 0 .12rem
}

.job-detail-wrap ul.job-type li {
    width: 1.4rem;
    height: .36rem;
    margin-bottom: .14rem;
    background: #fff;
    border-radius: .04rem;
    border: 1px solid #f0f0f0;
    line-height: .34rem;
    text-align: center;
    font-family: MicrosoftYaHei;
    color: #7b828f
}

.job-detail-wrap ul.job-type li.active {
    background: #2f65b5;
    font-weight: 800;
    color: #fff
}

.job-detail-content {
    padding-top: .2rem
}

.job-detail-content h6 {
    margin-bottom: .1rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: 800;
    line-height: .16rem
}

.job-detail-content h6:nth-of-type(2) {
    margin-top: .4rem
}

.job-detail-content .job-detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .1rem;
    line-height: .22rem;
    color: #7b828f
}

.recruitment-info-box {
    margin-top: .4rem;
    color: #7b828f;
    font-size: .14rem
}

.recruitment-info-box .email-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .26rem
}

.recruitment-info-box .email-box img {
    width: .14rem;
    height: .12rem;
    margin-right: .05rem
}

.recruitment-info-box .erweima-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .16rem
}

.recruitment-info-box .erweima-box img {
    width: 1.1rem;
    height: 1.1rem
}

.recruitment-info-box .erweima-box span {
    margin-top: .06rem
}