html, body {
  width: 100%;
  height: 100%;
}

.container {
  width: 1200px !important;
}

.recruitment-header {
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 0px 2px 5px 0px #efefef;
  box-shadow: 0px 2px 5px 0px #efefef;
}

.recruitment-header .container {
  line-height: 60px;
}

.recruitment-header .logo {
  float: left;
  width: 125px;
  height: 40px;
  margin-top: 10px;
  overflow: hidden;
}

.recruitment-header .logo img {
  height: 100%;
}

.recruitment-header .search-box {
  float: left;
  width: 464px;
  height: 40px;
  margin: 10px 0 0 77px;
  padding-left: 44px;
  background-color: #fff;
  border: 2px solid #ff5d38;
  border-radius: 3px;
  position: relative;
}

.recruitment-header .search-box .search-icon {
  width: 24px;
  -webkit-transform: translate(9px, 6px);
  transform: translate(9px, 6px);
  position: absolute;
  left: 0;
  top: 0;
}

.recruitment-header .search-box form {
  line-height: 36px;
  padding-right: 72px;
}

.recruitment-header .search-box input {
  width: 100%;
  font-size: 16px;
  color: #333;
  border: none;
  outline: none;
}

.recruitment-header .search-box input::-webkit-input-placeholder {
  color: #999;
}

.recruitment-header .search-box input:-ms-input-placeholder {
  color: #999;
}

.recruitment-header .search-box input::-ms-input-placeholder {
  color: #999;
}

.recruitment-header .search-box input::placeholder {
  color: #999;
}

.recruitment-header .search-box button[type="submit"] {
  width: 72px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #ff5d38;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

.recruitment-header .header-nav {
  float: right;
  height: 40px;
  margin-top: 10px;
}

.recruitment-header .header-nav ul {
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.recruitment-header .header-nav ul li {
  display: inline-block;
}

.recruitment-header .header-nav ul li + li {
  padding-left: 40px;
}

.recruitment-header .header-nav ul li.curr {
  position: relative;
}

.recruitment-header .header-nav ul li.curr::after {
  display: inline-block;
  content: "";
  width: 48px;
  height: 2px;
  background-color: #ff5d38;
  position: absolute;
  left: 3px;
  bottom: 0;
}

.recruitment-header .header-nav ul li.curr a {
  font-size: 18px;
  font-weight: 600;
  color: #ff5d38;
}

.recruitment-header .header-nav ul li a {
  font-size: 16px;
  color: #666;
}

.recruitment-header .header-nav ul li a:hover {
  color: #ff5d38;
}

.recruitment-banner {
  margin-bottom: 30px;
  margin-top: 78px;
}

.recruitment-main {
  min-height: 354px;
  margin-bottom: 75px;
}

.recruitment-footer {
  width: 100%;
}

.recruitment-footer .footer-top {
  height: 260px;
  background-color: #222f3e;
}

.recruitment-footer .footer-top hr {
  margin: 0;
  background-color: #3d4956;
}

.recruitment-footer .footer-top .contact {
  padding: 30px 0;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.recruitment-footer .footer-top .contact span {
  font-weight: 600;
}

.recruitment-footer .footer-top .contact-detail {
  padding: 29px 0;
}

.recruitment-footer .footer-top .contact-detail .contact-detail-list {
  float: left;
}

.recruitment-footer .footer-top .contact-detail .contact-detail-list + .contact-detail-list {
  margin-left: 153px;
}

.recruitment-footer .footer-top .contact-detail .contact-detail-list .contact-detail-title {
  margin-bottom: 15px;
  font-size: 15px;
  color: #fff;
}

.recruitment-footer .footer-top .contact-detail .contact-detail-list dd a {
  line-height: 18px;
  font-size: 13px;
  font-weight: lighter;
  color: #fff;
}

.recruitment-footer .footer-top .contact-detail .contact-detail-list dd a:hover {
  color: #ff5d38;
}

.recruitment-footer .footer-top .contact-detail .contact-detail-list dd img {
  width: 62px;
  height: 62px;
  overflow: hidden;
}

.recruitment-footer .footer-bottom {
  padding: 30px 0 46px;
  background-color: #131a21;
}

.recruitment-footer .footer-bottom .friendly-links {
  text-align: center;
  margin-bottom: 41px;
}

.recruitment-footer .footer-bottom .friendly-links .links-title {
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.recruitment-footer .footer-bottom .friendly-links .links-detail a {
  line-height: 18px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

.recruitment-footer .footer-bottom .friendly-links .links-detail a + a {
  margin-left: 12px;
}

.recruitment-footer .footer-bottom .friendly-links .links-detail a:hover {
  color: #ff5d38;
}

.recruitment-footer .footer-bottom .copy-rights {
  line-height: 17px;
  font-size: 12px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes prvSlideUp {
  from {
    -webkit-transform: translate(-50%, -64%);
    transform: translate(-50%, -64%);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate(-50%, -140%);
    transform: translate(-50%, -140%);
    opacity: .1;
    visibility: hidden;
  }
}

@keyframes prvSlideUp {
  from {
    -webkit-transform: translate(-50%, -64%);
    transform: translate(-50%, -64%);
    opacity: 1;
    visibility: visible;
  }
  to {
    -webkit-transform: translate(-50%, -140%);
    transform: translate(-50%, -140%);
    opacity: .1;
    visibility: hidden;
  }
}

@-webkit-keyframes nextSlideUp {
  from {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: .1;
    display: none;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -64%);
    transform: translate(-50%, -64%);
    display: block;
  }
}

@keyframes nextSlideUp {
  from {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    opacity: .1;
    display: none;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -64%);
    transform: translate(-50%, -64%);
    display: block;
  }
}

.recruitment-right-toolbar {
  position: fixed;
  right: 290px;
  /* top: 790px; */
  bottom: 22px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.recruitment-right-toolbar .back-top {
  width: 48px;
  height: 46px;
  background: url(../images/zhaopin_pc_recruitment_top_bg_copy.png) no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
  bottom: 0;
  left: 0;
  margin-left: unset;
}

.recruitment-right-toolbar .back-top:hover .back-top-icon.normal {
  -webkit-animation: .4s prvSlideUp;
  animation: .4s prvSlideUp;
  -webkit-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
}

.recruitment-right-toolbar .back-top:hover .back-top-sheet {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.recruitment-right-toolbar .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%);
}

.recruitment-right-toolbar .back-top .back-top-icon {
  width: 32px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.recruitment-right-toolbar .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%);
}

.recruitment-right-toolbar .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%);
}

.recruitment-right-toolbar .back-home {
  width: 48px;
  height: 44px;
  margin-top: 8px;
  padding: 6px 0 0 10px;
  background-color: #248eff;
  position: relative;
  overflow: hidden;
}

.recruitment-right-toolbar .back-home:hover .back-home-sheet {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.recruitment-right-toolbar .back-home .home-icon {
  width: 28px;
  height: 30px;
  background: url(../images/zhaopin_pc_recruitment_home.png) no-repeat;
  background-size: contain;
}

.recruitment-right-toolbar .back-home .back-home-sheet {
  width: 100%;
  height: 100%;
  padding-top: 4px;
  background-color: #248eff;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.recruitment-right-toolbar .back-home .back-home-sheet a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.recruitment-right-toolbar .enterprise-enter {
  width: 48px;
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
  background-color: #99a8b6;
}

.recruitment-right-toolbar .enterprise-enter a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 4px 0;
  color: #fff;
}
