/* 公共组件的样式 */

/* 网页置灰 */
* {
}
.row-center {
    justify-content: center;
}
.align-justify {
    justify-content: space-between;
}
.flex {
    display: flex;
}
.flex-align {
    display: flex;
    align-items: center;
}
.pt6 {
    padding-top: 6px;
}
[v-clock] {
    display: none;
}
.btn-shadow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
}
.btn-shadow-001 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.01);
}
/* 字体主题色 */
.theme-color {
    color: #0073ff !important;
}
.theme-color-ff4c00 {
    color: #ff4c00 !important;
}
/* 背景主题色 */
.theme-color-bg-ff4c00 {
    background-color: #ff4c00 !important;
}
.theme-color-bg {
    background-color: #0073ff !important;
}
.border-8 {
    border-radius: 8px !important;
    overflow: hidden;
}

/* 新头部导航 */
.new-nav-outer {
    position: relative;
    width: 100%;
    min-width: 1280px;
    height: 44px;
}
.new-nav {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    min-width: 1280px;
    height: 44px;
    background: #111;
    z-index: 999;
}
.new-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1366px;
    max-width: 1366px;
    margin: 0 auto;
}
.new-nav .nav-center-item {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
    color: #fff;
}
.new-nav .nav-center-item:hover {
    color: #0073ff;
}
.new-nav .nav-center-item.nav-center-item-active {
    position: relative;
    background: linear-gradient(180deg, #0073ff4d, #0073ff00 100%);
}
.new-nav .nav-center-item.nav-center-item-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 3px;
    background: #0073ff;
}
.new-nav .nav-center-item .nav-center-item-link {
    display: none;
    position: absolute;
    top: 44px;
    min-width: 50px;
    transform: translate(-40%);
    background: #fff;
    box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}
.new-nav .nav-center-item:hover .nav-center-item-link {
    display: block !important;
}
.new-nav .nav-center-item-link .nav-center-item-link-a {
    display: block;
    box-sizing: border-box;
    padding: 0 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111;
    height: 32px;
    margin: 6px;
    line-height: 32px;
    border-radius: 6px;
}
.new-nav .nav-center-item-link .nav-center-item-link-a.nav-center-item-link-a-active {
    background: #0073ff;
    border-radius: 6px;
    color: #fff;
}
.new-nav .nav-center-item-link .nav-center-item-link-a.active {
    background: #0073ff;
    border-radius: 6px;
}
.new-nav .nav-center-item-link .nav-center-item-link-a:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.new-nav .nav-left-contain {
    display: flex;
    flex: 1;
}
.new-nav .nav-left-box {
    display: flex;
    align-items: center;
}
.new-nav .nav-left-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.new-nav .nav-left {
    max-width: 176px;
    max-height: 44px;
    margin-right: 40px;
    opacity: 0;
}
.new-nav .nav-center {
    flex: 1;
    display: flex;
    justify-content: space-between;
    color: #111;
}
.new-nav .nav-center-left .nav-center-item {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 600;
}
.new-nav .nav-center-right .nav-center-item {
    font-size: 14px;
    margin-left: 50px;
}
.new-nav .nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.new-nav .nav-right .nav-right-login {
    margin-left: 16px;
    padding: 0 12px;
    border: 1px solid #fff;
    border-radius: 32px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
}
.new-nav .nav-right .nav-center-item-arrow {
    transition: all 0.3s;
}
.new-nav .nav-right .nav-center-item:hover .nav-center-item-arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.new-nav .nav-right .nav-login-head-img {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.8);
    margin-left: 8px;
}
.new-nav .nav-right .nav-login-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-image: url('https://cdn.static.magcloud.cc/job/static/portal/img/pic_user_normal.png');
    background-size: cover;
    background-position: center;
}
.new-nav .switch-city-info {
    display: none;
}
.new-nav.switch-city .nav-left {
    margin-right: 20px;
}
.new-nav.switch-city .switch-city-info {
    display: flex;
    align-items: center;
    margin-right: 24px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.new-nav.switch-city .switch-city-icon {
    margin-right: 4px;
    width: 14px;
    height: 14px;
}
.new-nav.switch-city .switch-city-btn {
    margin-left: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #ffffffcc;
    cursor: pointer;
}

/* 头部导航 */
.nav {
    position: sticky;
    top: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 30px;
    z-index: 2002;
    background: #ffffff;
    box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.1);
}
.nav .nav-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav .nav-left {
    width: 110px;
    height: 36px;
    margin-right: 32px;
}

.nav .nav-left-box {
    display: flex;
    align-items: center;
    flex: 1;
}
.nav .nav-left .nav-left-item {
    margin-right: 30px;
    font-size: 14px;

    font-weight: 600;
    color: #111;
    cursor: pointer;
}
.nav .nav-center {
    display: flex;
    justify-content: space-between;
    /* position: absolute;
  top: 50%;
  left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 1200px;
    height: 48px;
    font-size: 14px;

    font-weight: 600;
    color: #111;
}
.nav .nav-center .nav-center-left,
.nav .nav-center-right {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.nav .nav-center-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    position: relative;
    height: 48px;
    cursor: pointer;
    color: #111;
}
.nav .nav-center-item-link {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 200px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(31, 32, 36, 0.08);
    z-index: 99;
    cursor: pointer;
}
.nav .nav-center-item:hover .nav-center-item-link {
    display: block !important;
}
.nav .nav-center-item:hover .nav-center-item-symbol {
    transform: rotate(0);
}
.nav .nav-center-item-symbol {
    margin-left: 8px;
    width: 0;
    height: 0;
    border-width: 0 5px 6px;
    border-style: solid;
    border-color: transparent transparent #9da9b6;
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.nav .nav-center-item-link .nav-center-item-link-a {
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    height: 48px;
    width: 200px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111;
    line-height: 48px;
}
.nav .nav-center-item-link .nav-center-item-link-a:hover {
    color: #278bff;
    background: #f4f9ff;
}
.nav .nav-center .nav-center-right .nav-center-item {
    margin-left: 20px;
}
.nav .nav-center-item:hover {
    color: #278bff;
}
.nav .nav-right .nav-right-item {
    margin-left: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111;
}
.nav .nav-right .nav-right-login {
    margin-left: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav .nav-right .nav-right-login-btn {
    box-sizing: border-box;
    margin-left: 12px;
    width: 48px;
    height: 24px;
    background: #278bff;
    border-radius: 14px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
}
.nav .nav-right .nav-right-login-btn:hover {
    background: rgb(64, 158, 255);
}
.nav .nav-right .nav-right-register-btn {
    height: 22px;
    line-height: 22px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #2583f2;
    color: #278bff;
}
.nav .nav-right .nav-right-register-btn:hover {
    background: #ffffff;
}
.nav .nav-seat {
    height: 48px;
}
.nav .nav-login-head {
    margin-left: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-image: url('https://cdn.static.magcloud.cc/job/static/portal/img/pic_user_normal.png');
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1400px) {
    .nav .nav-center {
        width: 900px !important;
    }
}

@media screen and (max-width: 1200px) {
    .nav .nav-center {
        width: 800px !important;
        min-width: 800px !important;
    }
}

/* 底部 */
.footer {
    margin-top: 32px;
    width: 100%;
}
.footer .footer-top {
    background: #111;
    padding: 20px;
}
.footer .footer-top-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .for-record-icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
}
.footer .footer-top-item {
    margin: 0 8px;
    font-size: 12px;
    line-height: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #ffffffcc;
}
.footer .footer-top-item:hover {
    color: #0073ff;
}
.footer .footer-top-first {
    display: flex;
    justify-content: center;
}
.footer .footer-top-first .footer-top-item {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}
.footer .footer-top-second,
.footer .footer-top-three {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.footer .footer-bottom {
    background: #262626;
    padding: 20px;
}
.footer .footer-bottom-main {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-bottom .footer-bottom-label {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}
.footer .footer-bottom .footer-bottom-item {
    margin: 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffffcc;
}
.footer .footer-bottom .footer-bottom-item:hover {
    color: #0073ff;
}

/* 右侧导航 */
.silder-navi {
    border-radius: 8px;
    box-sizing: border-box;
    padding: 4px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: flex;
    flex-flow: column;
    cursor: pointer;
    gap: 8px;
    z-index: 998;
}
.silder-navi .silder-navi-item {
    padding: 8px 0;
    width: 46px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #f8f8f8;
}
.silder-navi :nth-child(1 of .silder-navi-item) {
    background: linear-gradient(138deg, #0071ff 28.57%, #4d9cff 83.48%);
}
.silder-navi .silder-navi-item .item-icon {
    width: 18px;
    height: 18px;
}
.silder-navi .silder-navi-item .item-text {
    font-size: 10px;
    line-height: 14px;
    color: #111;
    text-align: center;
}
.silder-navi :nth-child(1 of .silder-navi-item) .item-text {
    color: #fff;
}
.silder-navi .silder-navi-item .item-code {
    display: none;
    position: absolute;
    left: -180px;
    bottom: 0;
    width: 160px;
    height: 160px;
    background: #fff;
    z-index: 999;
}
.silder-navi .silder-navi-item:hover .item-code {
    display: block;
}
.silder-navi.home {
    box-sizing: border-box;
}
.silder-navi.home .home-items {
    text-align: center;
    padding: 6px 11px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #111;
    background: #f8f8f8;
}
.silder-navi.home .home-items:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.silder-navi.home .home-items.active-light {
    background: linear-gradient(138deg, #0071ff 28.57%, #4d9cff 83.48%);
    color: #fff;
}

/* 其他公共样式 */
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #111;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}
input {
    background: none;
    outline: none;
    border: none;
}
input::-webkit-input-placeholder {
    color: #9da9b6;
}
html {
    background: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 12px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    display: block;
    min-height: 12px;
    min-width: 8px;
    border-radius: 6px;
    background-color: rgb(217, 217, 217);
}

::-webkit-scrollbar-thumb:hover {
    display: block;
    min-height: 12px;
    min-width: 8px;
    border-radius: 6px;
    background-color: rgb(159, 159, 159);
}

/* 找工作 下面的去登录蒙版 */
.not-login {
    position: absolute;
    width: 100%;
    left: 0;
    top: -200px;
    height: 240px;
}
.not-login-msk {
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(246, 246, 248, 0.2) 0%, #f6f6f8 100%);
}
.not-login-main {
    width: 100%;
    height: 90px;
    background: #7a7a7b;
}
.not-login-main-content {
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.not-login-main-content-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    display: flex;
}
.not-login-main-content-btn-item {
    margin-right: 20px;
    width: 128px;
    height: 36px;
    background: #0073ff;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
    color: #fff;
}

.not-login-main-conten-left-title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 26px;
}
.not-login-main-conten-left-des {
    margin-top: 8px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
}
.user-name.hide-txt {
    font-weight: bold;
}
.hide-txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.job-left {
    flex: 1;
    box-sizing: border-box;
    padding-right: 30px;
    border-right: 1px solid #f2f2f2;
}

/* 登录状态框 */
.signed-in-basic-num {
    max-width: 100px;
}
.signed-in-basic-item {
    padding: 0 5px;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    text-align: center;
    margin-right: 4px;
}
.signed-in-name-type {
    font-size: 16px;
    line-height: 22px;
    color: #111;
    margin-bottom: 8px;
}
.signed-in-welcome-text {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.signed-in-change {
    position: relative;
    text-align: end;
    height: 20px;
    padding-right: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1374e3;
    line-height: 20px;
    cursor: pointer;
}
.signed-in-change::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #1374e3;
    border-right: 1px solid #1374e3;
    transform: rotate(45deg);
}
.signed-in-head {
    display: flex;
    width: 100%;
    height: 64px;
    border-radius: 8px;
    border-image: linear-gradient(135deg, rgba(252, 234, 218, 1), rgba(245, 213, 179, 1)) 1 1;
}

.signed-in-basic {
    margin-top: 8px;
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.pc-home-head {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url('https://cdn.static.magcloud.cc/job/static/portal/img/pic_user_normal.png');
    background-size: cover;
    background-position: center;
}
.pc-home-company-head {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-image: url('https://cdn.static.magcloud.cc/job/static/portal/img/pic_user_normal.png');
    background-size: cover;
    background-position: center;
}
.signed-in-des {
    margin-top: 8px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #667586;
    line-height: 20px;
}
.signed-in-record {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.signed-in-record-user {
    padding-top: 2px;
}
.signed-in-record-line {
    position: absolute;
    width: 240px;
    height: 1px;
    left: -20px;
    transform: scaleY(0.5);
    background-color: #eeeff4;
    top: 0;
}
.signed-in {
    box-sizing: border-box;
    padding: 10px;
    height: 390px;
    background-image: linear-gradient(180deg, #fffbf2 0%, #ffffff 18%);
}
.signed-in .user-resume-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.signed-in .user-resume-card .user-resume-card-pic {
    width: 105px;
    height: 90px;
    border-radius: 8px;
    vertical-align: top;
}
.signed-in .signed-in-record .signed-in-record-item .signed-in-record-item-num,
.signed-in .signed-in-record .signed-in-record-item .signed-in-record-item-num a {
    text-align: center;
    height: 26px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    line-height: 26px;
    margin-top: 4px;
}
.signed-in-record .signed-in-record-item .signed-in-record-item-text {
    height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
}
.signed .not-logged-in {
    margin-bottom: 10px;
    background: #fff;
}
.post-tips {
    width: 148px;
    font-size: 12px;
    font-weight: 400;
    color: #667586;
    line-height: 18px;
}
.toedit {
    margin-left: 5px;
    width: 15px;
    height: 15px;
}
.user-edit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto -30px;
    height: 18px;
    padding: 9px 10px;
    background-color: rgba(30, 111, 255, 0.04);
    border-radius: 8px;
}
.signed-in .signed-in-enter {
    margin-top: 56px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    background-color: #0073ff;
    color: #fff;
    cursor: pointer;
    position: relative;
    width: 220px;
    font-size: 14px;
}
.signed-in .signed-in-enter:hover .btn-shadow {
    display: block;
}
.company-vip-card-pic {
    width: 220px;
    height: 68px;
    border-radius: 8px;
    vertical-align: top;
}
.company-no-vip-card {
    width: 200px;
    height: 48px;
    padding: 10px;
    border-radius: 8px;
    background: url('//cdn.static.magcloud.net/job/static/img/index_vip_bg_renewal.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.company-no-vip-title {
    margin-left: 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #5e1f13;
    width: 124px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-no-vip-time {
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(128, 42, 16, 0.8);
}
.signed-in .check-role-btn {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 22px;
    cursor: pointer;
    color: #0073ff;
}
.main-core-right-item {
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #fff;
}
.signed-in-welcome {
    flex: 1;
    margin-left: 16px;
    max-width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.signed-in-name-type {
    font-size: 16px;
    line-height: 22px;
    color: #111;
    margin-bottom: 8px;
}
.signed-in-welcome-text {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.signed-in .signed-in-change {
    position: relative;
    text-align: end;
    height: 20px;
    padding-right: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1374e3;
    line-height: 20px;
    cursor: pointer;
}
.signed-in .signed-in-change::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #1374e3;
    border-right: 1px solid #1374e3;
    transform: rotate(45deg);
}
.signed-in .signed-in-head {
    display: flex;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border-image: linear-gradient(135deg, rgba(252, 234, 218, 1), rgba(245, 213, 179, 1)) 1 1;
}

.signed-in .signed-in-basic {
    margin-top: 8px;
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}
.signed-in-basic-line {
    margin: 3px 8px 0;
    width: 1px;
    height: 14px;
    background: #e0e0e0;
}
.not-login-qrcode-box {
    padding: 0 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.not-login-qrcode {
    height: 52px;
    vertical-align: top;
}
.main-core-right-header {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    padding: 0 10px;
}
.main-core-right-header-item {
    box-sizing: border-box;
    line-height: 20px;
    text-align: center;
    flex: 1;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding-bottom: 8px;
}
.main-core-right-header-item-active {
    color: #111;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 2px solid #0073ff;
}
.main-core-right-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 257px;
    padding: 2px 20px 20px;
    background: #ffffff;
}
.main-core-right-login .main-core-right-login-input {
    box-sizing: border-box;
    padding: 0 4px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    height: 35px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #dce3ed;
}
.main-core-right-login-input .main-core-right-login-input-icon {
    margin-right: 8px;
    min-width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
.main-core-right-login-input .main-core-right-login-input-value {
    flex: 1;
    width: 30px;
    font-size: 12px;
    border: none;
    outline: none;
}
.main-core-right-login-input .main-core-right-login-input-btn {
    min-width: 72px;
    height: 18px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0073ff;
    line-height: 18px;
    text-align: end;
    cursor: pointer;
}

.main-core-right-login-input-icon-phone {
    background-image: url('//cdn.static.magcloud.cc/job/static/pc/pc/icon_inputbox_number.png');
}
.main-core-right-login-input-icon-ysm {
    background-image: url('//cdn.static.magcloud.cc/job/static/pc/pc/icon_inputbox_smscode.png');
}
.main-core-right-login-input-icon-password {
    background-image: url('//cdn.static.magcloud.cc/job/static/pc/pc/icon_inputbox_password.png');
}
.main-core-right-login-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.main-core-right-login-img .main-core-right-login-img-value {
    box-sizing: border-box;
    margin-right: 7px;
    width: 85px;
    flex: 1;
    height: 36px;
    padding-left: 8px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #dce3ed;
    font-size: 12px;
    color: #111;
}
.main-core-right-login-img .main-core-right-login-img-content {
    margin-top: 3px;
    width: 100px;
    background: orange;
}
.main-core-right-login-btn {
    display: block;
    margin-top: 38px;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}
.main-core-right-login-btn:hover {
    background: rgb(64, 158, 255);
}
.login-password {
    width: 100%;
}
.top-bgimg-box {
    position: fixed;
    overflow: hidden;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}
.top-bgimg {
    aspect-ratio: 1440 / 340;
    background: url(//cdn.static.magcloud.cc/job/static/pc/pc/home_img_bg_top_theme.png) no-repeat top/contain;
}

/* 搜索区域 ↓ */
.hide-search-select {
    display: none !important;
}
.search .search-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1280px;
    height: 136px;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}
.search .search-main .search-main-left {
    box-sizing: border-box;
    width: 720px;
    flex: 1;
}
.search-main-left .search-main-left-top {
    display: flex;
    height: 56px;
    border-radius: 12px;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.05);
    border: 2px solid #0073ff;
    box-sizing: border-box;
    background: #0073ff;
}
.search-main-left .search-main-left-top:hover {
    border-radius: 12px 12px 12px 0;
}
.search-main-left-top .search-main-left-top-input {
    flex: 1;
    box-sizing: border-box;
    height: 52px;
    padding-left: 20px;
    line-height: 46px;
    font-size: 14px;
    background: #fff;
    color: #111;
    outline: none;
    border: none;
    border-radius: 0 10px 10px 0;
}
.search-main-left-top-input::placeholder {
    color: #999;
}
.search-main-left-top-btn-icon {
    width: 16px;
    height: 16px;
}
.search-main-left-top .search-main-left-top-btn {
    width: 88px;
    height: 52px;
    line-height: 46px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
}
.search-main-left-top .search-main-left-top-btn:hover .btn-shadow {
    display: block;
}
.search-main-left-top .search-main-left-top-select {
    position: relative;
    width: 108px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    border-right: 2px solid #0000000d;
}
.search-main-left-top .search-main-left-top-select:hover {
    border-radius: 10px 0 0 0;
}
.search-main-left-top-select:hover .search-main-left-top-select-main {
    display: block;
}
.search-main-left-top-select .search-main-left-top-select-main {
    display: none;
    position: absolute;
    top: 52px;
    border-radius: 0 0 10px 10px;
    left: -2px;
    width: 109px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(31, 32, 36, 0.08);
    z-index: 99;
    border: 2px solid #0073ff;
    border-top: none;
}
.search-main-left-top-select-main .search-main-left-top-select-main-item {
    box-sizing: border-box;
    height: 40px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111;
    line-height: 40px;
    margin: 6px;
    text-align: center;
}
.search-main-left-top-select-main .search-main-left-top-select-main-item:hover {
    background-color: rgba(0, 0, 0, 0.04);
    color: #0073ff;
}
.search-main-left-top-select-main .search-main-left-top-select-main-item.search-main-left-top-select-main-item-active {
    background-color: #0073ff;
    color: #fff;
}
.search-main-left-top .search-main-left-top-select .search-main-left-top-select-text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #111;
}
.search-main-left-top .search-main-left-top-select .search-main-left-top-select-symbol {
    margin-left: 8px;
    width: 18px;
    height: 12px;
    transition: all 0.3s;
}
.search-main-left-top .search-main-left-top-select:hover .search-main-left-top-select-symbol {
    transform: rotate(-180deg);
}
.search-main-left .search-main-left-bottom {
    margin-top: 8px;
    height: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    overflow: hidden;
}
.search-main-left .search-main-left-bottom .search-main-left-bottom-item {
    cursor: pointer;
    color: #0073ff; 
    padding: 0 6px;
    background: #fff;
    border-radius: 4px;
}
.search-main-left .search-main-left-bottom .search-main-left-bottom-item:hover {
    color: #1374e3;
}
.search-main-left .search-main-left-bottom .search-main-left-bottom-label-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.search-main-left .search-main-left-bottom .search-main-left-bottom-label {
    color: #111;
    display: flex;
    align-items: center;
}
.search-main-bottom {
    display: flex;
    justify-content: space-between;
    height: 26px;
}
.search-main-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8px;
    position: absolute;
    top: 56px;
}
.search-main-right .search-main-right-item:last-child {
    margin-right: 5px;
}
.search-main-right-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.search-main-right-item-icon {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-right: 2px;
}
.search-main-right-item-text {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.search-main-right-item-text .search-main-right-item-text-num {
    color: #ff4c00;
}
.search-left-logo {
    width: 240px;
    height: 56px;
    margin-right: 40px;
}
.search-left-logo-img {
    max-width: 240px;
    max-height: 56px;
}
.search-right-jump {
    display: flex;
    margin-left: 40px;
    position: relative;
}
.search-right-jump .work,
.search-right-jump .resume {
    display: flex;
    align-items: center;
    width: 120px;
    height: 56px;
    padding: 0px 12px;
    gap: 6px;
    box-sizing: border-box;
}
.search-right-jump .work {
    border-radius: 12px 0px 0px 12px;
    border: 2px solid #fff;
    background: linear-gradient(270deg, #fff 0%, #c0ebff 100%);
}
.search-right-jump .resume {
    border-radius: 0px 12px 12px 0px;
    border: 2px solid #fff;
    background: linear-gradient(270deg, #fff 0%, #ffe9cd 100%);
}
.search-right-jump .jump-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}
.search-right-jump .jump-text {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}
/* 搜索区域 ↑ */

/* 急聘职位样式 ↓ */
.main-core-right-search {
    display: none;
    /* display: flex; */
    height: 38px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}
.main-core-right-search-item {
    width: 115px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}
.job-top {
    height: 132px;
    margin: 0 auto;
}
/* 急聘职位样式 ↑ */

.position-list {
    margin-top: 28px;
}
.position-list-item {
    box-sizing: border-box;
    position: relative;
    display: flex;
    padding: 16px;
    min-height: 109px;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #eeeff4;
}
.position-list a:last-of-type .position-list-item {
    border-bottom: none;
}
.position-list-item:hover {
    background-color: rgba(0, 0, 0, 0.01);
}
.position-list-item-left {
    width: 640px;
}
.position-list-item-left-title {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.position-list-item-left-title-img {
    width: 16px;
    margin-right: 4px;
}
.position-list-item-left-title-img.hot {
    margin-top: -8px;
}
.position-list-item-left-title-name {
    width: 560px;
    font-size: 16px;
    line-height: 22px;
    color: #111;
    font-weight: bold;
}
.hot-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 253px;
    height: 50px;
    background: linear-gradient(353deg, #ffffff 43%, rgba(247, 28, 62, 0.5) 100%);
    opacity: 0.4;
}
.position-list-item-left-info {
    display: flex;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-top: 11px;
}
.position-list-item-left-money {
    margin-right: 8px;
    font-size: 14px;
}
.position-list-item-left-info-connect {
    margin: 0 5px;
}
.welfare {
    display: flex;
    margin-top: 5px;
}
.welfare-item {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 12px;
    padding: 4px 7px;
    line-height: 18px;
    color: #666;
    margin-right: 5px;
}
.position-list-item-center {
    flex: 1;
}
.position-list-item-center-title {
    display: flex;
}
.position-list-item-center-name {
    font-size: 16px;
    line-height: 20px;
    color: #111;
}
.position-list-item-center-type {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin-top: 10px;
}
.position-list-item-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.position-list-item-right-button {
    position: relative;
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 16px;
}
.position-list-item-right-button:hover .btn-shadow {
    display: block;
}
.position-list-item-right-time {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.position-list-item-center-vip {
    background: linear-gradient(126deg, #ff3b30 0%, #ffae24 100%);
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 5px;
}

.opacity {
    opacity: 0;
    cursor: unset;
}

/* 地图弹框组件 start */
.map-dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.map-dialog.hide {
    display: none;
}

.map-dialog .map-dialog-content {
    width: 660px;
    height: 502px;
}

.map-dialog .m-d-name {
    display: flex;
    align-items: center;
    height: 52px;
    background-color: #fff;
}

.map-dialog .m-d-img-location {
    margin-left: 12px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.map-dialog .m-d-img-txt {
    flex: 1;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map-dialog .m-d-img-cross {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.map-dialog .map-container {
    height: 450px;
}

.map-dialog .amap-marker-label {
    border: 0;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.map-dialog .info {
    position: relative;
    padding: 10px 6px;
    font-size: 14px;
    color: #000;
}

.map-dialog .info::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: url('//cdn.static.magcloud.net/job/static/pc/position_popup_icon_arrow-map.png') no-repeat center;
    background-size: cover;
}
/* 地图弹框组件 end */
/* 打电话弹框组件 start */
.priavcy-phone-dialog.el-dialog {
    border-radius: 12px;
    overflow: hidden;
}
.priavcy-phone-dialog .el-dialog__header {
    padding: 0 !important;
}
.priavcy-phone-dialog .el-dialog__body {
    padding: 0 !important;
}
.priavcy-phone-dialog .priavcy-phone {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.priavcy-phone-dialog .priavcy-phone-title {
    padding-top: 40px;
    font-size: 12px;
    color: #333;
}

.priavcy-phone-dialog .priavcy-phone-value {
    margin-top: 20px;
    color: #111;
    font-weight: 700;
}

.priavcy-phone-dialog .priavcy-phone-des {
    font-size: 14px;
    margin-top: 20px;
    color: orange;
}

.priavcy-phone-dialog .priavcy-phone-tips {
    width: 100%;
    padding: 14px 0;
    font-size: 12px;
    color: #999;
    margin-top: 20px;
    background: #f8f8f8;
    text-align: center;
    line-height: 20px;
}
/* 打电话弹框组件 end */

/* 切换城市 start */
.switch-city-dialog.el-dialog {
    border-radius: 14px;
    overflow: hidden;
}
.switch-city-dialog .el-dialog__header {
    display: none;
}
.switch-city-dialog .el-dialog__body {
    padding: 0;
    border-radius: 14px;
}
.switch-city-dialog .switch-city-box {
    position: relative;
    padding: 20px;
}
.switch-city-dialog .s-c-close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.switch-city-dialog .s-c-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    line-height: 22px;
}
.switch-city-dialog .s-c-msg {
    margin-bottom: 30px;
    height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.switch-city-dialog .s-c-now {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    line-height: 20px;
}
.switch-city-dialog .s-c-blue {
    color: #0073ff;
}
.switch-city-dialog .s-c-btns {
    display: flex;
    flex-wrap: wrap;
}
.switch-city-dialog .s-c-b-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-right: 16px;
    width: 100px;
    height: 48px;
    background: #f6f7f8;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    cursor: pointer;
}
.switch-city-dialog .s-c-b-item:nth-child(4n) {
    margin-right: 0;
}
.switch-city-dialog .s-c-b-item.s-c-b-item-active {
    color: #ffffff;
    background: #0073ff;
    cursor: default;
}
/* 切换城市 end */

/* 切换企业 start */
.switch-dialog,
.company-dialog {
    border-radius: 16px;
    background-color: #fff;
    overflow: hidden;
}
.switch-dialog .el-dialog__title {
    font-size: 16px;
    color: #111;
    line-height: 22px;
    font-weight: bold;
}
.switch-dialog .el-dialog__body {
    padding: 20px 20px 0 20px;
}
.add-company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 16px 16px;
    background-color: #f6f7f8;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}
.add-company.add {
    padding: 20px 20px 20px 16px;
}
.add-title {
    font-size: 18px;
    color: #0073ff;
    font-weight: bold;
    line-height: 26px;
}
.add-icon {
    width: 14px;
    height: 14px;
}
.company-list {
    max-height: 312px;
    overflow: auto;
}
.company-list::-webkit-scrollbar {
    width: 0;
}
.swtich-info {
    width: 100px;
    flex: 1;
    padding-right: 10px;
}
.switch-main {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.switch-name {
    font-size: 18px;
    color: #111;
    font-weight: bold;
    line-height: 26px;
}
.switch-stop {
    flex: 1;
    min-width: 35px;
    font-size: 12px;
    color: #f00;
    line-height: 26px;
    margin-left: 6px;
}
.switch-identity {
    font-size: 12px;
    color: #666;
    line-height: 18px;
}
.switch-icon {
    width: 11px;
    height: 16px;
}
.company-dialog .el-dialog__header {
    padding: 40px 20px 31px;
}
.company-dialog .el-dialog__body {
    padding: 0;
}
.company-dialog .el-dialog__title {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    line-height: 32px;
}
.company-dialog-content {
    padding: 0 50px 30px 50px;
}
.company-name-inp {
    width: 364px;
    height: 62px;
    background-color: #f6f7f8;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    outline: none;
    padding: 20px;
    color: #111;
    margin-bottom: 60px;
}
.save-btn {
    width: 224px;
    height: 48px;
    background-color: #f6f7f8;
    border-radius: 10px;
    font-size: 16px;
    color: #111;
    font-weight: bold;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.continue.save-btn {
    margin-bottom: 16px;
    background-color: #0073ff;
    color: #fff;
}
.el-message-box .disable-confirm {
    background-color: #0073ff !important;
    border-radius: 4px !important;
}
.el-message-box .disable-confirm:hover {
    border-radius: 4px !important;
}
/* 切换企业 end */

/* 在线聊的确认扣除虚拟币弹框 start */
.see-resume-dialog-chats .el-dialog__header,
.see-resume-dialog-chats .el-dialog__footer {
    border: none;
}
.see-resume-dialog-chats .see-resume-content {
    display: flex;
    align-items: center;
}
.see-resume-dialog-chats .see-resume-content .el-icon-warning {
    font-size: 42px;
    color: #f4ba34;
    margin-right: 10px;
}
.see-resume-dialog-chats .see-resume-dialog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 在线聊的确认扣除虚拟币弹框 end */

/* 
 *  公招侧边栏导航
 * start
 */
.fixed-slider {
    position: fixed;
    right: 0px;
    top: 50%;
    padding: 8px;
    background: #fff;
}
.fixed-slider .fixed-slider-item {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 6px;
    border-radius: 4px;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #c80000;
    font-size: 12px;
    line-height: 20px;
}
.fixed-slider .fixed-slider-item:first-of-type {
    margin-top: unset;
}
.fixed-slider .fixed-slider-item-active {
    border: unset;
    color: #fff;
    background: #c80000;
}
.fixed-slider-item .fixed-slider-img {
    width: 16px;
    height: 16px;
}
.fixed-slider-item .fixed-slider-text {
    margin-top: 8px;
}
.gz-msg-noread {
    position: absolute;
    bottom: 50px;
    left: -10px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 2px 8px;
    border: 1px solid #fff;
    background: #ff4319;
    border-radius: 14px;
}
.fixed-slider-item {
    cursor: pointer;
}
/* 
 *  公招侧边栏导航
 * end
 */
