.joinTop{
    position: relative;
    display: block;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 30px 0 20px;
    padding: 40px;
    padding-right: 220px;
}
.joinTop .name{
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.6;
    word-break: break-all;
}
.joinTop .salary{
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    margin: 10px 0;
}
.joinTop .salary span{
    font-size: 133%;
    color: #E60113;
    margin-right: 6px;
}
.joinTop .info{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.8;
    margin-top: 20px;
}
.joinTop .info span{
    padding: 0 15px;
}
.joinBtn{
    position: absolute;
    right: 50px;
    bottom: 40px;
    width: 160px;
    height: 50px;
    background: #EA2D3B;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.joinBot{
    margin: 20px 0 75px;
}
.joinLef{
    float: left;
    width: 75%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 20px 40px 40px;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.joinLef h3{
    font-size: 20px;
    color: #333333;
    line-height: 1.8;
    margin: 10px 0;
    font-weight: bold;
}
.joinLef p{
    margin: 10px 0;
}
.joinRig{
    float: right;
    width: 22%;
}
.joinH4{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 16px;
}
.joinHot{
    list-style: none;
}
.joinHot li{
    margin-bottom: 20px;
}
.joinHot li a{
    display: block;
    padding: 20px 25px;
    background: #F2F2F2;
    transition: all .3s;
}
.joinHot h5{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    margin: 10px 0 5px;
}
.joinHot .salary{
    font-size: 12px;
    color: #333333;
    margin: 10px 0 5px;
}
.joinHot .salary span{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E60113;
    line-height: 24px;
}
.joinHot .info{
    font-size: 16px;
    color: #999999;
    line-height: 1.6;
}
.joinHot .info span{
    padding: 0 10px;
}
.joinHot li a:hover{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.supList li:nth-child(1),
.supList li:nth-child(2){
    width: 50%;
}
.supList li:nth-child(3){
    width: 100%;
}
.upLoadCon{
    position: relative;
}
.upLoadCon .tips{
    position: absolute;
    left: 100%;
    bottom: 0;
    white-space: nowrap;
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    margin-left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .joinTop{
        position: relative;
        display: block;
        background: #FFFFFF;
        border: 0.052vw solid #DDDDDD;
        margin: 1.562vw 0 1.041vw;
        padding: 2.083vw;
        padding-right: 11.45vw;
    }
    .joinTop .name{
        font-size: 1.875vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 1.6;
    }
    .joinTop .salary{
        font-size: 0.937vw;
        color: #333333;
        line-height: 1.8;
        margin: 0.520vw 0;
    }
    .joinTop .salary span{
        font-size: 133%;
        color: #E60113;
        margin-right: 0.312vw;
    }
    .joinTop .info{
        font-size: 0.833vw;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 1.8;
        margin-top: 1.041vw;
    }
    .joinTop .info span{
        padding: 0 0.781vw;
    }
    .joinBtn{
        position: absolute;
        right: 2.604vw;
        bottom: 2.083vw;
        width: 8.333vw;
        height: 2.604vw;
        background: #EA2D3B;
        border-radius: 1.302vw;
        line-height: 2.604vw;
        text-align: center;
        color: #FFFFFF;
        cursor: pointer;
    }
    .joinBot{
        margin: 1.041vw 0 3.906vw;
    }
    .joinLef{
        float: left;
        width: 75%;
        background: #FFFFFF;
        border: 0.052vw solid #DDDDDD;
        padding: 1.041vw 2.083vw 2.083vw;
        font-size: 0.833vw;
        color: #666666;
        line-height: 1.8;
    }
    .joinLef h3{
        font-size: 1.041vw;
        color: #333333;
        line-height: 1.8;
        margin: 0.520vw 0;
        font-weight: bold;
    }
    .joinLef p{
        margin: 0.520vw 0;
    }
    .joinRig{
        float: right;
        width: 22%;
    }
    .joinH4{
        font-size: 1.25vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 1.4;
        margin-bottom: 0.833vw;
    }
    .joinHot{
        list-style: none;
    }
    .joinHot li{
        margin-bottom: 1.041vw;
    }
    .joinHot li a{
        display: block;
        padding: 1.041vw 1.302vw;
        background: #F2F2F2;
    }
    .joinHot h5{
        font-size: 0.937vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 1.25vw;
        margin: 0.520vw 0 0.260vw;
    }
    .joinHot .salary{
        font-size: 0.625vw;
        color: #333333;
        margin: 0.520vw 0 0.260vw;
    }
    .joinHot .salary span{
        font-size: 0.937vw;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #E60113;
        line-height: 1.25vw;
    }
    .joinHot .info{
        font-size: 0.833vw;
        color: #999999;
        line-height: 1.6;
    }
    .joinHot .info span{
        padding: 0 0.520vw;
    }
    
    .supList li:nth-child(1),
    .supList li:nth-child(2){
        width: 50%;
    }
    .supList li:nth-child(3){
        width: 100%;
    }
    .upLoadCon{
        position: relative;
    }
    .upLoadCon .tips{
        position: absolute;
        left: 100%;
        bottom: 0;
        white-space: nowrap;
        font-size: 0.729vw;
        color: #999999;
        line-height: 1.4;
        margin-left: 0.520vw;
    }
}

@media (max-width:1200px) {
    .joinTop{
        padding: .3rem;
    }
    .joinTop .name{
        font-size: 24px;
    }
    .joinTop .salary{
        font-size: 14px;
        margin: .1rem 0;
    }
    .joinTop .info{
        font-size: 14px;
        margin: .1rem 0;
    }
    .joinBtn{
        position: static;
        margin: .2rem auto 0;
        width: 120px;
        height: 36px;
        line-height: 36px;
    }
    .joinBot{
        margin: .2rem 0 .5rem;
    }
    .joinLef,
    .joinRig{
        float: none;
        width: 100%;;
    }
    .joinLef{
        padding: .2rem;
        font-size: 14px;
    }
    .joinLef h3{
        font-size: 18px;
        margin: .1rem 0;
    }
    .joinLef p{
        margin: .1rem 0;
    }
    .joinRig{
        margin: .2rem 0;
    }
    .joinH4{
        font-size: 18px;
        margin: .1rem 0;
    }
    .joinHot li{
        margin-bottom: .1rem;
    }
    .joinHot li a{
        padding: .1rem .2rem .2rem;
    }
    .joinHot h5{
        font-size: 16px;
    }
    .joinHot .salary span{
        font-size: 16px;
    }
    .joinHot .info{
        font-size: 12px;
    }
}
@media (max-width:991px) {

}
@media (max-width:640px) {
    .joinTop .name{
        font-size: 18px;
    }
    .joinTop .info{
        font-size: 12px;
    }
    .joinTop .info span{
        padding: 0 .1rem;
    }
    .joinLef h3{
        font-size: 16px;
    }
}