.news-text0 {
    text-align: center;
    font-size: 0.46rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #000000;
}

.news-text1 {
    margin: 0 auto;
    margin-top: .28rem;
    width: 0.72rem;
    border-bottom: 0.04rem solid #02438D;
}

.join-wrap {
    width: 100%;
}

.join-job-wrapbg {
    width: 100%;
    background: #F8F9FA;
    padding-top: 1rem;
}

.join-job-wrap {
    margin: 0 auto;
    overflow: hidden;
}

.join-job-list {
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.join-job-item {
    width: 7.7rem;
    margin-top: 0.4rem;
    background: #FFFFFF;
    padding: 0.2rem 0.3rem;
}

.join-job-title {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.join-job-box {
    display: flex;
}

.join-job-content {
    flex: 1;
}

.join-job-p {
    margin-top: 0.15rem;
    display: flex;
    align-items: center;
}

.join-job-p img {
    width: 0.16rem;
    height: auto;
}

.join-job-p p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-left: 0.1rem;
}

.join-job-bt {
    width: 1.2rem;
    height: 0.43rem;
    background: #02438D;
    flex-shrink: 0;
    margin-left: 0.2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.43rem;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0.2rem;
}

.join-flow-con {
    padding: 0.82rem 0;
}

.join-flow-wrap {
    margin: 0 auto;
    margin-top: 1rem;
}

.join-flow-box {
    margin-bottom: 0.6rem;
}

.join-flow-title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.join-flow-content {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* line-height: 0.46rem; */
    color: #333333;
    margin-top: 0.33rem;
}

.join-flow-content1 {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    /* line-height: 0.3rem; */
    margin-top: 0.33rem;
}

.join-flow-content2 {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.3rem;
    color: #333333;
    margin-top: 0.08rem;
}


/* 加入我们详情 */

.join-detail-wrap {
    margin: 0.4rem auto;
}

.join-detail-box {
    margin-top: 0.5rem;
    background: #fff;
    margin-bottom: 0.9rem;
}

.join-detail-th {
    height: 0.89rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.19rem -0.03rem rgba(0, 0, 0, 0.2900);
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
}

.join-detail-th-p {
    width: 24%;
    margin-right: 1%;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.join-detail-content {
    padding: 0 0.4rem;
    overflow: hidden;
}

.join-detail-top {
    margin: 0.55rem 0;
    display: flex;
    align-items: center;
}

.join-detail-top-p {
    width: 24%;
    margin-right: 1%;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.join-detail {
    margin: 0.5rem 0;
    display: flex;
    justify-content: space-between;
}

.join-detail-p {
    width: 49%;
    margin-right: 1%;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.35rem;
}

.join-detail-bt {
    padding: 0 1.96rem;
    display: flex;
    justify-content: end;
    padding-bottom: 0.6rem;
}

.join-detail-bt a {
    width: 1.77rem;
    height: 0.59rem;
    background: #014098;
    border-radius: 0.3rem;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.59rem;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .join-job-wrapbg {
      
        padding: 0 0.2rem;
        padding-top: 0.6rem;
    }
    .group-title {
        font-size: 0.5rem !important;
    }
    .join-detail-wrap {
        margin: 0.8rem auto;
    }
    .join-invite-box {
        padding: 0.25rem;
    }
    .join-invite {
        flex-direction: column;
    }
    .join-invite-select {
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .join-invite button {
        width: 100%;
        height: 0.58rem;
        border: 0px;
        border-radius: 1rem;
        background: #003B97;
        font-size: 0.25rem;
        font-weight: 600;
        color: #faf4f4;
        cursor: pointer;
    }
    .join-invite-select,
    .join-invite button {
        height: 0.7rem;
    }
    .join-job-th {
        display: none;
    }
    .join-job-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .join-job-item {
        width: 48%;
        height: auto;
        flex-direction: column;
        padding: 0.25rem;
        margin-bottom: 0.3rem;
    }
    .join-tb {
        display: flex !important;
        justify-content: space-between;
        margin-bottom: 0.2rem;
    }
    .join-tb-1,
    .join-tb-2,
    .join-tb-3,
    .join-tb-4 {
        width: 100%;
    }
    .join-tb-5 {
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .join-tb p {
        width: 50%;
        padding: 0.18rem 0.36rem;
        background: #003B97;
        border-radius: 0.08rem;
        font-size: 0.24rem;
        font-family: MicrosoftYaHei;
        color: #fff;
        cursor: pointer;
        text-align: center;
    }
    .join-tb em {
        display: block;
        font-size: 0.24rem;
    }
    .join-flow-wrap {
        padding: 0 0.25rem;
    }
    .join-flow-item {
        width: 100%;
        margin-top: 0.3rem;
        height: auto;
    }
    .join-flow-icon,
    .join-flow-box-icon {
        display: none;
    }
    .join-flow-text {
        font-size: 0.3rem;
    }
    .join-flow-content {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    .join-job-list {
        display: block !important;
    }
    .join-job-item {
        width: 100%;
    }
    .join-job-item {
        margin-top: 0.3rem;
    }
    /* 详情 */
    .join-detail-wrap .group-title {
        margin: 0 0.25rem !important;
        padding-left: 0.38rem;
    }
    .join-detail-th {
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0.3rem 0.25rem;
    }
    .join-detail-th-p {
        width: 48%;
        margin-right: 0;
        margin-bottom: 0.2rem;
        font-size: 0.26rem;
    }
    .join-detail-content {
        padding: 0 0.25rem;
    }
    .join-detail-top {
        flex-direction: column;
        margin-bottom: 0;
    }
    .join-detail-top-p {
        width: 100%;
        margin-right: 0;
        font-size: 0.24rem;
        margin-bottom: 0.2rem;
    }
    .join-detail {
        flex-direction: column;
        margin-top: 0.2rem;
    }
    .join-detail-p {
        width: 100%;
        margin-right: 0;
        font-size: 0.24rem;
        line-height: 0.36rem;
        margin-bottom: 0.2rem;
    }
    .join-detail-bt {
        padding: 0;
        justify-content: center;
        padding-bottom: 0.5rem;
    }
    .join-detail-bt a {
        width: 60%;
        height: 0.7rem;
        background: #014098;
        border-radius: 0.3rem;
        font-size: 0.24rem;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 0.7rem;
        text-align: center;
    }
}