/* 版心 */
.container {
    /* position: relative; */
    width: 1180px;
    margin: 0 auto;
}

/* 顶部导航开始 */
.top-nav {
    height: 55px;
}

.top-nav img {
    float: left;
    width: 121px;
    height: 30px;
    margin-top: calc((55px - 30px) / 2);
}

.top-nav .top-nav-left {
    float: left;
    width: 110px;
    height: 55px;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
}

.top-nav a:nth-child(2) {
    margin-left: 11px;
}

.top-nav a:nth-child(3) {
    color: #fff;
    background-color: #169af3;
}

.top-nav .top-nav-left:hover {
    color: #fff;
    background-color: #169af3;
}

.top-nav-right {
    float: right;
    width: 65px;
    height: 33px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    background-color: #169af3;
    margin-top: calc((55px - 33px) / 2);
}

.top-nav-right:hover {
    color: #fff;
}

.top-nav a:nth-last-child(2) {
    margin-left: 12px;
    margin-right: 50px;
}

/* 顶部导航结束 */

/* 搜索栏开始 */
.search-box {
    position: relative;
    height: 238px;
}

.search-box img {
    width: 100%;
    height: 238px;
}

.search-box .search {
    position: absolute;
    left: calc((1536px - 719px) / 2);
    bottom: 74px;
    width: 710px;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .6);
}

.search-box .search input {
    float: left;
    width: 596px;
    height: 40px;
    border: 0;
    font-size: 14px;
    margin-left: 16px;
    background-color: rgba(255, 255, 255, 0);
}

.search-box .search button {
    float: left;
    width: 98px;
    height: 40px;
    color: #fff;
    border: 0;
    font-size: 20px;
    background-color: #169af3;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* 搜索栏结束 */

/* 职业选择开始 */
.career-choice-medal {
    height: 902px;
    background-color: #eee;
    padding-bottom: 38px;
}

.career-choice-medal .career-job {
    height: 902px;
    background-color: #fff;
    overflow: hidden;
}

.career-choice {
    width: 762px;
    height: 68px;
    margin-top: 63px;
    margin-left: 88px;
}

.career-choice p {
    font-size: 16px;
    margin-bottom: 30px;
}

.career-choice p span {
    margin-right: 10px;
}

.career-choice p a {
    margin-right: 26px;
}

.career-choice p a:last-child {
    margin: 0;
}

.career-choice p a:nth-child(2) {
    color: #409eff;
}

.career-bottom {
    width: 1100px;
    height: 579px;
    margin-left: 44px;
    margin-top: 42px;
}

.career-bottom div {
    width: 100%;
    height: 52px;
}

.career-bottom .career-bottom-title {
    background-color: #d8eafa;
}

.career-bottom .career-bottom-title span {
    display: inline-block;
    height: 52px;
    color: #909399;
    font-size: 14px;
    font-weight: 700;
    line-height: 52px;
}

.career-bottom-title span:first-child {
    float: left;
    margin-left: 11px;
}

.career-bottom-title span:nth-child(2) {
    margin-left: calc(((1100px - 186px) - 56px) / 2);
}

.career-bottom-title span:last-child {
    float: right;
    margin-right: 105px;
}

.career-bottom a {
    display: block;
    width: 100%;
    height: 52px;
    transition: all 0.2s;
}

.career-bottom a:hover {
    background-color: #f5f7fa;
}

.career-bottom a div {
    color: #606266;
    font-size: 14px;
    border-bottom: 1px solid #ebeef5;
}

.career-bottom a div span {
    line-height: 52px;
}

.career-bottom a span:first-child {
    float: left;
    width: 486px;
    margin-left: 11px;
}

.career-bottom a span:nth-child(2) {
    display: inline-block;
    width: 400px;
}

.career-bottom a span:nth-last-child(-n+2) {
    float: right;
    margin-right: 79px;
}

.career-bottom a i {
    float: right;
    color: #b59292;
    line-height: 52px;
    margin-right: 23px;
}

.career-last {
    position: relative;
    float: right;
    width: 421px;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    margin-top: 64px;
    margin-right: 36px;
}

.career-last b {
    margin: 0 12px;
    cursor: pointer;
}

.career-last b:nth-child(2) {
    color: #c0c4ce;
    cursor: not-allowed;
}

.career-last b:nth-child(3) {
    color: #409eff;
}

.career-last b:hover {
    color: #409eff;
}

.career-last b:last-child {
    font-size: 12px;
}

.career-last .nine {
    display: inline-block;
    width: 11px;
}

.career-last .nine:hover span {
    display: none;
}

.career-last .nine:hover i {
    display: block;
}

.career-last i {
    display: inline-block;
    display: none;
    position: absolute;
    top: 2px;
    right: 92px;
    color: #409eff;
    text-align: center;
}

/* 职业选择结束 */

/* 底部导航开始 */
.bottom-nav {
    height: 121px;
    color: #999;
    font-size: 14px;
    background-color: #eee;
    text-align: center;
}

.bottom-nav a {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-top: 21px;
}

.bottom-nav p:nth-last-child(2) {
    margin: 16px 0;
}

/* 底部导航结束 */