﻿.job {
    overflow: hidden;
}

.job_box {
    width: 15rem;
    margin: .59rem auto 0;
}

.job_header {
    width: 100%;
    height: 1.76rem;
    display: flex;
}

.job_header>div {
    width: 7.24rem;
    height: 1.76rem;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    padding: 0 .48rem;
    box-sizing: border-box;
}

.job_phone{
    margin-right: .52rem;
}

.job_header div img {
    width: .95rem;
    margin-right: .4rem;
}

.job_text {
    display: flex;
    flex-direction: column;
}

.job_text p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #6D6D6D;
    margin-bottom: .12rem;
}

.job_text a {
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #004098;
}

.job_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15rem;
    height: 2.22rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.18rem 0.01rem rgba(0,0,0,0.08);
    margin-top: .5rem;
    padding: 0 1.01rem 0 .67rem;
    box-sizing: border-box; 
}

.job_item_tit{
    font-size: 0.28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #004098;
}

.job_item_txt{
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: .2rem;
}

.job_item_txt img{
    width: .16rem;
    height: .16rem;
    margin-right: .08rem;
}

.job_item_r{
    width: 1.6rem;
    height: 0.44rem;
    background: #004098;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job_item_r img{
    width: .19rem;
    margin-left: .22rem;
}

.job_xq_header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .4rem;
    border-bottom: .01rem solid rgba(0,0,0,0.08);
}

.job_xq_header_tit{
    font-size: 0.36rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .18rem;
}

.job_xq_header_txt{
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
}

.job_xq_header_txt span{
    padding: 0 .24rem;
    border-right: .01rem solid rgba(0,0,0,0.08);
}

.job_xq_header_txt span:first-child{
    padding-left: 0;
}

.job_xq_header_txt span:last-child{
    border-right: 0;
}

.job_xq_header_r{
    width: 1.6rem;
    height: 0.44rem;
    background: #004098;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.job_xq_header_r img{
    width: .19rem;
    margin-left: .22rem;
}

.job_xq_text{
    margin-bottom: .9rem;
}

.job_xq_tit{
    font-size: 0.28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: .49rem;
    margin-bottom: .45rem;
}

.job_xq_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
}




.job_alert{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, .4);
}

.job_alert_center{
    width: 5.79rem;
    
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.job_alert_title{
    width: 5.79rem;
    height: 0.5rem;
    background: #F7F7F7;
    border-radius: 0.04rem 0.04rem 0rem 0rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    padding: 0 .29rem;
    padding-right: .18rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.job_alert_title img{
    width: .26rem;
    height: .26rem;
    cursor: pointer;
}

.job_alert_text{
    width: 100%;
    padding: .29rem .33rem .44rem;
    box-sizing: border-box;
}

.job_alert_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: .2rem;
}

.job_alert_item p{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #6D6D6D;
    margin-bottom: .14rem;
}

.job_alert_item input{
    width: 100%;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #D4DEE2;
    box-sizing: border-box;
    padding: 0 .15rem;
    box-sizing: border-box;
}


.job_alert_item label{
    width: 1.6rem;
    height: 0.44rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.01rem solid #0051A0;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job_alert_item label p{
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0051A0;
    margin: 0;
}

.job_alert_item label img{
    width: .1rem;
    margin-left: .27rem;
}

.file_name{
    height: 0.4rem;
    background: #F8F8F8;
    padding: 0 .4rem 0 .21rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #6D6D6D;
    position: relative;
    margin-bottom: .38rem;
}

.file_name img{
    position: absolute;
    right: .09rem;
    top: 50%;
    transform: translateY(-50%);
    width: .26rem;
    height: .26rem;
    cursor: pointer;
}

.button_box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_box button{
    margin: 0 .1rem;
    width: 1.6rem;
    height: 0.44rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.01rem solid #0051A0;
    box-sizing: border-box;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #0051A0;
}

.button_box button:hover{
    background: #0051A0;
    color: #FFFFFF;
}






@media only screen and (max-width:1024px){
    .job_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    } 
    .job_header{
        flex-direction: column;
        height: auto;
    }
    .job_phone{
        margin: 0;
        margin-bottom: 15px;
    }
    .job_header>div{
        width: 100%;
        padding: 15px;
    }
    .job_item{
        width: 100%;
        padding: 0 15px;
    }
    .job_item_tit{
        font-size: 14px;
    }
    .job_item_txt,
    .job_item_r{
        font-size: 12px;
    }
    .job_item_txt img{
        width: 14px;
        height: auto;
    }
    .job_xq_header_txt span,
    .job_xq_header_r,
    .job_xq_txt{
        font-size: 12px;
    }
    .job_alert_title{
        font-size: 14px;
    }
    .job_alert_item p,
    .job_alert_item input,
    .job_alert_item label p,
    .button_box button{
        font-size: 12px;
    }
}