.join {
    padding: 0.77rem 0.26rem 2rem 0.25rem;
}
.join_img {
    margin-bottom: 0.18rem;
}
.join_img img {
    width: 6.99rem;
    margin-bottom: 0.29rem;
}
.title {
    font-size: 0.36rem;
    font-weight: 600;
    color: rgba(33, 33, 33, 1);
    display: flex;
    justify-content: space-between;
    border-bottom: solid 0.01rem #3387cd;
    margin-top: 0.83rem;
}
.title > span {
    height: 0.54rem;
    line-height: 1;
    border-bottom: solid 0.04rem #3387cd;
}
.join_work {
    padding: 0.55rem 0 0.52rem 0;
    border-bottom: solid 0.01rem #d2d2d2;
}
.join_work > h2 {
    font-size: 0.26rem;
    font-weight: bold;
    color: rgba(51, 135, 205, 1);
}
.join_work .recruitment {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    color: #000;
}
.join_work .recruitment .address {
    display: flex;
    align-items: center;
}
.join_work .recruitment .address > span {
    margin-left: 0.11rem;
}
.join_work .recruitment > span {
    margin-left: 0.32rem;
}
.join_work .data {
    color: #8a8a8a;
}
.more {
    display: block;
    font-size: 0.26rem;
    font-weight: 300;
    text-decoration: underline;
    color: rgba(51, 135, 205, 1);
    text-align: right;
}
.workList {
    width: 100%;
}
.workList > div:nth-child(2) {
    padding-bottom: 0.34rem;
    border: none;
}
.company {
    margin-top: 0.66rem;
}
.company > li {
    font-size: 0.24rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    padding-top: 0.19rem;
    letter-spacing: 0.01rem;
}
.company > li:first-child {
    font-size: 0.26rem;
    font-weight: bold;
    color: rgba(51, 135, 205, 1);
    padding-top: 0;
}

.company > li .link {
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(51, 135, 205, 1);
}

.model-warp {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
}

.model {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 0.02rem solid #ccc;
    border-radius: 0.3rem 0.3rem 0 0;
    background-color: #ccc;
    transition: 0.3s;
}

.model div {
    width: 100%;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
    border-bottom: 0.02rem solid #ccc;
    background-color: #fff;
}

.model div.off {
    margin-top: 0.2rem;
}

.model-warp.hide {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);
}

.model-warp.hide .model {
    bottom: -5rem;
}
