.job-container {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding-bottom: .5rem;
}

.job-container .job-content .job-contacts {
    text-align: center;
    padding: 0.8rem 0;
    color: #666666;
    font-size: 16px;
}

.job-container .job-content .job-contacts span:nth-child(1) {
    padding-right: 1rem;
}

.job-container .job-content .job-search ul {
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.job-container .job-content .job-search ul li {
    float: left;
    padding: 5px 10px;
}

.job-container .job-content .job-search ul.nature-of-work li,
.job-container .job-content .job-search ul.place-of-work li {
    padding: 5px 0;
    width: 82px;
    text-align: center;
}

.job-container .job-content .job-search ul>a:nth-child(1) li {

    font-weight: bold;
}

.job-container .job-content .job-search ul a {
    color: #333333;
    display: inline-block;
    padding: 0 27px;
}

.job-container .job-content .job-search ul.nature-of-work a,
.job-container .job-content .job-search ul.place-of-work a {
    padding: 0;
    margin: 0 7px;
}

.job-container .job-content .job-search ul li:not(:nth-child(1)) {
    /* margin-right: .3rem; */
    padding: 5px 35px;
}

.active {
    background: #EB640E;
    color: #FFF !important;

}

.job-container .active a {
    color: #FFFFFF !important;
}

.job-container .job-content .job-search .Key-words-of-position li:nth-child(2) {
    background: #EB640E;
    padding: 0;
    /* margin: 5px 0; */
}

.job-container .job-content .job-search .Key-words-of-position li:nth-child(2) input {
    border: 1px solid #EB640E;
    width: 400px;
    padding: 0 5px;
    outline: none;
    /* line-height: 40px; */
    height: 41px;
}

.job-container .job-content .job-search .Key-words-of-position li:nth-child(2) a {
    padding: 6px 20px;
    color: #FFFFFF;
}

.job-container .job-content .job-data {
    padding: .6rem 10px;
}

.job-container .job-content .job-data table {
    width: 100%;
}

.job-container .job-content .job-data table thead {
    background: #EB640E;
    color: #FFF;
}

.job-container .job-content .job-data table th,
.job-container .job-content .job-data table td {
    padding: 15px;
    position: relative;
}

.job-container .job-content .job-data table tbody {
    background: #F8F8F8;
}

.job-container .job-content .job-data table tbody .child {

    background: #F4F4F4;
    box-shadow: 0px 6px 6px 0px rgb(137 137 137 / 14%);
    position: relative;
}

.job-container .postResume {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #EB640E;
    color: #fff;
    position: absolute;
    right: 39px;
    top: 44px;
    cursor: pointer;
}

.job-container .postResume input {
    display: none;
}

.job-container .job-content .job-data table tr {
    cursor: pointer;
}

.job-container .job-content .job-data table tbody tr td a {
    color: #333333;
}

.job-container .job-content .job-data table tbody tr:nth-child(4n-1) {

    background: #FFF2E9;
}

.job-container .job-content .job-data table tbody tr:nth-child(4n) {

    background: #FFF2E9;
}


.job-container .job-content .job-data table tbody tr td a:hover {
    color: #EB640E;
}

.job-container .job-content .job-data table tbody tr td .fold {
    position: absolute;
    right: 25px;
    line-height: 22px;
    font-size: 21px;
}

.job-container .job-bgc {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    background: url('../img/user/news-background@2x.png') no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: transparent;
    opacity: 0.8;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.46);
    z-index: 9;
    display: none;
}

.dialog {
    position: fixed;
    width: 452px;
    height: 190px;
    left: 50%;
    top: 50%;
    margin-top: -95px;
    margin-left: -226px;
    z-index: 99;
    background: #fff;
    padding: 20px 98px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.dialog .tips {
    background: url("../img/user/upload_pic.png") top center no-repeat;
    background-size: 35px auto;
    padding-top: 38px;
    margin-top: 12px;
}

.progress {
    margin-top: 14px;
    margin-bottom: 30px;
    height: 6px;
}

.progress-bar {
    background: #EB640E;
}

.dialog .cannel {
    color: #EB640E;
    cursor: pointer;
}

.paginator {
    margin-top: 90px;
}

@media screen and (max-width: 950px) {
    #mobile-terminal .article .search-criteria .keyword {
        text-align: center;
        padding: 0.5rem 0;
        position: relative;
    }

    #mobile-terminal .article .search-criteria .keyword input {
        width: 90%;
        border-radius: 20px;
        border-style: none;
        background: rgba(245, 245, 245, 1);
        padding: 0 0.9rem 0 0.2rem;
        height: 1.1rem;
        font-size: 0.4rem;
    }

    #mobile-terminal .article .search-criteria .keyword img {
        position: absolute;
        right: 0.8rem;
        margin: auto;
        top: 0;
        bottom: 0;
    }

    #mobile-terminal .article .search-criteria ul {
        display: flex;
        position: relative;
        background: #FBFBFB;
        padding: 0.2rem 0;
    }

    #mobile-terminal .article .search-criteria ul li {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #666668;
        font-size: 0.4rem;
    }

    #mobile-terminal .article .search-criteria ul li .zk-img {
        text-align: center;
    }

    #mobile-terminal .article .search-criteria ul li .nature-work {
        display: none;
        position: absolute;
        width: 100%;
        top: 1rem;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        height: 9.2rem;
    }

    #mobile-terminal .article .search-criteria ul li .nature-work .content {
        background: #FFF;
        padding: 0.5rem;
        height: 8rem;
        overflow-y: scroll;
    }

    #mobile-terminal .article .search-criteria ul li .nature-work .content dl {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    #mobile-terminal .article .search-criteria ul li .nature-work .content dl dd {
        width: 29.6%;
        background: #F5F5F5;
        border-radius: 5px;
        margin-bottom: 0.5rem;
        padding: 0.1rem 0;
        font-size: 0.35rem;
        border: 1px solid #F5F5F5;
    }

    #mobile-terminal .article .search-criteria ul li .nature-work .content dl dd:nth-child(3n-1) {
        margin: 0 0.5rem 0.5rem;
    }

    #mobile-terminal .article .search-criteria ul li .nature-work .content .btns {
        display: flex;
        text-align: center;
        justify-content: space-between;
        font-size: 0.35rem;
    }

    #mobile-terminal .article .search-criteria ul li .nature-work .content .btns div:nth-child(1) {
        width: 47%;
        border-radius: 8px;
        border: 1px solid #EB640E;
        color: #EB640E;
        line-height: 0.8rem;
    }

    #mobile-terminal .article .search-criteria ul li .nature-work .content .btns div:nth-child(2) {
        width: 47%;
        background: #EB640E;
        border-radius: 8px;
        color: #FDFDFD;
        line-height: 0.8rem;
    }

    #mobile-terminal .article .job-list {
        margin: 0 0.5rem;
        color: #353535;
    }

    #mobile-terminal .article .job-list ul li {
        padding: 0.3rem 0;
        border-bottom: 1px solid #DFE0E0;
    }

    #mobile-terminal .article .job-list ul li .job-name {
        font-size: 0.4rem;
        font-weight: 600;
        color: #353535;
    }

    #mobile-terminal .article .job-list ul li .job-lnw {
        font-size: 0.35rem;
        color: #666668;
    }

    #mobile-terminal .article .job-list ul li:last-child {
        border: none;
    }

    #mobile-terminal .article .search-criteria ul li .active-mobile {
        color: #EB640E;
    }

    #mobile-terminal .article .search-criteria ul li .content .nature-location-active {
        border: 1px solid #EB640E !important;
        color: #EB640E;
        background: #FFF !important;
    }

    #mobile-terminal .article .job-list .data-not-found {
        display: none;
    }

}