body {
  height: auto;
  min-height: unset;
}

::-moz-selection {
  background: #248eff;
  color: #fff;
}

::selection {
  background: #248eff;
  color: #fff;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.row-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container {
  width: 1250px !important;
  padding-right: 0;
  padding-left: 0;
}

.nav {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px rgba(170, 173, 191, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.nav .logo {
  display: inline-block;
  width: 150px;
  height: 51px;
  margin-right: 30px;
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
}

.nav .logo img {
  /* width: 110px; */
  /* width: 100%; */
  /* height: 42px; */
  height: 100%;
  overflow: hidden;
}

.nav .contact {
  display: inline-block;
  font-size: 16px;
  color: #414a5f;
  vertical-align: middle;
}

.nav .contact .nav-tel {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/zhaopin_pc_nav_phone.png");
}

.nav .nav-links {
  display: inline-block;
  margin-left: 80px;
  white-space: nowrap;
}

.nav .nav-links li {
  display: inline-block;
}

.nav .nav-links li + li {
  margin-left: 40px;
}

.nav .nav-links.nav-links-curstom{
    margin-left: 50px;
}
.nav .nav-links li.nav-curstom + li.nav-curstom {
    margin-left: 30px;
  }

.nav .nav-links .nav-link-item {
  display: inline-block;
  padding: 28px 0;
  font-size: 16px;
  color: #414a5f;
  white-space: nowrap;
}

.nav .nav-links .nav-link-item.curr {
  color: #248eff;
  position: relative;
}

.nav .nav-links .nav-link-item.curr::after {
  content: "";
  width: 75%;
  height: 4px;
  margin-left: -37.5%;
  background-color: #248eff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 20px;
}

.nav .login-links {
  float: right;
  max-width: 148px;
  margin-top: 28px;
  font-size: 16px;
  color: #495156;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav .login-links.max-width-148{
  max-width: 148px !important;
}

.nav .login-links.max-width-200{
  max-width: 200px;
}

.nav .login-links .login-link-item {
  color: #248eff;
}

.nav .login-links .login-link-item:hover {
  color: #1e79da;
}

.main {
  min-height: 100%;
  padding-top: 78px;
  margin-bottom: -127px;
}

.main::after {
  content: "";
  display: block;
  height: 127px;
}

.footer {
  /* background-color: #fff; */
  background-color: #fff;
}

.footer.simplify {
  padding: 34px 0 43px;
  font-size: 15px;
  color: #9fa3a9;
  text-align: center;
  letter-spacing: 1px;
}

.footer.simplify p {
  display: inline-block;
}

.footer.simplify a {
  color: #9fa3a9;
}

.footer.simplify div + div {
  margin-top: 8px;
}

.footer.complex {
  padding: 33px 0 58px;
}

.footer.complex .footer-left {
  width: 800px;
  padding: 0 114px 0 63px;
}

.footer.complex .footer-right {
  width: 400px;
  padding-top: 33px;
  padding-left: 48px;
  font-size: 0;
}

.footer.complex .contact-section {
  padding-bottom: 22px;
  font-size: 0;
  border-bottom: 1px solid #eef0f5;
}

.footer.complex .contact-section > a {
  display: inline-block;
}

.footer.complex .contact-section > a + a {
  margin-left: 60px;
}

.footer.complex .contact-item {
  text-align: center;
}

.footer.complex .contact-item .contact-text {
  display: inline-block;
  margin-top: 11px;
  font-size: 16px;
  font-weight: bold;
  color: #414a5f;
  white-space: nowrap;
}

.footer.complex .contact-icon {
  display: block;
  width: 37px;
  height: 38px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}

.footer.complex .contact-icon.about {
  background-size: 34px 29px;
  background-image: url("../images/zhaopin_footer_contact_icon_about-3x.png");
}

.footer.complex .contact-icon.contact {
  background-size: 33px 33px;
  background-image: url("../images/zhaopin_footer_contact_icon_contact-3x.png");
}

.footer.complex .contact-icon.statement {
  background-size: 30px 34px;
  background-image: url("../images/zhaopin_footer_contact_icon_statement-3x.png");
}

.footer.complex .contact-icon.help {
  background-size: 30px 30px;
  background-image: url("../images/zhaopin_footer_contact_icon_help-3x.png");
}

.footer.complex .contact-icon.advice {
  background-size: 32px 28px;
  background-image: url("../images/zhaopin_footer_contact_icon_advice-3x.png");
}

.footer.complex .copy-right-section {
  margin-top: 23px;
  font-size: 12px;
  color: #9fa3a9;
  text-align: center;
}

.footer.complex .address-section a {
  color: #9fa3a9;
}

.footer.complex .address-section a:hover {
  color: #414a5f;
}

.police-image {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.footer.complex .address-section {
  margin-top: 8px;
  font-size: 12px;
  color: #9fa3a9;
  text-align: center;
}

.footer.complex .tel-section {
  display: inline-block;
}

.footer.complex .tel-section .tel-icon {
  display: block;
  width: 56px;
  height: 58px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 47px;
  background-image: url("../images/zhaopin_footer_tel-3x.png");
}

.footer.complex .tel-section .tel-text {
  margin-top: 6px;
  font-size: 12px;
  color: #9fa3a9;
  text-align: center;
  white-space: nowrap;
}

.footer.complex .tel-section .tel-num {
  margin-top: 6px;
  font-size: 17px;
  color: #9fa3a9;
  text-align: center;
  white-space: nowrap;
}

.footer.complex .service-qrcode-section {
  display: inline-block;
  margin-top: 6px;
  margin-left: 76px;
}

.footer.complex .service-qrcode-section .qrcode {
  width: 77px;
  height: 81px;
  padding: 3px 3px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("../images/zhaopin_footer_qrcode_bg-3x.png");
}

.footer.complex .service-qrcode-section .qrcode img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer.complex .service-qrcode-section .qrcode-text {
  margin-top: 3px;
  font-size: 12px;
  color: #414a5f;
  text-align: center;
}

/*
.back-top {
  width: 48px;
  height: 47px;
  margin-left: 630px;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../images/zhaopin_back_top-3x.png");
  left: 50%;
  bottom: 100px;
  z-index: 1000;
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
*/

.back-top {
  width: 48px;
  height: 46px;
  margin-left: 630px;
  background: url(../images/zhaopin_pc_recruitment_top_bg_copy.png) no-repeat;
  background-size: cover;
  position: fixed;
  cursor: pointer;
  overflow: hidden;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.back-top:hover .back-top-icon.normal {
  -webkit-animation: .4s prvSlideUp;
  animation: .4s prvSlideUp;
  -webkit-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
}

.back-top:hover .back-top-sheet {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.back-top .back-top-sheet {
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.back-top .back-top-icon {
  width: 32px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.back-top .back-top-icon.normal {
  width: 36px;
  height: 24px;
  background: url(../images/zhaopin_pc_recruitment_top.png) no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -64%);
  transform: translate(-50%, -64%);
}

.back-top .back-top-icon.hovered {
  background: url(../images/zhaopin_pc_recruitment_top_hover-3x.png) no-repeat;
  background-size: 26px;
  background-position: center;
  -webkit-transform: translate(-50%, -64%);
  transform: translate(-50%, -64%);
}

.bigger{
    background: white;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    /*top: 200px;*/
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 14px 3px #9999997d;
}
.search-header .wechat-qrcode .bigger img{
    width: 150px;
    height: 150px;
}

.search-header .wechat-qrcode {
    display: inline-block;
    font-size: 12px;
    position: relative;
}

/*.search-header .wechat-qrcode .wechat-img {*/
/*  display: block;*/
/*  margin: 0 auto;*/
/*  padding: 2px;*/
/*  !* width: 50px;*/
/*  height: 54px; *!*/
/*  width: 66px;*/
/*  height: 68px;*/
/*  !*background-repeat: no-repeat;*!*/
/*  !*background-size: contain;*!*/
/*  !*background-image: url("../images/zhaopin_search_header_qrcode_bg-3x.png");*!*/
/*  !*position: relative;*!*/
/*}*/

.protocol-policy{
    text-align: center;
    margin-top: 20px;
}

.protocol-policy a {
    font-size: 14px;
    margin: 20px;
    color: #9fa3a9;
}

.protocol-policy2{
    height: 100px;
    width: 300px;
    margin: auto;
}

.protocol-policy2 .span{
    float: left;
    width: 150px;
}

.protocol-policy2 h4 {
    color: #717171;
    font-weight: bolder;
    margin-bottom: 10px;
}

.protocol-policy2 a {
    display: block;
}