.rettc-layout-header {
  background-color: #3671cf;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rettc-layout-header .logo {
  display: inline-block;
  padding: 5px 0;
  height: 100%;
}
.rettc-layout-header .logo img {
  width: auto;
  height: 100%;
}
.rettc-layout-header .user {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rettc-layout-header .user .user-name {
  color: #fff;
  display: block;
  margin-left: 6px;
  float: left;
}
.rettc-layout-header .user .ant-avatar {
  display: block;
  float: left;
  margin-top: 16px;
}
.rettc-layout-content {
  padding: 0 15px;
}
.hello-whole {
  height: 100%;
}
.hello-whole .hello-container {
  background: url(/user/assets/images/backgd0e273ce6854bf8608df8ff6320de88f9.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hello-whole .hello-container .hello-glass {
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}
.hello-whole .hello-container .hello-content {
  margin-top: -50px;
  position: absolute;
  font-size: 20px;
  font-weight: bolder;
  animation: contentdisplay 2s ease-in-out 0.1s;
  -webkit-animation: contentdisplay 2s ease-in-out 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@keyframes contentdisplay {
  0% {
    color: rgba(243, 31, 3, 0.2);
  }
  100% {
    color: #1675c9;
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
  }
}
@-webkit-keyframes contentdisplay {
  0% {
    color: rgba(243, 31, 3, 0.2);
  }
  100% {
    color: #1675c9;
    -webkit-transform: scale(3.5);
  }
}
/* hover 颜色 */
.editable-table .editable-cell {
  position: relative;
}
.editable-table .editable-cell .editable-cell-input-wrapper,
.editable-table .editable-cell .editable-cell-text-wrapper {
  padding-right: 24px;
}
.editable-table .editable-cell .editable-cell-icon,
.editable-table .editable-cell .editable-cell-icon-check {
  position: absolute;
  right: 0;
  width: 20px;
  cursor: pointer;
}
.editable-table .editable-cell .editable-cell-icon {
  line-height: 18px;
  display: none;
}
.editable-table .editable-cell .editable-cell-icon:hover {
  color: #108ee9;
}
.editable-table .editable-cell .editable-cell-icon-check {
  line-height: 28px;
}
.editable-table .editable-cell .editable-cell-icon-check:hover {
  color: #108ee9;
}
.editable-table .editable-cell:hover .editable-cell-icon {
  display: inline-block;
}
.editable-table .editable-add-btn {
  margin-bottom: 8px;
}
.form-item-label {
  display: inline-block;
  line-height: 1.5;
}
.expert-container .steps-content {
  margin-top: 40px;
}
.expert-container .steps-content .step-first .job-info,
.expert-container .steps-content .step-first .education {
  margin-top: 24px;
}
.expert-container .steps-content .step-second .bank-infor,
.expert-container .steps-content .step-second .inter-cooperation,
.expert-container .steps-content .step-second .sci-research {
  margin-top: 24px;
}
.expert-container .steps-content .ant-upload-select-picture-card i {
  font-size: 28px;
  color: #999;
}
.expert-container .steps-content .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}
.expert-container .steps-content .anticon.anticon-delete {
  display: none;
}
.expert-container .steps-action {
  margin: 24px 0;
  text-align: center;
}
.demand-apply .search-form-wrapper {
  border-bottom: 1px dashed #dddddd;
  padding: 20px 0 10px;
  margin-bottom: 30px;
}
.project-demand-apply .steps-content {
  margin-top: 40px;
}
.project-demand-apply .steps-content .step-first .job-info,
.project-demand-apply .steps-content .step-first .education {
  margin-top: 24px;
}
.project-demand-apply .steps-content .step-second .bank-infor,
.project-demand-apply .steps-content .step-second .inter-cooperation,
.project-demand-apply .steps-content .step-second .sci-research {
  margin-top: 24px;
}
.project-demand-apply .steps-content .ant-upload-select-picture-card i {
  font-size: 28px;
  color: #999;
}
.project-demand-apply .steps-content .ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}
.project-demand-apply .steps-content .anticon.anticon-delete {
  display: none;
}
.project-demand-apply .steps-action {
  margin: 24px 0;
  text-align: center;
}
.company-demand .search-form-wrapper {
  border-bottom: 1px dashed #dddddd;
  padding: 20px 0;
}
.company-demand .company-demand-table {
  margin-top: 20px;
}
.company-demand .company-demand-table .ant-table-wrapper {
  margin-top: 20px;
}
.home-editor {
  height: 200px;
  border: 1px solid #F1F1F1;
}
.company-supply .search-form-wrapper {
  border-bottom: 1px dashed #dddddd;
  padding: 20px 0;
  margin-bottom: 24px;
}
.company-supply .company-supply-table {
  margin-top: 20px;
}
.company-supply .company-supply-table .ant-table-wrapper {
  margin-top: 20px;
}
.company-technology-container .table-action {
  padding: 15px 0;
}
.company-technology-add .action-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#root {
  height: 100%;
}
#root .rettc-page-container {
  background: #f0f2f5;
  height: 100%;
}
#root .rettc-page-container .rettc-page-layout {
  min-height: 100%;
}
#root .rettc-page-container .rettc-page-layout .rettc-page-main {
  border-radius: 4px;
  padding: 24px 0 0;
  margin: 24px 15px 0;
  background-color: #fff;
}

/*# sourceMappingURL=style.d3a4010aceccd349d50274fc3a25559c.css.map*/