.recruit {
    position: relative;
    width: 96rem;
    height: 43rem;
    margin: 0 auto;
    background-image: url(../image/joinRecruit/bg.png);
    background-size: cover;
}


.recruit .join_Nav {
    background: rgba(0, 0, 0, 0.01);
}

.join_Nav_ul a,
.join_Nav_right a {
    color: #fff;
}

.join_Nav_ul a:hover,
.join_Nav_right a,
.join_Nav_right span {
    color: #fff;
}

.join_Nav_ul li:hover,
.join_Nav_ul li:nth-child(3) {
    border-bottom: .1rem solid #fff;
}


.recruit_main {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recruit_top {
    margin-top: 3.95rem;
}

.recruit_top p {
    font-size: 1.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4rem;
}

.recruit_center {
    display: flex;
    margin: 60px auto;
}

.recruit_center>div {
    width: 24rem;
    height: 21.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.9rem auto;
    border: .05rem solid rgba(255, 255, 255, 0.2);
    /* opacity: 0.2; */
}

.recruit_center div h2 {
    font-size: 3.6rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4rem;
    margin-top: 4.9rem;
}

.recruit_center div h3 {
    font-size: 1rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4rem;
    margin-top: 3.25rem;
    margin-bottom: 2.2rem;
}

.recruit_center div:hover {
    background: rgba(255, 255, 255, 0.2);
}

.recruit_center div:hover .recruit_interview,
.recruit_center div:hover .recruit_hr {
    visibility: visible;
}

.recruit_two {
    position: relative;
}

.recruit_interview {
    /* visibility: hidden; */
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.recruit_interview p {
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4rem;
}

.recruit_interview li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recruit_interview li span {
    position: relative;
    width: .9rem;
    height: .9rem;
    margin-top: 1.25rem;
    border-radius: 50%;
    background-color: #fff;
}

.recruit_dian {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    /*translate: -50% -50%;*/
    margin-left: -.25rem ;
     margin-top: -.25rem ;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #0071CE;
    z-index: 1;
}

.recruit_hr {
    /* visibility: hidden; */
    position: absolute;
    margin-top: 16.15rem;
    width: 14.5rem;
    height: .1rem;
    border: .05rem solid rgba(255, 255, 255, 0.4);
}

.recruit_bottom {
    width: 6rem;
    height: 2.5rem;
    border: .05rem solid #FFFFFF;
    border-radius: 1.25rem;
    line-height: 2.5rem;
    text-align: center;
}

.recruit_bottom span {
    margin-left: .55rem;
}

.recruit_bottom a {
   display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 2.5rem;
    color: #fff;
    border-radius: 1.25rem;
}

.recruit_bottom:hover {
    border-color: #0071CE;
    background: #0071CE;
}

@media screen and (max-width: 1440px) {
    .recruit {
        width: 100%;
        height: auto;
    }
    .recruit_bottom {
        width: 10%;
        height: auto;
        margin-bottom: 4.4rem;
        border-radius: 1.5rem;
        
    }
    .recruit_bottom a {
        width: 100%;
        height:3rem;
        line-height: 3rem;
        border-radius: 1.5rem;
    }
}

@media screen and (max-width: 1024px) {

    .recruit_bottom a {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .recruit_top{
        margin-top:5rem;
        
    }
    .recruit_top p{
        height: 5rem;
        font-size: 5rem !important;
        line-height: 5rem;
        
    }
    .recruit_center {
        width: 50%;
        height: auto;
        flex-direction: column;
    }
    .recruit_center div {
        width: 100%;
        height: auto;
    }
    .recruit_bottom {
        width: 12%;
        border-radius: 2rem;
    }
    .recruit_interview, 
    .recruit_hr{
     display: none;   
    }
    .recruit_bottom a {;
        height:4rem;
        line-height: 4rem;
        border-radius: 2rem;
    }
}

@media screen and (max-width: 650px) {
    .recruit_bottom {
        width: 25% !important;
        height: 7rem !important;
        line-height: 7rem;
        border-radius: 3.5rem !important;
     }
     
     .recruit_bottom .join_Nav_right  a{
          font-size: 14px !important;
         line-height: 30px;
     }
     
   
}

@media screen and (max-width: 768px) {
    
    .recruit_top{
        margin-top:7rem;
    }
    .recruit_top p{
        height: 7rem;
        font-size: 7rem !important;
        line-height: 7rem;
        
    }
    .recruit_bottom {
        width: 25%;
        border-radius: 2.5rem;
        
    }
    .recruit_bottom a {
        height:7rem;
        font-size: 4rem;
        line-height: 7rem;
        border-radius: 3.5rem;
    }
    .recruit_center{
        width: 95%;
        height: auto;
    }
    .recruit_center div h2{
        font-size: 6rem;
        margin-top:10rem ;
    
    }
    .recruit_center div h3{
        font-size: 5rem;
        margin: 10rem 0;
    
    }
}

@media screen and (max-width: 500px) {
    
    .recruit_top{
        margin-top:10rem;
    }
  
    .recruit_bottom {
        width: 20%;
        border-radius: 3rem;
    }
    
}

@media screen and (max-width: 375px) {
    .recruit_top{
        margin-top:15rem;
    }
    .recruit_bottom {
        width: 25%;
        border-radius: 3.5rem;
}