/* 地区  职位类别弹框*/
#citysort_main {
    position: absolute;
    top: 44px;
    width: 100%;
    height: calc(100% - 44px);
    background: #fff;
    display: none;
    overflow: auto;
    z-index: 999;
}

#citysort_main .city_job_list {
    background: #fff;
    font-size: 1.6rem
}

#citysort_main .city_tits {
    line-height: 2.5em;
}

#citysort_main .city_tits h2 {
    float: left;
    color: #2AA0DD;
}

#citysort_main .city_job ul li {
    list-style: none;
    line-height: 16px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}

#citysort_main .city_job ul li:hover {
    background: #f6f6f6;
}

.sort_main dl {
    padding: 0 10px;
}

.sort_main dl dt {
    width: 90%;
    float: left;
    overflow: hidden;
}

.sort_main dl dd {
    float: right;
    overflow: hidden;
    color: #8d8d8d;
}


#jobsort_main {
    font-size: 1.6rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}

#jobsort_main ul {
    background: #fff;
    position: absolute;
    display: none;
    border: 1px solid #f5f5f5;
    border-bottom:none;
    background: #fff;
    max-height: 70%;
    overflow: auto;
    z-index: 99999;
}

#jobsort_main ul li {
    list-style: none;
    line-height: 20px;
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    min-width: 160px;
}

#jobsort_main .joblevel3 {
    top: 44px;
    width: 100%;
    height: calc(100% - 44px);
    max-height: 100%;
}

#jobsort_main ul li.cur {
    background: #ec7a3d;
    color: #fff;
}

#jobsort_main ul li.return_back {
    padding: 15px 10px;
}