*{
  margin:0;
  padding:0;
  list-style:none;
}
body, h1, h2, h3, h4, p, ul, ol, dl, dd, textarea, button {
  margin: 0;
  padding: 0;
}
body{
  font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, a, textarea, input, button, span, em, strong, img, div {
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
}
button{
  outline: none;
}

textarea {
  resize: none;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

html, body {
  width: 100%;
  height: 100%;
  background: #f0f2f5;
}
.descColor{
  color: #ccc;
  display: block;
  line-height: initial;
  font-size: 12px;
  /*margin-bottom: 10px;*/
}
.boxNone {
  display: none;
}
.boxBlock {
  display: block;
}
.pointer { cursor: pointer; }
.text-color { color: #1e5f96; }
.btnBgActive { background: #ffffff; color: #1e5f96; border: 1px dashed #999;}
.btnBgActive:hover { border: 1px dashed #1e5f96; }
.btnResumeActive { background: #1e5f96; }
.btnBg { background: #dcdcdc; }
.iconfont{ font-size: 20px; }
.font20{ font-size: 20px !important; }
/* 页面样式 */
.applicationForm { width: 100%; overflow-y: auto;}
.background-img { margin-top: 160px; }
.header { width: 1000px; height: 30px; margin: 30px auto; }
.applicationForm_box { width: 1000px; margin: 150px auto 50px; padding-bottom: 20px; background: #fff;border-radius: 10px; }
.headPortrait { height: 200px; text-align: center; transform: translateY(-50%); }
.headPortrait .avatar { display: inline-block; width: 240px;height: 240px; overflow: hidden; border-radius: 50%; border: 5px solid #eeeeee; }
.top_title { text-align: center; font-size: 30px; }
.main { width: 100%; margin: 0 auto; overflow: hidden; opacity: 0; }
.bg { position: absolute; }
.bg img { width: 100%; }
.applicationForm_title { width: 100%; height: 50px; border-bottom: 1px solid #b6b6b6; line-height: 50px; font-size: 20px; }
.closeIcon { position: relative; top: -10px; right: -10px; font-size: 14px!important; }
.footLine { width: 100%; height: 1px; background: #e2e2e2; }
.submite { padding: 20px 0; text-align: center; }
.submite .btn { padding: 5px 40px; font-size: 14px; border-radius: 4px; }
.submite .btnBg { background: #f5f5f5; color: #999; border: none; }
.submite .btnBg:hover { color: #1e5f96; }
.add_fieldGroup { width: 60%; margin: 20px auto 10px; }
.add_fieldGroup .add_btn { width: 100%; min-height: 35px; background: #fff; border: 1px dashed #bababa; font-size: 14px; border-radius: 4px; }
.submite_resume { width: 100%; text-align: right; padding: 20px 0;}
.submite_resume .btn { width: 12%; height: 35px; font-size: 14px; color: #fff; border: none; border-radius: 4px; }
.submite_resume .resetBtn { background: #fff; color: #1e5f96; border: none; font-size: 15px; margin-right: 50px; cursor: pointer;}
.companyIntroduction_box { margin: 0 auto 40px;}
.ant-checkbox-wrapper+.ant-checkbox-wrapper {margin-right: 8px; margin-left: 0;}
.countDownBox {
  width: 52%;
  min-width: 1000px;
  margin: 0px auto 10px;
  font-size: 16px;
  background: #fffbe6;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px #e8e8e8;
  padding-left:20px;
  line-height: 30px;
}
.countDownBox .ant-affix{
  background: #fffbe6;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px #e8e8e8;
  padding-left:20px;
}
.countDownBox .minutes{
  font-size: 20px;
  font-weight: 500;
}
.countDownBox .second{
  font-size: 20px;
  font-weight: 500;
}
.card {
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px #e8e8e8;
  background-color: #fff;
  width: 52%;
  min-width: 1000px;
  margin: 20px auto 30px;
}
.card.pdTop20 {
  padding-top: 20px;
}
.conpanyText h3 {
  text-align: center;
  color: #1e5f96;
  margin: 30px 0;
  font-weight: bold;
  font-size: 22px;
}
.companyIntroduction_box {
  padding: 20px;
  border-radius: 4px;
  background: #efefef;
}
.companyIntroduction_box .iconguanbi {
  font-size: 12px;
  margin-top: -12px;
}
.companyIntroduction { font-size: 14px; line-height: 35px; color: #7b7b7b;text-align: center; }
.card .cardDetail {
  /*overflow: hidden;*/
}
.card .cardDetail .changeCandidatePhoto {
  width: 120px;
  height:120px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  margin: 20px auto;
}
.card .cardDetail .changeCandidatePhoto :hover{
  cursor: pointer;
}
.card .cardDetail .changeCandidatePhoto img{
  width:100%;
}
.editor, .deleter{
  transition: 0.3s;
}
.editor:hover{
  color: #2bbbaf;
}
.deleter:hover{
  color: red;
}
.section-object{
  padding-bottom: 14px;
  font-size: 0;
  color: #8c8c8c;
}
.section-title-wrapper {
  font-size: 16px;
}
.titleLine {
  width: 100%;
  height: 1px;
  background: #e2e2e2;
  margin-top: 5px;
}
.section-title{
  font-weight: 800;
  margin-left: 10px;
}
.section-title-descrip {
  padding: 0 17px 10px 30px;
  color: #8c8c8c;
  white-space: pre-wrap;
  line-height: 30px;
}
.col-25, .col-50, .col-100{
  display: inline-block;
  box-sizing: border-box;
}
.col-25{
  width: 25%;
}
.col-50{
  width: 50%;
}
.col-100{
  width: 100%;
}
.section-object .field-group{
  margin: 10px 0;
  padding: 0 2%;
  /*line-height: 39px;*/
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.section-object .field-group .ant-form-item-control{
  line-height: 1;
}
.section-object .field-group.TEXT_AREA {
  width: 100%!important;
}
.section-object .field-group.TEXT_AREA .field-label,.section-object .field-group.TEXT_AREA .ant-form{
  width: 100%!important;
}
.IMG_VERIFY .ant-form{
  width: 60%!important;
}
.MOBILE_VERIFY .ant-form,.EMAIL_VERIFY .ant-form{
  width: 54%!important;
}
.IMG_VERIFY .imgCode{
  width: 15%;
  height: 32px;
  line-height: 32px;
  margin-left: 5%;
  margin-top: 4px;
  float: left;
}
.MOBILE_VERIFY .mobileCode,.EMAIL_VERIFY .emailCode{
  width: 21%;
  height: 32px;
  line-height: 32px;
  margin-left: 5%;
  color: #1e5f96;
  font-size: 12px;
  cursor: pointer;
  float: left;
}
.MOBILE_VERIFY .mobileVerify,.EMAIL_VERIFY .emailVerify {
  color: #a8a8a8;
  cursor: auto;
}
.field-group .require_tip{
  color: red;
  font-size: 12px;
}
.col-100 .field-value{
  overflow: visible;
  white-space: normal;
}
.field-group .field-label{
  float: left;
  font-size: 14px;
  margin-bottom: 7px;
}
.field-group .fieldDisabledValue {
  float: left;
  font-size: 14px;
  border-radius: 4px;
  min-height: 32px;
  padding: 4px 0;
  color: #999999;
  line-height: 32px;
}
.fieldDisabledValue .branchDisabledStyle {
  position: relative;
  top: -10px;
}
.section_require_tip {
  text-align: center;
  color: red;
  margin-top: 6px;
}
.section-list{
  position: relative;
  padding-top: 25px;
  border-radius: 4px;
}
.section-list:hover {
  background: #f5f5f5;
}
.edit_mode {
  padding-bottom: 14px;
  background: #f5f5f5;
  padding-top: 20px;
  margin: 20px 0 20px 0;
  border-radius: 4px;
}
.section-list .field-value{
  width: auto;
  font-size: 14px;
  position: relative;
}
.section-list .date_line{
  /*position: absolute;*/
  /*left: -15.5%;*/
  /*top: 5px;*/
  /*font-size: 12px;*/
}
.section-list .field-group {
  line-height: 25px;
  width: 100%;
  /*margin: 0 0 10px 0*/
}
.section-list .field-group.startDate .field-label, .section-list .field-group.endDate .field-label, .section-list .field-group.desc .field-label{
  display: none;
}
.section-list .field-group.startDate, .section-list .field-group.endDate {
  display: inline;
  /*top: 0;*/
}
.section-list .field-group.startDate .date_line{
  position: absolute;
  right:-18px;
}
.section-list .field-group.endDate .date_line {
  display: none;
}
.edit_mode.section-list::before, .edit_mode.section-list::after, .edit_mode.section-list .date_line{
  display: none;
}
.edit_mode.section-list .field-group {
  display: inline-block;
}
.edit_mode.section-list .field-group.startDate .field-label, .edit_mode.section-list .field-group.endDate .field-label, .edit_mode.section-list .field-group.desc .field-label{
  display: inline-block;
}
.edit_mode.section-list .field-group.startDate, .edit_mode.section-list .field-group.endDate {
  position: inherit;
  left: 0;
  height: auto;
}
.edit_mode.section-list .field-group.endDate {
  /*left: 50%;*/
  /*height: 45px;*/
}
.edit_mode.section-list .col-50{
  width: 50%;
}
.section-list .editor, .section-list .deleter{
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0;
  transition: 0.3s;
}
.section-list .deleter{
  right: 50px;
}
.section-list .editor{
  right: 20px;
}
.section-list:hover .editor, .section-list:hover .deleter{
  opacity: 1;
}
#app{
  opacity: 0;
  transition: 0.3s;
}
/* ant reset */
.ant-form {
  float: left;
}
.ant-form-item{
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.ant-radio, .ant-radio-wrapper {
  color: #8c8c8c;
}
.ant-form-explain{
  position: absolute;
  display: contents;
}
.field_desc{
  padding: 10px 0;
  font-size: 14px;
  line-height: 22px;
}
.field_desc .desc{
  color: #b6b6b6;
  font-size: 12px;
  display: block;
}
.upload{
  font-size: 14px;
}
.field_list{
  display: inline;
  width: 100%;
}
.field_item{
  list-style: none;
  display: inline;
}
.field_list .ant-tag {
  height: 32px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 14px;
}
.upload_btn_warpper{
  position: relative;
}
.upload_btn_warpper .fileBtn {
  color: #8c8c8c;
  margin-right: 5px
}
.input_file{
  position: absolute;
  width: 100%;
  left: 0; right: 0; top: 0; bottom: 0;
  opacity: 0;
}
.btnResumeActive:disabled {
  background: #ccc;
}
.commitModal .ant-modal-body{
  text-align: center;
}
.commitModal .logoBox {
  background: #f5f5f5;
  padding: 20px 0px;
  border-radius: 4px;
  width: 60%;
  margin: 0 auto;
}
.commitModal .logoBox img {
  width: 220px;
}
.commitModal .modalText {
  font-size: 18px;
  text-align: center;
}
.commitModal .modalTextBack {
  font-size: 16px;
  cursor: pointer;
  color: #004089;
  text-align: center;
}
.commitModal .modalTextBack .customBtn{
  border:none;
  color:#004089;
}
.commitModal .modalTextBack .customBtndown{
  margin-left:15px
}
.commitModal .qrCode {
  width: 200px;
  height: 200px;
  margin: 10px auto;
}
.commitModal .qrCode img {
  width:100%;
}
.section-card-top {

}
.section-card-title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom:20px;
}
.section-card-des {
  padding: 30px 10px;
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.section-card-candidate {
  font-size: 14px;
  color: #0166b6;
  cursor: pointer;
}
/*验证弹出框样式*/
/*.modalForm {*/
/*  float: none;*/
/*}*/
.codeModal .modalItem {
  margin-bottom: 15px;
  color: #333333;
}
.codeModal .modalItem * {
  display: inline-block;
}
.modalLabel {
  width: 145px;
  text-align: right;
}
.itemInput {
  margin-right: 10px;
}
.operationTip {
  color: #666666;
}
.errTip {
  margin-left: 150px;
  position: relative;
  top: -10px;
  color: red;
}


/*审批模块*/
.workflowTitleContainer {
  padding: 20px 2%;
  border-top: 1px solid #e2e2e2
}
.workflowTitleContainer .workflowTitle {
  width: 50%;
  display: inline-block;
  font-size: 14px;
}
.workflowTitleContainer .workflowInp {
  width: 200px;
  margin-left: 10px;
  text-overflow: ellipsis;
}
.stateContainer {
  height: 300px;
  background: #f2f2f2;
  position: relative;
  /*overflow: hidden;*/
  overflow-x: auto;
}
.stateContainer .line {
  width: 840px;
  height: 2px;
  background: #797979;
  position: absolute;
  left: 30px;
  top: 150px;
}
.stateContainer .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 140px;
}
.stateContainer .lastDot {
  right: 20px;
  background: #c2c2c2;
}
.stateContainer .stateDetail.top {
  width: 200px;
  min-height: 95px;
  border-radius: 4px;
  background: #ffffff;
  padding: 6px 0 6px 20px;
  position: absolute;
  left: 30px;
  top: 31px;
}
.stateContainer .stateDetail.bottom {
  width: 200px;
  min-height: 95px;
  border-radius: 4px;
  background: #ffffff;
  padding: 6px 0 6px 20px;
  position: absolute;
  left: 30px;
  top: 177px;
}

.stateDetail * {
  display: block;
}
.stateDetail .time {
  font-size: 14px;
  font-weight: bold;
}
.stateDetail .email {
  color: #0a0a0a;
  font-size: 12px;
}
.stateDetail .state {
  width: 180px;
}
.stateDetail .statusName {
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
  float: left;
}
.stateDetail .remark {
  display: inline;
  margin-left: 10px;
  color: #1e5f96;
  cursor: pointer;
  font-size: 14px;
  float: left;
}
.stateDetail .triangle {
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  transform: rotate(135deg);
  position: absolute;
  top: 75px;
  left: -12px;
}
.stateDetail.bottom .triangle {
  left: -12px;
  top: -5px;
  transform: rotate(45deg);
}
.addItem .Inp {
  width: 90%;
  margin-left: 5px;
  margin-bottom: 15px;
}

/*.ant-modal-content { padding:10px }*/
.select_school{ text-align: center;font-size: 18px;margin-bottom: 10px }
#school_big_box{ background: #f1f1f1;margin: 0 auto;font-size: 15px;padding: 10px }
.school_fuzzy_search{ width: 100%; }
.school_fuzzy_search .ulBox{ display: flex;justify-content: space-between;}
.school_fuzzy_search .ulBox li {cursor: pointer;text-decoration: underline;}
.school_city { width: 100%;height: auto;margin: 10px 0px;background: #fff;border: solid 1px #b7b7b7;border-radius: 5px;padding: 5px;max-height: 200px;overflow: auto }
.school_city .school_city_item{display: inline-block;padding: 0 10px;cursor: pointer}
.school_city .school_city_item:hover{text-decoration: underline;color: #ff7e1e}
.school_names_box{ width: 100%;background: #fff;border: solid 1px #b7b7b7;border-radius: 5px;padding: 5px; }
.school_names{ width: 100%;height: 270px;overflow: auto; }
.school_names ul li { display:inline-block;min-width:50%;padding-left: 10px;cursor: pointer }
.school_names ul li:hover{text-decoration: underline;color: #ff7e1e}
.add_school{ width: 100%;border-top: solid 1px #ccc;margin-top: 20px;padding-top: 30px;margin-bottom: 15px }
.add{ width: 90%;margin-left: 5% }
.add .add_input{ width: 83% }
.ant-select-selection__rendered:after {
  content: none
}

.position_type_modal .ant-modal-body { padding-top: 0; }
.position_type_body .select_total .label{display: inline-block;vertical-align: middle;line-height: 34px;}
.position_type_body .select_total .badge_wrapper{margin-left: 60px;padding: 4px 0;}
.position_type_body .select_total .badge_wrapper .badge{display: inline-block;margin: 0 4px 2px 0;padding: 0 8px;line-height: 26px;background-color: #0166b6;color: #fff;border-radius: 13px;}
.position_type_body .tab_wrapper .tab_item:first-child{left: 0;}

.position_type_body .tab_wrapper .tab_item{position: relative;top: 1px;left: -1px;z-index: 10;display: inline-block;padding: 8px 15px;background-color: #fff;border: 1px solid #e6e6e6;}
.position_type_body .tab_wrapper .tab_item.active{border-bottom-color: #fff;}
.position_type_body .option_wrapper{padding: 24px;max-height: 560px;overflow: auto;border: 1px solid #e6e6e6;}
.position_type_body .option_wrapper .title{height: 22px;line-height: 22px;font-weight: bold;}
.position_type_body .option_wrapper .option{height: 30px;padding: 0 2px;line-height: 30px;margin-bottom: 4px;color: #0166b6;display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.position_type_body .option_wrapper .option .option_inner.active{background-color: #0166b6;color: #fff;}
.position_type_body .option_wrapper .option .option_inner{display: inline-block;vertical-align: top;width: 86%;padding: 0 4px; overflow: hidden;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.select_city_wrapper .clear{ display: flex;justify-content: flex-end;align-items: center;margin-bottom: 2px;}
.select_city_wrapper .clear span{cursor: pointer;cursor: pointer;}
.select_city_wrapper .clear span i.iconfont{vertical-align: middle;}
.select_city_wrapper .have_select_city{padding-bottom: 20px;}
.select_city_wrapper .have_select_city .badge {display: inline-block;margin: 0 4px 2px 0;padding: 0 8px;line-height: 26px;background-color: #0166b6;color: #fff;border-radius: 13px;}
.select_city_wrapper .recent_select_city{padding: 20px 0;}
.select_city_wrapper .content .line{background: #eee;height: 10px;}
.select_city_wrapper .content .province{display: inline-block;padding: 4px;}
.select_city_wrapper .content .province.checkAll{background-color: #0166b6;color: #fff;}
.select_city_wrapper .content .city{display: inline-block; padding: 4px;}
.select_city_wrapper .content .city.checked{background-color: #0166b6;color: #fff;}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(144,147,153,.5);
  background: rgba(144,147,153,.5);
}
::-webkit-scrollbar-track {
  border-radius: 0;
}
.ant-select-search__field__placeholder, .ant-select-selection__placeholder{
  left: 10px;
}