body {
    background: #F0F0F0;
    font-family: "Source Han Sans SC";
}
.container {
    background: rgba(71,71,71,0.5) !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.page-middle-banner {
    width: 100%;
    margin: 50px 0;
    display: flex;
    justify-content: center;
}
.page-middle-banner .imgBanners {
    /* max-width: 1568px; */
    /* width: 82%; */
    min-width: 600px;
    width: 1562px;
}
.page-middle-banner .imgBanners img {
    width: 100%;
}
.title-box {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 170.502%; 
    letter-spacing: 2.4px;
}
.title-box img {
    width: 76px;
    height: 100px;
}
.search-box {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.search-box .search {
    width: 82%;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #CE0000;
    background: #FFF;
    display: flex;
    justify-content: space-between;
}
.search-box .search input {
    font-size: 15px;
    width: 100%;
    border: 0;
    height: 56px;
    outline: none !important;
}
.search-box .search input:focus {
    border: 0px;
    outline: none !important;
}
.search-box .search button, .search-box .ivu-input-group-append {
    width: 128px;
    height: 100%;
    background: #CE0000;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px 8px 8px 0px;
}
.search-box .ivu-input-group-prepend {
    border-radius: 8px 0px 0px 8px;
    background: #fff;
}
.search-box .ivu-select-placeholder {
    color: #333 !important;
}
.search-box .ivu-select-arrow {
    color: #ccc;
}
.search-box .ivu-select-dropdown {
    margin: 20px 0;
}
/* .search-box .ivu-select-selected-value {
    text-overflow: inherit !important;
} */
.baoming-btn {
    width: 400px;
    height: 60px;
    border-radius: 4px;
    background: #FF5C00;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    margin: 30px auto;
    cursor: pointer;
}
.filter-box {
    width: 100%;
    display: flex;
    justify-content: center;
}
.filter-list {
    width: 82%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.filter-list .selectd {
    background: #CE0000;
    color: #fff;
}
.filter-list div {
    border-radius: 4px;
    background: rgba(206, 0, 0, 0.10);
    display: flex;
    width: 140px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #CE0000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* margin-right: 10px;
    margin-bottom: 30px; */
    cursor: pointer;
    user-select: none;
}
.filter-list div:last-child {
    margin-right: 0;
}
.no-data {
    text-align: center;
    width: 100%;
    padding: 100px 0;
    font-size: 20px;
    color: #8a8a8a;
}
.position-box {
    width: 100%;
    display: flex;
    justify-content: center;
}
.position-box .item {
    border-radius: 8px;
    background: #FAFAFA;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    width: 18.4%;
    /* min-width: 243px; */
    height: 52px;
    display: flex;
    align-items: center;
    padding: 16px 12px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    margin-right: 2%;
    margin-bottom: 19px;
}
.position-box .item:nth-child(5n) {
    margin-right: 0;
}
.position-list {
    max-width: 1568px;
    width: 1562px;
    min-width: 600px;
    min-height: 52px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.position-list-box {
    width: 82%;
    min-height: 52px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}
.position-list .item span {
    width: 48px !important;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    background: #FF5C00;
    margin-right: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.companyname-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.companyname-box span {
    color: #868FA2;
}
.position-list .item .companyname {
    max-width: 80%;
    word-break: keep-all;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.position-list .ivu-tooltip {
    width: 70%;
}
.position-list .ivu-tooltip-rel {
    width: 100%;
}
.position-list .item .ivu-tooltip-inner {
    word-break: break-all;
    width: 250px;
    white-space: inherit;
}
.page-wrap {
    max-width: 1568px;
    width: 1562px;
    min-width: 600px;
    display: flex;
    justify-content: center;
    margin: 30px 0 96px; 
}
.count-box-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
.count-box {
    /* max-width: 100%;
    min-width: 600px; */
    min-width: 82%;
    border-radius: 12px;
    background: #fff;
    padding: 20px 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
}
.count-item {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.count-item .val {
    font-weight: bold;
    color: #CE0000;
    font-size: 30px;
    margin-bottom: 8px;
}
.count-item .label {
    font-weight: bold;
    font-size: 16px;
}
.location-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 80px;
}
.location {
    max-width: 1568px;
    width: 1562px;
    min-width: 600px;
    border-radius: 12px;
    background: #fff;
    padding: 87px 116px 87px 116px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.location img {
    width: 580px;
    height: 360px;
}
.location .info {
    width: 668px !important;
}
.location .title {
    color: #CD0100;
    font-size: 24px;
    font-weight: 700;
}
.location .jtlx{
    margin-top: 34px;
}
.location .location-txt {
    width: 100%;
    margin-top: 12px;
    font-size: 24px;
    color: #333;
    font-weight: 500;
    line-height: 40px;
}
.company-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    padding-bottom: 300px;
}
.company-list {
    max-width: 1568px;
    width: 1562px;
    min-width: 600px;
    padding: 61px 125px 29px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #FFF;
    position: relative;
    z-index: 99;
}
.company-list img {
    max-width: 232px;
    width: 17%;
    /* height: 70px; */
    margin-right: 2%;
    margin-bottom: 32px;
}
.company-list img:nth-child(5n) {    
    margin-right: 0;
}
.footer-img {
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-img img {
    padding: 0;    
    max-width: 100%;
    overflow: hidden;
    min-width: 1280px;
    float: left;
}
.company-item {
    width: 32.5%;
    background: #fff;
    padding: 20px 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.company-item .companyname {
    font-size: 16px;
    font-weight: bold;
    word-break: keep-all;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 84%;
}
.company-list-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.company-item-box {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    box-sizing: border-box;
}
.company-item-box .name {
    width: 50%;
    display: flex;
    align-items: center;
}
.company-item-box .fast {
    background: #CE0000;
    color: #fff;
    font-size: 12px;
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
}
.company-item-box .name .txt {
    width: 80%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
}
.company-item-box:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
    padding-right: 15px;
}
.company-item-box:nth-child(even) {
    padding-left: 15px;
}
.company-item-box:last-child {
    border-right: 0;
}
.company-item-box .salary {
    color: #FF772B;
    font-weight: bold;
    font-size: 12px;
}
.position-more {
    text-align: right;
    margin-top: 10px;
}