/* 头部 */
.fixed_box{
    position: fixed;
    top:0;
    left: 0;
    z-index: 10;
}
.top_nav{
    height: 1rem;
    background-color: #00b38a;
    padding-left: .32rem;
    position: relative;
}
.top_nav h1{
    font-size: .34rem;
    line-height: 1rem;
	color: #ffffff;
}
.top_nav img{
    position: absolute;
    right:.5rem;
    top: .4rem;
    width:.25rem;
}

.container{
    padding-bottom: 1.18rem;
    padding-top: 1.72rem;
}
/* 筛选条件 */
.some_sel{
    padding:.18rem .2rem .18rem .1rem;
    border-bottom: 1px solid  #ededed;
    background-color: #fff;
}
.sel_box{
    width: 20%;
    position: relative;
}
.sel_box input{
    border:none;
    width: 60%;
    overflow: hidden;
    padding: 0 40% 0 0%;
    text-align: right;
    font-size: .24rem;
    
}
.sel_box img{
    position: absolute;
    right:.3rem;
    width: .2rem;
    top:.16rem;
}

/* 职位列表 */
.job_ul{
    padding:0 .36rem;
}
.job_ul li{
    padding:.24rem 0;
    border-bottom: 1px solid #f4f6fa;
    position: relative;
}
.job_ul li h2{
    padding-right: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job_ul li p{
    color: #414a60;
    line-height: .5rem;
}
.message span{
    color: #9fa3b0;
    margin-right: .18rem;
    position: relative;
    font-size: .24rem;
}
.salary{
    position: absolute;
    right: .1rem;
    top:.24rem;
    color:#fc6c36;
}
.loaded, .loadding{
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    color:#9fa3b0;
    font-size: .28rem;
    display: none;
}
/* 导航 */
footer{
    width: 100%;
    background-color: #fff;
    position: fixed;
    height: 1.18rem;
    bottom: 0;
    border-top:.01rem  solid #dcdcdc;
}
.home_i_box{
    height: 100%;
    float: left;
    padding:.2rem;
}
.home_i_box p{
    color: #333333;
    font-size: .22rem;
    text-align: center;
}
.img_box img{
    float: left;
    width: .54rem;
}
.home_i_box .active{
    color:#00b38a;
}
.home_1{
    margin-left: .5rem;
}
.home_2,.home_3{
    margin-left: 1.8rem;
}