body {
    overflow-x: hidden;
    overflow-y: auto !important;
    margin: 0;
    color: #333;
    font-size: 16px;
    padding-top: 92px
}
body>div:not(.poster, .honer, .image-viewer,.foot-content,.container-header, .right-bar) {
    width: 1328px;
    margin: 0 auto;
}


.poster {
    width: 100%;
    margin-bottom: 46px;
    position: relative;
}
.poster img {
    width: 100%;
    /*height: 360px;*/
    /*height: 33.33vh;*/
    height: 18.75vw;
}
.poster .tab-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 64px;
    background: rgba(248, 248, 248, .8);
    font-size: 26px;
}
.poster .tab {
    width: 1328px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 38px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
}
.tab-item.active .under-name,
.tab-item:hover .under-name{
    height: 4px;
    width: 48px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 48px/2);
}
.tab-item.active {
    font-weight: bold;
}
.tab-item a {
    text-decoration: none;
    color: #333;
}

.card {
    margin-bottom: 21px !important;
}
.card .card-title {
    height: 94px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}
.card-title.card-info {
    margin-bottom: 0px;
}

.card-title .under-name {
    width: 50px;
    height: 3px;
    border-radius: 1.5px;
    background: #adadad;
    flex-shrink: 0;
}
.card .card-title>div:first-child {
    font-size: 30px;
    color: #333;
}
.card>div:last-child:not(.card-title) {
    display: flex;
    justify-content: space-between;
    padding-right: 52px;
}
.company-info {
    display: flex;
    flex-flow: column nowrap;
}
.company-info>span{
    line-height: 40px;
    font-size: 18px;
}
.company-info>span:first-child {
    font-size: 32px;
    font-weight: bold;
    line-height: 54px;
}
.card>div:last-child>div:last-child {
    display: flex;
}
.card>div:last-child>div:last-child>div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-left: 36px;
}
.card>div:last-child>div:last-child>div img {
    padding-bottom: 22px;
}
.map {
    height: 400px;
    margin-bottom: 54px !important;
    margin-top: 42px !important;
    position: relative;
}
#allMap {
    height: 100%;
}
.backToOrigin {
    position: absolute;
    bottom: 15px;
    right: 18px;
    z-index: 99999;
}

.company-label {
    background-image: url("../../img/front/contractUs/qiyexx.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 467px;
    height: 130px;
    display: flex;
    align-items: center;
}
.anchorBL {
    display: none;
}


.hire {
    margin-top: 21px !important;
    padding-top: 4px;
}

.hire>div:first-child {
    font-size: 16px;
    margin-bottom: 16px;
}
.hire .job-item {
    box-shadow: 0 0 10px 2px #e8e8e8;
    margin-bottom: 30px;
}
.hire .job-item>div:first-child {
    height: 60px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    border: 1px solid #999;
    background: linear-gradient(to right, #00a6b9, #003df6);

}
.hire .job-item>div:last-child {
    display: flex;
    padding: 19px 22px 25px;
}
.hire .job-item>div:last-child>div {
    width: 50%;
    margin-right: 42px;
}
.hire .job-item>div:last-child>div:first-child {
    margin-right: 74px;
}
.hire .job-item>div:last-child>div>div:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.hire .job-item>div:last-child>div>div:last-child {
    display: flex;
    flex-flow: column nowrap;
}
.hire .job-item>div:last-child>div>div:last-child span {
   line-height: 34px;
}

.no-data {
    text-align: center;
    height: calc(100% - 360px - 46px - 81px - 248px - 20px);
    min-height: 85px;
    /*line-height: calc(100% - 360px - 46px - 81px - 248px - 20px);*/
    font-size: 16px;
    color: #666;
}