.joinTop{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 50px -10px;
}
.joinTop li{
    padding: 10px;
    width: 50%;
}
.joinImg{
    position: relative;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
}
.joinImg .imgBg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.joinImg:hover .imgBg{
    transform: scale(1.05);
}
.joinText{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    color: #FFFFFF;
    padding: 30px;
}
.joinTit{
    font-size: 36px;
    line-height: 1.4;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin: 20px 0;
}
.joinTit span{
    font-size: 66%;
    margin-left: 10px;
    font-weight: 300;
}
.joinDes{
    font-size: 18px;
    line-height: 32px;
    height: 96px;
}
.joinTitle{
    position: relative;
    margin: 80px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.joinH2{
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 60px;
}
.joinRight{
    display: flex;
    align-items: center;
}
.joinSelect{
    width: 200px;
    height: 50px;
    border: 1px solid #DDDDDD;
    line-height: 50px;
    background: url(../images/join/select.png) right 10px center no-repeat;
    padding: 0 15px;
    font-size: 16px;
    color: #666666;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    margin-right: 20px;
}
.joinSelect + .layui-form-select{
    margin-right: 20px;
}
.joinSelect + .layui-form-select .layui-input{
    width: 200px;
    height: 50px;
    border: 1px solid #DDDDDD;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
}
.joinSelect + .layui-form-select dl{
    top: 50px;
}
.joinSelect + .layui-form-selectup dl{
    top: auto;
    bottom: 50px;
}
.joinSelect + .layui-form-select dl dd.layui-this{
    background-color: #e60012;
}
.joinTitle .search{
    margin: 0;
    width: 400px;
}
.joinTitle .search input{
    height: 50px;
    line-height: 50px;
}
.joinTitle .search button{
    height: 50px;
}
.joinMob{
    display: none;
}
.joinList{
    list-style: none;
    margin: 40px -20px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 30vh;
}
.joinList li{
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}
.joinList li a{
    display: block;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    padding: 25px;
    height: 100%;
    transition: all .3s;
}
.joinName{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.6;
    margin: 10px 0 20px;
    font-weight: bold;
    transition: all .3s;
    max-width: 190px;
}
.joinInfo{
    font-size: 16px;
    color: #999999;
    line-height: 1.4;
    margin: 10px 0;
}
.joinInfo span{
    padding: 0 5px;
}
.salary{
    font-size: 12px;
    color: #333333;
    line-height: 2;

}
.salary span{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E60113;
    margin-right: 5px;
    word-break: break-all;
}
.joinList li a:hover{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.joinList li a:hover .joinName{
    color: #E60113;
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .joinTop{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 2.604vw -0.520vw;
    }
    .joinTop li{
        padding: 0.520vw;
        width: 50%;
    }
    .joinImg{
        position: relative;
        height: 0;
        padding-bottom: 56%;
        overflow: hidden;
    }
    .joinImg .imgBg{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .joinText{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        color: #FFFFFF;
        padding: 1.562vw;
    }
    .joinTit{
        font-size: 1.875vw;
        line-height: 1.4;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        margin: 1.041vw 0;
    }
    .joinTit span{
        font-size: 66%;
        margin-left: 0.520vw;
        font-weight: 300;
    }
    .joinDes{
        font-size: 0.937vw;
        line-height: 1.6vw;
        height: 4.8vw;
    }
    .joinTitle{
        margin: 4.166vw 0 2.083vw;
        display: flex;
        justify-content: space-between;
    }
    .joinH2{
        font-size: 1.875vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 3.125vw;
    }
    .joinRight {
        display: flex;
        align-items: center;
    }
    .joinSelect {
        width: 10.41vw;
        height: 3.125vw;
        border: 0.052vw solid #DDDDDD;
        line-height: 3.125vw;
        height: 2.6vw;
        line-height: 2.6vw;
        background: url(../images/join/select.png) right 0.520vw center no-repeat;
        padding: 0 0.781vw;
        font-size: 0.833vw;
        color: #666666;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        margin-right: 1.041vw;
    }
    .joinSelect + .layui-form-select{
        margin-right: 1.041vw;
    }
    .joinSelect + .layui-form-select .layui-input{
        width: 10.41vw;
        height: 2.6vw;
        line-height: 2.6vw;
        border: 0.052vw solid #DDDDDD;
        font-size: 0.833vw;
    }
    .joinSelect + .layui-form-select dl{
        top: 2.6vw;
    }
    .joinSelect + .layui-form-selectup dl{
        top: auto;
        bottom: 2.6vw;
    }
    .joinTitle .search{
        margin: 0;
        width: 20.83vw;
    }
    .joinTitle .search input {
        height: 2.6vw;
        line-height: 2.6vw;
    }
    .joinTitle .search button {
        height: 2.6vw;
    }
    .joinList{
        list-style: none;
        margin: 2.083vw -1.041vw 2.604vw;
        display: flex;
        flex-wrap: wrap;
    }
    .joinList li{
        width: 50%;
        padding: 0 1.041vw;
        margin-bottom: 1.562vw;
    }
    .joinList li a{
        display: block;
        background: #F8F8F8;
        border: 0.052vw solid #DDDDDD;
        padding: 1.302vw;
        height: 100%;
    }
    .joinName{
        font-size: 1.041vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 1.6;
        margin: 0.520vw 0 1.041vw;
        font-weight: bold;
        max-width: 9.895vw;
    }
    .joinInfo{
        font-size: 0.833vw;
        color: #999999;
        line-height: 1.4;
        margin: 0.520vw 0;
    }
    .joinInfo span{
        padding: 0 0.260vw;
    }
    .salary{
        font-size: 0.625vw;
        color: #333333;
        line-height: 2;

    }
    .salary span{
        font-size: 0.937vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #E60113;
        margin-right: 0.260vw;
    }
}
@media (max-width:1200px) {
    .joinTop{
        margin: .3rem -.1rem;
        display: none;
    }
    .joinTop li{
        padding: .1rem;
    }
    .joinText{
        padding: .2rem;
    }
    .joinTit{
        font-size: 22px;
        margin: .1rem 0;
    }
    .joinDes{
        font-size: 14px;
        line-height: 1.6;
    }
    .joinTitle{
        margin: .4rem 0;
        display: none;
    }
    .joinH2{
        font-size: 24px;
        line-height: 44px;
    }
    .joinList{
        margin: .3rem -.1rem;
    }
    .joinList li{
        padding: 0 .1rem;
        margin-bottom: .2rem;
    }
    .joinList li a{
        padding: .2rem;
    }
    .joinName{
        font-size: 16px;
        margin: .1rem 0;
    }
    .joinInfo{
        font-size: 12px;
        margin: .1rem 0;
        line-height: 2;
    }
    .salary span{
        font-size: 16px;
    }
    .joinMob{
        position: relative;
        display: block;
        padding: .3rem 0 0;
        margin-bottom: .3rem;
        height: calc(.6rem + 70px);
        z-index: 2;
        background-color: #FFFFFF;
    }
    .joinMask{
        display: block;
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .joinMask.active{
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
    .joinMobCon{
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 970px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .joinMobCon.fixed {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        top: 60px;
        background-color: #FFFFFF;
        padding: .3rem 15px .1rem;
        z-index: 2;
    }
    .joinMobCon.fixed .choose{
        position: static;
    }
    .joinMobCon.fixed .chooseList{
        left: 0;
        width: 100%;
    }
    .serachMob{
        position: relative;
        display: block;
        width: 100%;
    }
    .mobInput{
        display: block;
        width: 100%;
        height: 36px;
        border: 1px solid #DDDDDD;
        border-radius: 18px;
        padding: 0 15px;
        padding-left: 40px;
    }
    .mobBtn{
        position: absolute;
        left: 10px;
        top: 0;
        border: none;
        width: 30px;
        height: 36px;
        background: url(../images/icon_search.png) center center no-repeat;
        background-size: 20px auto;
    }
    .choose{
        position: relative;
        display: flex;
        justify-content: space-between;
        margin: .1rem -.1rem .2rem;
    }
    .chooseItem{
        width: 33.33%;
        flex-shrink: 0;
        padding: 0 .1rem;
    }
    .chooseTit{
        display: block;
        height: 34px;
        line-height: 32px;
        border: 1px solid #DDDDDD;
        padding: 0 10px;
        padding-right: 20px;
        border-radius: 15px;
        font-size: 14px;
        color: #666666;
        background: url(../images/join/select.png) right 5px center #FFFFFF no-repeat;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .chooseList{
        position: absolute;
        left: .1rem;
        top: auto;
        list-style: none;
        font-size: 14px;
        color: #333333;
        line-height: 36px;
        background: #FFFFFF;
        z-index: 1;
        width: calc(100% - .2rem);
        border-radius: 0px 0px 10px 10px;
        padding: 20px;
        display: none;
    }
    .chooseList li{
        position: relative;
        cursor: pointer;
    }
    .chooseList li::before,
    .chooseList li::after{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        content: "";
        border-radius: 50%;
    }
    .chooseList li::before{
        right: 0;
        width: 16px;
        height: 16px;
        background: #EEEEEE;
    }
    .chooseList li::after{
        width: 8px;
        height: 8px;
        background: #E60113;
        right: 4px;
        display: none;
    }
    .chooseList li.active::after{
        display: block;
    }
}
@media (max-width:991px) {
    .joinImg{
        height: auto;
        padding: 0;
    }
    .joinImg .imgBg{
        position: static;
        width: 100%;
        height: 0;
        padding-bottom: 56%;
    }
    .joinText{
        position: static;
        color: #333333;
        padding: .1rem 0;
    }
    .joinTitle{
        display: block;
        display: none;
    }
    .joinTitle .search{
        width: 100%;
        margin-top: .1rem;
    }
}
@media (max-width:640px) {
    .joinTit{
        font-size: 16px;
    }
    .joinDes{
        font-size: 12px;
    }
    .joinH2{
        font-size: 18px;
        line-height: 1.8;
    }
    .joinList li{
        width: 100%;
    }
    .joinName{
        font-size: 15px;
    }
}