html,
body {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .recruit-container,
  .pro-step,
  .recruit-requirement,
  .recruit-scale {
    transform: scale(0.85);
  }
  .recruit-box,
  .bon-container {
    transform: translate(-50%, 0) scale(0.85) !important;
  }
}
li {
  list-style: none;
}
.recruit-page {
  max-width: 1920px;
  margin: 0 auto;
}
.recruit-page .recruit-banner {
  width: 100%;
  height: 580px;
  background: url('http://js.588ku.com/imgPath/recruit/top_banner.png') no-repeat center top;
  position: relative;
}
.recruit-page .recruit-banner .recruit-box {
  width: 1200px;
  height: 380px;
  background: #fff;
  margin: 381px auto 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  position: absolute;
  bottom: -181px;
  left: 50%;
  transform: translate(-50%, 0);
}
.recruit-page .recruit-banner .recruit-box .recruit-join {
  width: 306px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: -111px;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.recruit-page .recruit-banner .recruit-box .recruit-title {
  color: #262626;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
  height: 40px;
  margin-top: 30px;
}
.recruit-page .recruit-banner .recruit-box .recruit-msg {
  font-size: 14px;
  color: #929292;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 20px;
  height: 20px;
  margin-top: 10px;
}
.recruit-page .recruit-banner .recruit-box .recruit-item {
  width: 212px;
  height: 216px;
  margin-left: 71px;
  margin-top: 10px;
  float: left;
  position: relative;
}
.recruit-page .recruit-banner .recruit-box .recruit-item img {
  margin: 0 auto;
  padding: 0;
  display: block;
}
.recruit-page .recruit-banner .recruit-box .recruit-item p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.recruit-page .recruit-banner .recruit-box .recruit-item span {
  position: absolute;
  bottom: 0;
  display: block;
  font-size: 12px;
  color: #5d5d5d;
  text-align: center;
}
.recruit-page .recruit-container {
  width: 1240px;
  margin: 240px auto 0;
  overflow: hidden;
}
.recruit-page .recruit-container .con-title {
  text-align: center;
  font-size: 28px;
  color: #262626;
  font-weight: 600;
}
.recruit-page .recruit-container .con-msg {
  text-align: center;
  color: #929292;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.recruit-page .recruit-container .con-nav {
  overflow: hidden;
}
.recruit-page .recruit-container .con-nav li {
  float: left;
  margin: 0 6px;
  border-radius: 4px;
  border: 1px solid #f3f3f3;
  line-height: 40px;
  height: 40px;
  padding: 0 16px;
  color: #929292;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.recruit-page .recruit-container .con-nav li i {
  margin-right: 7px;
}
.recruit-page .recruit-container .con-nav li em {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 24px solid #FF4B4B;
  border-left: 24px solid transparent;
}
.recruit-page .recruit-container .con-nav li span {
  position: absolute;
  font-size: 12px;
  color: #fff;
  right: 1px;
  top: -5px;
  line-height: 24px;
}
.recruit-page .recruit-container .con-nav li:nth-of-type(1) {
  /*margin-left: 107px;
  margin-left: 27px;*/
  margin-left: 0;
}
.recruit-page .recruit-container .con-nav li:hover {
  color: #17A1FF;
  border: 1px solid #17A1FF;
}
.recruit-page .recruit-container .con-nav .nav-checked {
  color: #17A1FF;
  border: 1px solid #17A1FF;
}
.recruit-page .recruit-container .center-box .box-gif {
  overflow: hidden;
  width: 1240px;
  padding-left: 20px;
}
.recruit-page .recruit-container .center-box .box-gif li {
  float: left;
  width: 285px;
  height: 427px;
  margin: 10px 20px 20px 0;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.recruit-page .recruit-container .center-box .box-gif li img {
  width: 100%;
}
.recruit-page .recruit-container .center-box .box-gif li .gif-bg {
  height: 100%;
  background: linear-gradient(-180deg, #eef2f5 0%, #d2dfe8 100%);
  padding: 0 26px;
}
.recruit-page .recruit-container .center-box .box-gif li .gif-bg img {
  max-width: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
}
.recruit-page .recruit-container .center-box .box-item {
  display: none;
}
.recruit-page .recruit-container .center-box .checked {
  display: block;
}
.recruit-page .recruit-container .center-box .video-item {
  margin: 10px auto;
  overflow: hidden;
}
.recruit-page .recruit-container .center-box .video-item li {
  cursor: pointer;
  width: 285px;
  height: 160px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.recruit-page .recruit-container .center-box .video-item li video {
  width: 285px;
  height: 160px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
}
.recruit-page .recruit-container .center-box .video-item li img {
  width: 285px;
  height: 160px;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
}
.recruit-page .recruit-container .center-box .video-item li:hover img {
  display: none;
}
.recruit-page .recruit-container .center-box .video-item .video-msg {
  margin: 50px auto 0;
  width: 212px;
  color: #EA001D;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.recruit-page .recruit-container .center-box .video-item .video-qq {
  width: 160px;
  height: 50px;
  background: #17a1ff;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  margin: 20px auto;
  cursor: pointer;
  position: relative;
}
.recruit-page .recruit-container .center-box .video-item .video-qq .req-btn-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 50px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
  display: block;
}
.recruit-page .recruit-container .center-box .video-item .video-qq:hover .req-btn-hover {
  background: rgba(255, 255, 255, 0.3);
}
.recruit-page .recruit-container .center-box .video-item .video-box {
  width: 386px;
  height: 217px;
}
.recruit-page .recruit-container .center-box .video-item .video-box video {
  width: 386px;
  height: 217px;
}
.recruit-page .recruit-process {
  width: 100%;
  margin: 40px auto;
  background: #F7F7F7;
  height: 418px;
  overflow: hidden;
}
.recruit-page .recruit-process .pro-title {
  text-align: center;
  color: #262626;
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
}
.recruit-page .recruit-process .pro-msg {
  text-align: center;
  color: #929292;
  font-size: 14px;
  margin-top: 10px;
}
.recruit-page .recruit-process .pro-step {
  width: 1170px;
  overflow: hidden;
  margin: 0 auto;
}
.recruit-page .recruit-process .pro-step li {
  width: 210px;
  position: relative;
  float: left;
  margin-left: 110px;
  margin-top: 30px;
}
.recruit-page .recruit-process .pro-step li .step-img {
  width: 170px;
  height: 170px;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
.recruit-page .recruit-process .pro-step li .step-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit-page .recruit-process .pro-step li .step-msg {
  width: 210px;
  line-height: 17px;
  font-size: 12px;
  color: #929292;
  text-align: center;
  margin-top: 16px;
}
.recruit-page .recruit-process .pro-step li .step-next {
  position: absolute;
  right: -71px;
  top: 87px;
}
.recruit-page .recruit-process .pro-step li:nth-of-type(1) {
  margin-left: 0;
}
.recruit-page .recruit-requirement .req-title {
  text-align: center;
  color: #262626;
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
}
.recruit-page .recruit-requirement .req-msg {
  text-align: center;
  color: #929292;
  font-size: 14px;
  margin-top: 10px;
}
.recruit-page .recruit-requirement .req-list {
  width: 1260px;
  overflow: hidden;
  margin: 0 auto;
}
.recruit-page .recruit-requirement .req-list li {
  float: left;
  width: 530px;
  margin-left: 100px;
  margin-top: 30px;
  height: 40px;
}
.recruit-page .recruit-requirement .req-list li img {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  top: 4px;
}
.recruit-page .recruit-requirement .req-list li p {
  width: 470px;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #5D5D5D;
  vertical-align: top;
}
.recruit-page .recruit-requirement .req-list li:nth-of-type(4) p,
.recruit-page .recruit-requirement .req-list li:nth-of-type(6) p {
  position: relative;
  top: 10px;
}
.recruit-page .recruit-requirement .req-list li:nth-of-type(1),
.recruit-page .recruit-requirement .req-list li:nth-of-type(3),
.recruit-page .recruit-requirement .req-list li:nth-of-type(5) {
  margin-left: 0;
}
.recruit-page .recruit-requirement .req-money {
  color: #17A1FF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
}
.recruit-page .recruit-requirement .req-btn {
  width: 200px;
  height: 48px;
  background: #17a1ff;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 24px auto 0;
}
.recruit-page .recruit-requirement .req-btn .req-btn-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 48px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
  display: block;
}
.recruit-page .recruit-requirement .req-btn:hover .req-btn-hover {
  background: rgba(255, 255, 255, 0.3);
}
.recruit-page .recruit-bottom {
  max-width: 1920px;
  background: #F7F7F7;
  height: 643px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.recruit-page .recruit-bottom .bon-title {
  text-align: center;
  color: #262626;
  font-size: 28px;
  margin-top: 40px;
  font-weight: 600;
}
.recruit-page .recruit-bottom .bon-container {
  width: 1200px;
  height: 468px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
.recruit-page .recruit-bottom .bon-container .bon-nav {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}
.recruit-page .recruit-bottom .bon-container .bon-nav .nav-item {
  float: left;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.recruit-page .recruit-bottom .bon-container .bon-nav .nav-item:hover {
  color: #008AFF;
}
.recruit-page .recruit-bottom .bon-container .bon-nav .nav-item:hover::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #008aff;
  border-radius: 2px;
  bottom: 0;
  left: 28px;
}
.recruit-page .recruit-bottom .bon-container .bon-nav .item-checked {
  color: #008AFF;
}
.recruit-page .recruit-bottom .bon-container .bon-nav .item-checked::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #008aff;
  border-radius: 2px;
  bottom: 0;
  left: 28px;
}
.recruit-page .recruit-bottom .bon-container .bon-nav .nav-item:nth-of-type(1) {
  left: 359px;
}
.recruit-page .recruit-bottom .bon-container .bon-nav .nav-item:nth-of-type(1) .iconfont {
  font-size: 14px;
}
.recruit-page .recruit-bottom .bon-container .bon-nav .nav-item:nth-of-type(2) {
  left: 557px;
}
.recruit-page .recruit-bottom .bon-container .bon-nav .nav-item:nth-of-type(3) {
  left: 755px;
}
.recruit-page .recruit-bottom .bon-container .con-q {
  padding: 6px 48px;
  display: none;
}
.recruit-page .recruit-bottom .bon-container .con-q .questions {
  margin-top: 24px;
  color: #333333;
  font-size: 14;
}
.recruit-page .recruit-bottom .bon-container .con-q .answer {
  color: #8c8c8c;
  font-size: 12px;
  margin-top: 8px;
}
.recruit-page .recruit-bottom .bon-container .con-checked {
  display: block;
}
.recruit-page .recruit-bottom .bon-bg {
  width: 100%;
  background: url('http://js.588ku.com/imgPath/recruit/bottom-bg.png') no-repeat center bottom;
  height: 466px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
