.main {
  position: relative;
  min-height: 100%;
}
.main .top-img {
  height: 500px;
  background: url("../img/recruit-top.png") center no-repeat;
  background-size: cover;
}
.main .online-box {
  padding-top: 80px;
}
.main .column-box {
  width: 50%;
  padding: 0 60px;
}
.main .column-box .form-item {
  margin-bottom: 25px;
}
.main .column-box .form-item .lable {
  width: 92px;
  font-size: 16px;
  color: #333333;
}
.main .column-box .form-item input {
  box-sizing: border-box;
  width: 400px;
  height: 46px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #999999;
}
.main .column-box .form-item .code {
  width: 200px;
  margin-right: 30px;
}
.main .column-box .form-item .image {
  display: none;
}
.main .column-box .form-item .file-btn {
  width: 100px;
  height: 100px;
  border-radius: 2px;
  border: 1px solid #999999;
  line-height: 90px;
  text-align: center;
  font-size: 72px;
  color: #999999;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.main .column-box .form-item .file-btn .file-img {
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.main .column-box .form-item .file-text {
  font-size: 14px;
  color: #999;
  padding-left: 30px;
}
.main .submit-btn {
  width: 290px;
  height: 50px;
  background-image: linear-gradient(to right, #56c2ce, #5b8dcb);
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin: 50px auto ;
}
.main .recruit-info {
  padding-top: 80px;
  padding-bottom: 200px;
}
.main .recruit-info .type-list {
  width: 198px;
}
.main .recruit-info .type-list .type_item {
  width: 120px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #656565;
  text-align: center;
  margin-left: 10px;
}
.main .recruit-info .type-list .type_item.selected {
  border-radius: 20px;
  background-image: linear-gradient(to right, #56c2ce, #5b8dcb);
  color: #ffffff;
}
.main .recruit-info .type-list .type-line {
  width: 140px;
  height: 1px;
  background: #cccc77;
  margin: 8px 0;
}
.main .recruit-info .info-box {
  border-left: 1px solid #ccc;
  width: 1000px;
  padding-left: 78px;
}
.main .recruit-info .info-box .info-item {
  padding-bottom: 100px;
}
.main .recruit-info .info-box .info-item .title-text {
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px dashed #999;
}
.main .recruit-info .info-box .info-item .desc-box {
  padding-top: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}
.main .recruit-info .info-box .welfare {
  padding-top: 30px;
}
.main .recruit-info .info-box .welfare .welfare-item {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  border-radius: 14px;
  background-image: linear-gradient(to right, #56c2ce, #5b8dcb);
  color: #ffffff;
  padding: 0 10px;
  margin-right: 10px;
}
.main .recruit-info .info-box .empty {
  text-align: center;
  font-size: 30px;
  color: #999;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=recruit.css.map */