/* line 2, ../scss/job.scss */
.apply-job {
  display: none;
  position: fixed;
  _position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: -160px;
  top: 50%;
  z-index: 99;
}

/* line 14, ../scss/job.scss */
.aj-box {
  padding-top: 1px;
  padding-bottom: 20px;
  background-color: #86b662;
}

/* line 20, ../scss/job.scss */
.ajb-con {
  width: 500px;
  margin: 60px auto 0 auto;
  overflow: hidden;
  color: #fff;
}

/* line 27, ../scss/job.scss */
.aj-info {
  float: left;
  border-right: 1px solid #c3dbb1;
}

/* line 32, ../scss/job.scss */
.aj-qcode {
  float: right;
}
/* line 34, ../scss/job.scss */
.aj-qcode p {
  text-align: center;
  font-size: 16px;
}

/* line 40, ../scss/job.scss */
.aj-title {
  font-size: 36px;
  line-height: 2;
}

/* line 45, ../scss/job.scss */
.aj-item {
  font-size: 16px;
}
/* line 47, ../scss/job.scss */
.aj-item span {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
  color: #86b662;
  background-color: #fff;
  padding: 2px 18px;
}

/* line 58, ../scss/job.scss */
.mail-title {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/* line 64, ../scss/job.scss */
.aj-mail {
  position: relative;
  background-color: #fff;
  padding: 20px 0px 15px 0px;
  text-align: center;
}
/* line 69, ../scss/job.scss */
.aj-mail a {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 80px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #c4c8cf;
}
/* line 77, ../scss/job.scss */
.aj-mail a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 83, ../scss/job.scss */
.aj-mail .spe {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
/* line 88, ../scss/job.scss */
.aj-mail .arrow-down {
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("arrow-down.png") no-repeat;
  left: 50%;
  margin-left: -16px;
  top: -16px;
}

/* line 99, ../scss/job.scss */
.aj-tip {
  position: absolute;
  right: 0px;
  bottom: -36px;
  color: #767a7c;
  font-size: 14px;
  padding-left: 32px;
  height: 26px;
  line-height: 26px;
  background: url("light.png") no-repeat;
}

/* line 111, ../scss/job.scss */
.flip-text {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: -7px;
  right: 0;
  letter-spacing: 2px;
  z-index: 10;
  width: 285px;
  height: 80px;
  -ms-perspective: 500;
  -webkit-perspective: 500;
  perspective: 500;
}

/* line 126, ../scss/job.scss */
.flip-text li {
  display: inline-block;
  text-align: left;
  font-size: 48px;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

/* line 149, ../scss/job.scss */
.flip-text li span {
  font-size: 56px;
}

/* line 153, ../scss/job.scss */
.flip-text li.set {
  top: 0;
  opacity: 1;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* line 166, ../scss/job.scss */
.flip-text li.down {
  top: 80px;
  opacity: 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

/* line 179, ../scss/job.scss */
.join-text {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -450px;
  z-index: 10;
  height: 80px;
  width: 600px;
  text-align: center;
  padding-right: 300px;
  text-align: right;
}

/* line 193, ../scss/job.scss */
.join-text .join-text-1 {
  display: inline-block;
  font-size: 48px;
  color: #fff;
}

/* line 200, ../scss/job.scss */
.join-wrap .page1 {
  background: #7984d2 url(bg1920.png) no-repeat center top;
  background-image: -webkit-image-set(url(bg1920.png) 1x, url(bg2880.png) 2x);
  -webkit-animation: mybg 3s infinite;
  animation: mybg 3s infinite;
  text-align: center;
  position: relative;
  height: 1000px;
}
/* line 209, ../scss/job.scss */
.join-wrap .page2 {
  position: relative;
  padding-top: 80px;
  background-color: #00b6dc;
  color: #fff;
  min-height: 1000px;
}
/* line 217, ../scss/job.scss */
.join-wrap .page2 .menu .item:hover, .join-wrap .page2 .menu .item.active {
  background-color: #0084a2;
}
/* line 224, ../scss/job.scss */
.join-wrap .page3 {
  background: #79dd91 url(bg_school.png) no-repeat center center;
  background-image: -webkit-image-set(url(bg_school.png) 1x, url(bg_schoo2l.png) 2x);
  color: #fff;
  min-height: 900px;
}
/* line 229, ../scss/job.scss */
.join-wrap .page3 .join-tipsbox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 150px;
}
/* line 234, ../scss/job.scss */
.join-wrap .page3 .p1 {
  font-size: 66px;
  position: relative;
  height: 130px;
  line-height: 100px;
}
/* line 240, ../scss/job.scss */
.join-wrap .page3 .p1::before {
  height: 3px;
  width: 180px;
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* line 249, ../scss/job.scss */
.join-wrap .page3 .p2 {
  font-size: 36px;
  line-height: 60px;
  margin-top: 70px;
}
/* line 254, ../scss/job.scss */
.join-wrap .page3 p {
  line-height: 50px;
  font-size: 36px;
}
/* line 258, ../scss/job.scss */
.join-wrap .page3 join-tips-go {
  border: 2px solid #fff;
  line-height: 60px;
  width: 220px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* line 269, ../scss/job.scss */
.join-wrap .page3 join-tips-go:hover {
  background-color: #fff;
  color: #333;
}
/* line 276, ../scss/job.scss */
.join-wrap .page4 {
  background: url(bj-2018.png) top center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  min-height: 1000px;
}
/* line 282, ../scss/job.scss */
.join-wrap .join-table-wrap {
  padding-top: 100px;
  position: relative;
  padding-bottom: 50px;
}
/* line 286, ../scss/job.scss */
.join-wrap .join-table-wrap .fp-tableCell {
  display: block;
  padding-top: 155px;
}
/* line 291, ../scss/job.scss */
.join-wrap .join-tipsbox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
/* line 295, ../scss/job.scss */
.join-wrap .join-tipsbox p {
  line-height: 50px;
  font-size: 36px;
}
/* line 299, ../scss/job.scss */
.join-wrap .join-tipsbox .join-tips-go {
  border: 2px solid #fff;
  line-height: 60px;
  width: 220px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 30px;
  transition: all .3s;
}
/* line 309, ../scss/job.scss */
.join-wrap .join-tipsbox .join-tips-go:hover {
  background-color: #fff;
  color: #333;
}
/* line 315, ../scss/job.scss */
.join-wrap .join-table {
  width: 1200px;
  margin: 0 auto;
}
/* line 318, ../scss/job.scss */
.join-wrap .join-table .menu {
  padding-bottom: 20px;
}
/* line 323, ../scss/job.scss */
.join-wrap .menu .m-1,
.join-wrap .menu .m-2 {
  overflow: hidden;
  margin-bottom: 14px;
}
/* line 328, ../scss/job.scss */
.join-wrap .menu .item {
  float: left;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all .3s;
  font-size: 18px;
  margin: 0 5px 5px;
  cursor: pointer;
}
/* line 339, ../scss/job.scss */
.join-wrap .menu .item:hover, .join-wrap .menu .item.active {
  background-color: #b46000;
}
/* line 344, ../scss/job.scss */
.join-wrap .menu .m-list-all {
  float: left;
  padding-right: 40px;
  height: 100%;
}
/* line 349, ../scss/job.scss */
.join-wrap .menu .m-list-box {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
}
/* line 353, ../scss/job.scss */
.join-wrap .menu .m-list-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #fff;
  height: 91px;
  opacity: 0.5;
}
/* line 365, ../scss/job.scss */
.join-wrap .job-list-all {
  clear: both;
}
/* line 368, ../scss/job.scss */
.join-wrap .job-list-item {
  float: left;
  width: 400px;
  height: 360px;
  font-size: 16px;
}
/* line 373, ../scss/job.scss */
.join-wrap .job-list-item h5 {
  font-size: 36px;
  line-height: 76px;
  font-weight: normal;
}
/* line 378, ../scss/job.scss */
.join-wrap .job-list-item li {
  line-height: 40px;
}
/* line 380, ../scss/job.scss */
.join-wrap .job-list-item li a {
  color: #fff;
  vertical-align: middle;
}
/* line 384, ../scss/job.scss */
.join-wrap .job-list-item li img {
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -8px;
}
/* line 391, ../scss/job.scss */
.join-wrap .job-list-item p {
  line-height: 40px;
}
/* line 393, ../scss/job.scss */
.join-wrap .job-list-item p a {
  color: #fff;
}
/* line 398, ../scss/job.scss */
.join-wrap .ctn-item {
  font-size: 34px;
  clear: both;
}
/* line 401, ../scss/job.scss */
.join-wrap .ctn-item .ctn-item-hd {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-left: 60px;
  position: relative;
  height: 88px;
  line-height: 88px;
  cursor: pointer;
}
/* line 409, ../scss/job.scss */
.join-wrap .ctn-item .ctn-item-hd:hover {
  border-color: #fff;
}
/* line 413, ../scss/job.scss */
.join-wrap .ctn-item .ctn-item-bd {
  clear: both;
  font-size: 18px;
  padding: 50px 20px;
  display: none;
}
/* line 419, ../scss/job.scss */
.join-wrap .ctn-item .ctn-join-intro {
  width: 45%;
  float: left;
  padding-left: 3%;
  line-height: 30px;
}
/* line 425, ../scss/job.scss */
.join-wrap .ctn-item .text {
  width: 90%;
}
/* line 428, ../scss/job.scss */
.join-wrap .ctn-item .btn {
  float: right;
  margin-right: 90px;
  font-size: 18px;
}
/* line 432, ../scss/job.scss */
.join-wrap .ctn-item .btn .i-font {
  font-size: 26px;
  vertical-align: top;
  margin-right: 5px;
}
/* line 437, ../scss/job.scss */
.join-wrap .ctn-item .btn .icon-address {
  font-size: 22px;
}
/* line 440, ../scss/job.scss */
.join-wrap .ctn-item .btn i {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
/* line 446, ../scss/job.scss */
.join-wrap .ctn-item .i {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 5px;
  margin-top: -20px;
}
/* line 453, ../scss/job.scss */
.join-wrap .ctn-item .i span {
  display: block;
  position: absolute;
  background-color: #fff;
}
/* line 458, ../scss/job.scss */
.join-wrap .ctn-item .i .v {
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  left: 50%;
}
/* line 465, ../scss/job.scss */
.join-wrap .ctn-item .i .h {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}
/* line 473, ../scss/job.scss */
.join-wrap .ctn-item.active .ctn-item-hd {
  border-color: #fff;
}
/* line 479, ../scss/job.scss */
.join-wrap .ctn-item.active .v {
  display: none;
}
/* line 483, ../scss/job.scss */
.join-wrap .ctn-item .job-btn {
  border: 2px solid #fff;
  line-height: 60px;
  width: 220px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 30px;
  margin-left: 3%;
  transition: all .3s;
}
/* line 494, ../scss/job.scss */
.join-wrap .ctn-item .job-btn:hover {
  background-color: #fff;
  color: #333;
}

/* line 503, ../scss/job.scss */
.join-wrap .ctn-item .job-btn,
.join-wrap .join-tipsbox .join-tips-go {
  position: relative;
  border: 0 none;
  padding: 24px 26px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0 56px;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  -webkit-transition: background-color .17s linear 0s;
  -ms-transition: background-color .17s linear 0s;
  transition: background-color .17s linear 0s;
}
/* line 526, ../scss/job.scss */
.join-wrap .ctn-item .job-btn:hover,
.join-wrap .join-tipsbox .join-tips-go:hover {
  -webkit-transition: background-color .25s linear .14s;
  -ms-transition: background-color .25s linear .14s;
  transition: background-color .25s linear .14s;
  background-color: #62e81e;
  color: #fff;
}
/* line 534, ../scss/job.scss */
.join-wrap .ctn-item .job-btn .border,
.join-wrap .join-tipsbox .join-tips-go .border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 548, ../scss/job.scss */
.join-wrap .ctn-item .job-btn .border.t,
.join-wrap .join-tipsbox .join-tips-go .border.t {
  width: 100%;
  -webkit-transition: -webkit-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform 0.15s ease;
}
/* line 555, ../scss/job.scss */
.join-wrap .ctn-item .job-btn .border.r,
.join-wrap .join-tipsbox .join-tips-go .border.r {
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  -webkit-transition: -webkit-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform 0.15s ease;
}
/* line 564, ../scss/job.scss */
.join-wrap .ctn-item .job-btn .border.b,
.join-wrap .join-tipsbox .join-tips-go .border.b {
  top: auto;
  bottom: 0;
  -webkit-transition: -webkit-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform 0.15s ease;
}
/* line 571, ../scss/job.scss */
.join-wrap .ctn-item .job-btn .border.l,
.join-wrap .join-tipsbox .join-tips-go .border.l {
  width: 2px;
  height: 100%;
  -webkit-transition: -webkit-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform 0.15s ease;
}
/* line 578, ../scss/job.scss */
.join-wrap .ctn-item .job-btn:hover .border.t,
.join-wrap .join-tipsbox .join-tips-go:hover .border.t {
  -webkit-transform: translate3d(101%, 0, 0);
  -ms-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
}
/* line 583, ../scss/job.scss */
.join-wrap .ctn-item .job-btn:hover .border.r,
.join-wrap .join-tipsbox .join-tips-go:hover .border.r {
  -webkit-transform: translate3d(0, 101%, 0);
  -ms-transform: translate3d(0, 101%, 0);
  transform: translate3d(0, 101%, 0);
}
/* line 588, ../scss/job.scss */
.join-wrap .ctn-item .job-btn:hover .border.b,
.join-wrap .join-tipsbox .join-tips-go:hover .border.b {
  -webkit-transform: translate3d(-101%, 0, 0);
  -ms-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
}
/* line 593, ../scss/job.scss */
.join-wrap .ctn-item .job-btn:hover .border.l,
.join-wrap .join-tipsbox .join-tips-go:hover .border.l {
  -webkit-transform: translate3d(0, -101%, 0);
  -ms-transform: translate3d(0, -101%, 0);
  transform: translate3d(0, -101%, 0);
}

/* line 601, ../scss/job.scss */
.pop-job {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 1000;
  width: 810px;
  height: 620px;
  padding: 0 50px 50px;
  background: #fff;
  margin-left: -455px;
}
/* line 611, ../scss/job.scss */
.pop-job h5 {
  line-height: 50px;
  font-size: 30px;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5ddeb;
}
/* line 619, ../scss/job.scss */
.pop-job .pop-job-bd {
  height: 450px;
  overflow: auto;
}
/* line 623, ../scss/job.scss */
.pop-job .pop-job-bd::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* line 628, ../scss/job.scss */
.pop-job .pop-job-bd::-webkit-scrollbar-track-piece {
  background-color: #ccc;
  -webkit-border-radius: 6px;
}
/* line 633, ../scss/job.scss */
.pop-job .pop-job-bd::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #999;
  -webkit-border-radius: 6px;
}
/* line 639, ../scss/job.scss */
.pop-job .pop-job-bd::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #ccc;
  -webkit-border-radius: 6px;
}
/* line 644, ../scss/job.scss */
.pop-job .ts {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
/* line 649, ../scss/job.scss */
.pop-job .desc {
  padding: 20px 0;
}
/* line 651, ../scss/job.scss */
.pop-job .desc p {
  line-height: 30px;
  color: #666;
}
/* line 655, ../scss/job.scss */
.pop-job .desc span {
  margin-right: 50px;
}
/* line 659, ../scss/job.scss */
.pop-job .job-btn {
  background: #00b6dc;
  line-height: 60px;
  width: 220px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 30px auto 0;
  transition: all .3s;
}
/* line 669, ../scss/job.scss */
.pop-job .job-btn:hover {
  background-color: #15cdf3;
  color: #fff;
}

/* line 676, ../scss/job.scss */
.apply-job2016 {
  height: 600px;
  width: 960px;
  z-index: 555;
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  background: #fff;
  margin-left: -480px;
  margin-top: -300px;
}
/* line 687, ../scss/job.scss */
.apply-job2016 .apply-job-left {
  width: 420px;
  height: 100%;
  color: #fff;
  float: left;
  text-align: center;
  background: url(popup.jpg) no-repeat center top;
}
/* line 694, ../scss/job.scss */
.apply-job2016 .apply-job-left .apply-left-into {
  background: rgba(9, 136, 188, 0.85);
  width: 100%;
  height: 100%;
}
/* line 700, ../scss/job.scss */
.apply-job2016 .apply-job-left .into-p1 {
  font-size: 33px;
  padding: 170px 0px 70px;
}
/* line 704, ../scss/job.scss */
.apply-job2016 .apply-job-left .into-p2 {
  font-size: 14px;
}
/* line 706, ../scss/job.scss */
.apply-job2016 .apply-job-left .into-p2 span {
  font-size: 18px;
}
/* line 710, ../scss/job.scss */
.apply-job2016 .apply-job-left .into-p3 {
  font-size: 14px;
  padding-top: 20px;
}
/* line 715, ../scss/job.scss */
.apply-job2016 .apply-right-into {
  float: right;
  width: 480px;
  padding: 140px 0px 0px 60px;
}
/* line 719, ../scss/job.scss */
.apply-job2016 .apply-right-into .right-into-input {
  color: #798494;
}
/* line 722, ../scss/job.scss */
.apply-job2016 .apply-right-into .input-box {
  display: none;
}
/* line 725, ../scss/job.scss */
.apply-job2016 .apply-right-into .input-file {
  width: 410px;
  height: 80px;
  background: #f6f6f7;
  position: relative;
}
/* line 731, ../scss/job.scss */
.apply-job2016 .apply-right-into .file-add {
  height: 80px;
  background: #86b662 url(input_add.png) no-repeat center center;
  width: 80px;
  float: left;
}
/* line 737, ../scss/job.scss */
.apply-job2016 .apply-right-into .file-progress {
  height: 80px;
  background: #86b662;
  width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
/* line 746, ../scss/job.scss */
.apply-job2016 .apply-right-into .file-progress-tips {
  height: 80px;
  background: #86b662;
  width: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 1px;
  font-size: 18px;
  color: #fff;
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 55;
}
/* line 761, ../scss/job.scss */
.apply-job2016 .apply-right-into .file-name {
  font-size: 18px;
  color: #798494;
  float: left;
  width: 330px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
/* line 772, ../scss/job.scss */
.apply-job2016 .apply-right-into .input-tips {
  font-size: 14px;
  padding: 30px 0px 60px;
  width: 410px;
}
/* line 777, ../scss/job.scss */
.apply-job2016 .apply-right-into .btn-tips {
  height: 80px;
  color: #Fff;
  width: 410px;
  font-size: 18px;
  text-align: center;
  line-height: 80px;
}
/* line 785, ../scss/job.scss */
.apply-job2016 .apply-right-into .input-mail {
  margin-top: 60px;
  display: none;
  color: #798494;
  line-height: 30px;
  text-align: left;
}
/* line 791, ../scss/job.scss */
.apply-job2016 .apply-right-into .input-mail span {
  background: #c4c8cf;
  width: 130px;
  height: 30px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
}
/* line 801, ../scss/job.scss */
.apply-job2016 .apply-right-into .mail-type {
  text-align: left;
  color: #798494;
  display: none;
  line-height: 30px;
  padding-top: 10px;
}
/* line 808, ../scss/job.scss */
.apply-job2016 .apply-right-into .btn-upload {
  width: 240px;
  height: 100%;
  float: left;
  display: none;
  background: #86b662;
  cursor: pointer;
}
/* line 816, ../scss/job.scss */
.apply-job2016 .apply-right-into .btn-cancel,
.apply-job2016 .apply-right-into .btn-cancel-all {
  width: 160px;
  height: 100%;
  float: right;
  display: none;
  background: #c4c8cf;
}
/* line 824, ../scss/job.scss */
.apply-job2016 .apply-right-into .btn-commit {
  width: 240px;
  height: 100%;
  float: left;
  display: none;
  background: #86b662;
}
/* line 831, ../scss/job.scss */
.apply-job2016 .apply-right-into .success-tips {
  text-align: center;
  display: none;
}
/* line 836, ../scss/job.scss */
.apply-job2016 .apply-right-into.step1 .input-tips {
  border-bottom: 1px solid #d5ddeb;
}
/* line 839, ../scss/job.scss */
.apply-job2016 .apply-right-into.step1 .input-mail,
.apply-job2016 .apply-right-into.step1 .mail-type {
  display: block;
}
/* line 845, ../scss/job.scss */
.apply-job2016 .apply-right-into.step2 .btn-upload,
.apply-job2016 .apply-right-into.step2 .btn-cancel {
  display: block;
}
/* line 851, ../scss/job.scss */
.apply-job2016 .apply-right-into.step3 .file-progress {
  z-index: 5;
  height: 100%;
}
/* line 855, ../scss/job.scss */
.apply-job2016 .apply-right-into.step3 .file-progress-tips {
  display: block;
}
/* line 858, ../scss/job.scss */
.apply-job2016 .apply-right-into.step3 .file-add {
  display: none;
}
/* line 861, ../scss/job.scss */
.apply-job2016 .apply-right-into.step3 .file-name {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0px;
  top: 0px;
  z-index: 3;
  font-size: 18px;
  line-height: 80px;
}
/* line 872, ../scss/job.scss */
.apply-job2016 .apply-right-into.step3 .btn-cancel-all {
  width: 100%;
  display: block;
}
/* line 878, ../scss/job.scss */
.apply-job2016 .apply-right-into.step4 .file-add {
  background: #668c4a url(input_success.png) no-repeat center center;
}
/* line 881, ../scss/job.scss */
.apply-job2016 .apply-right-into.step4 .file-name {
  background: #86b662;
  color: #fff;
}
/* line 885, ../scss/job.scss */
.apply-job2016 .apply-right-into.step4 .btn-cancel,
.apply-job2016 .apply-right-into.step4 .btn-commit {
  display: block;
}
/* line 890, ../scss/job.scss */
.apply-job2016 .apply-right-into.step5 {
  color: #798494;
  padding: 140px 0px 0px 0px;
  width: 540px;
}
/* line 894, ../scss/job.scss */
.apply-job2016 .apply-right-into.step5 .input-file,
.apply-job2016 .apply-right-into.step5 .input-tips,
.apply-job2016 .apply-right-into.step5 .btn-tips {
  display: none;
}
/* line 899, ../scss/job.scss */
.apply-job2016 .apply-right-into.step5 .success-tips {
  display: block;
}
/* line 902, ../scss/job.scss */
.apply-job2016 .apply-right-into.step5 .tips1 {
  padding: 20px 0px;
  font-size: 18px;
}
/* line 906, ../scss/job.scss */
.apply-job2016 .apply-right-into.step5 .tips2 {
  padding-bottom: 50px;
}
/* line 909, ../scss/job.scss */
.apply-job2016 .apply-right-into.step5 .btn-know {
  width: 410px;
  height: 80px;
  background: #86b662;
  color: #fff;
  line-height: 80px;
  font-size: 18px;
  display: inline-block;
}
/* line 920, ../scss/job.scss */
.apply-job2016 .apply-right-into.step6 .file-add {
  background: #f36861 url(input_err.png) no-repeat center center;
}
/* line 923, ../scss/job.scss */
.apply-job2016 .apply-right-into.step6 .btn-upload,
.apply-job2016 .apply-right-into.step6 .btn-cancel {
  display: block;
}
/* line 929, ../scss/job.scss */
.apply-job2016 .apply-tips {
  position: absolute;
  right: 0px;
  bottom: -36px;
  color: #767a7c;
  font-size: 14px;
  padding-left: 32px;
  height: 26px;
  line-height: 26px;
  background: url("light.png") no-repeat;
}
/* line 942, ../scss/job.scss */
.apply-job2016.bole .apply-job-left .apply-left-into {
  background: rgba(206, 147, 77, 0.85);
}
/* line 946, ../scss/job.scss */
.apply-job2016.bole .apply-right-into {
  padding: 80px 0px 0px 60px;
}
/* line 948, ../scss/job.scss */
.apply-job2016.bole .apply-right-into .input-box {
  display: block;
}
/* line 951, ../scss/job.scss */
.apply-job2016.bole .apply-right-into .input-tips {
  padding: 30px 0px;
}
/* line 954, ../scss/job.scss */
.apply-job2016.bole .apply-right-into .bloe-input {
  width: 100%;
  height: 80px;
  position: relative;
  margin-bottom: 15px;
}
/* line 959, ../scss/job.scss */
.apply-job2016.bole .apply-right-into .bloe-input span {
  height: 100%;
  width: 8px;
  position: absolute;
  top: 0px;
  background: #86b662;
  left: 0px;
}
/* line 967, ../scss/job.scss */
.apply-job2016.bole .apply-right-into .bloe-input .input {
  width: 100%;
  height: 100%;
  background: #f6f6f7;
  border: 0;
  font-size: 18px;
  text-align: center;
}
/* line 976, ../scss/job.scss */
.apply-job2016.bole .apply-right-into .input-mail {
  margin-top: 0px;
}
/* line 980, ../scss/job.scss */
.apply-job2016.bole .apply-right-into.step1 .input-mail,
.apply-job2016.bole .apply-right-into.step1 .mail-type {
  display: none;
}
/* line 984, ../scss/job.scss */
.apply-job2016.bole .apply-right-into.step1 .input-tips {
  border: 0;
}
/* line 987, ../scss/job.scss */
.apply-job2016.bole .apply-right-into.step1 .btn-upload,
.apply-job2016.bole .apply-right-into.step1 .btn-cancel {
  display: block;
}
/* line 992, ../scss/job.scss */
.apply-job2016.bole .apply-right-into.step5 {
  color: #798494;
  padding: 140px 0px 0px 0px;
  width: 540px;
}
/* line 996, ../scss/job.scss */
.apply-job2016.bole .apply-right-into.step5 .input-box {
  display: none;
}
/* line 1002, ../scss/job.scss */
.apply-job2016.bole .apply-right-into.step6 .bloe-input span {
  background: #f36861;
}

/* line 1011, ../scss/job.scss */
.bole-wrap {
  position: relative;
  width: 1250px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 1016, ../scss/job.scss */
.bole-wrap .page-4-content {
  position: relative;
  padding-left: 120px;
}
/* line 1019, ../scss/job.scss */
.bole-wrap .page-4-content .title {
  width: 834px;
  height: 107px;
  background: url(joinus/title-2018.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
/* line 1026, ../scss/job.scss */
.bole-wrap .page-4-content .desc {
  padding: 5px 0 30px;
  font-size: 16px;
  text-align: center;
  color: #6a3e1c;
}
/* line 1032, ../scss/job.scss */
.bole-wrap .page-4-content img {
  display: block;
  margin: 0 auto;
}
/* line 1036, ../scss/job.scss */
.bole-wrap .page-4-content .tip-title {
  padding-top: 10px;
  padding-left: 130px;
  font-size: 22px;
  color: #6a3e1c;
  font-weight: normal;
}
/* line 1043, ../scss/job.scss */
.bole-wrap .page-4-content .tip-box {
  padding-left: 130px;
}
/* line 1045, ../scss/job.scss */
.bole-wrap .page-4-content .tip-box li {
  line-height: 24px;
  float: left;
  width: 500px;
  font-size: 16px;
  color: #6a3e1c;
}

/* line 1056, ../scss/job.scss */
.bg-pop-job {
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
}

/* line 1067, ../scss/job.scss */
.page4 .img-1 {
  position: absolute;
  width: 357px;
  height: 666px;
  margin-left: -690px;
  left: 50%;
  bottom: 90px;
  background: url(bg-2018-1.png) no-repeat;
  background-size: 100% 100%;
}
