/* 公共组件的样式 */

/* 网页置灰 */
*{ 
}
.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: #1e6fff !important;
}
.theme-color-ff4c00 {
  color: #ff4c00 !important;
}
/* 背景主题色 */
.theme-color-bg-ff4c00 {
  background-color: #ff4c00 !important;
}
.theme-color-bg {
    background-color: #1e6fff !important;
}
.border-8 {
    border-radius: 8px !important;
    overflow: hidden;
}
/* 新头部导航 */
.new-nav {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    min-width: 1280px;
    height: 80px;
    z-index: 999;
    /* box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.04); */
}
.new-nav-outer {
  position: relative;
  width: 100%;
  min-width: 1280px;
  height: 80px;
}
.new-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1366px;
    max-width: 1366px;
    margin: 0 auto;
}
.new-nav .nav-left-contain {
    display: flex;
    flex: 1;
}
.new-nav .nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.new-nav .nav-left {
    max-width: 176px;
    max-height: 58px;
    margin-right: 40px;
}
.new-nav .nav-left-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-nav .nav-left-box {
  display: flex;
  align-items: center;
}
.new-nav .nav-left .nav-left-item {
  margin-right: 30px;
  font-size: 14px;

  font-weight: 600;
  color: #111;
  cursor: pointer;
}
.new-nav .nav-center {
    flex: 1;
    display: flex;
    justify-content: space-between;
    color: #111;
}
.new-nav .nav-center .nav-center-left,
.new-nav .nav-center-right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.new-nav .nav-center-right {
    margin-right: 30px;
}
.new-nav .nav-center .nav-center-left .nav-center-item:last-child {
    margin-right: 0;
}
.new-nav .nav-center .nav-center-right .nav-center-item:first-child {
    margin-left: 0;
}
.new-nav .nav-center-item {
  display: flex;
  height: 80px;
  align-items: center;
  margin-right: 50px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  color: #111;
}
.new-nav .nav-center-item-link {
    display: none;
    position: absolute;
    top: 70px;
    min-width: 50px;
    transform: translate(-30%);
    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;
}
.nav-center-item-arrow{
  transition: all 0.3s;
}
.nav-center-item:hover .nav-center-item-arrow {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.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: #1e6fff;
    border-radius: 6px;
    color: #fff;
}
.new-nav .nav-center-item-link .nav-center-item-link-a.active {
    background: #1e6fff;
    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-center .nav-center-right .nav-center-item {
    margin-left: 50px;
    margin-right: 0;
}
.new-nav .nav-center-item-active {
    position: relative;
    font-weight: 600;
}
.new-nav .nav-center-item-active::after {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1e6fff;
  border-radius: 1px;
}
.new-nav .nav-center-item:hover {
  color: #1e6fff;
}
.new-nav .nav-right .nav-right-item {
  margin-left: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111;
}
.new-nav .nav-right .nav-right-login {
  margin-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.new-nav .nav-right .nav-right-login-btn {
  box-sizing: border-box;
  margin-left: 12px;
  width: 76px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.new-nav .nav-right .nav-right-login-btn:hover {
  background: rgb(64, 158, 255);
}
.new-nav .nav-right .nav-right-register-btn {
  width: 76px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 0 24px;
}
.new-nav .nav-right .nav-right-register-btn:hover {
  background: #FFFFFF;
}
.new-nav .nav-seat {
  height: 48px;
}
.new-nav .nav-login-head {
    position: absolute;
    top: 0;
    left: 0;
    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;
}
.new-nav .nav-login-head-img {
    position: relative;
    width: 32px;
    margin-left: 8px;
    height: 32px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.8);
}

.new-nav.switch-city .nav-left {
  margin-right: 20px;
}
.new-nav .switch-city-info {
  display: none;
}
.new-nav.switch-city .switch-city-info {
  display: flex;
  align-items: center;
  margin-right: 30px;
  height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #FF4C00;
  line-height: 22px;
}
.new-nav.switch-city .switch-city-icon{
  margin-right: 6px;
  width: 16px;
  height: 16px;
}
.new-nav.switch-city .switch-city-btn {
  margin-left: 4px;
  width: 32px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  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.10);
}
.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-center-item-active {
  color: #278bff;
}
.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: 40px;
  width: 100%;
}
.footer-top{
  background: #fff;
  padding: 24px 0;
}
.for-record-icon {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
.footer-top-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-top-first {
  display: flex;
  justify-content: center;
}
.footer-top-first-item {
  margin-right: 18px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #111;
  line-height: 20px;
  cursor: pointer;
}
.footer-top-first-item:last-of-type {
  margin-right: 0;
}
.footer-top-first-item:hover {
  color: #1374e3;
}

.footer-top-second {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.footer-top-second a{
  margin-right: 12px;
  cursor: pointer;
}
.footer-top-second a:hover{
  color: #1374e3;
  }
.footer-top-second-item {
  margin-right: 12px;
  height: 20px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #667586;
  line-height: 20px;
}


.footer-top-three {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.footer-top-three-item {
  display: flex;
  margin-right: 27px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #667586;
  line-height: 20px;
  cursor: default;
}
.footer-top-three-item:last-of-type {
  margin-right: 0;
}
.footer-top-three-item-value {
  color: #1374e3;
}

.footer .footer-bottom {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 14px 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #111;
  background: unset;
  line-height: 20px;
}
.footer .footer-bottom .footer-bottom-label {
  min-width: 80px;
}
.footer .footer-bottom .footer-bottom-menu {
  /* flex: 1; */
}
.footer .footer-bottom .footer-bottom-menu-item {
  display: inline-block;
  margin-right: 14px;
  color: #667586;
  cursor: pointer;
}
.footer .footer-bottom .footer-bottom-menu-item:hover {
  color: #1e6fff;
}

/* 新右侧导航 */
.new-right-nav.silder-navi-item {
    box-sizing: border-box;
    width: 54px;
    border-radius: 8px;
}
.new-right-nav.silder-navi-item .items {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.04);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
}
.new-right-nav.silder-navi-item .text-des {
    width: 100%;
    height: 100%;
    min-width: 34px;
    left: 0;
}
/* 右侧导航 */
.text-des {
  display: none;
  height: 34px;
  min-width: 34px;
  background-color: #1e6fff;
  font-size: 8px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  left: -5px;
  line-height: 38px;
  text-align: center;
}

.silder-navi-item {
  position: relative;
  width: 48px;
  /* height: 234px; */
  background: #ffffff;
  border-radius: 24px;
  position: fixed;
  bottom: 60px;
  right: 0;
  display: flex;
  flex-flow: column;
  cursor: pointer;
  z-index: 998;
}
/* .silder-navi-item > .items:nth-child(1) {
  margin-top: 20px;
} */

.silder-navi-item > .items {
  width: 28px;
  height: 28px;
  margin: 10px;
}
.items-pic {
  display: none;
  position: absolute;
  left: -180px;
  bottom: 0;
  width: 160px;
  height: 160px;
  background: #fff;
  z-index:999;
}
.items:hover .items-pic {
  display: block;
}
.items:hover .text-des {
  display: block;
}

/* 其他公共样式 */

* {
  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: #f6f6f8;
}

::-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: #1e6fff;
  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-enter {
    /* position: absolute; */
    position: relative;
    width: 220px;
    height: 36px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.signed-in-enter:hover .btn-shadow {
    display: block;
}
.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: 320px;
    background-color: #fff;
}
.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: 16px;
    width: calc(100%-20px);
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    background-color: #1e6fff;
    color: #fff;
    cursor: pointer;

}
.signed-in .signed-in-enter-company {
  margin-top: 24px;
}
.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:#1E6FFF
}
.main-core-right-item {
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #fff;
}
.signed-in {
    box-sizing: border-box;
    padding: 10px;
    height: 342px;
    background-image: linear-gradient(180deg, #FFFBF2 0%, #FFFFFF 18%);
}
.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 #1e6fff;
}
.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: #1e6fff;
    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: absolute;
    overflow: hidden;
    z-index: -1;
    width: 1280px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
}
.top-bgimg {
    width: 100%;
    height: 472px;
    background: url(//cdn.static.magcloud.cc/job/static/pc/pc/home_img_bg_top.png) no-repeat top;
    background-size: 100%;
}

/* 搜索区域 */
.hide-search-select {
    display: none !important;
}
.search .search-main {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
  height: 132px;
}
.search .search-main .search-left-logo,
.search .search-main .search-right-jump,
.search .search-main .search-main-left-bottom-label-icon {
  display: none;
}
.search .search-main .search-main-left {
  box-sizing: border-box;
  width: 920px;
}
.search-main-left .search-main-left-top {
    display: flex;
    height: 56px;
    border-radius: 4px;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.05);
}
.search-main-left-top .search-main-left-top-input {
    flex: 1;
    box-sizing: border-box;
    height: 56px;
    padding-left: 20px;
    line-height: 46px;
    font-size: 14px;
    background: #fff;
    color: #111;
    outline: none;
    border: none;
}
.search-main-left-top-input::placeholder{
    color:#999;
}
.search-main-left-top-btn-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.search-main-left-top .search-main-left-top-btn {
    width: 120px;
    height: 56px;
    line-height: 46px;
    color: #fff;
    background: #1e6fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-5px);
}
.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: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #f7f7f7;
}
.search-main-left-top .search-main-left-top-select:hover {
    border-radius: 8px 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;
    box-sizing: border-box;
    position: absolute;
    top: 56px;
    border-radius: 0 0 8px 8px;
    left: 0;
    width: 109px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(31, 32, 36, 0.08);
    z-index: 99;
}
.search-main-left-top-select-main .search-main-left-top-select-main-item {
    box-sizing: border-box;
    height: 40px;
    font-size: 14px;
    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: #1e6fff;
}
.search-main-left-top-select-main .search-main-left-top-select-main-item.search-main-left-top-select-main-item-active {
    background-color: #1e6fff;
    color: #fff;
}
.search-main-left-top .search-main-left-top-select .search-main-left-top-select-text {
    font-size: 14px;
    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;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #ffffff;
    max-width: 520px;
    white-space: nowrap;
    overflow: hidden;
}
.search-main-left .search-main-left-bottom .search-main-left-bottom-item {
    margin-right: 20px;
    cursor: pointer;
    color: #004dd7;
}
.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 {
    margin-right: 20px;
    color: #999;
}
.search-main-bottom {
    display: flex;
    justify-content: space-between;
    height: 26px;
}
.search-main-right {
    display: flex;
    margin-top: 8px;
}
.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;
}
.main-core-right-search {
    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;
}
.search-add-txt {
  margin: 0 auto;
  padding-top: 30px;
  width: 1200px;
}
.search-add-txt .search-main-left-top {
  display: flex;
  height: 46px;
  border-radius: 4px;
}
.job-top {
  height: 132px;
  margin: 0 auto;
}
/* 急聘职位样式 */

.position-list {
    margin-top: 28px;
    background-color: #fff;
}
.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: #1E6FFF;
}
.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: #1E6FFF;
  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: #1e6fff;
  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: #1e6fff;
  color: #fff;
}
.el-message-box .disable-confirm {
  background-color: #1e6fff !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
 */