.search{
    display: flex;
    justify-content: space-between;
    height: 1.1rem;
    align-items: center;
    margin: 0.4rem 0;
}
.search input{
    width: 6rem;
    height: 0.8rem;
    background: #FFFFFF;
    border-radius: 0.13rem;
    border: none;
    text-indent: 0.3rem;
    color: #999;
}
.search .search-btn{
    width: 2.6rem;
    height: 0.8rem;
    background: #0B308D;
    border-radius: 0.13rem;
    text-align: center;
    color: #ffffff;
    line-height: 0.8rem;
    font-size: 0.312rem;
}
.wrap{
    width: 100%;
    height: 1rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}
.wrap .nice-select{
    width: 2.86rem;
    height:0.8rem;
    border-radius: 0.13rem;
    color: #333;
    text-align: center;
    font-size: 0.312rem;
    position: relative;

}
.nice-select input{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 0;
    color: #333;
    outline: 0;
    text-align: center;
    background: #fff;
    font-size: 0.312rem;
    border-radius: 0.13rem;
}
.nice-select i{
    font-size: 0.5rem;
    color: #9699A6;
    position: absolute;
    right: 0.2rem;
    top: 0.15rem;
}
.nice-select ul{
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 0.8rem;
    overflow: hidden;
    background-color: #fff;
    max-height: 4rem;
    overflow-y: auto;
    border: 1px solid #999;
    border-top: 0;
    z-index: 9999;
}
.nice-select ul li{
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0.1rem 0;
    overflow: hidden;
    text-align: center;
}
.nice-select ul li.on{
    background-color: #e0e0e0;
}
.job-title{
    display: flex;
    justify-content: space-around;
    background: #FFD700;
    font-size: 0.312rem;
    color: #0B308D;
    font-weight: 700;
    height: 0.7rem;
    padding: 0 0.4rem;
    align-items: center;
}
.job{
    background: #fff;
    margin: 0 auto 0.5rem;
}
.job-list{
    display: flex;
    margin: 0 0.4rem;
    justify-content: space-around;
    background: #fff;
    font-size: 0.312rem;
    color: #333;
    font-weight:400;
    min-height: 1.2rem;
    border-bottom: 4px solid #E7E7E7;
    align-items: center;
}
.job-list div{
    width: 32%;
    text-align: center;
    word-break: break-all;
}
.job-list:last-child{
    border: none;
}
