body{
    background: #f4f4f4 !important;
}
.join-wrap{
    margin: 0 auto;
}
.join-invite-box{
    width: 100%;
    padding: 0.6rem;
    background: #fff;
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
}
.join-invite{
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.join-tb-1{
    font-size: 0.26rem !important;
}
.join-invite-select{
    width: 3.92rem;
    height: 0.58rem;
    border: 0.01rem solid #cfcfcf;
    padding: 0 0.25rem;
    font-size: 0.24rem;
    font-family: microsoftyahei;
    color: #333333;
    cursor: pointer;
}
.join-invite-select option{
    padding: 0 0.25rem;
    font-size: 0.24rem;
    font-family: microsoftyahei;
    color: #333333;
    cursor: pointer;
    height: 0.58rem;
}
.join-invite button {
    width: 1.5rem;
    height: 0.58rem;
    border: 0px;
    border-radius: 1rem;
    background: #003b97;
    font-size: 0.25rem;
    font-weight: 600;
    color: #faf4f4;
    cursor: pointer;
}

.join-job-item{
    margin-bottom: 0.4rem;
    background: #fff;
    color: #333;
    padding: 0 0.4rem;
    display: flex;
    height: 0.89rem;
    align-items: center;
}
.join-job-th{
    background: #003b97;
    color: #fff;
}
.join-tb{
    font-size: 0.24rem;
    font-family: microsoftyahei;
}
.join-tb-1,
.join-tb-2,
.join-tb-3{
    width: 25%;
    margin-right: 1.5%;
}
.join-tb-2{}
.join-tb-3{}
.join-tb-4{
    width: 10%;
}
.join-tb-5{
    width: 10%;
    margin-left: 0.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-tb p{
    padding: 0.08rem 0.36rem;
    background: #d8d8d8;
    border-radius: 0.08rem;
    font-size: 0.18rem;
    font-family: microsoftyahei;
    color: #333333;
    cursor: pointer;
}
.join-tb p:hover{
    background: #003b97;
    color: #fff;
}

.join-flow-list-box{
    position: relative;
    margin-bottom: 0.8rem;
}
.join-flow-list{
    display: flex;
    flex-wrap: wrap;
}
.join-flow-item{
    width: 4.64rem;
    height: auto;
    background: rgba(255, 255, 255, 0.9000);
    box-shadow: 0rem 0.05rem 0.15rem -0.06rem rgba(0, 0, 0, 0.1900);
    border-radius: 0.05rem;
    padding: 0.3rem 0.4rem;
    margin-top: 0.6rem;
    overflow: auto;
}
.join-flow-text{
    font-size: 0.24rem;
    font-family: microsoftyahei;
    color: #014098;
}
.join-flow-content{
    text-align: justify;
    font-size:var(--font18);
    font-family: microsoftyahei;
    color: #333333;
    line-height: 0.32rem;
    margin-top: 0.3rem;
}
.join-flow-icon{
    width: 1.03rem;
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-flow-icon i{
    font-size: 0.4rem;
    font-weight: bold;
    color: #014098;
}
.join-flow-list1{
    flex-direction: row-reverse;
}
.join-flow-list1 .join-flow-icon i{
    transform: rotate(180deg)
}

.join-flow-box-icon{
    width: 4.64rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0.3rem;
    transform: translatey(-50%);
    text-align: center;
}
.join-flow-box-icon i {
    display: inline-block;
    font-size: 0.4rem;
    font-weight: bold;
    color: #014098;
    transform: rotate(90deg);
    /* margin: 0 auto; */
}

/* 加入我们详情 */
.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: flex-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;
}

.join-tb em{
    display: none;
}
@media only screen and (max-width: 1024px) {
    .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.26rem;
        font-weight: 600;
        color: #faf4f4;
        cursor: pointer;
    }
    .join-invite-select,
    .join-invite button{
        height: 0.7rem;
    }
    .join-job-th{
        display: none;
    }
    .join-job-item{
        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.26rem;
    }
    .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.26rem;
        line-height: 0.45rem;
    }

    /* 详情 */
    .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.26rem;
        margin-bottom: 0.2rem;
    }
    .join-detail{
        flex-direction: column;
        margin-top: 0.2rem;
    }
    .join-detail-p{
        width: 100%;
        margin-right: 0;
        font-size: 0.26rem;
        line-height: 0.45rem;
        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.26rem;
        font-family: microsoftyahei;
        color: #ffffff;
        line-height: 0.7rem;
        text-align: center;
    }
}
