@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  outline: none;
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s; // 背景色透明  生效时长  过渡效果  启用时延迟的时间
}
input {
  background-color: transparent;
}
input {
  background-color: rgba(255, 255, 255, 0) !important;
}
body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/home/home_bg1.png")
    no-repeat;
  background-color: #f4f8fb;
  background-size: 1920px 1200px;
  background-position: top center;
  overflow: auto;
  font-family: PingFang SC;
}
.app-main {
  width: 1184px;
  height: 100%;
  margin: 0 auto;
}
.app-footer {
  width: 100%;
  height: 347px;
}

a {
  text-decoration: none;
}
.phone-login-form .form-item[data-v-1260da1c] {
  position: relative;
  padding-bottom: 32px;
}
.phone-login-form .form-item.pb-16[data-v-1260da1c] {
  padding-bottom: 16px;
}
.phone-login-form .form-item[data-v-1260da1c] .el-select {
  box-sizing: border-box;
  width: 80px;
}
.phone-login-form .form-item[data-v-1260da1c] .el-select .el-select__caret {
  width: 12px;
  height: 12px;
}
.phone-login-form .form-item[data-v-1260da1c] .el-select .el-select__caret svg {
  display: none;
}
.phone-login-form .form-item[data-v-1260da1c] .el-select .el-select__caret::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/home/login_nation_down.png") no-repeat;
  background-size: 100% 100%;
}
.phone-login-form .form-item[data-v-1260da1c] .el-select .el-select__wrapper {
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}
.phone-login-form .form-item[data-v-1260da1c] .el-select .el-select__input,
.phone-login-form .form-item[data-v-1260da1c] .el-select .el-select__placeholder {
  box-sizing: border-box;
  border: 0;
  padding-right: 0;
  padding-left: 12px;
  height: 48px;
  line-height: 48px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  text-align: center;
}
.phone-login-form .form-item[data-v-1260da1c] .el-input .el-input__wrapper {
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}
.phone-login-form .form-item[data-v-1260da1c] .el-input .el-input__inner {
  border: 0;
  padding-right: 12px;
  padding-left: 12px;
  height: 48px;
  line-height: 48px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.phone-login-form .form-item[data-v-1260da1c] .el-input .el-input__inner::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #afb3ba;
}
.phone-login-form .form-item[data-v-1260da1c] .el-input .el-input__inner::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #afb3ba;
}
.phone-login-form .form-item[data-v-1260da1c] .el-input .el-input__inner:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #afb3ba;
}
.phone-login-form .form-item[data-v-1260da1c] .el-input .el-input__inner:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #afb3ba;
}
.phone-login-form .login-phone[data-v-1260da1c],
.phone-login-form .login-code[data-v-1260da1c] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1.2px solid #ffffff;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.phone-login-form .login-phone.focus[data-v-1260da1c],
.phone-login-form .login-code.focus[data-v-1260da1c] {
  border: 1.2px solid #ff6314;
}
.phone-login-form .login-phone[data-v-1260da1c] .el-input,
.phone-login-form .login-code[data-v-1260da1c] .el-input {
  flex: 1;
}
.phone-login-form .login-code .countdown[data-v-1260da1c] {
  box-sizing: border-box;
  padding: 6px 12px 6px 0;
  height: 100%;
  width: 110px;
  text-align: right;
  font-size: 15px;
  color: #ff5500;
  cursor: pointer;
  transition: all 0.2s;
}
.phone-login-form .login-code .countdown[data-v-1260da1c]:hover {
  opacity: 0.8;
}
.phone-login-form .login-code .countdown.disabled[data-v-1260da1c] {
  color: #afb3ba;
  cursor: not-allowed;
}
.phone-login-form .login-code .countdown.disabled[data-v-1260da1c]:hover {
  opacity: 1;
}
.phone-login-form .error[data-v-1260da1c] {
  position: absolute;
  top: 55px;
  left: 0;
  text-align: left;
  font-size: 12px;
  color: #7c8087;
}
.phone-login-form .error[data-v-1260da1c]::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/home/login_warn.png") no-repeat;
  background-size: 100% 100%;
  transform: translateY(1px);
}
.phone-login-form .login-btn[data-v-1260da1c] {
  border-radius: 22px;
  margin-top: 36px;
  width: 100%;
  height: 44px;
  background: #ff6314;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.phone-login-form .login-btn.mt-9[data-v-1260da1c] {
  margin-top: 9px;
}
.phone-login-form .login-explain[data-v-1260da1c] {
  margin-top: 12px;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  color: #7c8087;
  cursor: pointer;
}
.phone-login-form .login-explain img[data-v-1260da1c] {
  margin-right: 4px;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  transform: translateY(-2px);
  transition: all 0.2s;
}
.phone-login-form .login-explain a[data-v-1260da1c] {
  color: #ff5500;
  transition: all 0.2s;
}
.phone-login-form .login-explain a[data-v-1260da1c]:hover {
  opacity: 0.8;
}.account-login-form .form-item[data-v-c0c8e105] {
  position: relative;
  padding-bottom: 32px;
}
.account-login-form .form-item.pb-16[data-v-c0c8e105] {
  padding-bottom: 16px;
}
.account-login-form .form-item[data-v-c0c8e105] .el-autocomplete {
  width: 100%;
}
.account-login-form .form-item[data-v-c0c8e105] .el-input__wrapper {
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}
.account-login-form .form-item[data-v-c0c8e105] .el-input__inner {
  border: 0;
  padding-right: 12px;
  padding-left: 12px;
  height: 48px;
  width: 100%;
  line-height: 48px;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.account-login-form .form-item[data-v-c0c8e105] .el-input__inner::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #afb3ba;
}
.account-login-form .form-item[data-v-c0c8e105] .el-input__inner::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #afb3ba;
}
.account-login-form .form-item[data-v-c0c8e105] .el-input__inner:-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #afb3ba;
}
.account-login-form .form-item[data-v-c0c8e105] .el-input__inner:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #afb3ba;
}
.account-login-form .form-item[data-v-c0c8e105] .el-input-group__append {
  box-shadow: none;
  padding: 0 12px;
  background: transparent;
}
.account-login-form .form-item[data-v-c0c8e105] .el-input__suffix {
  display: none;
}
.account-login-form .form-item[data-v-c0c8e105] .el-icon-view {
  display: none;
}
.account-login-form .login-username[data-v-c0c8e105],
.account-login-form .login-password[data-v-c0c8e105] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1.2px solid #ffffff;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
.account-login-form .login-username.focus[data-v-c0c8e105],
.account-login-form .login-password.focus[data-v-c0c8e105] {
  border: 1.2px solid #ff6314;
}
.account-login-form .login-username .eye[data-v-c0c8e105],
.account-login-form .login-password .eye[data-v-c0c8e105] {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 100%;
  cursor: pointer;
}
.account-login-form .login-username .eye img[data-v-c0c8e105],
.account-login-form .login-password .eye img[data-v-c0c8e105] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.account-login-form .error[data-v-c0c8e105] {
  position: absolute;
  top: 55px;
  left: 0;
  width: calc(100% - 60px);
  text-align: left;
  font-size: 12px;
  color: #7c8087;
}
.account-login-form .error[data-v-c0c8e105]::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/home/login_warn.png") no-repeat;
  background-size: 100% 100%;
  transform: translateY(1px);
}
.account-login-form .forget[data-v-c0c8e105] {
  position: absolute;
  top: 55px;
  right: 0;
  font-size: 12px;
  color: #4c4f54;
  transition: all 0.2s;
}
.account-login-form .forget[data-v-c0c8e105]:hover {
  color: #ff5500;
}
.account-login-form .login-btn[data-v-c0c8e105] {
  border-radius: 22px;
  margin-top: 36px;
  width: 100%;
  height: 44px;
  background: #ff6314;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.account-login-form .login-btn.mt-9[data-v-c0c8e105] {
  margin-top: 9px;
}
.account-login-form .login-explain[data-v-c0c8e105] {
  margin-top: 12px;
  line-height: 17px;
  text-align: left;
  font-size: 12px;
  color: #7c8087;
  cursor: pointer;
}
.account-login-form .login-explain img[data-v-c0c8e105] {
  margin-right: 4px;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  transform: translateY(-2px);
  transition: all 0.2s;
}
.account-login-form .login-explain a[data-v-c0c8e105] {
  color: #ff5500;
  transition: all 0.2s;
}
.account-login-form .login-explain a[data-v-c0c8e105]:hover {
  opacity: 0.8;
}.qrcode-container[data-v-ccc764bc] {
  position: relative;
  margin: 0 auto;
  transform: scale(var(--scale));
}
.qrcode-container .wechat-qrcode[data-v-ccc764bc] {
  position: relative;
  box-sizing: border-box;
  width: 192px;
  height: 192px;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
}
.qrcode-container .wechat-qrcode img[data-v-ccc764bc] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160px;
  height: 160px;
  transform: translate(-50%, -50%);
}
.qrcode-container .mask[data-v-ccc764bc] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.94);
  z-index: 1;
}
.qrcode-container .mask .title[data-v-ccc764bc] {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.qrcode-container .mask .refresh[data-v-ccc764bc] {
  border-radius: 18px;
  margin-top: 12px;
  width: 80px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #dfe1e8;
  background: #ffffff;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  cursor: pointer;
  transition: all 0.2s;
}
.qrcode-container .mask .refresh[data-v-ccc764bc]:hover {
  border-color: #FFD3BF;
  background-color: #FFF1EB;
  color: #FF5500;
}
.qrcode-container .mask img[data-v-ccc764bc] {
  margin-bottom: 12px;
  width: 32px;
  height: 32px;
}.login-area[data-v-52164f31] {
  border-radius: 24px;
  width: 801px;
  height: 481px;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/home/login_area_bg.png") no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  font-family: PingFang SC;
}
.login-area .area-top[data-v-52164f31] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 28px 24px;
}
.login-area .area-top a[data-v-52164f31] {
  font-size: 12px;
  color: #4c4f54;
  transition: all 0.2s;
}
.login-area .area-top a[data-v-52164f31]::after {
  display: inline-block;
  content: "";
  margin-left: 2px;
  width: 8px;
  height: 8px;
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/login_ehire_arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.login-area .area-top a[data-v-52164f31]:hover {
  color: #ff5500;
}
.login-area .area-top a[data-v-52164f31]:hover::after {
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/arrow_12_line@3x.png");
}
.login-area .area-content[data-v-52164f31] {
  display: flex;
}
.login-area .area-content-left[data-v-52164f31] {
  box-sizing: border-box;
  border-right: 1px solid #ffeae1;
  width: 336px;
}
.login-area .area-content-left .title[data-v-52164f31] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #222222;
}
.login-area .area-content-left .title img[data-v-52164f31] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.login-area .area-content-left .qrcode[data-v-52164f31] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px auto 24px;
}
.login-area .area-content-left .tips[data-v-52164f31] {
  text-align: center;
  font-size: 12px;
  color: #4c4f54;
}
.login-area .area-content-right[data-v-52164f31] {
  box-sizing: border-box;
  padding: 0 72px;
  width: 464px;
}
.login-area .area-content-right .title[data-v-52164f31] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  color: #222222;
}
.login-area .area-content-right .title span[data-v-52164f31] {
  font-size: 12px;
  font-weight: 400;
  color: #afb3ba;
  cursor: pointer;
  transition: all 0.2s;
}
.login-area .area-content-right .title span[data-v-52164f31]:hover {
  color: #ff5500;
}
.login-area .area-content-right .login-form[data-v-52164f31] {
  margin-top: 36px;
}.login-modal[data-v-bbe20c31] .el-dialog {
  box-sizing: border-box;
  border-radius: 24px;
  padding: 0;
  width: 801px;
  height: 517px;
  background: transparent;
  box-shadow: none;
}
.login-modal[data-v-bbe20c31] .el-dialog .el-dialog__header {
  padding: 0;
  height: 36px;
}
.login-modal[data-v-bbe20c31] .el-dialog .el-dialog__headerbtn {
  height: 24px;
  width: 24px;
}
.login-modal[data-v-bbe20c31] .el-dialog .el-dialog__headerbtn .el-dialog__close {
  font-size: 22px;
  color: #f2f4f7;
}
.login-modal[data-v-bbe20c31] .el-dialog .el-dialog__headerbtn:hover .el-dialog__close {
  background: transparent;
  color: #ff6314;
}.login-card[data-v-13e6e8e4] {
  box-sizing: border-box;
  margin-left: 12px;
  width: 264px;
  height: 400px;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/home/login_card_bg.png") no-repeat;
  background-size: 100% 100%;
  font-family: PingFang SC;
}
.login-card .card-header[data-v-13e6e8e4] {
  position: relative;
  padding-top: 44px;
  padding-bottom: 12px;
  text-align: center;
}
.login-card .card-header .title[data-v-13e6e8e4] {
  width: 192px;
  height: 24px;
}
.login-card .card-header .login-type[data-v-13e6e8e4] {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}
.login-card .card-header .login-type img[data-v-13e6e8e4] {
  width: 56px;
  height: 56px;
}
.login-card .card-header .login-type span[data-v-13e6e8e4] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.login-card .card-content[data-v-13e6e8e4] {
  padding: 0 16px 20px;
}
.login-card .card-content .login-form[data-v-13e6e8e4] {
  margin: 18px 0 22px;
}
.login-card .card-content .login-type[data-v-13e6e8e4] {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-card .card-content .login-type span[data-v-13e6e8e4] {
  font-size: 12px;
  color: #afb3ba;
  cursor: pointer;
  transition: all 0.2s;
}
.login-card .card-content .login-type span[data-v-13e6e8e4]:hover {
  color: #ff5500;
}
.login-card .card-content .login-type a[data-v-13e6e8e4] {
  font-size: 12px;
  color: #4c4f54;
  transition: all 0.2s;
}
.login-card .card-content .login-type a[data-v-13e6e8e4]::after {
  display: inline-block;
  content: "";
  margin-left: 2px;
  width: 8px;
  height: 8px;
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/login_ehire_arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.login-card .card-content .login-type a[data-v-13e6e8e4]:hover {
  color: #ff5500;
}
.login-card .card-content .login-type a[data-v-13e6e8e4]:hover::after {
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/arrow_12_line@3x.png");
}
.login-card .card-content .title[data-v-13e6e8e4] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.login-card .card-content .title img[data-v-13e6e8e4] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.login-card .card-content .qrcode[data-v-13e6e8e4] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.login-card .card-content .tips[data-v-13e6e8e4] {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: #4c4f54;
}.login-popper .el-popper__arrow, .login-popper-c .el-popper__arrow {
  display: none;
}
.login-popper.el-select-dropdown, .login-popper.el-popper.is-light, .login-popper-c.el-select-dropdown, .login-popper-c.el-popper.is-light {
  border-radius: 16px;
  border: none;
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12);
  font-family: PingFang SC;
  max-width: 320px;
}
.login-popper .el-select-dropdown__list, .login-popper-c .el-select-dropdown__list {
  padding: 8px 8px;
}
.login-popper .el-select-group__wrap .el-select-group__title, .login-popper-c .el-select-group__wrap .el-select-group__title {
  padding: 0 8px;
  height: 38px;
  line-height: 38px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
.login-popper .el-select-group__wrap:not(:last-of-type)::after, .login-popper-c .el-select-group__wrap:not(:last-of-type)::after {
  display: none;
}
.login-popper .el-select-group, .login-popper-c .el-select-group {
  padding-bottom: 0;
}
.login-popper .el-select-group .el-select-dropdown__item, .login-popper-c .el-select-group .el-select-dropdown__item {
  border-radius: 8px;
  padding: 0 8px;
  height: 38px;
  text-align: left;
  font-size: 14px;
  line-height: 38px;
  color: #222222;
}
.login-popper .el-select-group .el-select-dropdown__item.is-hovering, .login-popper-c .el-select-group .el-select-dropdown__item.is-hovering {
  background: #F4F8FB;
}
.login-popper .el-select-group .el-select-dropdown__item.is-selected, .login-popper-c .el-select-group .el-select-dropdown__item.is-selected {
  color: #ff5500;
}
.login-popper .el-autocomplete-suggestion__wrap, .login-popper-c .el-autocomplete-suggestion__wrap {
  padding: 8px;
}
.login-popper .el-autocomplete-suggestion__list li, .login-popper-c .el-autocomplete-suggestion__list li {
  border-radius: 8px;
  padding: 0 8px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  color: #222222;
}
.login-popper-c {
  z-index: 99 !important;
}
.login-popper-c.el-select-dropdown, .login-popper-c.el-popper.is-light {
  max-width: 230px;
}
.login-agree-modal {
  z-index: 3000 !important;
}
.login-agree-confirm.el-message-box {
  padding: 0;
  width: 374px;
  border-radius: 20px;
  font-family: PingFang SC;
}
.login-agree-confirm .el-message-box__header {
  padding: 24px 24px 20px;
}
.login-agree-confirm .el-message-box__title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
.login-agree-confirm .el-message-box__headerbtn {
  top: 20px;
  right: 20px;
  height: 22px;
  width: 22px;
  font-size: 22px;
  color: #afb3ba;
}
.login-agree-confirm .el-message-box__headerbtn .el-message-box__close {
  color: #afb3ba;
}
.login-agree-confirm .el-message-box__headerbtn:hover .el-message-box__close {
  color: #4c4f54;
}
.login-agree-confirm .el-message-box__content {
  padding: 0 24px;
  font-size: 14px;
  color: #222222;
}
.login-agree-confirm .el-message-box__content a {
  color: #ff5500;
  transition: all 0.2s;
}
.login-agree-confirm .el-message-box__content a:hover {
  opacity: 0.8;
}
.login-agree-confirm .el-message-box__btns {
  padding: 16px 24px;
}
.login-agree-confirm .el-message-box__btns .el-button {
  padding: 0 12px;
  min-width: 80px;
  height: 36px;
  line-height: 34px;
  color: #222222;
  font-size: 14px;
  border-radius: 18px;
}
.login-agree-confirm .el-message-box__btns .el-button {
  color: #222222;
  background: #fff;
  border: 1px solid #dfe1e8;
}
.login-agree-confirm .el-message-box__btns .el-button:hover {
  border-color: #f2f4f7;
  background-color: #f2f4f7;
}
.login-agree-confirm .el-message-box__btns button:nth-child(2) {
  margin-left: 12px;
}
.login-agree-confirm .el-message-box__btns .el-button--primary {
  color: #ffffff;
  background: #ff6314;
  border: 1px solid #ff6314;
}
.login-agree-confirm .el-message-box__btns .el-button--primary:hover {
  color: #ffffff;
  background: #ff6314;
  border: 1px solid #ff6314;
  opacity: 0.8;
}.search-wrap[data-v-41ecdbad] {
  width: 778px;
  height: 56px;
  padding: 4px 5px 4px 24px;
  border-radius: 28px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1.6px solid #FFD3BF;
  position: relative;
  transition: border-color 0.3s;
}
.search-wrap[data-v-41ecdbad]:hover {
  border: 1.6px solid #FF6314;
}
.search-wrap.focused-input[data-v-41ecdbad] {
  border: 1.6px solid #FF6314;
}
.search-wrap > div[data-v-41ecdbad] {
  display: inline-block;
}
.search-wrap .search-input[data-v-41ecdbad] {
  width: 620px;
  height: 46px;
  float: left;
}
.search-wrap .search-input[data-v-41ecdbad] .el-input {
  width: 100%;
  height: 46px;
  border: none;
}
.search-wrap .search-input[data-v-41ecdbad] .el-input .el-input__wrapper {
  box-shadow: none !important;
  padding: 0;
}
.search-wrap .search-input[data-v-41ecdbad] .el-input .el-input__inner {
  font-family: PingFang SC;
  font-size: 16px;
  color: #222222;
}
.search-wrap .search-btn[data-v-41ecdbad] {
  float: right;
  width: 120px;
  height: 46px;
  border-radius: 24px;
  background: #FF6314;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.search-wrap .search-btn > img[data-v-41ecdbad] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.search-wrap .search-btn > span[data-v-41ecdbad] {
  display: inline-block;
  vertical-align: middle;
}
.search-wrap .history-wrap[data-v-41ecdbad] {
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12);
  position: absolute;
  left: 0;
  right: 120px;
  top: 64px;
  padding: 16px 6px 6px 6px;
  box-sizing: border-box;
  z-index: 99;
}
.search-wrap .history-wrap .history-header[data-v-41ecdbad] {
  padding: 0 14px;
  margin-bottom: 8px;
}
.search-wrap .history-wrap .history-header > div[data-v-41ecdbad]:nth-child(1) {
  float: left;
  font-family: PingFang SC;
  font-size: 12px;
  color: #7C8087;
}
.search-wrap .history-wrap .history-header > div[data-v-41ecdbad]:nth-child(2) {
  float: right;
  font-family: PingFang SC;
  font-size: 12px;
  color: #7C8087;
  cursor: pointer;
}
.search-wrap .history-wrap .history-item[data-v-41ecdbad] {
  padding: 10px 14px;
  border-radius: 8px;
  background: #FFFFFF;
  font-family: PingFang SC;
  font-size: 14px;
  color: #222222;
  cursor: pointer;
  transition: background-color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-wrap .history-wrap .history-item > span[data-v-41ecdbad] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-wrap .history-wrap .history-item .list-item-valueHtml[data-v-41ecdbad] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-wrap .history-wrap .history-item[data-v-41ecdbad]:hover {
  background: #F4F8FB;
}.el-message--custom {
  border-radius: 12px !important;
  background: #222222 !important;
  color: #FFFFFF !important;
  padding: 14px 16px !important;
}
.el-message--custom .el-message-icon--warning {
  color: #FF3838 !important;
  margin-top: 2px;
}
.el-message--custom .el-message__content {
  color: #FFFFFF !important;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
}.jbs_cascader_dialog.el-dialog__wrapper {
  display: flex;
  /* justify-content: center; */
  align-items: Center;
  display: -ms-flexbox;
  /* -ms-flex-pack: center; */
  -ms-flex-align: center;
  overflow: hidden;
}
.jbs_cascader_dialog .el-dialog {
  margin: 0 auto !important;
  height: 90%;
  overflow: hidden;
  border-radius: 12px !important;
  max-height: 500px;
}
.jbs_expectedCity_dialog {
  height: 90%;
  overflow: hidden;
  border-radius: 12px !important;
  max-height: 500px;
  padding: 0 !important;
}
.jbs_expectedCity_dialog .el-dialog__header {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  padding-left: 32px !important;
  border-bottom: 1px solid #edeff2;
  text-align: left;
}
.jbs_expectedCity_dialog .el-dialog__header .el-dialog__headerbtn {
  top: 10px;
  right: 10px;
}
.jbs_expectedCity_dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #222;
  font-size: 20px;
}
.jbs_cascader_dialog .el-dialog__body {
  padding: 0 !important;
  height: calc(100% - var(--headfooter-height));
}
.jbs_expectedCity_dialog .dialog_header_wrapper .jbs_cascader_dialog_title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.jbs_cascader_dialog .selected_list_wrapper {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px 0 8px 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #edeff2;
}
.jbs_cascader_dialog .selected_list_wrapper.no-list {
  padding-bottom: 16px;
}
.jbs_cascader_dialog .selected_list_wrapper .count_total {
  display: inline-block;
  color: #222;
  font-size: 14px;
  margin-right: 16px;
  line-height: 32px;
}
.jbs_cascader_dialog .selected_list_wrapper .count_checked {
  color: #ff6c0e;
}
.jbs_cascader_dialog .selected_list_wrapper .selected_list_wrapper_tag {
  display: flex;
  display: -ms-flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.jbs_cascader_dialog .selected_list_wrapper .selected_list_wrapper_tag .el-tag {
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #ffede5;
  color: #ff6c0e;
  border-radius: 6px;
}
.jbs_cascader_dialog .selected_list_wrapper .selected_list_wrapper_tag .el-tag .el-tag__close {
  color: #ff6c0e;
}
.jbs_cascader_dialog .selected_list_wrapper .selected_list_wrapper_tag .el-tag .el-tag__close:hover {
  color: #fff;
  background-color: #ff6c0e;
  border-color: #ff6c0e;
}
.jbs_cascader_dialog.jbs_school_dialog .selected_list_wrapper .count_checked {
  color: #EF8B00;
}
.jbs_cascader_dialog.jbs_school_dialog .selected_list_wrapper .selected_list_wrapper_tag .el-tag {
  background-color: #fff4de;
  border-color: #fff4de;
  color: #EF8B00;
}
.jbs_cascader_dialog.jbs_school_dialog .selected_list_wrapper .selected_list_wrapper_tag .el-tag .el-tag__close {
  color: #EF8B00;
}
.jbs_cascader_dialog.jbs_school_dialog .selected_list_wrapper .selected_list_wrapper_tag .el-tag .el-tag__close:hover {
  color: #fff;
  background-color: #ffa000;
}
.residenceDialog__left-container {
  text-align: left;
  width: 200px;
  background: #f5f6f7;
  box-sizing: border-box;
  overflow-y: hidden;
  padding: 8px 0;
}
.residenceDialog__left-container:hover {
  overflow-y: scroll;
}
.residenceDialog__left-title-box {
  width: 136px;
  min-height: 40px;
  padding: 9px 16px;
  margin-left: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.residenceDialog__left-title-box:hover {
  cursor: pointer;
  width: 136px;
  background: rgba(0, 0, 26, 0.04);
  border-radius: 8px;
}
.residenceDialog__left-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
  padding-right: 5px;
}
.residenceDialog__left-title-active {
  text-shadow: 0 0 0.7px #FF6C0E, 0 0 0.7px #FF6C0E;
  color: #FF6C0E;
}
.residenceDialog__right-city {
  width: 152px;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  border-radius: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222222;
  box-sizing: border-box;
}
.residenceDialog__right-city:hover {
  cursor: pointer;
  background: rgba(0, 0, 26, 0.04);
  border-radius: 8px;
}
.residenceDialog__right-city-active {
  text-shadow: 0 0 0.7px #FF6C0E, 0 0 0.7px #FF6C0E;
  color: #FF6C0E;
}
.residenceDialog__right-title {
  font-weight: 600;
  color: #222222;
  margin: 10px 0 13px 16px;
  margin-left: 16px;
}
.residenceDialog__right-container {
  text-align: left;
  padding: 8px 0 8px 10px;
  width: 650px;
  box-sizing: border-box;
  overflow-y: hidden;
}
.residenceDialog__right-container:hover {
  width: 650px;
  overflow-y: auto;
}
.jbs_cascader_panel {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  height: calc(100% - var(--selected-height));
}
.jbs_cascader_panel ::-webkit-scrollbar {
  width: 8px;
}
.jbs_cascader_panel ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.jbs_cascader_panel ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d4d4d4;
}
.jbs_cascader_dialog.jbs_expectedCity_dialog.jbs_school_dialog .residenceDialog__left-title-active {
  text-shadow: 0 0 0.7px #ef8b00, 0 0 0.7px #ef8b00;
  color: #ef8b00;
}
.jbs_cascader_dialog.jbs_expectedCity_dialog.jbs_school_dialog .residenceDialog__right-city-active {
  text-shadow: 0 0 0.7px #ef8b00, 0 0 0.7px #ef8b00;
  color: #ef8b00;
}
.jbs_cascader_dialog.jbs_school_dialog .el-dialog__footer .el-button--primary {
  background-color: #ffd74d;
  border-color: #ffd74d;
  color: #222222;
  border-radius: 6px;
  margin-left: 12px;
  width: 80px;
}
.jbs_cascader_dialog.jbs_school_dialog .el-dialog__footer .el-button--primary:hover {
  background-color: #ffbf00;
  border-color: #ffd74d;
}
.jbs_cascader_dialog.jbs_school_dialog .el-dialog__footer .el-button--default {
  background-color: #ffffff;
  border: 1px solid #e1e3e8;
  border-radius: 6px;
  color: #4c4f54;
  width: 80px;
}
.jbs_cascader_dialog.jbs_school_dialog .el-dialog__footer .el-button--default:hover {
  background: #fff4de;
  border: 1px solid #ffd999;
}
@keyframes shake-cfd62b53 {
0% {
    transform: translate(0, -25px);
}
35.2941% {
    transform: translate(0, -0.4975px);
}
52.9412% {
    transform: translate(0, -6.2496px);
}
70.5882% {
    transform: translate(0, -0.62124375px);
}
82.3529% {
    transform: translate(0, -1.48824375px);
}
88.2353% {
    transform: translate(0, -0.23424375px);
}
94.1176% {
    transform: translate(0, -0.385px);
}
100% {
    transform: translate(0, 0);
}
}
.search-bar-wrap[data-v-cfd62b53] {
  width: 100%;
}
.search-bar-wrap.search-bar-fixed[data-v-cfd62b53] {
  width: 100%;
  height: 104px;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 24px 0;
  box-sizing: border-box;
  /* 投影-浅 */
  box-shadow: 0px 0px 10px 0px rgba(172, 186, 196, 0.1);
}
.search-bar-wrap.search-bar-fixed .shake-animation[data-v-cfd62b53] {
  animation: shake-cfd62b53 0.35s linear both;
}
.search-bar-wrap.search-bar-fixed .logo-container[data-v-cfd62b53] {
  margin: 0;
  margin-top: 18px;
}
.search-bar-wrap.search-bar-fixed .logo-container .logo[data-v-cfd62b53] {
  width: 108px;
  height: auto;
  margin: 0;
}
.search-bar-container[data-v-cfd62b53] {
  width: 1184px;
  margin: 0 auto;
  text-align: left;
}
.search-bar-container > div[data-v-cfd62b53] {
  display: inline-block;
  vertical-align: top;
}
.search-bar-container .logo-container[data-v-cfd62b53] {
  margin-right: 57px;
  margin-top: 14px;
}
.search-bar-container .logo-container a[data-v-cfd62b53] {
  display: inline-block;
}
.search-bar-container .logo-container img[data-v-cfd62b53] {
  width: 135px;
  height: auto;
}
.search-bar-container .search-container .search-discovery[data-v-cfd62b53] {
  white-space: nowrap;
  margin-top: 16px;
}
.search-bar-container .search-container .search-discovery .search-item[data-v-cfd62b53] {
  cursor: pointer;
}
.search-bar-container .search-container .search-discovery > div[data-v-cfd62b53] {
  display: inline-block;
  font-family: PingFang SC;
  font-size: 14px;
  color: #58698C;
  margin-right: 20px;
}
.search-bar-container .search-container .search-discovery > div.search-item[data-v-cfd62b53] {
  transition: color 0.2s ease-in-out 0.1s, font-weight 0.3s ease-in-out 0.1s;
}
.search-bar-container .search-container .search-discovery > div.search-item[data-v-cfd62b53]:hover {
  color: #2E1A46;
  font-weight: 600;
}
.search-bar-container .adress[data-v-cfd62b53] {
  margin-right: 24px;
  margin-left: 26px;
  margin-top: 18px;
  font-family: PingFang SC;
  font-size: 16px;
  color: #363B63;
  cursor: pointer;
}
.search-bar-container .adress > div[data-v-cfd62b53] {
  display: inline-block;
}
.search-bar-container .adress .location[data-v-cfd62b53] {
  font-weight: 500;
  margin-right: 12px;
}
.search-bar-container .adress .location > img[data-v-cfd62b53] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
.search-bar-container .adress .location > span[data-v-cfd62b53] {
  min-width: 32px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.search-bar-container .adress .change-city[data-v-cfd62b53] {
  display: inline-block;
  vertical-align: middle;
}
.search-bar-container .login-btn[data-v-cfd62b53] {
  float: right;
  width: 104px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 23px;
  background: #FFF1EB;
  border: 1px solid #FFD3BF;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  color: #FF5500;
  margin-top: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
}
.search-bar-container .login-btn[data-v-cfd62b53]:hover {
  border: 1px solid #FF6314;
  background: #FF6314;
  color: #FFFFFF;
  font-weight: 500;
}.app-header-wrap[data-v-6eb69491] {
  width: 100%;
}
.app-header-wrap .header-warning[data-v-6eb69491] {
  width: 100%;
  height: 49px;
  background: #FFFFFF;
  font-family: PingFang SC;
  font-size: 14px;
  color: #222222;
  text-align: center;
  position: relative;
}
.app-header-wrap .header-warning .warning-text[data-v-6eb69491] {
  width: 1184px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.app-header-wrap .header-warning .warning-text > img[data-v-6eb69491] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.app-header-wrap .header-warning .close-btn[data-v-6eb69491] {
  width: 24px;
  height: 24px;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.15s;
  cursor: pointer;
}
.app-header-wrap .header-warning .close-btn > img[data-v-6eb69491] {
  width: 16px;
  height: 16px;
}
.app-header-wrap .header-warning .close-btn[data-v-6eb69491]:hover {
  background: #F2F4F7;
}
.app-header[data-v-6eb69491] {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 97%);
  backdrop-filter: blur(10px);
}
.search-bar[data-v-6eb69491] {
  margin-top: 32px;
  margin-bottom: 39px;
  height: 90px;
}
.header-container[data-v-6eb69491] {
  width: 1184px;
  height: 60px;
  display: inline-block;
}
.header-container .header-left[data-v-6eb69491] {
  float: left;
}
.header-container .header-left > div[data-v-6eb69491] {
  display: inline-block;
}
.header-container .header-left .logo[data-v-6eb69491] {
  width: auto;
  height: 25px;
}
.header-container .header-left .adress[data-v-6eb69491] {
  margin-right: 58px;
  font-family: PingFang SC;
  font-size: 16px;
  color: #363B63;
  cursor: pointer;
}
.header-container .header-left .adress > div[data-v-6eb69491] {
  display: inline-block;
}
.header-container .header-left .adress .location[data-v-6eb69491] {
  font-weight: 500;
  margin-right: 12px;
}
.header-container .header-left .adress .location > img[data-v-6eb69491] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
.header-container .header-left .adress .location > span[data-v-6eb69491] {
  min-width: 32px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.header-container .header-left .adress .change-city[data-v-6eb69491] {
  display: inline-block;
  vertical-align: middle;
}
.header-container .header-left .menu .menu-item[data-v-6eb69491] {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  margin-right: 40px;
  font-family: PingFang SC;
  font-size: 16px;
  color: #363B63;
}
.header-container .header-left .menu .menu-item a[data-v-6eb69491] {
  color: #363B63;
  font-weight: 400;
  transition: all 0.15s;
}
.header-container .header-left .menu .menu-item a[data-v-6eb69491]:hover {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-left .menu .menu-item.active[data-v-6eb69491] {
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/header/checked@3x.png") no-repeat;
  background-size: 18px 8px;
  background-position: center bottom 10px;
}
.header-container .header-left .menu .menu-item.active a[data-v-6eb69491] {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-left .menu .menu-item[data-v-6eb69491]:last-child {
  margin: 0;
}
.header-container .header-left .menu .menu-item .el-popover__reference-wrapper > img[data-v-6eb69491] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.header-container .header-left .menu .menu-item .more[data-v-6eb69491] {
  font-weight: 600;
  letter-spacing: 2px;
  color: #363B63;
  margin-top: -12px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.15s;
}
.header-container .header-left .menu .menu-item .more[data-v-6eb69491]:hover {
  color: #2E1A46;
}
.header-container .header-right[data-v-6eb69491] {
  float: right;
}
.header-container .header-right .right-menu .item[data-v-6eb69491] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  font-family: PingFang SC;
  font-size: 16px;
  color: #363B63;
  height: 60px;
  line-height: 60px;
}
.header-container .header-right .right-menu .item[data-v-6eb69491]:last-child {
  margin: 0;
}
.header-container .header-right .right-menu .item > a[data-v-6eb69491] {
  color: #363B63;
  transition: all 0.15s;
}
.header-container .header-right .right-menu .item > a[data-v-6eb69491]:hover {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-right .right-menu .item .download[data-v-6eb69491] {
  cursor: pointer;
}
.header-container .header-right .right-menu .item .download > img[data-v-6eb69491] {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-top: -3px;
}
.header-container .header-right .right-menu .item .download > span[data-v-6eb69491] {
  text-align: right;
  display: inline-block;
  transition: all 0.15s;
}
.header-container .header-right .right-menu .item .download:hover span[data-v-6eb69491] {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-right .right-menu .item .user-info[data-v-6eb69491] {
  cursor: pointer;
  height: 60px;
}
.header-container .header-right .right-menu .item .user-info > a[data-v-6eb69491] {
  color: #363B63;
  display: inline-block;
  max-width: 125px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.15s;
}
.header-container .header-right .right-menu .item .user-info > a .img-wrap[data-v-6eb69491] {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.header-container .header-right .right-menu .item .user-info > a .img-wrap > img[data-v-6eb69491] {
  width: 36px;
  height: auto;
  margin-top: -3px;
}
.header-container .header-right .right-menu .item .user-info > a[data-v-6eb69491]:hover {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-right .right-menu .item .login[data-v-6eb69491] {
  box-sizing: border-box;
  display: inline-block;
  line-height: 20px;
  padding: 8px 18px;
  border-radius: 23px;
  border: 1px solid #FF6314;
  height: 38px;
  cursor: pointer;
  transition: all 0.15s;
}
.header-container .header-right .right-menu .item .login[data-v-6eb69491]:hover {
  background: #FF6314;
  color: #FFFFFF;
}
.header-container .header-right .right-menu .item.resume a[data-v-6eb69491] {
  display: inline-block;
}
.header-container .header-right .right-menu .item.resume a .img-wrap[data-v-6eb69491] {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.header-container .header-right .right-menu .item.resume a .img-wrap > img[data-v-6eb69491] {
  width: 36px;
  height: auto;
  margin-top: -3px;
}
.header-container .header-right .right-menu .item.resume a[data-v-6eb69491]:hover {
  color: #2E1A46;
  font-weight: 600;
}#app-header {
  text-align: center;
}
.header-popover {
  padding: 8px !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12) !important;
  border: none !important;
  margin-top: -4px !important;
  box-sizing: border-box;
}
.header-popover .popover-menu > div > a {
  padding: 14px 12px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #222222;
  display: block;
  border-radius: 8px;
  text-align: left;
  transition: all 0.15s;
}
.header-popover .popover-menu > div > a:hover {
  background: #F4F8FB;
}
.header-popover .popover-menu > div.line {
  width: 130px;
  height: 1px;
  background: #EDEFF2;
  margin-left: 6px;
}
.user-popover {
  margin-top: -8px !important;
}
.download-popover {
  width: 152px !important;
  padding: 10px !important;
  box-shadow: 0px 0px 10px 0px rgba(172, 186, 196, 0.1) !important;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/home/redbg@3x.png") no-repeat !important;
  background-size: 100% 100% !important;
  border: none !important;
  margin-top: -8px !important;
  box-sizing: border-box;
}
.download-popover .popover-container h1 {
  text-align: center;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-top: 6px;
}
.download-popover .popover-container .code-wrap {
  width: 132px;
  height: 132px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 14px;
  margin-top: 12px;
  box-sizing: border-box;
}
.download-popover .popover-container .code-wrap > img {
  width: 112px;
  height: 112px;
}
.custom-popover[data-v-12032237] {
  display: inline-block;
  position: relative;
}
.popover-content[data-v-12032237] {
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 12px;
  min-width: 150px;
  z-index: 2000;
  box-sizing: border-box;
}
.popover-arrow[data-v-12032237] {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

/* 过渡动画 */
.fade-enter-active[data-v-12032237],
.fade-leave-active[data-v-12032237] {
  transition: opacity 0.2s, transform 0.2s;
}
.fade-enter-from[data-v-12032237],
.fade-leave-to[data-v-12032237] {
  opacity: 0;
  transform: translateY(-5px);
}

.dialog-overlay[data-v-aea5cdb5] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog[data-v-aea5cdb5] {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.dialog-header[data-v-aea5cdb5] {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-title[data-v-aea5cdb5] {
  font-size: 16px;
  font-weight: bold;
}
.dialog-close[data-v-aea5cdb5] {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: #999;
}
.dialog-close[data-v-aea5cdb5]:hover {
  color: #666;
}
.dialog-body[data-v-aea5cdb5] {
  padding: 20px;
}
.dialog-footer[data-v-aea5cdb5] {
  padding: 10px 20px;
  border-top: 1px solid #eee;
  text-align: right;
}
.dialog-fade-enter-active[data-v-aea5cdb5],
.dialog-fade-leave-active[data-v-aea5cdb5] {
  transition: opacity 0.3s;
}
.dialog-fade-enter-from[data-v-aea5cdb5],
.dialog-fade-leave-to[data-v-aea5cdb5] {
  opacity: 0;
}

.onPage[data-v-84256fe2] {
  height: 273px;
  width: 100%;
  border-radius: 18px 0 0 0;
}
.carousel-container[data-v-84256fe2] {
  display: block;
  position: relative;
  border-radius: 18px 0 0 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
}
.carousel[data-v-84256fe2] {
  height: 273px;
  white-space: nowrap;
}
.slide[data-v-84256fe2] {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.slide img[data-v-84256fe2] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arrowNone[data-v-84256fe2] {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.arrowHover[data-v-84256fe2] {
  opacity: 1;
}
.carousel-btn[data-v-84256fe2] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
  border: none;
  transition: background 0.3s ease;
}
.carousel-btn .arrow[data-v-84256fe2] {
  width: 6px;
  height: 12px;
}
.carousel-btn[data-v-84256fe2]:hover {
  background: rgba(0, 0, 0, 0.6);
}
.prev-btn[data-v-84256fe2] {
  left: 12px;
}
.next-btn[data-v-84256fe2] {
  right: 12px;
}
.indicators[data-v-84256fe2] {
  position: absolute;
  bottom: 12px;
  left: 16px;
}
.indicator[data-v-84256fe2] {
  display: inline-block;
  margin-right: 10px;
  padding: 0; /* 清除内边距 */
  border: none; /* 清除边框 */
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  background: #222222;
  opacity: 0.16;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.indicator[data-v-84256fe2]:last-child {
  margin-right: 0;
}
.indicator.active[data-v-84256fe2] {
  opacity: 1;
}
.indicator[data-v-84256fe2]:hover {
  opacity: 1;
}
.adBabel[data-v-84256fe2] {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 0 2px;
  box-sizing: border-box;
  height: 15px;
  line-height: 15px !important;
  border-radius: 2.5px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  line-height: 15px;
  text-align: center;
  font-family: PingFang SC;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.8);
}.banner-container[data-v-a5b044b7] {
  box-sizing: border-box;
  width: 908px;
  height: 400px;
}
.banner-container .banner-left[data-v-a5b044b7] {
  float: left;
  width: 635px;
  height: 400px;
}
.banner-container .banner-left .banner-left-top[data-v-a5b044b7] {
  width: 635px;
  height: 273px;
  background: #ffffff;
  border-radius: 18px 0 0 0;
}
.banner-container .banner-left .banner-left-bottom[data-v-a5b044b7] {
  width: 100%;
  margin-top: 3px;
}
.banner-container .banner-left .banner-left-bottom .banner-left-bottom-left[data-v-a5b044b7] {
  position: relative;
  float: left;
  width: 316px;
  height: 124px;
  background: #ffffff;
  border-radius: 0 0 0 18px;
  background-size: cover;
}
.banner-container .banner-left .banner-left-bottom .banner-left-bottom-right[data-v-a5b044b7] {
  position: relative;
  float: right;
  width: 316px;
  height: 124px;
  background: #ffffff;
  background-size: cover;
}
.banner-container .banner-right[data-v-a5b044b7] {
  position: relative;
  width: 270px;
  height: 400px;
  float: right;
  background: #ffffff;
  border-radius: 0 18px 18px 0;
  background-size: cover;
}
.banner-container .adBabel[data-v-a5b044b7] {
  position: absolute;
  right: 8px;
  bottom: 8px;
  height: 15px;
  line-height: 15px !important;
  padding: 0 2px;
  box-sizing: border-box;
  border-radius: 2.5px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  line-height: 15px;
  text-align: center;
  font-family: PingFang SC;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.8);
}.user-container[data-v-fdfe53d5] {
  box-sizing: border-box;
  margin-left: 12px;
  width: 264px;
  height: 400px;
  border-radius: 18px;
  background: #FFFFFF url("https://fecdn.51jobcdn.com/fe/static/51job/main/user_bg_novip.png") no-repeat top center;
  background-size: contain;
  font-family: PingFang SC;
}
.user-container.vip[data-v-fdfe53d5] {
  background: #FFFFFF url("https://fecdn.51jobcdn.com/fe/static/51job/main/user_bg_vip.png") no-repeat top center;
  background-size: contain;
}
.user-container.vip .user-header > a[data-v-fdfe53d5] {
  display: inline-block;
  color: #ffffff;
}
.user-container.vip .user-header > a > div[data-v-fdfe53d5] {
  display: inline-block;
  vertical-align: middle;
}
.user-container.vip .user-header > div span[data-v-fdfe53d5] {
  color: #FFFFFF;
}
.user-container.vip .user-vip[data-v-fdfe53d5] {
  height: 58px;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/main/vip_over.png") no-repeat;
  background-size: cover;
}
.user-container.vip .vip-num[data-v-fdfe53d5] {
  margin-top: 12px;
}
.user-container.vip .vip-btn[data-v-fdfe53d5] {
  margin-bottom: 22px !important;
}
.user-container .user-header[data-v-fdfe53d5] {
  padding: 12px 16px 8px 16px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.user-container .user-header > a[data-v-fdfe53d5] {
  display: inline-block;
  color: #222222;
}
.user-container .user-header > a > div[data-v-fdfe53d5] {
  display: inline-block;
  vertical-align: middle;
}
.user-container .user-header > a > div[data-v-fdfe53d5]:last-child {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-container .user-header .img-wrap[data-v-fdfe53d5] {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
  margin-right: 12px;
}
.user-container .user-header .img-wrap > img[data-v-fdfe53d5] {
  width: 36px;
  height: auto;
  margin-top: -3px;
}
.user-container .user-header > div[data-v-fdfe53d5] {
  display: inline-block;
  vertical-align: middle;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 192px;
  overflow: hidden;
}
.user-container .user-vip[data-v-fdfe53d5] {
  width: 100%;
  height: 82px;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/main/buy_vip.png") no-repeat;
  background-size: cover;
}
.user-container .user-vip .vip-look-btn[data-v-fdfe53d5] {
  display: inline-block;
  vertical-align: middle;
}
.user-container .user-vip .vip-look-btn > img[data-v-fdfe53d5] {
  width: 8px;
  height: 8px;
  margin-left: 4px;
}
.user-container .user-vip .vip-look[data-v-fdfe53d5] {
  text-align: left;
}
.user-container .user-vip .vip-look > div[data-v-fdfe53d5] {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #FFE4C5;
  margin-top: 18px;
  vertical-align: middle;
  opacity: 0.6;
}
.user-container .user-vip .vip-look > div > img[data-v-fdfe53d5] {
  width: 8px;
  height: 8px;
  margin-left: 4px;
}
.user-container .user-vip .vip-look > div[data-v-fdfe53d5]:last-child {
  font-size: 13px;
  font-weight: normal;
  opacity: 1;
  margin-left: 32px;
  cursor: pointer;
}
.user-container .user-vip .vip-look > div[data-v-fdfe53d5]:first-child {
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  margin-left: 14px;
  margin-right: 11px;
}
.user-container .user-vip .vip-title[data-v-fdfe53d5] {
  padding: 12px 14px 0 14px;
}
.user-container .user-vip .vip-title .vip-title-text[data-v-fdfe53d5] {
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #FFE4C5;
  margin-top: 4px;
}
.user-container .user-vip .vip-title .vip-title-a[data-v-fdfe53d5] {
  display: block;
  float: right;
}
.user-container .user-vip .vip-title .vip-title-btn[data-v-fdfe53d5] {
  position: relative;
}
.user-container .user-vip .vip-title .vip-title-btn > div[data-v-fdfe53d5] {
  width: 72px;
  height: 28px;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/main/my_vipcard_btn.png") no-repeat;
  background-size: cover;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  color: #222222;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}
.user-container .user-vip .vip-title .vip-title-btn > img[data-v-fdfe53d5] {
  width: 72px;
  height: 24px;
  margin-top: -10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.user-container .user-vip .vip-list[data-v-fdfe53d5] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding: 0 10px;
  margin-top: 10px;
}
.user-container .user-vip .vip-list .list-item[data-v-fdfe53d5] {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #CBB396;
  margin-right: 12px;
  transform: scale(0.8333);
}
.user-container .user-vip .vip-list .list-item > img[data-v-fdfe53d5] {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  vertical-align: middle;
}
.user-container .user-vip .vip-list .list-item > span[data-v-fdfe53d5] {
  white-space: nowrap;
}
.user-container .user-vip .vip-list > div[data-v-fdfe53d5]:last-child {
  margin-right: 0;
}
.user-container .vip_numAndBtn .vip-num[data-v-fdfe53d5] {
  text-align: center;
}
.user-container .vip_numAndBtn .vip-num > a[data-v-fdfe53d5] {
  display: inline-block;
}
.user-container .vip_numAndBtn .vip-num .num-item[data-v-fdfe53d5] {
  width: 116px;
  display: inline-block;
  font-family: PingFang SC;
  font-size: 12px;
  color: #222222;
  line-height: normal;
  cursor: pointer;
}
.user-container .vip_numAndBtn .vip-num .num-item > div[data-v-fdfe53d5]:first-child {
  font-family: HarmonyOS Sans;
  font-size: 20px;
  font-weight: 500;
  color: #FF5500;
  margin-bottom: 2px;
}
.user-container .vip_numAndBtn .vip-num .num-item .num-item-title[data-v-fdfe53d5] {
  transition: color 0.3s;
}
.user-container .vip_numAndBtn .vip-num .num-item:hover .num-item-title[data-v-fdfe53d5] {
  color: #FF5500;
}
.user-container .vip_numAndBtn .vip-btn[data-v-fdfe53d5] {
  width: 232px;
  height: 36px;
  border-radius: 18px;
  background: #FFF1EB;
  box-sizing: border-box;
  border: 1px solid #FFD3BF;
  text-align: center;
  line-height: 36px;
  color: #FF5500;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.user-container .vip_numAndBtn .vip-btn:hover a[data-v-fdfe53d5] {
  background: #FF6314;
  color: #FFFFFF;
}
.user-container .vip_numAndBtn .vip-btn > a[data-v-fdfe53d5] {
  border-radius: 18px;
  color: #FF5500;
  display: block;
  transition: color 0.3s ease-in-out 0.1s, background-color 0.3s ease-in-out 0.1s;
}
.user-container .vip-equity[data-v-fdfe53d5] {
  width: 232px;
  border-top: 1px solid #EDEFF2;
  margin: 0 auto;
  text-align: left;
}
.user-container .vip-equity > a[data-v-fdfe53d5] {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
.user-container .vip-equity .equity-item[data-v-fdfe53d5] {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 12px;
}
.vip .user-container .vip-equity .equity-item[data-v-fdfe53d5] {
  width: 33.33%;
}
.user-container .vip-equity .equity-item > img[data-v-fdfe53d5] {
  width: 40px;
  height: 40px;
}
.user-container .vip-equity .equity-item > div[data-v-fdfe53d5] {
  font-family: PingFang SC;
  font-size: 12px;
  color: #222;
  transition: color 0.3s, font-weight 0.3s;
}
.user-container .vip-equity .equity-item:hover div[data-v-fdfe53d5] {
  color: #FF5500;
  font-weight: 500;
}
.user-container .vip-equity .custom-popover[data-v-fdfe53d5] {
  width: 33.33%;
  text-align: center;
}
.user-container .vip-equity.isvip[data-v-fdfe53d5] {
  color: red;
}
.user-container .vip-equity.isvip .custom-popover[data-v-fdfe53d5] {
  width: 33.33%;
  text-align: center;
}
.user-container .vip-equity.isvip > a .equity-item[data-v-fdfe53d5] {
  width: 100%;
}
.vip-popover {
  border-radius: 18px !important;
  border: none !important;
  padding: 16px 16px 20px 16px !important;
  /* 投影-深 */
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12) !important;
}
.vip-popover .code-wrap {
  text-align: center;
}
.vip-popover .code-wrap .code-img > img {
  width: 144px;
  height: 144px;
}
.vip-popover .code-wrap .code-text {
  margin: 0 auto;
  margin-bottom: 24px;
  width: 144px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.vip-popover .code-wrap .code-text > img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
}
.vip-popover .code-wrap .code-text .text {
  color: #FF5500;
  margin-left: 5px;
}
.vip-popover .el-popper__arrow::before {
  width: 14px;
  height: 14px;
  border: none !important;
}.privacy-tips[data-v-009ebffc] {
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(172, 186, 196, 0.2);
}
.privacy-tips-wrapper[data-v-009ebffc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1184px;
  padding: 24px 0;
  box-sizing: border-box;
  font-family: PingFang SC;
}
.privacy-tips .tips[data-v-009ebffc] {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.privacy-tips .tips a[data-v-009ebffc] {
  color: #ff5500;
  transition: all 0.2s;
}
.privacy-tips .tips a[data-v-009ebffc]:hover {
  opacity: 0.8;
}
.privacy-tips .close[data-v-009ebffc] {
  box-sizing: border-box;
  border: 0.5px solid #DFE1E8;
  border-radius: 22px;
  width: 104px;
  height: 44px;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  color: #222222;
  transition: all 0.2s;
  cursor: pointer;
}
.privacy-tips .close[data-v-009ebffc]:hover {
  background: #F2F4F7;
  border-color: #F2F4F7;
}
.slide-down-enter-active[data-v-009ebffc],
.slide-down-leave-active[data-v-009ebffc] {
  transition: transform 0.3s ease;
}
.slide-down-enter-from[data-v-009ebffc],
.slide-down-leave-to[data-v-009ebffc] {
  transform: translateY(100%);
}.banner-and-func[data-v-91c80800] {
  display: flex;
  justify-content: space-between;
  margin: 36px 0 56px;
}
.banner-and-func .login-warning[data-v-91c80800] {
  margin-left: 12px;
  width: 264px;
  height: 400px;
}
.banner-and-func .login-warning a[data-v-91c80800] {
  width: 100%;
  height: 100%;
}
.banner-and-func .login-warning img[data-v-91c80800] {
  width: 100%;
  height: 100%;
}.activity-entry {
  width: 1184px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.activity-entry img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.card[data-v-3033030d] {
  width: 371px;
  height: 140px;
  padding: 14px;
  border-radius: 12px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #edeff2;
  display: inline-block;
  transition: all 0.2s;
}
.card[data-v-3033030d]:hover {
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12);
  border-color: #fff;
}
.card:hover .jobName[data-v-3033030d] {
  color: #ff5500 !important;
}
.card .top[data-v-3033030d] {
  height: 22px;
}
.card .top .title[data-v-3033030d] {
  display: inline-block;
  height: 22px;
  float: left;
}
.card .top .title span[data-v-3033030d] {
  display: inline-block;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin-right: 8px;
  vertical-align: middle !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card .top .title .chatImg[data-v-3033030d] {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: cover;
  vertical-align: middle !important;
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/68076025d6e5ffa0a8fc619fc908e37f.png");
}
.card .top .title .chatImg[data-v-3033030d]:hover {
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/680760257f51182bd23e65d0ccf8bd5b.png");
}
.card .top .salary[data-v-3033030d] {
  float: right;
  font-family: HarmonyOS Sans;
  font-size: 16px;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  color: #ff5500;
}
.card .middle[data-v-3033030d] {
  margin: 10px 0 20px 0;
  height: 24px;
  overflow: hidden;
  text-align: left;
}
.card .middle .tag[data-v-3033030d] {
  display: inline-block;
  margin-right: 8px;
  border-radius: 4px;
  background: #f4f8fb;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  font-family: PingFang SC;
  font-size: 13px;
  color: #7c8087;
}
.card .middle .tag[data-v-3033030d]:last-child {
  margin-right: 0;
}
.card .bottom[data-v-3033030d] {
  height: 36px;
}
.card .bottom .left[data-v-3033030d] {
  float: left;
}
.card .bottom .left img[data-v-3033030d] {
  height: 36px;
  width: 36px;
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 8px !important;
}
.card .bottom .left span[data-v-3033030d] {
  display: inline-block;
  vertical-align: middle;
  font-family: PingFang SC;
  font-size: 14px;
  color: #4c4f54;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card .bottom .left span[data-v-3033030d]:hover {
  color: #ff5500;
}
.card .bottom .right[data-v-3033030d] {
  height: 36px;
  line-height: 36px;
  float: right;
  font-family: PingFang SC;
  font-size: 12px;
  /* 文字/text-04 */
  color: #afb3ba;
}
.card .bottom .right span[data-v-3033030d] {
  display: inline-block;
  max-width: 125px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zhzpopper {
  min-width: 355px !important;
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12) !important;
  border-radius: 18px !important;
  padding: 16px !important;
  background: #ffffff !important;
  border: none !important;
  width: auto !important;
}
.zhzpopper .chat {
  text-align: left;
  vertical-align: middle !important;
  position: relative;
}
.zhzpopper .chat .info {
  display: inline-block;
  padding: 8.5px 0;
  box-sizing: border-box;
  margin-right: 25px;
  vertical-align: middle !important;
}
.zhzpopper .chat .info .top img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: middle !important;
}
.zhzpopper .chat .info .top .name {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle !important;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.zhzpopper .chat .info .top .status {
  display: inline-block;
  vertical-align: middle !important;
  font-family: PingFang SC;
  font-size: 12px;
  color: #7c8087;
}
.zhzpopper .chat .info .middle {
  margin: 8px 0 18px 0;
  height: 20px;
  overflow: hidden;
}
.zhzpopper .chat .info .middle .tag {
  display: inline-block;
  border-radius: 4px;
  /* 品牌色橙/#theme-09 */
  background: #fff1eb;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  margin-right: 8px;
  font-family: PingFang SC;
  font-size: 13px;
  /* 品牌色橙/#theme-04文字 */
  color: #ff5500;
}
.zhzpopper .chat .info .middle .tag:last-child {
  margin-right: 0;
}
.zhzpopper .chat .info .bottom .wx {
  height: 24px;
  width: 24px;
  vertical-align: middle !important;
}
.zhzpopper .chat .info .bottom span {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  font-family: PingFang SC;
  font-size: 13px;
  font-weight: 500;
  color: #222222;
  vertical-align: middle !important;
  margin: 0 8px;
}
.zhzpopper .chat .info .bottom .arrow {
  width: 29px;
  height: 4.5px;
  vertical-align: middle !important;
}
.zhzpopper .chat .qrcode {
  vertical-align: middle !important;
  height: 112px;
  width: 112px;
}
.zhzpopper .chat .logo {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 45px;
  right: 45px;
}
.item[data-v-4cfda3f9] {
  padding: 12px 0 18px;
  width: 1184px;
  border-radius: 18px;
  box-sizing: border-box;
  border: 1.5px solid #ffffff;
  margin-bottom: 16px;
}
.item .header[data-v-4cfda3f9] {
  width: 1184px;
  height: 57px;
  padding: 0px 20px 0px 8px;
  box-sizing: border-box;
  z-index: 0;
}
.item .header .left[data-v-4cfda3f9] {
  float: left;
  text-align: center;
}
.item .header .left img[data-v-4cfda3f9] {
  height: 57px;
  width: 87px;
  vertical-align: middle;
  /* 图片垂直居中 */
}
.item .header .left .title[data-v-4cfda3f9] {
  height: 57px;
  line-height: 57px;
  display: inline-block;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  vertical-align: middle;
  /* 图片垂直居中 */
}
.item .header .left .des[data-v-4cfda3f9] {
  height: 57px;
  line-height: 57px;
  display: inline-block;
  margin: 0 14px 0 12px;
  font-family: PingFang SC;
  font-size: 13px;
  color: #afb3ba;
  vertical-align: middle;
  /* 图片垂直居中 */
}
.item .header .left .btn-group[data-v-4cfda3f9] {
  display: inline-block;
}
.item .header .left .btn-group .btnFollow[data-v-4cfda3f9] {
  width: 76px;
  height: 36px;
  padding: 8px 16px;
  border-radius: 18px;
  background: #fff1eb;
  box-sizing: border-box;
  border: 1px solid #ffd3bf;
  white-space: nowrap;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: normal;
  /* 品牌色/Theme-04文字 */
  color: #ff5500;
  cursor: pointer;
  transition: all 0.2s;
}
.item .header .left .btn-group .btnFollow img[data-v-4cfda3f9] {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 4px;
  vertical-align: middle !important;
  /* 图片垂直居中 */
}
.item .header .left .btn-group .btnFollow span[data-v-4cfda3f9] {
  display: inline-block;
  height: 17px;
  line-height: 17px;
  vertical-align: middle !important;
  /* 图片垂直居中 */
}
.item .header .left .btn-group .btnFollow[data-v-4cfda3f9]:hover {
  background: #ff6314;
  color: #ffffff;
  border: none;
}
.item .header .left .btn-group .btn[data-v-4cfda3f9] {
  width: 74px;
  height: 36px;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 18px;
  border: 0.5px solid #dfe1e8;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  color: #cbced4;
  white-space: nowrap;
}
.item .header .right[data-v-4cfda3f9] {
  float: right;
  padding: 20px 0 17px 0;
}
.item .header .right .more[data-v-4cfda3f9] {
  height: 20px;
  cursor: pointer;
}
.item .header .right .more span[data-v-4cfda3f9] {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle !important;
  margin-right: 4px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #7c8087;
}
.item .header .right .more .arrow[data-v-4cfda3f9] {
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: cover;
  vertical-align: middle !important;
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/6807562283c4f48d16acd795c3b1c4df.png");
}
.item .header .right .more:hover span[data-v-4cfda3f9] {
  color: #ff5500;
}
.item .header .right .more:hover .arrow[data-v-4cfda3f9] {
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/arrow_12_line@3x.png");
}
.item .content[data-v-4cfda3f9] {
  box-sizing: border-box;
  padding: 8px 18px 0;
}
.item .content .specialCard[data-v-4cfda3f9] {
  margin: 0 16px 16px 0;
}
.item .content .specialCard[data-v-4cfda3f9]:nth-child(3n) {
  margin-right: 0;
}
.item .content .specialCard[data-v-4cfda3f9]:nth-last-child(-n+3) {
  margin-bottom: 0;
  /* 根据需要设置其他方向的 margin */
}
.bgGj[data-v-4cfda3f9] {
  margin-bottom: 16px;
  height: 391px;
  width: 1184px;
  background-size: cover;
  background-repeat: no-repeat;
}
.firstBg[data-v-4cfda3f9] {
  background: linear-gradient(180deg, #fff4f0 0%, #ffffff 15%, #ffffff 100%);
}
.secondBg[data-v-4cfda3f9] {
  background: linear-gradient(180deg, #ebf3ff 0%, #ffffff 15%, #ffffff 100%);
}
.hzpopper {
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12) !important;
  border-radius: 18px !important;
  padding: 16px 0 20px !important;
  background: #ffffff !important;
  border: none !important;
}
.hzpopper .openChat {
  text-align: center;
}
.hzpopper .openChat img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  vertical-align: middle !important;
}
.hzpopper .openChat span {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  /* 文字/text-01 */
  color: #222222;
  vertical-align: middle !important;
}
.hzpopper .seeMore {
  text-align: center;
  height: 22px;
  line-height: 22px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  /* 查看更多 */
  color: #222222;
  margin: 4px 0 24px 0 !important;
  white-space: nowrap;
}
.hzpopper .seeMore .zone {
  /* 精彩专区 */
  color: #ff5500;
  margin: 0 5px;
}
.hzpopper .qrcode {
  margin-left: 28px;
  height: 144px;
  width: 144px;
}
.gzDialog {
  background-color: transparent !important;
  /* 浅绿色背景 */
  box-shadow: none !important;
  padding: 0 !important;
}
.gzDialog .el-dialog__header {
  display: none;
}
.gzDialog .el-dialog__body {
  height: 536px;
  padding: 0;
}
.gzDialog .el-dialog__body .close {
  height: 36px;
}
.gzDialog .el-dialog__body .close img {
  height: 20px;
  width: 20px;
  float: right;
}
.gzDialog .el-dialog__body .content {
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/dialog7934@3x.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  position: relative;
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.gzDialog .el-dialog__body .content .openWX {
  padding-top: 52px;
}
.gzDialog .el-dialog__body .content .openWX img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.gzDialog .el-dialog__body .content .openWX span {
  display: inline-block;
  vertical-align: middle;
}
.gzDialog .el-dialog__body .content .seeMore {
  height: 22px;
  line-height: 22px;
  margin-top: 4px;
}
.gzDialog .el-dialog__body .content .seeMore .orange {
  color: #ff5500;
}
.gzDialog .el-dialog__body .content .code {
  margin-top: 32px;
}
.gzDialog .el-dialog__body .content .code .qrcode {
  height: 142px;
  width: 142px;
}
.gzDialog .el-dialog__body .content .iknow {
  position: absolute;
  bottom: 24px;
  left: 100px;
  /* 自动布局子元素 */
  width: 200px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background: #ff6314;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.intentionDialog {
  border-radius: 20px !important;
}
.intentionDialog .el-dialog__header {
  display: none;
}
.intentionDialog .el-dialog__body .content {
  padding: 24px 24px 16px;
}
.intentionDialog .el-dialog__body .content .topInten {
  height: 22px;
  line-height: 22px;
}
.intentionDialog .el-dialog__body .content .topInten span {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.intentionDialog .el-dialog__body .content .topInten img {
  height: 20px;
  width: 20px;
  float: right;
  cursor: pointer;
}
.intentionDialog .el-dialog__body .content .middleInten {
  margin: 20px 0 24px 0;
  height: 20px;
  line-height: 20px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #222222;
}
.intentionDialog .el-dialog__body .content .bottomInten {
  text-align: right;
}
.intentionDialog .el-dialog__body .content .bottomInten .btn {
  cursor: pointer;
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  opacity: 1;
  /* 白色/White-01 */
  background: #ffffff;
  box-sizing: border-box;
  border: 0.5px solid #dfe1e8;
  z-index: 0;
  text-align: center;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
}
.intentionDialog .el-dialog__body .content .bottomInten .enterBtn {
  margin-left: 12px;
  background: #ff6314;
  border: none;
  color: #ffffff;
}
.zone .specialItem[data-v-acc3f826] {
  margin-bottom: 16px;
}
.zone .specialItem[data-v-acc3f826]:nth-child(2) {
  margin-bottom: 0 !important;
}
.zone .bottom[data-v-acc3f826] {
  padding: 16px 0 40px 452px;
}
.zone .btn[data-v-acc3f826] {
  width: 280px;
  height: 44px;
  border-radius: 22px;
  background: #ff6314;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
}
.head[data-v-acc3f826] {
  display: flex;
  justify-content: space-between;
  height: 57px;
}
.head .title[data-v-acc3f826] {
  height: 39px;
  font-family: PingFang SC;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  color: #222222;
}
.head .jobIntention[data-v-acc3f826] {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 11px;
  padding-bottom: 12px;
  font-family: PingFang SC;
  color: #222222;
  font-size: 14px;
  cursor: pointer;
  height: 17px;
}
.head .jobIntention .intention[data-v-acc3f826] {
  display: inline-block;
  margin-right: 8px;
  font-weight: 600;
}
.head .jobIntention .line[data-v-acc3f826] {
  display: inline-block;
  width: 1px;
  height: 6px;
  background: #cbced4;
  margin: 0 10px;
}
.head .jobIntention img[data-v-acc3f826] {
  height: 8px;
  width: 8px;
}
.head .jobIntention:hover .arrow[data-v-acc3f826] {
  transform: rotate(180deg);
}
.head .jobIntention .salary[data-v-acc3f826] {
  margin-right: 10px;
}
.head .jobIntention .cityArea[data-v-acc3f826] {
  display: flex;
  align-items: center;
}
.head .jobIntention .city[data-v-acc3f826] {
  display: inline-block;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示... */
  max-width: 90px;
  /* 限制宽度 */
}
.head .jobIntention .job[data-v-acc3f826] {
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;
  /* 超出部分显示... */
  max-width: 180px;
  /* 限制宽度 */
}
.head .jobIntention .salary[data-v-acc3f826] {
  white-space: nowrap;
}
.head .jobIntention .intentionBox[data-v-acc3f826] {
  z-index: 9999;
  position: absolute;
  top: 25px;
  right: 0;
  padding: 8px 8px 0;
  background: #ffffff;
  /* 投影-深 */
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12);
  border-radius: 12px;
}
.head .jobIntention .intentionBox .content[data-v-acc3f826] {
  height: 44px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
}
.head .jobIntention .intentionBox .content[data-v-acc3f826]:hover {
  background: #f4f8fb;
}
.head .jobIntention .intentionBox .space[data-v-acc3f826] {
  margin: 0 12px;
  background: #edeff2;
  overflow: hidden;
  height: 0.5px;
}
.head .jobIntention .intentionBox .bottom[data-v-acc3f826] {
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.head .jobIntention .intentionBox .bottom .edit[data-v-acc3f826] {
  font-family: PingFang SC;
  font-size: 14px;
  color: #222222;
}
.head .jobIntention .intentionBox .bottom .edit[data-v-acc3f826]:hover {
  color: #ff5500;
}
.head .jobIntention .intentionBox .bottom .edit img[data-v-acc3f826] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle !important;
}
.head .jobIntention .intentionBox .bottom .edit span[data-v-acc3f826] {
  display: inline-block;
  vertical-align: middle !important;
}
.head .addIntention[data-v-acc3f826] {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 11px;
  padding-bottom: 12px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #222222;
  cursor: pointer;
}
.head .addIntention .add[data-v-acc3f826] {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: cover;
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/add_16@3x.png");
  vertical-align: middle !important;
  margin-right: 6px;
}
.head .addIntention .des[data-v-acc3f826] {
  display: inline-block;
}
.head .addIntention:hover .add[data-v-acc3f826] {
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/add_17@3x.png");
}
.head .addIntention:hover .des[data-v-acc3f826] {
  color: #ff5500;
}
.zone-wrapper {
  width: 1184px;
  margin: 0 auto;
}
.zzzpopper {
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12) !important;
  border-radius: 18px !important;
  padding: 16px 28px 20px !important;
  background: #ffffff !important;
  border: none !important;
  text-align: center !important;
}
.zzzpopper .openChat img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  vertical-align: middle !important;
}
.zzzpopper .openChat span {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  /* 文字/text-01 */
  color: #222222;
  vertical-align: middle !important;
}
.zzzpopper .seeMore {
  height: 22px;
  line-height: 22px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  /* 查看更多 */
  color: #222222;
  margin: 4px 0 24px 10px;
  white-space: nowrap;
}
.zzzpopper .seeMore .zone {
  /* 精彩专区 */
  color: #ff5500;
  margin-left: 5px;
}
.zzzpopper .qrcode {
  height: 144px;
  width: 144px;
}.ad-wrapper[data-v-9f98c9e3] {
  margin: 0 auto 40px;
  width: 1184px;
  font-family: PingFang SC;
}
.ad-wrapper .ad-header[data-v-9f98c9e3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.ad-wrapper .ad-header .title[data-v-9f98c9e3] {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
}
.ad-wrapper .ad-header .pagination[data-v-9f98c9e3] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #afb3ba;
}
.ad-wrapper .ad-header .pagination .current[data-v-9f98c9e3] {
  color: #222222;
}
.ad-wrapper .ad-header .pagination .prev[data-v-9f98c9e3],
.ad-wrapper .ad-header .pagination .next[data-v-9f98c9e3] {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #ffffff;
  cursor: pointer;
}
.ad-wrapper .ad-header .pagination .prev[data-v-9f98c9e3]::after,
.ad-wrapper .ad-header .pagination .next[data-v-9f98c9e3]::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 12px;
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/adv_arrow_def.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ad-wrapper .ad-header .pagination .prev[data-v-9f98c9e3]:hover::after,
.ad-wrapper .ad-header .pagination .next[data-v-9f98c9e3]:hover::after {
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/adv_arrow.png");
}
.ad-wrapper .ad-header .pagination .prev[data-v-9f98c9e3] {
  margin-left: 20px;
}
.ad-wrapper .ad-header .pagination .prev[data-v-9f98c9e3]::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.ad-wrapper .ad-header .pagination .next[data-v-9f98c9e3] {
  margin-left: 12px;
}
.ad-wrapper .ad-header .pagination .next[data-v-9f98c9e3]::after {
  transform: translate(-50%, -50%);
}
.ad-wrapper .ad-content[data-v-9f98c9e3] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.ad-wrapper .ad-content.show[data-v-9f98c9e3] {
  opacity: 1;
}
.ad-wrapper .ad-content.hide[data-v-9f98c9e3] {
  opacity: 0;
}
.ad-wrapper .ad-content .ad-card[data-v-9f98c9e3] {
  position: relative;
  margin: 0 16px 16px 0;
  border-radius: 18px;
  width: 384px;
  box-sizing: border-box;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.ad-wrapper .ad-content .ad-card[data-v-9f98c9e3]:nth-of-type(3n) {
  margin-right: 0;
}
.ad-wrapper .ad-content .ad-card.famous[data-v-9f98c9e3] {
  height: 239px;
}
.ad-wrapper .ad-content .ad-card.famous .ad-img[data-v-9f98c9e3] {
  height: 178px;
}
.ad-wrapper .ad-content .ad-card.primary[data-v-9f98c9e3] {
  height: 179px;
}
.ad-wrapper .ad-content .ad-card.primary .ad-img[data-v-9f98c9e3] {
  height: 118px;
}
.ad-wrapper .ad-content .ad-card.hot[data-v-9f98c9e3] {
  height: 100px;
}
.ad-wrapper .ad-content .ad-card[data-v-9f98c9e3]:hover {
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12);
}
.ad-wrapper .ad-content .ad-card:hover .ad-img img[data-v-9f98c9e3] {
  transform: scale(1.1);
}
.ad-wrapper .ad-content .ad-card:hover .ad-title[data-v-9f98c9e3] {
  color: #ff5500;
}
.ad-wrapper .ad-content .ad-card:hover .hot-title div[data-v-9f98c9e3]:nth-of-type(1) {
  color: #ff5500;
}
.ad-wrapper .ad-content .ad-card a[data-v-9f98c9e3] {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.ad-wrapper .ad-content .ad-card .ad-img[data-v-9f98c9e3] {
  position: relative;
  width: 378px;
  border: 3px solid #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.ad-wrapper .ad-content .ad-card .ad-img img[data-v-9f98c9e3] {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.ad-wrapper .ad-content .ad-card .ad-img .ad-icon[data-v-9f98c9e3] {
  bottom: 8px;
  right: 8px;
  border: 0.5px solid transparent;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
.ad-wrapper .ad-content .ad-card .ad-icon[data-v-9f98c9e3] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2.5px;
  background: rgba(255, 255, 255, 0.5);
  border: 0.5px solid #edeff2;
  padding: 1px 2px;
  font-size: 9px;
  color: #cbced4;
  white-space: nowrap;
}
.ad-wrapper .ad-content .ad-card .ad-title[data-v-9f98c9e3] {
  margin-top: 18px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  transition: all 0.3s;
}
.ad-wrapper .ad-content .ad-card .ad-hot[data-v-9f98c9e3] {
  display: flex;
  align-items: center;
  padding: 12px;
}
.ad-wrapper .ad-content .ad-card .ad-hot .hot-img[data-v-9f98c9e3] {
  margin-right: 16px;
  border-radius: 12px;
  width: 76px;
  height: 76px;
}
.ad-wrapper .ad-content .ad-card .ad-hot .hot-title div[data-v-9f98c9e3] {
  width: 268px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.ad-wrapper .ad-content .ad-card .ad-hot .hot-title div[data-v-9f98c9e3]:nth-of-type(2) {
  margin-top: 8px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #7c8087;
}
.ad-wrapper .ad-footer[data-v-9f98c9e3] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.ad-wrapper .ad-footer .dot[data-v-9f98c9e3] {
  border-radius: 50%;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background: #dfe1e8;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s;
}
.ad-wrapper .ad-footer .dot[data-v-9f98c9e3]:nth-last-of-type(1) {
  margin-right: 0;
}
.ad-wrapper .ad-footer .dot.active[data-v-9f98c9e3] {
  background: #ff6314;
  opacity: 1;
}
.ad-wrapper .fade-enter-active[data-v-9f98c9e3],
.ad-wrapper .fade-leave-active[data-v-9f98c9e3] {
  transition: opacity 0.3s linear;
}
.ad-wrapper .fade-enter-from[data-v-9f98c9e3] {
  opacity: 0.3;
}
.ad-wrapper .fade-leave-to[data-v-9f98c9e3] {
  opacity: 0.3;
}.app-footer[data-v-58a28b49] {
  padding: 42px 0;
  width: 100%;
  height: 347px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
.footer[data-v-58a28b49] {
  width: 1184px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.footer-content .item[data-v-58a28b49] {
  display: inline-block;
  width: auto;
  text-align: left;
  float: left;
  margin-right: 76px;
}
.item-title[data-v-58a28b49] {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 20px;
  display: inline-block;
}
.footer-content .item a[data-v-58a28b49],
.footer-content .item span[data-v-58a28b49]:not(.item-title) {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #7c8087;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
}
.footer-content .code-item[data-v-58a28b49] {
  display: inline-block;
  width: 228px;
  height: 128px;
  color: #06c;
  float: right;
}
.footer-content .code-item .code[data-v-58a28b49] {
  width: 96px;
  height: 128px;
}
.footer-content .code-item .code-image-border[data-v-58a28b49] {
  background-image: url("https://fecdn.51jobcdn.com/fe/static/51job/home/miaobian@3x.png");
  background-size: cover;
  width: 96px;
  height: 96px;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2px;
}
.footer-content .code-item .code-image-border img[data-v-58a28b49] {
  margin-top: 6px;
}
.logoCode[data-v-58a28b49] {
  margin-top: 12px;
}
.footer-content .code-item .code-text[data-v-58a28b49] {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  text-decoration: none;
  vertical-align: middle;
}
.logoImg[data-v-58a28b49] {
  height: 16px;
  width: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.footer-content .code-item .code-item-left[data-v-58a28b49] {
  float: left;
}
.footer-content .code-item .code-item-right[data-v-58a28b49] {
  float: right;
}
.mr-0[data-v-58a28b49] {
  margin-right: 0 !important;
}
a[data-v-58a28b49]:hover {
  color: #ff5500 !important;
}
.footer-record[data-v-58a28b49] {
  text-align: left;
  margin-top: 20px;
  width: 1184px;
  margin: 0 auto;
  padding-top: 20px;
}
.footer-record a[data-v-58a28b49] {
  font-family: PingFang SC;
  font-size: 12px;
  color: #7c8087;
  display: inline-block;
}
.footer-record .mr-18[data-v-58a28b49] {
  margin-right: 18px;
}
.footer-record .top[data-v-58a28b49] {
  height: 17px;
  line-height: 17px;
  font-family: PingFang SC;
  font-size: 12px;
  letter-spacing: normal;
  color: #7c8087;
}
.footer-record .middle[data-v-58a28b49] {
  margin: 8px 0;
}
.footer-record .middle img[data-v-58a28b49] {
  width: 18px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle !important;
}
.footer-record .bottom[data-v-58a28b49] {
  height: 17px;
  line-height: 17px;
}.seo-common-hot-links {
  width: 1144px;
  padding: 20px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 18px;
  margin-bottom: 64px;
}
.seo-common-hot-links .top-tab-nav {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #EDEFF2;
}
.seo-common-hot-links .seo-nav-item {
  font-size: 16px;
  color: #7C8087;
  line-height: 29px;
  margin-right: 20px;
  cursor: pointer;
}
.seo-common-hot-links .seo-nav-item::after {
  content: "";
  display: block;
  width: 18px;
  height: 4px;
  background-color: transparent;
  border-radius: 2px;
  margin: 0 auto;
}
.seo-common-hot-links .seo-nav-item.actived {
  color: #222222;
  font-weight: 500;
}
.seo-common-hot-links .seo-nav-item.actived::after {
  background-color: #FF6314;
}
.seo-common-hot-links .seo-tab-panel {
  flex-wrap: wrap;
  margin-bottom: 3px;
  display: none;
}
.seo-common-hot-links .seo-tab-panel.actived {
  display: flex;
}
.seo-common-hot-links .seo-tab-panel a.list-item {
  color: #4C4F54;
  font-size: 14px;
  margin-right: 16px;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.seo-common-hot-links .seo-tab-panel a.list-item:hover {
  color: #FF5500;
}
.seo-common-hot-links .seo-tab-panel a.list-item span {
  font-size: 14px;
}
.seo-common-hot-links .seo-tab-panel a.list-item img {
  width: 14px;
  margin-left: 3px;
}
.qrcode-content[data-v-3df94c82] {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9;
}
.qrcode-content .sidebar[data-v-3df94c82] {
  position: relative;
  width: 60px;
  border-radius: 12px 0px 0px 12px;
  padding: 4px;
  background: #ffffff;
  box-sizing: border-box;
}
.qrcode-content .sidebar .sidebar-item[data-v-3df94c82] {
  position: relative;
  z-index: 9999 !important;
  display: block;
  width: 52px;
  height: 58px;
  text-align: center;
  padding: 6px 0;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 4px;
  cursor: pointer;
}
.qrcode-content .sidebar .sidebar-item img[data-v-3df94c82] {
  width: 28px;
  height: 28px;
  margin-bottom: 2px;
  pointer-events: none;
}
.qrcode-content .sidebar .sidebar-item .des[data-v-3df94c82] {
  height: 14px;
  font-family: PingFang SC;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0px;
  color: #4c4f54;
  pointer-events: none;
}
.qrcode-content .sidebar .sidebar-item[data-v-3df94c82]:hover {
  background: #f4f8fb;
}
.qrcode-content .sidebar .last[data-v-3df94c82] {
  margin-bottom: 0 !important;
}
.qrcode-content .sidebar .qrcode[data-v-3df94c82] {
  position: absolute;
  right: 44px;
  bottom: 100px;
  width: 176px;
  height: 219px;
  box-sizing: border-box;
  padding: 8px 24px 0 0;
}
.qrcode-content .sidebar .qrcode .qr[data-v-3df94c82] {
  position: relative;
  width: 152px;
  border-radius: 18px;
  opacity: 1;
  background-image: url(https://fecdn.51jobcdn.com/fe/static/51job/home/greenbg@3x.png);
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 10px 0px rgba(172, 186, 196, 0.1);
  box-sizing: border-box;
  padding: 16px 10px 10px;
}
.qrcode-content .sidebar .qrcode .qr .title[data-v-3df94c82] {
  text-align: center;
  height: 22px;
  line-height: 22px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.qrcode-content .sidebar .qrcode .qr .des[data-v-3df94c82] {
  height: 15px;
  line-height: 15px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0px;
  color: #222222;
  margin: 4px 0 12px 0;
}
.qrcode-content .sidebar .qrcode .qr .appTitle[data-v-3df94c82] {
  height: 22px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  color: #222222;
  margin-bottom: 12px;
}
.qrcode-content .sidebar .qrcode .qr .codeImg[data-v-3df94c82] {
  height: 132px;
  width: 132px;
  padding: 10px;
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
}
.qrcode-content .sidebar .qrcode .qr .codeImg img[data-v-3df94c82] {
  height: 112px;
  width: 112px;
}
.qrcode-content .sidebar .qrcode .qr .close[data-v-3df94c82] {
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: -24px;
  height: 16px;
  width: 16px;
}
.qrcode-content .goTop[data-v-3df94c82] {
  cursor: pointer;
  margin-top: 16px;
  /* 自动布局子元素 */
  width: 60px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 12px 0px 0px 12px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(172, 186, 196, 0.1);
}
.qrcode-content .goTop .topContent[data-v-3df94c82] {
  text-align: center;
  border-radius: 8px;
  padding: 6px 0;
}
.qrcode-content .goTop .topContent[data-v-3df94c82]:hover {
  background: #f4f8fb;
}
.qrcode-content .goTop .topContent img[data-v-3df94c82] {
  width: 28px;
  height: 28px;
}
.qrcode-content .goTop .topContent .text[data-v-3df94c82] {
  text-align: center;
  margin-top: 2px;
  height: 14px;
  line-height: 14px;
  font-family: PingFang SC;
  font-size: 10px;
  color: #4c4f54;
}.app-header-wrap[data-v-f3def414] {
  width: 100%;
}
.app-header-wrap .header-warning[data-v-f3def414] {
  width: 100%;
  height: 49px;
  background: #FFFFFF;
  font-family: PingFang SC;
  font-size: 14px;
  color: #222222;
  text-align: center;
  position: relative;
}
.app-header-wrap .header-warning .warning-text[data-v-f3def414] {
  width: 1184px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.app-header-wrap .header-warning .warning-text > img[data-v-f3def414] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.app-header-wrap .header-warning .close-btn[data-v-f3def414] {
  width: 24px;
  height: 24px;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.15s;
}
.app-header-wrap .header-warning .close-btn > img[data-v-f3def414] {
  width: 16px;
  height: 16px;
}
.app-header-wrap .header-warning .close-btn[data-v-f3def414]:hover {
  background: #F2F4F7;
}
.app-header[data-v-f3def414] {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 97%);
  backdrop-filter: blur(10px);
}
.search-bar[data-v-f3def414] {
  margin-top: 32px;
  margin-bottom: 39px;
  height: 90px;
}
.header-container[data-v-f3def414] {
  width: 1184px;
  height: 60px;
  display: inline-block;
}
.header-container .header-left[data-v-f3def414] {
  float: left;
}
.header-container .header-left > div[data-v-f3def414] {
  display: inline-block;
}
.header-container .header-left .logo[data-v-f3def414] {
  width: auto;
  height: 25px;
}
.header-container .header-left .adress[data-v-f3def414] {
  margin-right: 58px;
  font-family: PingFang SC;
  font-size: 16px;
  color: #363B63;
}
.header-container .header-left .adress > div[data-v-f3def414] {
  display: inline-block;
}
.header-container .header-left .adress .location[data-v-f3def414] {
  font-weight: 500;
  margin-right: 12px;
}
.header-container .header-left .adress .location > img[data-v-f3def414] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
.header-container .header-left .adress .location > span[data-v-f3def414] {
  min-width: 32px;
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.header-container .header-left .adress .change-city[data-v-f3def414] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.header-container .header-left .menu .menu-item[data-v-f3def414] {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  margin-right: 40px;
  font-family: PingFang SC;
  font-size: 16px;
  color: #363B63;
}
.header-container .header-left .menu .menu-item a[data-v-f3def414] {
  color: #363B63;
  font-weight: 400;
  transition: all 0.15s;
}
.header-container .header-left .menu .menu-item a[data-v-f3def414]:hover {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-left .menu .menu-item.active[data-v-f3def414] {
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/header/checked@3x.png") no-repeat;
  background-size: 18px 8px;
  background-position: center bottom 10px;
}
.header-container .header-left .menu .menu-item.active a[data-v-f3def414] {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-left .menu .menu-item[data-v-f3def414]:last-child {
  margin: 0;
}
.header-container .header-left .menu .menu-item .el-popover__reference-wrapper > img[data-v-f3def414] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.header-container .header-left .menu .menu-item .more[data-v-f3def414] {
  font-weight: 600;
  letter-spacing: 2px;
  color: #363B63;
  margin-top: -12px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.15s;
}
.header-container .header-left .menu .menu-item .more[data-v-f3def414]:hover {
  color: #2E1A46;
}
.header-container .header-right[data-v-f3def414] {
  float: right;
}
.header-container .header-right .right-menu .item[data-v-f3def414] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  font-family: PingFang SC;
  font-size: 16px;
  color: #363B63;
  height: 60px;
  line-height: 60px;
}
.header-container .header-right .right-menu .item[data-v-f3def414]:last-child {
  margin: 0;
}
.header-container .header-right .right-menu .item > a[data-v-f3def414] {
  color: #363B63;
  transition: all 0.15s;
}
.header-container .header-right .right-menu .item > a[data-v-f3def414]:hover {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-right .right-menu .item .download[data-v-f3def414] {
  cursor: pointer;
}
.header-container .header-right .right-menu .item .download > img[data-v-f3def414] {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-top: -3px;
}
.header-container .header-right .right-menu .item .download > span[data-v-f3def414] {
  text-align: right;
  display: inline-block;
  transition: all 0.15s;
}
.header-container .header-right .right-menu .item .download:hover span[data-v-f3def414] {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-right .right-menu .item .user-info[data-v-f3def414] {
  cursor: pointer;
  height: 60px;
}
.header-container .header-right .right-menu .item .user-info > a[data-v-f3def414] {
  color: #363B63;
  display: inline-block;
  max-width: 125px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.15s;
}
.header-container .header-right .right-menu .item .user-info > a .img-wrap[data-v-f3def414] {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.header-container .header-right .right-menu .item .user-info > a .img-wrap > img[data-v-f3def414] {
  width: 36px;
  height: auto;
  margin-top: -3px;
  vertical-align: baseline;
}
.header-container .header-right .right-menu .item .user-info > a[data-v-f3def414]:hover {
  color: #2E1A46;
  font-weight: 600;
}
.header-container .header-right .right-menu .item .login[data-v-f3def414] {
  box-sizing: border-box;
  display: inline-block;
  line-height: 20px;
  padding: 8px 18px;
  border-radius: 23px;
  border: 1px solid #FF6314;
  height: 38px;
  cursor: pointer;
  transition: all 0.15s;
}
.header-container .header-right .right-menu .item .login[data-v-f3def414]:hover {
  background: #FF6314;
  color: #FFFFFF;
}
.header-container .header-right .right-menu .item.resume a[data-v-f3def414] {
  display: inline-block;
}
.header-container .header-right .right-menu .item.resume a .img-wrap[data-v-f3def414] {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.header-container .header-right .right-menu .item.resume a .img-wrap > img[data-v-f3def414] {
  width: 36px;
  height: auto;
  margin-top: -3px;
}
.header-container .header-right .right-menu .item.resume a[data-v-f3def414]:hover {
  color: #2E1A46;
  font-weight: 600;
}#app-header {
  text-align: center;
}
.header-popover {
  padding: 8px !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  box-shadow: 0px 4px 20px 0px rgba(40, 57, 70, 0.12) !important;
  border: none !important;
  margin-top: -4px !important;
  box-sizing: border-box;
}
.header-popover .popover-menu > div > a {
  padding: 14px 12px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #222222;
  display: block;
  border-radius: 8px;
  text-align: left;
  transition: all 0.15s;
}
.header-popover .popover-menu > div > a:hover {
  background: #F4F8FB;
}
.header-popover .popover-menu > div.line {
  width: 130px;
  height: 1px;
  background: #EDEFF2;
  margin-left: 6px;
}
.user-popover {
  margin-top: -8px !important;
}
.download-popover {
  width: 152px !important;
  padding: 10px !important;
  box-shadow: 0px 0px 10px 0px rgba(172, 186, 196, 0.1) !important;
  background: url("https://fecdn.51jobcdn.com/fe/static/51job/home/redbg@3x.png") no-repeat !important;
  background-size: 100% 100% !important;
  border: none !important;
  margin-top: -8px !important;
  box-sizing: border-box;
}
.download-popover .popover-container h1 {
  text-align: center;
  font-family: Alibaba PuHuiTi 3;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin-top: 6px;
}
.download-popover .popover-container .code-wrap {
  width: 132px;
  height: 132px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 14px;
  margin-top: 12px;
  box-sizing: border-box;
}
.download-popover .popover-container .code-wrap > img {
  width: 112px;
  height: 112px;
}
.custom-popover[data-v-eaaa696c] {
  display: inline-block;
  position: relative;
}
.popover-content[data-v-eaaa696c] {
  position: absolute;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 12px;
  min-width: 150px;
  z-index: 2000;
  box-sizing: border-box;
}
.popover-arrow[data-v-eaaa696c] {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

/* 过渡动画 */
.fade-enter-active[data-v-eaaa696c],
.fade-leave-active[data-v-eaaa696c] {
  transition: opacity 0.2s, transform 0.2s;
}
.fade-enter-from[data-v-eaaa696c],
.fade-leave-to[data-v-eaaa696c] {
  opacity: 0;
  transform: translateY(-5px);
}
.newcontact-main[data-v-405500c8] {
  width: 100%;
}