body{
    position: relative;
}
.mask{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.z-mode{
    position: fixed;
    width: 62%;
    height: 32rem;
    left: 19%;
    top: 7rem;
    background: #ffffff;
    z-index: 900;
    padding:2rem 1.5rem 0;
    box-sizing: border-box;
    overflow-y: auto;
    display: none;
}
.job-class{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.job-msg{
    height: 2rem;
    line-height: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.msg-before{
    width: 25rem;
}
.skill-request h3,.position-request h3{
    margin: 1rem 0;
}
header {
    box-sizing: border-box;
    background: url('../images/join_us/banner-jr.png') no-repeat;
    background-size: 100% 100%;
    height: 20rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.absolute-box {
    width: 59rem;
    height: 2.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 19%;
}

.a-title {
    width: 11.5rem;
    background: rgba(255, 255, 255, 0.6);
    color: #333333;
    line-height: 2.8rem;
    text-align: center;
    font-size: 0.8rem;
    margin-right: 0.2rem;
}


/* section(锚点连接部分) */
.section-content {
    background: #ffffff;
    width: 62%;
    margin: 0 auto;
}

.common {
    margin-top: 5.5rem;
}

.p-leader {
    font-size: 1.1rem;
    color: #333333;
    text-align: center;
}

.p-line {
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #dddddd;
    font-size: 0.7rem;
    margin-top: 0.7rem;
    margin-bottom: 3rem;
}

.line {
    width: 23.5rem;
    height: 1px;
    background: #dddddd;
}


/* 加入我们部分 */
.swiper-container {
    height: 22.5rem;
    width: 100%;
}

.job-item {
    width: 100%;
    height: 3rem;
    margin-top:1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.job-calss {
    height: 3rem;
    width: 10.4rem;
    background: #eeeeee;
    line-height: 3rem;
    text-align: center;
    font-size: 0.8rem;
    color: #1B2F75;
    /* overflow-x: auto; */
}
.job-calss:hover{
    cursor: pointer;
}

.job-text {
    width:47.5rem;
    height: 3rem;
    background: #f8f8f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding:0 1.3rem; 
}
.job-text:hover{
    cursor: pointer;
}
.job-text p:nth-child(1){
    width: 40rem;
    font-size: 0.8rem;
    color: #666666;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.job-text p:nth-child(2){
    font-size: 0.7rem;
    color: #9f9f9f;
}
/* .swiper-pagination span {
    background-color:#d0041d;
} */
.swiper-pagination span {
    background-color: #1B2F75;
    margin: 0 0.2rem;
}
.point{
    left: 50%;
}

/* 联系我们 */
.contact-box{
    width: 100%;
    height: 25rem;
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
}
.left-box{
    height: 100%;
    width: 36%;
    padding: 5rem 1.5rem;
    box-sizing: border-box;
    background: #1B2F75;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
     
}
.p-title{
    color:#cccccc;
    font-size: 1rem;
}
.icon-box{
    margin-top: 2.5rem;
}
.icon-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    margin-bottom: 0.6rem;

}
.icon-item img{
    width: 2rem;
    margin-right: 0.7rem;
}
.item-p{
    font-size: 0.8rem;
    color:#cccccc;
}
.map-content{
    width: 64%;
    height: 100%;
}
.contact-map{
    height: 100%;
}

.hidden-msg{
    display: none;
}
h4{
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.email
{
    font-size:1rem;
    font-weight: normal; 
}
.icon-email{
    color: #cccccc;
}