
.wrap-main {
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 90px;
    background-color: #f5f5f5;
}
.wrap-main .recruit-wrap {
    width: 100%;
    padding: 0 10px;
}
.wrap-main .recruit-wrap .recruit-wrap-inner{
    max-width: 1220px;
    margin: 40px auto 0;
    padding: 35px 40px 60px;
    background: #fff;
}

.product-banner {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 200px;
    background: #0c0c0c;
    background: -moz-linear-gradient(top,  #0c0c0c 0%, #606060 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c0c0c), color-stop(100%,#606060));
    background: -webkit-linear-gradient(top,  #0c0c0c 0%,#606060 100%);
    background: -o-linear-gradient(top,  #0c0c0c 0%,#606060 100%);
    background: -ms-linear-gradient(top,  #0c0c0c 0%,#606060 100%);
    background: linear-gradient(to bottom,  #0c0c0c 0%,#606060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#606060',GradientType=0 );
}
.product-banner img {
    height: 100%;
    width: auto;
}
.wrap-main .recruit-wrap .job-select {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.job-select .category-name {
    padding-bottom: 10px;
    color: #999;
    font-weight: 500;
    font-size: 14px;
}
.job-select .select-value {
    overflow: hidden;
    position: relative;
    padding: 0 30px 0 10px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #999;
    border-radius: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #292929;
}

.job-select .select-value::before {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 20px;
    font-weight: 600;
}
.job-select .select-value::after{
    content: none;
}
.job-select .select-value:focus {
    box-shadow: none;
    border: 1px solid #0080f1;
}

.job-select .dropdown-menu {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 266px;
    background: #fff;
}
.job-select .dropdown-item {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #292929;
    font-size: 14px;
    cursor: pointer;
}
.job-select .dropdown-item:focus {
    color: #292929;
}
.job-select .dropdown-item:hover {
    background: #E7EBEE;
}
.message-prompt {
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    text-align: center;
}

.job-select .input-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.job-select .input-box .btn-search {
    position: absolute;
    right: 5px;
    bottom: 29px;
    font-size: 30px;
    color: #666;
    cursor: pointer;
}
.job-select .job-search {
    width: 100%;
    height: 38px;
    color: #000;
    padding: 0 35px 0 5px;
    border: 1px solid #999;
}
.job-select .job-search:focus {
    border: 1px solid #0080f1;
}
.position-table {
    overflow: hidden;
    width: 100%;
}
.position-table thead tr{
    overflow: hidden;
    height: 40px;
    background: #ccc;
    align-items: center;
    font-size: 14px;
}

.position-table tbody tr {
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
}
.position-table tbody tr:hover {
    background: #e7ebee;
}

.position-table th,
.position-table td {
    display: inline-block;
}

.position-table .salary {
    color: #f59018;
}

/*分页样式开始*/
.ff-pagination {
    margin-top: 60px;
    justify-content: center;
}
.ff-pagination .page-item {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    margin: 0 5px 5px 0;
    font-size: 16px;
    border: none ;
}
.ff-pagination .page-link:hover{
    background: #fff;
    color: #292929;
}

.ff-pagination .page-link {
    border: none ;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    height: 100%;
    line-height: 40px;
}
.ff-pagination .page-item.active .page-link {
    background: #292929;
    border: none;
    border-radius: 3px;
    overflow: hidden;
}
.ff-pagination .page-item.active .page-link {
    color: #fff;
}
.ff-pagination .page-link:focus,.page-link:active:focus,
.ff-pagination .page-link.active:focus,.page-link.focus,
.ff-pagination .page-link:active.focus,.page-link.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow:none;
}
/*分页样式结束*/


@media screen and (max-width: 575px) {
    .product-banner {
        height: 120px;
    }

    .layui-laypage-ff a, .layui-laypage-ff span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .ff-pagination .page-item {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .ff-pagination .page-link {
        line-height: 30px;
    }

}

@media screen and (max-width: 767px){
    .wrap-main .recruit-wrap .recruit-wrap-inner{
        padding: 20px 10px 40px;
    }
    .position-table .job-name {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .position-table .job-type {
        border-right: 2px solid #666;
        width: auto;
        flex: none;
        padding-right: 5px;
    }
    .position-table tbody tr:hover {
        background: #fff;
    }

}

@media screen and (min-width: 768px){
    .position-table th,
    .position-table td {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-left: 10px !important;
        font-size: 14px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px){
    .product-banner {
        height: 140px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .product-banner {
        height: 160px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .product-banner {
        height: 180px;
    }
}

@media screen and (min-width: 1200px) {
    .product-banner {
        height: 200px;
    }

}
