/*reset css*/
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.primary-color {
  color: #eb780c;
}
.primary-color-lighten {
  background-color: lighten(@primary-color, 12%);
}
.primary-background-color {
  background-color: #eb780c;
}
.primary-background-dark {
  background-color: darken(@primary-color, 8%);
}
.ant-menu-item-active {
  color: darken(@primary-color, 8%);
}
.ant-menu-horizonta,
.ant-menu {
  background-color: @primary-color !important;
}
.ant-menu-horizontal {
  border-bottom: 3px solid @primary-color !important;
}
.primary-border1 {
  border: 1px solid #eb780c;
}
.primary-border-top2 {
  border-top: 2px solid #eb780c;
}
.primary-border-bottom2 {
  border-bottom: 12px solid #eb780c;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title,
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title,
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-description,
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title {
  color: #eb780c;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot,
.ant-steps-item-finish > .ant-steps-item-tail:after,
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background-color: #eb780c;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.ant-menu-submenu-horizontal > .ant-menu-submenu-active,
.ant-menu-submenu-horizontal > .ant-menu-submenu-open :hover,
.ant-menu-submenu-horizontal > .ant-menu-submenu-active :hover,
.ant-menu-submenu-horizontal > .ant-menu-submenu-title :hover {
  color: white;
}
.ant-menu-submenu-horizontal > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.6);
}
.ant-tree-node-selected {
  background-color: transparent !important;
}
.ant-tree-node-selected label {
  color: #eb780c;
}
.fill {
  border-color: #eb780c;
  background: #eb780c;
}
.primary-table-bg .ant-table-thead > tr > th {
  background: #ffe1b0 !important;
}
.primary-bg-hover:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.primary-text-lighten {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
html,
body {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
html {
  background: white;
  color: black;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: none;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: none;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover,
a:focus {
  text-decoration: none;
}
ins,
a {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flChild > * {
  float: left;
}
.frChild > * {
  float: right;
}
.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.myTag {
  display: inline-block;
  background-color: #f5f5f5;
  height: 24px;
  line-height: 19px;
  font-size: 12px;
  margin-right: 8px;
  padding: 2px 8px 2px 8px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid #f0f0f0;
}
.myTag_red {
  border: none;
  color: #FF4D4F !important;
  background-color: #FFF1F0 !important;
}
.myTag_small {
  height: 20px;
  line-height: 15px;
}
.ant-tag {
  border-radius: 2px;
}
/*页面切换*/
.drop-enter {
  transform: scale(0.5);
  transform-origin: 50% 100%;
}
.drop-enter.drop-enter-active {
  transform: scale(1);
  transition: all 0.4s;
}
.drop-leave {
  /* transform: scale(0.5); */
  position: absolute;
  top: 90px;
  background: #fff;
  z-index: 10000;
  opacity: 1;
}
.drop-leave.drop-leave-active {
  opacity: 1;
  top: 100%;
  transition: all 0.4s;
}
.up-enter {
  transform: scale(1.5);
}
.up-enter.up-enter-active {
  transform: scale(1);
  transition: all 0.5s;
}
.up-leave {
  position: absolute;
  top: 0;
  z-index: 10000;
  opacity: 1;
}
.up-leave.up-leave-active {
  opacity: 1;
  top: -100%;
  transition: all 0.5s;
}
.right-enter {
  position: absolute;
  top: 0;
  left: -100%;
  /*z-index: 1;*/
  width: 100%;
  height: 100%;
  -webkit-animation: rightIn 1s both ease;
  animation: rightIn 1s both ease;
}
.right-leave {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  /*background: RGB(238,238,238);*/
  width: 100%;
  height: 100%;
  -webkit-animation: rightOut 1s both ease;
  animation: rightOut 1s both ease;
}
@-webkit-keyframes rightIn {
  0% {
    -webkit-transform: scale(0.8);
    left: -100%;
  }
  25% {
    -webkit-transform: scale(0.8);
    left: -60%;
  }
  75% {
    -webkit-transform: scale(0.8);
    left: 0%;
  }
  100% {
    -webkit-transform: scale(1);
    left: 0%;
  }
}
@keyframes rightIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -100%;
  }
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -60%;
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 0%;
  }
}
@-webkit-keyframes rightOut {
  25% {
    -webkit-transform: scale(0.8);
    left: 0%;
  }
  75% {
    -webkit-transform: scale(0.8);
    left: 80%;
  }
  100% {
    -webkit-transform: scale(0.8);
    left: 100%;
  }
}
@keyframes rightOut {
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 0%;
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 80%;
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 100%;
  }
}
/*加载动画*/
.spinner {
  width: 60px;
  height: 60px;
  background-color: #67CF22;
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
#home {
  height: 100%;
}
#Breadcrumb {
  height: 44px;
  background: #fff;
  margin: 1px 0;
  line-height: 44px;
}
#Breadcrumb .ant-breadcrumb {
  line-height: 44px;
  text-indent: 20px;
}
/* 首页*/
#homeSearchDiv .ant-select-selection,
#homeSearchDiv .ant-select-selection:active,
#homeSearchDiv .ant-select-selection:focus,
#homeSearchDiv .ant-select-selection:hover {
  border: none;
  outline: none;
  box-shadow: none;
}
.action {
  cursor: pointer;
  padding: 0 12px;
  display: inline-block;
  transition: all .3s;
  height: 100%;
  line-height: 30px;
  vertical-align: top;
  margin: 0 5px;
  border-radius: 5px;
}
.action:hover {
  background: #e6f7ff;
}
.action:hover .name {
  color: rgba(0, 0, 0, 0.65);
}
.name {
  font-size: 14px;
  color: #fff;
}
.avatar {
  background: rgba(255, 255, 255, 0.85);
  margin: -4px 5px 0;
}
.avatar img {
  position: relative;
  top: -2px;
}
.header_r {
  margin-right: 50px;
  height: auto;
  float: right;
}
.ct_l {
  float: left;
  width: 200px;
  height: 100%;
  margin-right: 20px;
  background: #fff;
}
.ct_r {
  float: left;
  width: cacl(-120%);
  height: 100%;
}
.autoComplete {
  -webkit-transition: width 0.3s, margin-left 0.3s;
  transition: width 0.3s, margin-left 0.3s;
  width: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
}
.input {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.autoCompleteShow {
  width: 210px;
  margin-left: 8px;
}
.searchInput {
  margin: 0 5px;
  padding: 0;
  width: 190px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: all linear 0.5s;
  text-indent: 10px;
}
.searchInput:active,
.searchInput:focus,
.searchInput:hover {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.searchIcon {
  cursor: pointer;
  margin-right: 8px;
  font-size: 16px;
}
.searchHeader {
  width: 100%;
  text-align: right;
  line-height: 40px;
}
/*header*/
.top-nav {
  width: 100%;
  height: 28px;
  margin: 1px 0;
}
.searchSpan {
  padding: 0;
  margin: 0 12px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 40px;
}
.top-nav .noticeIcon {
  font-size: 18px;
  position: relative;
  color: #fff;
}
.top-nav .ant-badge-count {
  box-shadow: none;
}
.noticeButtonClass {
  cursor: pointer;
  display: inline-block;
  transition: all .3s;
  height: 100%;
  padding: 0 16px;
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
}
.noticeButtonClass:hover,
.noticeButtonClass.ant-popover-open {
  background: #e6f7ff;
}
.noticeButtonClass:hover .settingIcon,
.noticeButtonClass.ant-popover-open .settingIcon,
.noticeButtonClass:hover .noticeIcon,
.noticeButtonClass.ant-popover-open .noticeIcon {
  color: rgba(0, 0, 0, 0.65);
}
.settingIcon {
  font-size: 18px;
  color: #fff;
  /* color: rgba(0, 0, 0, 0.65); */
  position: relative;
  top: -9px;
}
.theme_ul {
  width: 100%;
  vertical-align: top;
  white-space: normal;
}
.theme_ul label {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.areas {
  height: 15px;
  margin-top: 50%;
}
.areas span {
  height: 100%;
  display: inline-block;
  width: 50%;
}
.theme_ul label i {
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 16px;
  color: #fff;
}
.theme_title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-indent: 4px;
}
.theme_ul .ant-dropdown-menu-item,
.theme_ul .ant-dropdown-menu-submenu-title {
  padding: 5px;
}
/* 提示语样式 */
.tips_div {
  width: 100%;
  height: 36px;
  margin: 16px 0;
  line-height: 36px;
  border: 1px solid #91d5ff;
  border-radius: 3px;
  padding-left: 12px;
  background-color: #e6f7ff;
  color: #565c5f;
  font-size: 12px;
}
.tips_div i {
  color: #1890ff;
  font-size: 14px;
  margin-right: 5px;
}
/* table更多操作悬浮层样式 */
.table_popover_ope li {
  padding: 5px;
  cursor: pointer;
}
/* 树菜单 */
.tree_menu li {
  padding: 5px 10px;
  cursor: pointer;
}
.tree_menu li:hover {
  background: #e6f7ff;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: 0px !important;
  overflow-x: hidden !important;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub .ant-menu-item {
  padding-left: 36px !important;
}
.ant-menu-submenu > .ant-menu {
  background-color: #F5F9FF !important;
}
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6) !important;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th {
  padding: 9px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td {
  padding: 5px 8px;
}
.vertical-scroll-modal .ant-modal {
  display: flex;
}
.vertical-scroll-modal .ant-modal-content {
  display: grid;
}
.vertical-scroll-modal .ant-modal-body {
  overflow: auto;
}
/*
table 表头出现滚动条
 */
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 17px;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header > table {
  border-top: 0px;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-right: 1px solid #e8e8e8;
}
.ant-table-fixed-header .ant-table-thead > tr:first-child > th:last-child {
  border-right: 0px;
}
.yui-page-header {
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
}
.yui-page-header .ant-row {
  height: 32px;
}
.yui-page-header .top-nav {
  height: 22px;
}
.yui-page-header .ant-menu-horizontal > .ant-menu-item,
.yui-page-header .ant-menu-horizontal > .ant-menu-submenu {
  border-bottom: none;
}
.yui-main-container {
  width: 100%;
  height: auto;
}
.yui-page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 54px;
  width: 100%;
  display: block;
  background: #fff;
  padding: 16px 32px;
  border-bottom: 1px solid #e8e8e8;
}
.yui-page-container {
  width: 100%;
  height: 100%;
  padding-top: 54px;
  position: relative;
}
.yui-page-content {
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: auto;
}
.footerlogo {
  margin: 0 auto 5px auto;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/1dY1ym71pN.png);
  width: 464px;
  height: 76px;
}
.yui-page-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 50px;
  padding: 30px 0;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  font-family: "HarmonyOS Sans SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  background-image: url(../../assets/images/D7cfnZxquC.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ant-layout-header {
  padding: 0;
  background: transparent;
  height: 0px;
}
.ant-steps {
  border: 1px solid #cccccc;
  padding: 20px 0;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.ant-steps-dot .ant-steps-item-tail {
  top: 5px;
}
.ant-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.ant-table + .ant-pagination {
  position: static !important;
}
.scrollbars > div:nth-child(3) {
  z-index: 1000 !important;
}
.scrollbars > div:nth-child(3) > div {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.ant-collapse {
  border: 0 !important;
}
.resume-collapse .ant-collapse-item .ant-collapse-header {
  padding: 12px 0 12px 20px;
  background-color: #ffffff;
}
.resume-collapse .ant-collapse-content > .ant-collapse-content-box {
  background-color: #ffffff;
}
.ant-collapse-no-arrow .ant-collapse-header {
  background-color: #FFF;
}
.ant-collapse-no-arrow .ant-collapse-content {
  border-top: 0;
}
.resume-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
  font-size: 20px !important;
  left: auto !important;
  right: 10px;
}
.resume-collapse .ant-collapse-item {
  border-bottom: none !important;
}
.app-layout-employ-position-positionChild-hasJob-index-wrap-31ULx {
  width: 1000px;
}
.resume-navigation {
  width: 200px;
}
.resume-navigation .ant-tree-node-content-wrapper {
  width: 88%;
}
.resume-navigation > ul > li {
  padding: 6px 0;
  border-bottom: 1px solid #e6e6e6;
}
.resume-navigation .ant-tree-title {
  width: 100%;
  display: inline-block;
}
.resume-navigation .ant-tree-title .title {
  font-weight: bold;
  cursor: pointer;
}
.resume-navigation .ant-tree-title > label {
  display: inline-block;
  width: 110px;
  white-space: normal;
  cursor: pointer;
}
.resume-navigation .ant-tree-treenode-switcher-open > ul > li {
  padding: 6px 0;
}
.resume-navigation .ant-tree-treenode-switcher-open > ul > li .circle {
  margin-right: 17px;
}
.resume-navigation .ant-tree-node-content-wrapper {
  height: 100% !important;
}
.resume-navigation .anticon-caret-down {
  color: #FEA871;
}
.resume-navigation .circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-radius: 50%;
  border-width: 1px;
  text-align: center;
  line-height: 14px;
  font-weight: bold;
  float: right;
  margin-right: 15px;
  margin-top: 3px;
}
.resume-navigation .circle .anticon-check {
  color: #fff;
  font-size: 12px;
}
.resume-navigation .unFill {
  border-color: #b5b5b5;
  background: #b5b5b5;
}
.formItem label {
  display: flex;
}
.formItem .ant-form-item-children {
  display: flex;
}
.formItem .ant-form-item-label label {
  font-size: 14px;
  display: inline-block;
  line-height: 1.5;
  white-space: normal;
  padding-right: 5px;
  font-weight: bold;
}
.formItem .ant-form-item-control-wrapper .tableEllipsis span:last-child {
  color: #595959;
  font-size: 14px;
}
.emptyPhotoUploader .ant-upload-picture-card-wrapper {
  display: none;
}
.photoUploader .ant-upload-list-picture-card-container,
.photoUploader .ant-upload-list-picture-card .ant-upload-list-item,
.photoUploader .ant-upload.ant-upload-select-picture-card {
  width: 138px;
  height: 157px;
  margin-bottom: 15px;
}
.iconPhotoUploader {
  margin-left: 67px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 1000;
}
.iconPhotoUploader .ant-upload-list-item {
  width: 122px;
  height: 160px;
  padding: 0;
  margin: -1px 0 0 -1px;
}
.iconPhotoUploader .ant-upload-list-item-thumbnail {
  width: 122px;
  height: 160px;
}
.iconPhotoUploader .defaultContainer .ant-upload-picture-card-wrapper {
  display: none;
}
.iconPhotoUploader .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.iconPhotoUploader .defaultAvatar {
  width: 120px;
  height: 120px;
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
}
.iconPhotoUploader .defaultAvatar img {
  width: 100%;
  height: 100%;
}
.ant-form-item {
  margin-bottom: 9px;
}
.buttonGutter {
  margin-left: 8px;
}
.overLine {
  width: 200px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerBox {
  margin: 24px 0;
  display: flex;
}
.headerBox .headerBefore {
  width: 3px;
  height: 14px;
  margin: 4px 8px 0 0;
  display: inline-block;
  border-radius: 4px;
  background-color: #397EF0;
}
.headerBox .header {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}
.ellipsis_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* 注意，这不是标准的CSS属性，仅在WebKit内核的浏览器中有效 */
  /* 根据字体大小和行高计算 */
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-home--index-primary-color-guc0g {
  color: #eb780c;
}
.assets-style-home--index-primary-color-lighten-1PloW {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-home--index-primary-background-color-3g6jH {
  background-color: #eb780c;
}
.assets-style-home--index-primary-background-dark-15mF5 {
  background-color: darken(@primary-color, 8%);
}
.assets-style-home--index-ant-menu-item-active-27WlC {
  color: darken(@primary-color, 8%);
}
.assets-style-home--index-ant-menu-horizonta-3RgYw,
.assets-style-home--index-ant-menu-NCE3X {
  background-color: @primary-color !important;
}
.assets-style-home--index-ant-menu-horizontal-2ifVI {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-home--index-primary-border1-mp-te {
  border: 1px solid #eb780c;
}
.assets-style-home--index-primary-border-top2-3xMV- {
  border-top: 2px solid #eb780c;
}
.assets-style-home--index-primary-border-bottom2-uGt1Q {
  border-bottom: 12px solid #eb780c;
}
.assets-style-home--index-ant-steps-item-finish-9o-T9 > .assets-style-home--index-ant-steps-item-content-1Dv3Q > .assets-style-home--index-ant-steps-item-title-1ur9T,
.assets-style-home--index-ant-steps-item-process-1mGxE > .assets-style-home--index-ant-steps-item-content-1Dv3Q > .assets-style-home--index-ant-steps-item-title-1ur9T,
.assets-style-home--index-ant-steps-item-finish-9o-T9 > .assets-style-home--index-ant-steps-item-content-1Dv3Q > .assets-style-home--index-ant-steps-item-description-6BwMM,
.assets-style-home--index-ant-steps-item-process-1mGxE > .assets-style-home--index-ant-steps-item-content-1Dv3Q > .assets-style-home--index-ant-steps-item-title-1ur9T {
  color: #eb780c;
}
.assets-style-home--index-ant-steps-item-finish-9o-T9 .assets-style-home--index-ant-steps-item-icon-1GXZl > .assets-style-home--index-ant-steps-icon-3_pT8 .assets-style-home--index-ant-steps-icon-dot-1y5KB,
.assets-style-home--index-ant-steps-item-finish-9o-T9 > .assets-style-home--index-ant-steps-item-tail-Uicu3:after,
.assets-style-home--index-ant-steps-item-process-1mGxE .assets-style-home--index-ant-steps-item-icon-1GXZl > .assets-style-home--index-ant-steps-icon-3_pT8 .assets-style-home--index-ant-steps-icon-dot-1y5KB {
  background-color: #eb780c;
}
.assets-style-home--index-ant-menu-horizontal-2ifVI > .assets-style-home--index-ant-menu-item-selected-1q5Vn > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-home--index-ant-menu-horizontal-2ifVI > .assets-style-home--index-ant-menu-submenu-2u6lh:hover,
.assets-style-home--index-ant-menu-horizontal-2ifVI > .assets-style-home--index-ant-menu-item-LiMTz:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-home--index-ant-menu-submenu-horizontal-1Fchu > .assets-style-home--index-ant-menu-submenu-active-3YvvE,
.assets-style-home--index-ant-menu-submenu-horizontal-1Fchu > .assets-style-home--index-ant-menu-submenu-open-3cV5V :hover,
.assets-style-home--index-ant-menu-submenu-horizontal-1Fchu > .assets-style-home--index-ant-menu-submenu-active-3YvvE :hover,
.assets-style-home--index-ant-menu-submenu-horizontal-1Fchu > .assets-style-home--index-ant-menu-submenu-title-x3wlR :hover {
  color: white;
}
.assets-style-home--index-ant-menu-submenu-horizontal-1Fchu > .assets-style-home--index-ant-menu-submenu-title-x3wlR {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-home--index-ant-tree-node-selected-1m3U3 {
  background-color: transparent !important;
}
.assets-style-home--index-ant-tree-node-selected-1m3U3 label {
  color: #eb780c;
}
.assets-style-home--index-fill-1rCu0 {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-home--index-primary-table-bg-2rBty .assets-style-home--index-ant-table-thead-WTMbx > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-home--index-primary-bg-hover-1LTy7:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-home--index-primary-text-lighten-BZytM {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-home--index-bg-1G_Hg {
  height: 400px;
  object-fit: cover;
}
.assets-style-home--index-list1-3BHxj {
  width: 700px;
}
.assets-style-home--index-list2-1IdPC {
  width: 465px;
}
.assets-style-home--index-title-2y48F {
  margin: 20px 0;
}
.assets-style-home--index-title-2y48F h3 .title h5 {
  text-align: center;
  font-weight: normal;
}
.assets-style-home--index-title-2y48F h3 {
  color: #333333;
  font-size: 30px;
}
.assets-style-home--index-title-2y48F h5 {
  color: #bfbfbf;
  font-size: 16px;
}
.assets-style-home--index-ul-oeUqL li {
  width: 280px;
  height: 280px;
  float: left;
  margin: 0 25px 20px 0;
  box-sizing: border-box;
}
.assets-style-home--index-li-23Gwl {
  border: 1px solid #eee;
}
.assets-style-home--index-li-23Gwl .bg {
  width: 100%;
  height: 150px;
}
.assets-style-home--index-li-23Gwl dl {
  height: 130px;
  background-color: #f9f9f9;
  padding-left: 20px;
  overflow: hidden;
}
.assets-style-home--index-li-23Gwl dl dt {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
}
.assets-style-home--index-li-23Gwl dl dd {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 25px;
}
.assets-style-home--index-notice-39R1f (span:first-child) {
  width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.assets-style-home--index-home-3a_9C {
  background-color: #397ef000;
  padding-bottom: 183px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-searchBgi-4jKLE {
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
}
.assets-style-home--index-home-3a_9C .ant-carousel .slick-dots li button {
  width: 43px;
  height: 8px;
  border-radius: 4px 4px;
}
.assets-style-home--index-home-3a_9C .ant-carousel .slick-dots-bottom {
  bottom: 26px;
}
.assets-style-home--index-home-3a_9C .ant-carousel .slick-dots li.slick-active button {
  background-color: var(--primary-color-dark);
}
.assets-style-home--index-home-3a_9C .ant-carousel .slick-dots li button {
  opacity: 1;
  background: #ffffff;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-searchBoxContainer-1AlAA {
  position: relative;
  width: 100%;
  height: 812px;
  overflow: hidden;
  z-index: 1;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-searchBoxContainer-1AlAA .assets-style-home--index-searchBox-12mXK {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 1200px;
  height: 100%;
  color: #ffffff;
  pointer-events: none;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-searchBoxContainer-1AlAA .assets-style-home--index-searchBox-12mXK > .assets-style-home--index-typeArea-2R1Uo {
  margin: 200px auto 0;
  padding: 128px 0 0 0;
  pointer-events: auto;
  width: 80%;
  height: 100%;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-searchBoxContainer-1AlAA .assets-style-home--index-searchBox-12mXK > .assets-style-home--index-typeArea-2R1Uo h1 {
  margin-bottom: 28px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 4px 27px rgba(78, 3, 0, 0.8);
  font-family: PingFang SC;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 80% */
  letter-spacing: 4px;
  text-transform: uppercase;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-searchBoxContainer-1AlAA .assets-style-home--index-searchBox-12mXK > .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-description-2xN8U {
  width: 540px;
  height: 72px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: Microsoft YaHei;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-searchBoxContainer-1AlAA .assets-style-home--index-searchBox-12mXK > .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-search-2_Z9X {
  width: 610px;
  height: 52px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo {
  margin: 0 auto;
  width: 1200px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId {
  display: flex;
  justify-content: left;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId .assets-style-home--index-categoryItem-2lhXG {
  background-color: #FFFFFF;
  padding: 22px 12px 24px 18px;
  margin-right: 30px;
  width: 368px;
  height: 145px;
  border-radius: 6px ;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId .assets-style-home--index-categoryItem-2lhXG img {
  width: 40px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId .assets-style-home--index-categoryItem-2lhXG .assets-style-home--index-middle-3UUR1 {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.12px;
  text-align: left;
  padding: 0 12px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId .assets-style-home--index-categoryItem-2lhXG .assets-style-home--index-middle-3UUR1 .assets-style-home--index-middleTop-22IVJ {
  margin-bottom: 14px;
  color: black;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId .assets-style-home--index-categoryItem-2lhXG .assets-style-home--index-top-2wRe- {
  height: 98%;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId .assets-style-home--index-categoryItem-2lhXG .assets-style-home--index-bottom-1x2jl {
  padding: 0 12px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.84px;
  text-align: left;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId .assets-style-home--index-categoryItem-2lhXG .assets-style-home--index-bottom-1x2jl .assets-style-home--index-bottomLeft-2PFrb {
  color: #23d688;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId .assets-style-home--index-categoryItem-2lhXG:hover {
  box-shadow: 0px 1px 4px 0px #00000040;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId .assets-style-home--index-categoryItem-2lhXG:hover .assets-style-home--index-middleTop-22IVJ {
  color: var(--primary-color);
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-categoryBox-2lbId:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-sceneryBox-3VNG4 {
  display: flex;
  margin-top: 35px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-sceneryBox-3VNG4 .assets-style-home--index-image-3mn9m {
  width: 285px;
  height: 300px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-typeArea-2R1Uo .assets-style-home--index-sceneryBox-3VNG4 .assets-style-home--index-image-3mn9m .assets-style-home--index-imageName-11Ys9 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 16px;
  height: 43px;
  line-height: 43px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-header-2hQU9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-header-2hQU9 .assets-style-home--index-left-NF0wV {
  width: 96%;
  text-align: center;
  color: #000;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 114.286% */
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-header-2hQU9 .assets-style-home--index-left-NF0wV > img {
  margin: 0 13px 6px 0;
  width: 17px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-header-2hQU9 .assets-style-home--index-left-NF0wV > span {
  z-index: 1;
  position: relative;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-header-2hQU9 .assets-style-home--index-left-NF0wV .assets-style-home--index-backColor-3AG6t {
  z-index: 0;
  position: relative;
  top: 29px;
  background-color: var(--primary-color-light);
  margin: 0 auto;
  width: 68px;
  height: 7px;
  border-radius: 11px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-header-2hQU9 .assets-style-home--index-left-NF0wV .assets-style-home--index-sub-2wKAf {
  color: rgba(119, 23, 26, 0.45);
  text-align: center;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 114.286% */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-header-2hQU9 .assets-style-home--index-right-3jnwX {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-header-2hQU9 .assets-style-home--index-right-3jnwX > img {
  vertical-align: revert;
  width: 15px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-header-2hQU9 .assets-style-home--index-right-3jnwX:hover {
  color: #397EF0;
  cursor: pointer;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-ListContainer-3BC_D {
  overflow: hidden;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-ListContainer-3BC_D .assets-style-home--index-articleImg-k9JF8 {
  height: 412px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-ListContainerOdd-3zrl7 {
  align-items: center;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-ListContainerOdd-3zrl7 .assets-style-home--index-List-1yDGO {
  height: 387px;
  border-radius: 6px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-ListContainerOdd-3zrl7 .assets-style-home--index-articleImg-k9JF8 {
  width: 878px;
  height: 471px;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-List-1yDGO {
  background-color: #FFFFFF;
  padding: 24px;
  height: 100%;
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-List-1yDGO .ant-list-item :first-child {
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-List-1yDGO .ant-list-item :first-child:before {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  content: ' ';
  display: inline-block;
  position: relative;
  background-color: var(--primary-color);
}
.assets-style-home--index-home-3a_9C .assets-style-home--index-List-1yDGO .ant-list-item :first-child:hover {
  color: var(--primary-color);
}
.assets-style-home--index-home-3a_9C .ant-input {
  font-size: 18px !important;
  border-radius: 26px !important;
}
.assets-style-home--index-home-3a_9C .ant-input::placeholder {
  font-size: 18px !important;
}
.assets-style-home--index-home-3a_9C .ant-input-lg {
  padding: 14px 55px 14px 24px !important;
}
.assets-style-home--index-home-3a_9C .ant-input-affix-wrapper {
  font-size: 21px;
}
.assets-style-home--index-home-3a_9C .ant-input-affix-wrapper .ant-input-suffix {
  right: 24px;
}
.assets-style-home--index-home-3a_9C .slick-dots-bottom {
  z-index: 2;
}
.assets-style-home--index-home-3a_9C .ant-list-item {
  height: 62px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-home--index-deptContainer-1NH6B {
  color: #000;
  text-align: justify;
  text-overflow: ellipsis;
  font-family: PingFang SC !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.assets-style-home--index-deptContainer-1NH6B p {
  color: #000 !important;
  line-height: 32px !important;
}
.assets-style-home--index-deptContainer-1NH6B .assets-style-home--index-article-2aHT6 {
  text-indent: 2rem;
}
.assets-style-home--index-divMore-1kCZ2 {
  position: relative;
  margin-top: -30px;
  margin-right: -12px;
  font-size: 18px;
  text-align: right;
  color: black;
}
.assets-style-home--index-DepartmentDiv-Zkusx {
  height: 388px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.assets-style-home--index-deptBg-3MPI7 {
  z-index: 1;
  display: block;
  width: 100%;
  height: 550px;
  background-image: url(../../assets/images/lH26WGx1-n.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 812px;
  left: 0;
}
.assets-style-home--index-DetailMore-2J6y7 {
  z-index: 3;
  width: 125px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #77171A;
  text-align: center;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  text-transform: uppercase;
}
.assets-style-home--index-DetailMore-2J6y7:hover {
  color: #af2d31;
}
.assets-style-home--index-DetailMore-2J6y7 .assets-style-home--index-img-37v1S {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHDSURBVHgB7ZdBTsJAFED/nxo1IkYTQZANR2BPiHADbiCewI2gO3VhQmAhnkA4gXoCNJE9S3fiAqm6aSIYMKHffmKhYhMpkQyLeZv298903kx+OlMAhUKhUCgUiunRQAJHoVA0vrJ2HvetYq3TfvDSV4AETFNkACGDiFe54Paxl75SVjjh9zWsSxoA1xEhGff5odZ5v5ukrxTh+3bbSPhXb2AKaSnCzLTS0oSZaaSlCjNepaULM16k50KYmVQancHhVnjfepQhoErhpVVy5vh7ab0kTQTXhdfnU2cuGwjEiLR1+AcQtagQdGnH1ngnzvGGwgeboaSmiaod93ofGyXDMNxyC4KiZ63WE9/zrkUkHmGGIJqpvK7f8r0YPdSMURNq2LK/cwB9ouFEu91lg9vDDOn3+yMXZ8JarQyZYsckvCi+NetuORRmxZ7tLMgGIjGBUAWkQYlZ2/deXm+WXYVl85csI+Xw48YPWQLDTZaZixUel7VKMjVekjbShb3IMlJLIheI7HqRZaStMMuioPIgmFCWkSKcC4bT/LcxCDzIMnJKAiE6uHqUZRZAAp+9pfLiYq9hnRnqRV1vgEKhUCgUim++AEEh7gSni6mIAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-home--style2-primary-color-1F8i5 {
  color: #eb780c;
}
.assets-style-home--style2-primary-color-lighten-2MYtL {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-home--style2-primary-background-color-3sJiN {
  background-color: #eb780c;
}
.assets-style-home--style2-primary-background-dark-2Mcay {
  background-color: darken(@primary-color, 8%);
}
.assets-style-home--style2-ant-menu-item-active-2DYs4 {
  color: darken(@primary-color, 8%);
}
.assets-style-home--style2-ant-menu-horizonta-3HZ1M,
.assets-style-home--style2-ant-menu-2m7zo {
  background-color: @primary-color !important;
}
.assets-style-home--style2-ant-menu-horizontal-32C_2 {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-home--style2-primary-border1-oxgfI {
  border: 1px solid #eb780c;
}
.assets-style-home--style2-primary-border-top2-2y83t {
  border-top: 2px solid #eb780c;
}
.assets-style-home--style2-primary-border-bottom2-3PtKq {
  border-bottom: 12px solid #eb780c;
}
.assets-style-home--style2-ant-steps-item-finish-1peux > .assets-style-home--style2-ant-steps-item-content-2ct3f > .assets-style-home--style2-ant-steps-item-title-8-2t9,
.assets-style-home--style2-ant-steps-item-process-TCZhd > .assets-style-home--style2-ant-steps-item-content-2ct3f > .assets-style-home--style2-ant-steps-item-title-8-2t9,
.assets-style-home--style2-ant-steps-item-finish-1peux > .assets-style-home--style2-ant-steps-item-content-2ct3f > .assets-style-home--style2-ant-steps-item-description-3gALz,
.assets-style-home--style2-ant-steps-item-process-TCZhd > .assets-style-home--style2-ant-steps-item-content-2ct3f > .assets-style-home--style2-ant-steps-item-title-8-2t9 {
  color: #eb780c;
}
.assets-style-home--style2-ant-steps-item-finish-1peux .assets-style-home--style2-ant-steps-item-icon-220oF > .assets-style-home--style2-ant-steps-icon-2C9Ln .assets-style-home--style2-ant-steps-icon-dot-MUxsT,
.assets-style-home--style2-ant-steps-item-finish-1peux > .assets-style-home--style2-ant-steps-item-tail-vYgQw:after,
.assets-style-home--style2-ant-steps-item-process-TCZhd .assets-style-home--style2-ant-steps-item-icon-220oF > .assets-style-home--style2-ant-steps-icon-2C9Ln .assets-style-home--style2-ant-steps-icon-dot-MUxsT {
  background-color: #eb780c;
}
.assets-style-home--style2-ant-menu-horizontal-32C_2 > .assets-style-home--style2-ant-menu-item-selected-14HV7 > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-home--style2-ant-menu-horizontal-32C_2 > .assets-style-home--style2-ant-menu-submenu-3tB7s:hover,
.assets-style-home--style2-ant-menu-horizontal-32C_2 > .assets-style-home--style2-ant-menu-item-2-hXY:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-home--style2-ant-menu-submenu-horizontal-3CE37 > .assets-style-home--style2-ant-menu-submenu-active-14edh,
.assets-style-home--style2-ant-menu-submenu-horizontal-3CE37 > .assets-style-home--style2-ant-menu-submenu-open-2Fo6- :hover,
.assets-style-home--style2-ant-menu-submenu-horizontal-3CE37 > .assets-style-home--style2-ant-menu-submenu-active-14edh :hover,
.assets-style-home--style2-ant-menu-submenu-horizontal-3CE37 > .assets-style-home--style2-ant-menu-submenu-title-2oClw :hover {
  color: white;
}
.assets-style-home--style2-ant-menu-submenu-horizontal-3CE37 > .assets-style-home--style2-ant-menu-submenu-title-2oClw {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-home--style2-ant-tree-node-selected-ZHFf- {
  background-color: transparent !important;
}
.assets-style-home--style2-ant-tree-node-selected-ZHFf- label {
  color: #eb780c;
}
.assets-style-home--style2-fill-1zLe5 {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-home--style2-primary-table-bg-o0ny_ .assets-style-home--style2-ant-table-thead-9B7l8 > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-home--style2-primary-bg-hover-1xfsj:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-home--style2-primary-text-lighten-2aC0T {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-home--style2-noticeback-2TuYz {
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/2Bl95ZCOX3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1275px;
  left: 0;
}
.assets-style-home--style2-noticeDiv-3E85B {
  display: flex;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-ListSpec-UhSHU {
  z-index: 0;
  padding: 16px 40px 0 40px;
  width: 660px;
  height: 416px !important;
  margin-top: 32px;
  margin-left: -32px;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-ListItem-1vPce {
  padding-left: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-ListItem-1vPce .assets-style-home--style2-itemTitle-SG3wS {
  color: #2E2E2E;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-ListItem-1vPce .assets-style-home--style2-itemTitle-SG3wS:hover {
  color: #7e3c3c;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-ListItem-1vPce .assets-style-home--style2-bt-3YhL7 {
  color: #2E2E2E;
  font-family: PingFang SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-ListSpec-UhSHU .ant-list-split .ant-list-item {
  border-bottom: none !important;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-timeDate-2yqKf {
  font-family: "Lantinghei SC";
  background-color: #77171A;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-timeDay-2tE9h {
  background-color: #F7F2EB;
  color: #CA9350;
  font-family: "Lantinghei SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-infoBg-3qVIH {
  z-index: 1;
  width: 565px;
  height: 508px;
  border-radius: 16px;
  box-shadow: 0px 0 8px #ffffff;
  background-image: url(../../assets/images/3Bp5BKVIAV.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 28px;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-infoBg-3qVIH .assets-style-home--style2-title-117GS {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-infoBg-3qVIH .assets-style-home--style2-title-117GS:hover {
  color: #c7363b;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-infoBg-3qVIH .assets-style-home--style2-publishTime-1di4S {
  margin-top: 20px;
  margin-bottom: 70px;
  color: rgba(255, 255, 255, 0.65);
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-infoBg-3qVIH .assets-style-home--style2-more-2_R4g {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  text-transform: uppercase;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-infoBg-3qVIH .assets-style-home--style2-more-2_R4g .assets-style-home--style2-moreText-3hsgT:hover {
  color: #c7363b;
  font-weight: 500;
  cursor: pointer;
}
.assets-style-home--style2-noticeDiv-3E85B .assets-style-home--style2-infoBg-3qVIH .assets-style-home--style2-more-2_R4g .assets-style-home--style2-img-3_oCt {
  width: 20px;
  height: 11px;
  margin-left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAWCAYAAABDhYU9AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADaSURBVHgB7ZWNDYIwEEaviQM4QkfACYQJdAMZQTdgA0fQFdzATWAD2eD8jhyhEiUk/ORM+pKjDUfhpTmuRCvBzB5RaniyBIQS7jApWETBKUTBqUAo/29B+c0HFksL2NK6go2Pw+SK8YyoEDvnXB0sCnMZclX4Qgx7mo8U4XUuDhnxJ3n4dC9XDOSW4LbBd55qXes8pM0J917ugjjQfHjqdk54NFdYpvyjrnD/yMvXnNT1S3dMxpQs8EUsIQtYFjtZFuMoNhbLYj4QK9nSIS+9UnfLlliLCo5u6G8vXvZmUv3gZwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.assets-style-home--style2-typeArea-27Tck {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1200px;
  margin-top: 30px;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-header-L-Te0 {
  padding: 32px 20px;
  display: flex;
  justify-content: space-between;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-header-L-Te0 .assets-style-home--style2-left-1VDyK {
  width: 96%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay {
  display: flex;
  justify-content: left;
  padding: 0 20px;
  padding-bottom: 27px;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH {
  background: linear-gradient(rgba(214, 229, 255, 0.7), #FFF);
  padding: 22px 12px 24px 18px;
  margin-right: 30px;
  width: 368px;
  height: 145px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH:last-child {
  margin-right: 0;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH img {
  width: 40px;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH .assets-style-home--style2-middle-1pJ_7 {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.12px;
  text-align: left;
  padding: 0 12px;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH .assets-style-home--style2-middle-1pJ_7 .assets-style-home--style2-middleTop-2tIHa {
  margin-bottom: 14px;
  color: black;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH .assets-style-home--style2-top-1dFSn {
  height: 98%;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH .assets-style-home--style2-bottom-1n-g6 {
  padding: 0 12px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.84px;
  text-align: left;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH .assets-style-home--style2-bottom-1n-g6 .assets-style-home--style2-bottomLeft-1K54l {
  color: #23d688;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH:hover {
  box-shadow: 0px 1px 4px 0px #00000040;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay .assets-style-home--style2-categoryItem-2X8LH:hover .assets-style-home--style2-middleTop-2tIHa {
  color: var(--primary-color);
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-categoryBox-3H-ay:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .ant-card {
  margin-bottom: 24px;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .ant-card .ant-card-head {
  margin-bottom: 5px;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .ant-card .ant-card-head .ant-card-head-title {
  font-size: 20px;
  font-weight: 700;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .ant-card .ant-card-body {
  padding: 0 24px;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-List-FShB9 {
  background-color: #FFFFFF;
  height: 100%;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-List-FShB9 .ant-list-item :first-child {
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-List-FShB9 .ant-list-item :first-child:before {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  content: ' ';
  display: inline-block;
  position: relative;
  background-color: var(--primary-color);
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-List-FShB9 .ant-list-item :first-child:hover {
  color: var(--primary-color);
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU {
  background-color: #FFFFFF;
  height: 100%;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU .ant-list-item {
  display: flex;
  justify-content: start;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU .ant-list-item a {
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU .ant-list-item a:hover {
  color: var(--primary-color);
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU .ant-list-item a > span:last-child {
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-red-wIQ3I .assets-style-home--style2-timeDay-2tE9h {
  background-color: #F1E7E7 !important;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-red-wIQ3I .assets-style-home--style2-timeDate-2yqKf {
  background-color: #77171A !important;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-red-wIQ3I .assets-style-home--style2-timeDay-2tE9h {
  color: #77171A !important;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-timeCount-vrdGW {
  width: 73px;
  height: 57px;
  border-radius: 4px;
  background: rgba(119, 23, 26, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  text-align: center;
  margin-right: 24px;
}
.assets-style-home--style2-typeArea-27Tck .assets-style-home--style2-cardCount-u_SS6 .assets-style-home--style2-ListSpec-UhSHU .assets-style-home--style2-timeCount-vrdGW .assets-style-home--style2-timeDate-2yqKf {
  padding: 2px 6px;
  font-size: 12px;
  background-color: #CA9350;
  color: #FFF;
  font-family: "Lantinghei SC";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-postInfo--index-primary-color-3sfFQ {
  color: #eb780c;
}
.assets-style-postInfo--index-primary-color-lighten-34EXu {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-postInfo--index-primary-background-color-3sOvH {
  background-color: #eb780c;
}
.assets-style-postInfo--index-primary-background-dark-U9xEX {
  background-color: darken(@primary-color, 8%);
}
.assets-style-postInfo--index-ant-menu-item-active-3o2Ly {
  color: darken(@primary-color, 8%);
}
.assets-style-postInfo--index-ant-menu-horizonta-2Oxne,
.assets-style-postInfo--index-ant-menu-3lgSf {
  background-color: @primary-color !important;
}
.assets-style-postInfo--index-ant-menu-horizontal-33Oxb {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-postInfo--index-primary-border1-2-K08 {
  border: 1px solid #eb780c;
}
.assets-style-postInfo--index-primary-border-top2-3L3zr {
  border-top: 2px solid #eb780c;
}
.assets-style-postInfo--index-primary-border-bottom2-Tk5vE {
  border-bottom: 12px solid #eb780c;
}
.assets-style-postInfo--index-ant-steps-item-finish-3PS5a > .assets-style-postInfo--index-ant-steps-item-content-q3DX4 > .assets-style-postInfo--index-ant-steps-item-title-jICVB,
.assets-style-postInfo--index-ant-steps-item-process-2GHya > .assets-style-postInfo--index-ant-steps-item-content-q3DX4 > .assets-style-postInfo--index-ant-steps-item-title-jICVB,
.assets-style-postInfo--index-ant-steps-item-finish-3PS5a > .assets-style-postInfo--index-ant-steps-item-content-q3DX4 > .assets-style-postInfo--index-ant-steps-item-description---SRH,
.assets-style-postInfo--index-ant-steps-item-process-2GHya > .assets-style-postInfo--index-ant-steps-item-content-q3DX4 > .assets-style-postInfo--index-ant-steps-item-title-jICVB {
  color: #eb780c;
}
.assets-style-postInfo--index-ant-steps-item-finish-3PS5a .assets-style-postInfo--index-ant-steps-item-icon-2tGAT > .assets-style-postInfo--index-ant-steps-icon-Re0ak .assets-style-postInfo--index-ant-steps-icon-dot-2SpxX,
.assets-style-postInfo--index-ant-steps-item-finish-3PS5a > .assets-style-postInfo--index-ant-steps-item-tail-jbw2i:after,
.assets-style-postInfo--index-ant-steps-item-process-2GHya .assets-style-postInfo--index-ant-steps-item-icon-2tGAT > .assets-style-postInfo--index-ant-steps-icon-Re0ak .assets-style-postInfo--index-ant-steps-icon-dot-2SpxX {
  background-color: #eb780c;
}
.assets-style-postInfo--index-ant-menu-horizontal-33Oxb > .assets-style-postInfo--index-ant-menu-item-selected-1Ehbw > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-postInfo--index-ant-menu-horizontal-33Oxb > .assets-style-postInfo--index-ant-menu-submenu-3QID3:hover,
.assets-style-postInfo--index-ant-menu-horizontal-33Oxb > .assets-style-postInfo--index-ant-menu-item-3ozof:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-postInfo--index-ant-menu-submenu-horizontal-FSFkj > .assets-style-postInfo--index-ant-menu-submenu-active-2K31f,
.assets-style-postInfo--index-ant-menu-submenu-horizontal-FSFkj > .assets-style-postInfo--index-ant-menu-submenu-open-2jmFE :hover,
.assets-style-postInfo--index-ant-menu-submenu-horizontal-FSFkj > .assets-style-postInfo--index-ant-menu-submenu-active-2K31f :hover,
.assets-style-postInfo--index-ant-menu-submenu-horizontal-FSFkj > .assets-style-postInfo--index-ant-menu-submenu-title-36KMd :hover {
  color: white;
}
.assets-style-postInfo--index-ant-menu-submenu-horizontal-FSFkj > .assets-style-postInfo--index-ant-menu-submenu-title-36KMd {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-postInfo--index-ant-tree-node-selected-3nuO_ {
  background-color: transparent !important;
}
.assets-style-postInfo--index-ant-tree-node-selected-3nuO_ label {
  color: #eb780c;
}
.assets-style-postInfo--index-fill-14Yaf {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-postInfo--index-primary-table-bg-3nNvw .assets-style-postInfo--index-ant-table-thead-2fFkf > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-postInfo--index-primary-bg-hover-73bNs:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-postInfo--index-primary-text-lighten-3u-0i {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-postInfo--index-postInfo-1y2I2 {
  position: relative;
  margin: 24px auto;
  padding: 24px 0;
  width: 1200px;
  background-color: #ffffff;
  min-height: 74vh;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-searchRow-3NGhS {
  margin: 0 24px 11px 24px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-searchRow-3NGhS .assets-style-postInfo--index-search-tA_WT {
  width: 500px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-searchRow-3NGhS .assets-style-postInfo--index-search-tA_WT .assets-style-postInfo--index-searchIcon-S9Ohg {
  width: 13px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-selectBox-3Aj28 {
  margin: 0 24px 10px 24px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-selectBox-3Aj28 .assets-style-postInfo--index-selectRow-3SVsB {
  display: flex;
  border-bottom: 1px dashed #efefef;
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-selectBox-3Aj28 .assets-style-postInfo--index-selectRow-3SVsB:last-child {
  border-bottom: none;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-selectBox-3Aj28 .assets-style-postInfo--index-selectRow-3SVsB .assets-style-postInfo--index-label-2P9Uh {
  margin-right: 45px;
  color: rgba(0, 0, 0, 0.25);
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-selectBox-3Aj28 .assets-style-postInfo--index-selectRow-3SVsB .assets-style-postInfo--index-valuePart-1oqb0 {
  flex: 1;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-selectBox-3Aj28 .assets-style-postInfo--index-selectRow-3SVsB .assets-style-postInfo--index-valuePart-1oqb0 .assets-style-postInfo--index-value-3tVTV {
  margin-right: 40px;
  float: left;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-selectBox-3Aj28 .assets-style-postInfo--index-selectRow-3SVsB .assets-style-postInfo--index-valuePart-1oqb0 .assets-style-postInfo--index-value-3tVTV:hover {
  color: var(--primary-color);
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-selectBox-3Aj28 .assets-style-postInfo--index-selectRow-3SVsB .assets-style-postInfo--index-valuePart-1oqb0 .assets-style-postInfo--index-checkValue-1BlON {
  margin-right: 43px;
  float: left;
  color: var(--primary-color);
  cursor: pointer;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-searchResult-SeQap {
  height: 43px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 43px;
  text-align: center;
  background-color: #f0eded;
  border-radius: 5px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-searchResult-SeQap .assets-style-postInfo--index-resultNum-238oU {
  color: var(--primary-color);
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-title-2Usv9 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-description-b5siL {
  display: flex;
  justify-content: space-between;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-description-b5siL .assets-style-postInfo--index-label-2P9Uh {
  display: inline-block;
  height: 31px;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #77171A;
  line-height: 31px;
  background-color: #ff989c61;
  border-radius: 3px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-actionsItem-3Hrq7 {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 16px;
  cursor: pointer;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-actionsItem-3Hrq7 img {
  margin-bottom: 10px;
  width: 26px;
  height: 26px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-actionsItem-3Hrq7:hover {
  color: #397EF0;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-actionsItem-3Hrq7:hover .assets-style-postInfo--index-unCollect-1MUN5 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAApCAYAAABDV7v1AAAAAXNSR0IArs4c6QAABQJJREFUWEfdmU1sG1UQx+e9tdO6aez4UMKBSlbhRFSa9NTcHLUIx5Eac4ADCNGgiFtV3DgRlaiaqIdWJE5ScYOKBFVw6KVpJexCQDGn9hRcUG7QBtEL5WDHIc6X9w2aTZ6z3uyHP1PEXOLEu/N+O/vmPzMvDOpsPeO5CGPQt+P2p8Sgd6YeS7B6OCEfwZFMq8er3GEIwRKfDNN5JrpTUX+2lrXqBto7uTKJAj8yhRE4mhjyjTx30NC1TIA3KU8kSORkk/ZxdmFT/ikrNtXO+5f8S9XC1iWi4XhuGgDOEUSbl8OXA80az8e38/DrU1WyzSQGvf3PDdQYzetvH4LjLykaD0ESrDQh1O77Q/5UNbA1RzQcz90BgAgtfqbdDdE3DpZw6KOKDFLJi97ufQfdkSIC1Wx64DC84C199r9yAj64uVpzVGuKaDieowQKWEVT0n2R2igmVrVRrRo0PPHPBUAxZRdN+d3qBkL/zVWgn2QIGE0O+or3lrMVqgI1Qr7bdQDe6dqWJCv7+sEGfPOgKFcVwzqChq6tBaBpK8iAnQDAAAcIIkCrBNLLkR0oRfP8rTzQntXZEgKkmcBHyFi6IPjS3PDhtJmfElAqgwdblIgGxbCDI3TooYwOCJLkyJhAVsAEeen2mhG25HIGkBUM0oAszQAfiU01RYWiCEqvk6EYsQOTHpsPMKDq03fSDfS5UqMt8MPili2w3iftaW0Vo2jrLyKQ40cVaPMyOHZEgdeOusqOoNMDPP5bwLOcgF/+LMDjZwLod5lwxns1UH0JPHaEw+l2N7zo4xpYua/VCarc7wmUgAn+x8VCMeoaaM9Ebl62Z/oSWK7zRl338LcCXL23prmXES2WQXrN19861Ki1K/J79e4aPPy9sAsaGssEOVfmpZczr7ohGiqt2RWtUIeLJ79b1xJO2m7Wjy2PAGdX/guwn6fW4e7CLiQIHC3RlrABlqoNVZ39NGMFI0iaDvaIYHh8eQoYuyDh9hPWCrKYTMaI9YwvzzDG3t9P2D29AOJXyZhPmxosQTXJMsBePuuBU6+4GrILKGkoeaShAdIWNDKZad1EPg/IOuhCqlDTA81VlUynp6PGutisIKYTMV+n8R7bQk2wW0J5Ius/jRk0btTT9NFEwKU1LjrNzgAcOwq9ElAT8mGwvvqqlyIUGE0OmTfUzqDxHG1oGodNh7dao1si7Cr0J4bNj4D+R6C6ItAITdXLEiLeSMZ8psdC5US02LB8ctYDXXWWKIM0WZ6mOII2ugWk3vP8re25HxHTSRNpstVRmSS98VxGypPZAUOtyWQ4oMgmBr1+M5+OOroplIy88duLLbZcdNakn4XaWrg2xjhpb+/EStFvnqv+inU0/GmmAxTlZ/JCI8pn722f0umNRoe5xS24t2A9rNG0SoloBVxamdyBRMzzR0WVKTS2EuQctYba2PkTIJ1/Ut9oNZAZF5PAxgFR38kXEN78PuadrQg0rBP7Uy+74HKfR4OyBsQsCLiBTKQRIcsZjyCDPgZMO5+SRsCn213wenuTNjzqQcFC9G33qP7Vy6jSWLs3gtuAeZeYMttfoXjuHAO8YgSWW4oyX9qWqnbODfv3nJZUJE/G10FNBAIbXefqbDn/TLAD3vFdvY5SB7Wh8il9I40IKUR1tNrTYwvg2TxX+60e2DGiMoqhyUwAChDgCNmEyaupRk9pawkGresuSDu9kX8Bl3WKrRmgqAcAAAAASUVORK5CYII=);
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-actionsItem-3Hrq7 .assets-style-postInfo--index-unCollect-1MUN5 {
  margin-bottom: 10px;
  width: 26px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAApCAYAAABDV7v1AAAAAXNSR0IArs4c6QAABCJJREFUWEfdmb1OG0EQx8eLZVFQGImCgsIFBQVSjESBROPVSbQhTxB4giRPEHiCmCcIeYLQUcAxTkeBFEeioECKI1FQIMUFBQVaR//N7Wlvfd8+mygjnThhe+/n2Z3/fLhGFdv5+fnu3NzcayyrlPrmed5xFY+oVbEI1mDmJhF9JaKOs2afiKSUcjjJs6oE/URE7+NglFKHnucdvDgoM7eI6KcBWVlZ0bd3d3fmX/DmhpRyUBa2Eo8y82ci2gPE/Pw8bW1taZ5+v0/DYbjjx1LK/RcDdb3Zbrep2cRxJQ0JWMtwVntlYCf2KDMjgHbx8OXlZVpbW4twOF7tgXTmoIEUAVQbthxbb9vT0xNdXl5O7NWJPMrMCCAEUqw3Dd3t7a0dWKW8WhqUmd8RUTfNm+a15+dn7VX8hSmlPnieF342z1EoBepCtlotwpVmg8GAcBkrCpsJenp62mo0Gh0hxKtgm5F5/oa1I0dpoPDm1dUV4cxaBvK+UurHaDTC38HOzk5EJsx7I6BIg0qp3QCqTUS4QigXBIEDOXIDKAkYkFABB9Z9O4QXsPoLCCFwpgchaLCdSHOJYGbFer1OyD64cF/UcATu7++zgCPHRIO6om0/GCAQcHhtYWEhvC8KF/f+x8dHDYvEgHtcJuDc9xvQMAUCBsJtwPJuaxXgWAOgAAa87XUDyqY8s1NgVQ8vu87DwwNdX1/rjxvQMA1imwH7LxggAWuDQnLgVW1xOXvW4Dc3N3rrx+SJmRHxH/8FWCflAunQ1dEIbJ6MU7Wn3QwGSCnlwVhm8n2/K4RAHtc2S9gkyPCMul65uLg4rtVqb2cJGwP5RUqpu4ZEULzgwq6vr9PS0lLVO63XQ9AgeCyLQKaCBu0vlEBrFTIUCuMyKTPr26EEtPJ/X0q54X4mtXoKYFEc6/yPNgPSVaU53kQ1hW51bAaQWeb5vn8ghNCyhSJkdXW1Sk6ypSitRs0DuieEQC0wlURgC7tSaj9pBPRfgYZbPw1NtWVJKXXkeV7sWCjTo3bfPg2JcoIpcZqSB3SqJSBqT/RSgcVKU6qOmk8y828jT3EDhkklwBlQDKWUi3Fr5tFRgGrrdNzRZ3RJtypHd4D6Nkt7e73IOGqxsI4yM7LSd+CgRdnc3Bz7smgdcM4wYkzqLgGMQEwCtjNTo9FobW9v/yqUmc7Ozjr1el0X1G7lD0DA4UpqyNyHGWDTLJrX7UqeiN5IKU8Kgfq+H4o9ChJEfQYgUt9R0JfjHlM+zPMjYxQAw7umibRBk0Q/64yGW2+8mtDSGsBu3PliZpRrSMNjcx8cKaxpGXL92LSkkDzFRCOKiEMiOsnzY0IacLD2RDraHI1GXbuQJiKEKVqEUtPjBGCcy/2kL5zpUUtPsW24oHWxg6yimhqoCkpICH3qzzt/AFGnN9iPB7yMAAAAAElFTkSuQmCC) no-repeat center / 26px 26px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-actionsItem-3Hrq7:hover .assets-style-postInfo--index-shareImg-sBOk7 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAAAoBJREFUaEPtmV9u00AQxmfsFoEQ+XODcIP0BuEtmJfeoO0JAkqCxFOTJyRSJ+0JCCcAXpJIPLQ3SG7QcgK3Tl8q4x20IkXBJF7v2nG70fbVO7Pfb76xO9MibNkPbhkPGKDH7qhxyDiUcwUStVy9N6+hRQ1Aqor0IcB18Isd/Xhfnq076/RvGwThW1Gu6HOemxjrjlvlb+tihUDOYH4MjDoylzOg75NmcX9VTH3gVSxmX8rki5y9GjULL5WAHNc/BIDPspcT0Ltxs3i6Km5/4JXumDVFwIps3sV5daDXff8cCWo8ERF9oYAlcmryoXwlElv/6AmBcNfqIOJBZg69OZlPafHeBGG4F/deiABkn8e0urpDTt+/BII/laTdyqj17KesMJXzURjeHUtO6QX0nzOMumyHDZc+JPoArYIZtYudyJdRD6B1MLxltQOKg9EOSASjFVASGG2AksJoASQD8+iBZGGiQEQ0G7eKe2rDacaTggoMF/7PQMuoy383PTiQKsyycD7Qigbf2H0oy1nOcX36K05QZZX57z4mP6CTm1NAbMAGYThUbkBpqi4Ta4BkqvUQZ7VxqNbxSk+f71Qn7RcXcYXSBshxff6Xooroo6IFkHb7kOhdM0DrKpTlpCByIe65ccg4lKZ/FGJNy5mWU2ibNCHOJ68Ktj3lOdKt4K7/lW/ACzHDILTO7NC+TiNOJdZ6EgzudRDBxbhVeKW0gtd7Xs2y7HMVEZuKYQBHk2ZhqATEg5zeTQcsPN6UQKm8CbZd4f9Y+YV11z9EhANkVCKEkpSIDA4j4Iyx8GzSLseuDsIVPAMtuadI5FDuqlJcaIBSFC+XUONQLmVOccnWOfQbdflSU0tKkzEAAAAASUVORK5CYII=);
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .assets-style-postInfo--index-actionsItem-3Hrq7 .assets-style-postInfo--index-shareImg-sBOk7 {
  margin-bottom: 10px;
  width: 26px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAAAjFJREFUaEPtmd1twjAQxy8RQjwyAt0AnnnhQLx3g9IJ2k5QmKAwQekEbZ9RdGxQNijdoO98pDqUSBFKbMdOTYx8Up7is/27/yU55wK4MguujAc8UN0V9Qp5hSxHQCnlVqvVoNFoPABAV2F/vwBwj4iborFExHM9Ksx1PoTnniHiR5GvFIiIngFgWmbxOI4/h8PhbZ4PEXUA4LvMfGdjt4h4owUURdEkDMNXjcWfEHFeANQGgC8AYDAd0wciIgKAQbLqm6pSiLiV7TRRSjgsjuNpEAR3lSlERBzJ9LnpiZ4LGUDZ+4JUN1KIc/2UGs1ms9Pv93/KbkxnfA4MZ0eqlFtAOTAzAFhmXiTuAOXBIOL07M3oBlARDKesc0AiGOeAZDBOAanAOAOkCuMEUBmY2gOVhckB2iBiT6s4JaJKKwUdmAQoW9Dy8aGw+hceH6oE0oXJKsHfI1nhaxMozmxOGGWd+i/1sQYURdE8DEM+qf4bDENZAzKJehlfD1QmWpcY64xCRNTe7/fd8Xi8FgXKJaDTN/F4PM5Go9Hlv0Mm6efceUgG64GKIlRl6SNTQXTfK+QVMskfDV+fcj7lNNLGxIWIuGHAjQM2oyP4OwCkjavlbrdbHA4H7qJZtVar9ZLZxxoRUfefAveGuEdUJ+N2J/+8zzWVliQXgtyWrINJT7tSIKYgoknSn+G/L3zZNm5ALxBReHTgTSkB2d69yXoeyCR6Nny9QjaibLKGV8gkejZ8/wApO6VEJBQ8sAAAAABJRU5ErkJggg==) no-repeat center / cover;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .ant-list-item-action {
  padding-left: 24px;
  margin-left: 0;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .ant-list-item-meta,
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .ant-list-item-action {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 18px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .ant-list-item {
  padding: 15px 24px 0 24px;
  border-bottom: none;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .ant-list-item:last-child .ant-list-item-meta,
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .ant-list-item:last-child .ant-list-item-action {
  border-bottom: none;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .ant-list-item:hover {
  background-color: #5e070417;
}
.assets-style-postInfo--index-postInfo-1y2I2 .assets-style-postInfo--index-list-1NAdK .ant-list-item:hover .titleName {
  color: var(--primary-color);
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-input {
  height: 38px;
  border-radius: 19px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-input:focus {
  box-shadow: none;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-input-lg {
  padding-left: 19px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-btn-lg {
  height: 38px;
  width: 86px;
  border-radius: 19px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-list-split .ant-list-item:last-child {
  width: 100%;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-list-item {
  padding: 15px 0;
  cursor: pointer;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-list-item-action > li {
  padding: 0 18px;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-list-item-action-split {
  width: 0;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-pagination {
  bottom: 30px;
  right: 50%;
  transform: translate(50%, 0);
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-pagination-item-active {
  background-color: var(--primary-color);
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-pagination-item-active:focus a {
  color: #fff;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-pagination-item-active a {
  color: #fff;
}
.assets-style-postInfo--index-postInfo-1y2I2 .ant-pagination.mini .ant-pagination-item {
  line-height: 25px;
}
.assets-style-notice--index-bg-TKGcH {
  height: 150px;
  width: 100%;
}
.assets-style-notice--index-notice-3hlcU {
  margin: 15px auto;
  border: 1px solid #e6e6e6;
}
.assets-style-notice--index-top-4APdQ {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
.assets-style-notice--index-title-2-GGr {
  font-size: 18px;
  font-weight: bold;
}
.assets-style-notice--index-content-2dhPF {
  position: relative;
  padding: 10px 10px 45px 10px;
  background-color: #fdfdfd;
  text-align: right;
}
.assets-style-notice--index-content-2dhPF ul:first-child li {
  padding-left: 20px;
  cursor: pointer;
  line-height: 30px;
}
.assets-style-notice--index-noMessageContent-3Obq6 {
  padding-top: 100px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-noticeDetail--index-detail-1YaTw {
  padding: 20px 10px;
  background-color: #fdfdfd;
}
.assets-style-noticeDetail--index-title-3KW7i {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.assets-style-noticeDetail--index-subTitle-2kEoL {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 20px;
  text-align: center;
}
.assets-style-noticeDetail--index-table-content-1VRRd table {
  margin: 0 auto !important;
}
.assets-style-noticeDetail--index-table-content-1VRRd img {
  max-width: 100% !important;
}
.assets-style-schoolProfile--index-bg-2s3WZ {
  height: 150px;
  width: 100%;
}
.assets-style-schoolProfile--index-notice-1IiK9 {
  margin: 15px auto;
  border: 1px solid #e6e6e6;
}
.assets-style-schoolProfile--index-top-2FJ1C {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
.assets-style-schoolProfile--index-title-1XUGP {
  font-size: 18px;
  font-weight: bold;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-employ--myResume-primary-color-3_kjR {
  color: #eb780c;
}
.assets-style-employ--myResume-primary-color-lighten-3fkpI {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myResume-primary-background-color-18yyd {
  background-color: #eb780c;
}
.assets-style-employ--myResume-primary-background-dark-2yBl8 {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myResume-ant-menu-item-active-Hetm4 {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myResume-ant-menu-horizonta-3hM-p,
.assets-style-employ--myResume-ant-menu-1JxNh {
  background-color: @primary-color !important;
}
.assets-style-employ--myResume-ant-menu-horizontal-3mWkm {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myResume-primary-border1-3154u {
  border: 1px solid #eb780c;
}
.assets-style-employ--myResume-primary-border-top2-1kvo2 {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myResume-primary-border-bottom2-1nx08 {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myResume-ant-steps-item-finish-2WXO- > .assets-style-employ--myResume-ant-steps-item-content-3jU26 > .assets-style-employ--myResume-ant-steps-item-title-31wPK,
.assets-style-employ--myResume-ant-steps-item-process-3CTtD > .assets-style-employ--myResume-ant-steps-item-content-3jU26 > .assets-style-employ--myResume-ant-steps-item-title-31wPK,
.assets-style-employ--myResume-ant-steps-item-finish-2WXO- > .assets-style-employ--myResume-ant-steps-item-content-3jU26 > .assets-style-employ--myResume-ant-steps-item-description-1V01b,
.assets-style-employ--myResume-ant-steps-item-process-3CTtD > .assets-style-employ--myResume-ant-steps-item-content-3jU26 > .assets-style-employ--myResume-ant-steps-item-title-31wPK {
  color: #eb780c;
}
.assets-style-employ--myResume-ant-steps-item-finish-2WXO- .assets-style-employ--myResume-ant-steps-item-icon-3rvaj > .assets-style-employ--myResume-ant-steps-icon-23nnT .assets-style-employ--myResume-ant-steps-icon-dot-2HtNv,
.assets-style-employ--myResume-ant-steps-item-finish-2WXO- > .assets-style-employ--myResume-ant-steps-item-tail-1yhZm:after,
.assets-style-employ--myResume-ant-steps-item-process-3CTtD .assets-style-employ--myResume-ant-steps-item-icon-3rvaj > .assets-style-employ--myResume-ant-steps-icon-23nnT .assets-style-employ--myResume-ant-steps-icon-dot-2HtNv {
  background-color: #eb780c;
}
.assets-style-employ--myResume-ant-menu-horizontal-3mWkm > .assets-style-employ--myResume-ant-menu-item-selected-3Wut5 > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myResume-ant-menu-horizontal-3mWkm > .assets-style-employ--myResume-ant-menu-submenu-ohg9S:hover,
.assets-style-employ--myResume-ant-menu-horizontal-3mWkm > .assets-style-employ--myResume-ant-menu-item-3iVeH:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-nyb > .assets-style-employ--myResume-ant-menu-submenu-active-1vLys,
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-nyb > .assets-style-employ--myResume-ant-menu-submenu-open-fFpsv :hover,
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-nyb > .assets-style-employ--myResume-ant-menu-submenu-active-1vLys :hover,
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-nyb > .assets-style-employ--myResume-ant-menu-submenu-title-v7_rO :hover {
  color: white;
}
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-nyb > .assets-style-employ--myResume-ant-menu-submenu-title-v7_rO {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myResume-ant-tree-node-selected-2xWVE {
  background-color: transparent !important;
}
.assets-style-employ--myResume-ant-tree-node-selected-2xWVE label {
  color: #eb780c;
}
.assets-style-employ--myResume-fill-3lkC0 {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myResume-primary-table-bg-3j1Od .assets-style-employ--myResume-ant-table-thead-3EKXx > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myResume-primary-bg-hover-H9Mb0:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myResume-primary-text-lighten-SU6pc {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-employ--myResume-myResume-Z5jcR {
  padding: 20px;
  min-height: 796px;
}
.assets-style-employ--myResume-myResume-Z5jcR > .assets-style-employ--myResume-header-1BS03 {
  padding-left: 8px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
}
.assets-style-employ--myResume-myResume-Z5jcR > .assets-style-employ--myResume-title-1rbS_ {
  margin-top: 24px;
  margin-bottom: 20px;
  padding-left: 18px;
  height: 36px;
  background-color: #f5f9fe;
  font-size: 16px;
  font-weight: 700;
  color: #77171A;
  line-height: 36px;
}
.assets-style-employ--myResume-myResume-Z5jcR > .assets-style-employ--myResume-text-29rPO {
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 26px;
}
.assets-style-employ--myResume-myResume-Z5jcR > .assets-style-employ--myResume-text-29rPO:nth-last-of-type(1) {
  margin-bottom: 15px;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-createResume-2wbEK {
  margin-bottom: 30px;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6 {
  margin-bottom: 11px;
  *zoom: 1;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6 .assets-style-employ--myResume-resume-3OwFm {
  position: relative;
  margin-bottom: 24px;
  margin-right: 24px;
  float: left;
  width: 314px;
  height: 180px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(57, 126, 240, 0.25);
  background: url(data:image/png;base64,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) no-repeat center bottom / 322px 51px;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6 .assets-style-employ--myResume-resume-3OwFm:nth-child(3n) {
  margin-right: 0;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6 .assets-style-employ--myResume-resume-3OwFm .assets-style-employ--myResume-resumeLogo-oTl79 {
  margin: 36px 0 10px 0;
  width: 63px;
  height: 57px;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6 .assets-style-employ--myResume-resume-3OwFm .assets-style-employ--myResume-resumeName-12Z_o {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6 .assets-style-employ--myResume-resume-3OwFm .assets-style-employ--myResume-resumeHover-1Aywm {
  visibility: hidden;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6 .assets-style-employ--myResume-resume-3OwFm:hover .assets-style-employ--myResume-resumeHover-1Aywm {
  visibility: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 46px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #00000080;
  color: #fff;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6 .assets-style-employ--myResume-resume-3OwFm:hover .assets-style-employ--myResume-resumeHover-1Aywm .assets-style-employ--myResume-selectItem-3HTxW {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.assets-style-employ--myResume-myResume-Z5jcR .assets-style-employ--myResume-resumeList-uLgP6 .assets-style-employ--myResume-resume-3OwFm:hover .assets-style-employ--myResume-resumeHover-1Aywm .assets-style-employ--myResume-selectItem-3HTxW img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.assets-style-employ--myResume-contentLayout-38olU {
  min-height: 688px;
}
.assets-style-employ--myResume-contentLayoutLoading-1kA3b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.assets-style-employ--myResume-topProgress-17vh5 {
  padding: -24px;
}
.assets-style-employ--myResume-topProgress-17vh5 .ant-progress-inner {
  border-radius: 0 !important;
  vertical-align: top;
}
.assets-style-employ--myResume-resumeDetail-99ud_ {
  padding: 24px;
  width: 100%;
  display: flex;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ- {
  max-height: 800px;
  overflow: auto;
  padding-bottom: 20px;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块 */
  /* 滚动条轨道 */
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ-::-webkit-scrollbar {
  /* 对应纵向滚动条的宽度 */
  width: 5px;
  /* 对应横向滚动条的宽度 */
  height: 5px;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ-::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 32px;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ-::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 32px;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ- .assets-style-employ--myResume-return-3DIb- {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 21px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  cursor: pointer;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ- .assets-style-employ--myResume-header-1BS03 {
  margin-bottom: 24px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  border-left: 3px solid var(--primary-color);
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ- .assets-style-employ--myResume-title-1rbS_ {
  padding: 0 20px;
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  color: #77171A;
  border: 1px solid rgba(0, 0, 0, 0.09);
  line-height: 36px;
  background-color: #f5f9fe;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  display: flex;
  justify-content: space-between;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ- .assets-style-employ--myResume-addCountBtn-cguN9 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #77171A;
  line-height: 36px;
  cursor: pointer;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ- .assets-style-employ--myResume-addCountBtn-cguN9 > img {
  margin: 0 2px 2px 0;
  width: 16px;
  height: 16px;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ- .assets-style-employ--myResume-secondaryTitle-1FHu4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 35px 0 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 21px;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ- .assets-style-employ--myResume-secondaryTitle-1FHu4 .assets-style-employ--myResume-delCountBtn-2HlHN {
  font-size: 14px;
  font-weight: 400;
  color: #77171A;
  line-height: 14px;
  cursor: pointer;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-contentBox-1TZJ- .assets-style-employ--myResume-secondaryTitle-1FHu4 .assets-style-employ--myResume-delCountBtn-2HlHN > img {
  width: 14px;
  height: 14px;
  vertical-align: bottom;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-rightContent-PyijD {
  flex: 1;
  padding-left: 30px;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-rightContent-PyijD .assets-style-employ--myResume-rightBtn-3C5R- {
  margin-bottom: 12px;
  width: 134px;
}
.assets-style-employ--myResume-resumeDetail-99ud_ .assets-style-employ--myResume-rightContent-PyijD .assets-style-employ--myResume-rightBtn-3C5R- .assets-style-employ--myResume-value-1fV6j {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-employ--myResume-adaptiveForms-WL_aC {
  margin-top: 20px;
}
.assets-style-employ--myResume-adaptiveForms-WL_aC .assets-style-employ--myResume-spinBox-UwZZA {
  display: flex;
  justify-content: center;
  align-items: center;
}
.assets-style-employ--myResume-adaptiveForms-WL_aC .assets-style-employ--myResume-value-1fV6j {
  white-space: nowrap;
  /*规定段落中的文本不进行换行*/
  overflow: hidden;
  /*内容会被修剪，并且其余内容是不可见的。*/
  text-overflow: ellipsis;
  /*显示省略号来代表被修剪的文本*/
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-employ--myResume-adaptiveForms-WL_aC .ant-input::placeholder {
  font-size: 14px;
}
.assets-style-employ--myResume-adaptiveForms-WL_aC .ant-form-item-label {
  height: 56px;
  text-overflow: ellipsis;
}
.assets-style-employ--myResume-adaptiveForms-WL_aC .ant-form-item-label label {
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-employ--myResume-adaptiveForms-WL_aC .ant-form-explain {
  position: absolute;
  bottom: -14px;
}
.assets-style-employ--myResume-fillInInstruction-3VScX .assets-style-employ--myResume-img-1kINk {
  margin-bottom: 40px;
  width: 202px;
  height: 29px;
}
.assets-style-employ--myResume-fillInInstruction-3VScX .assets-style-employ--myResume-title-1rbS_ {
  font-size: 20px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.assets-style-employ--myResume-fillInInstruction-3VScX .assets-style-employ--myResume-button-3vWuK {
  width: 125px;
  height: 40px;
}
.assets-style-employ--myResume-fillInInstruction-3VScX .assets-style-employ--myResume-wrap-2lhw0 p {
  font-size: 14px;
  line-height: 30px;
}
.assets-style-employ--myResume-fillInInstruction-3VScX .ant-modal-close {
  top: 100%;
  right: 50%;
  transform: translate(50%, 25px);
}
.assets-style-employ--myResume-fillInInstruction-3VScX .ant-modal-close-x {
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.assets-style-employ--myResume-fillInInstruction-3VScX .anticon-close.ant-modal-close-icon {
  font-size: 20px;
  line-height: 38px;
  color: #fff;
}
.assets-style-employ--myResume-myAnchor-2WByB .ant-anchor-link-title > .check::before {
  display: inline-flex;
  height: 16px;
  width: 16px;
  content: '';
  vertical-align: bottom;
  background-size: 100%;
  background-image: url(data:image/png;base64,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);
}
.assets-style-employ--myResume-myAnchor-2WByB .ant-anchor-link-title > .checked::before {
  display: inline-flex;
  height: 16px;
  width: 16px;
  content: '';
  vertical-align: bottom;
  background-size: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAGGJJREFUeF7tnQuUHFW1hv9dPZMEkRtUhKSrgVxEGZKuDomA8lJUkAVeiSIvr4KiRkRArpqISbo6na7OQ8EniASIL7iogA+UcBFYF1QUUZSkqycJRklwujpRLhBAEpKZrn2pzmMlMZOprjr16jq9VtZkrTl7n3//u76p7q6qcwjyJR2QDgzrAElvpAPSgeEdkIDIo0M6sBcHJCDy8JAOSEDkMSAd8OaAPIN4801GpcQBCUhKGi3L9OaABMSbbzIqJQ5IQFLSaFmmNwckIN58k1EpcUACkpJGyzK9OSAB8eabjEqJAxKQlDRalunNAQmIN99kVEockICkpNGyTG8OSEC8+SajUuKABCQljZZlenNAAuLNNxmVEgckIClptCzTmwMSEG++eY96oNyjjhs1Vhlq7T+UUcYqg/b+pNBYm7n9k1ut/SmT2cA2P6cQtX/avcqGnpb9nN2T2WCt3/Ic3lYe8i5ARnbigASkE7c6GHvwn8pZO5PpY3AfFOUIBdzHQB+AQzpIM9zQvxGwygatgm0/TqBVSqu1amBquSkgt0yxkwMSEAGHw6tXl//tFVsyx7ONUwCcRIADw78JSN1RCgKeZ2AVgF+Tgvs3jmr99pnXl5/vKIkcvIsDEhAPB4QDxOjNdBy1cBwpylsBnOwhTVghD7Jt/5IzeHjzaH5YAtOZ7RIQl37l+hceDnvodCY6HcwnAtjPZWichr0A5ocYtNRutZaun1JeGydxcdQiAdlLV3aD4vQ4NtCHpi0OKAp4aY8yeunaSZ9b7yNX14ZKQHZr7aEr5o9vteyzt50pug2K4Q7kFwAsJfDSxo/sW1Eu2117xHdYmARkm2EOGIODQxdTRpkORrZDH7tp+DJmXqL885VLGsd/ZlM3FealltQDIsEY9rBZCWBJ71Brydop5Q1eDq5uiEktIBIMt4cvPeGAMgha8g9tzt/dRnXLuPQBwmUl198zg8FXpPytVKfHsMWgrza14tWdBiZ5fKoAyZnGWcyYCcKbk9y0iLU/qJCyaCA/5xcR6whl+lQAkjPLBUZmBoALQnE1BZMwcE2mt7VooK+7b2/pakByA1/ex35240widuBI4oW9mKNGTxDxokZevzHmQj3L61pAsiuMU2gIXwRhimd3ZKArBxj8k95e+uyTffoaVwEJGtSVgKg149MgOB8mlQT1IulSV7ONGc3J+s+SXsjO+rsKkENqC19lU+tqBn+km5qUrFpojqUVFyRL8/BquwaQ8csrJykZuhqMY7ulOUmtgwjfpy2tGd3wfEpXAKKaxiVgfAmEfZJ6UHWdbkadCZ9tavq9Sa4t8YDkzMpVDHK+pZKvGDpApExv5OfcFENpriQlGhDVNL4nr2246nO0g5h0q1CsRivC2+yJBSRnGr9g4J3eypZRYTtAzNc2CqXLw57X73yJBEQ1jeUACn6Ll/EhO0C43crr54Y8q6/pEgeIahrOk28H+apaBkfpwN2Wpr8rSgGdzJ0oQFTT4E6Kk2Nj68D9lqafGlt1OwlLDCBqvboazIcnwVSp0Y0DdL2lFS9xMzLKMYkAJGtW7iHQaVEaJecW7wCDZza1UqyfL4k9ILm6cS0zLhXfHpkxFg4wPmEV9MWx0LIHEbEGRF4EjOthI1gX80VWofQdwVmFpIstIGq9YoCpKKRKmST2DjDx+5v50g/iJjSWgOTqxnRm3BA3s6SeQB3YSMxnNAqlXwY6S4fJYwdIdlllCmXoPgCv6bAWOTzpDhAt63mJznjy6Dnr4lJK/ACR31jF5diISsdtlqafF9Xku88bK0Dk5464HBYR6yCuWvmSHrGK9vSxASRbmzeNSPlpHEyRGuLgAF1oacWbo1YSC0AOXlXO2oOZ+wEcGbUhcv7YOPAsKXx6Y1LpkSgVxQKQnFldIp8jj/IwiOvcfJ+llSJ9pCFyQNqrHQI/imuLpK5oHWCbL21OLl0XlYpIATl89ddHb9r83K/BOCYqA+S88XaAgDWZjHLCkxOj+eo3UkCyy+eVSVHmxrtFUl3kDhC+YuX1z0ShIzJADjarR9vEztljTBSFyzmT5YDC9NaBQvFXYauODBC1Xr0DzO8Lu2A5X0IdIPq5lS+eGbb6SADJ9hsXkY1vhV2snC/ZDjCUjza1OaEeN5EAoprGowDemOx2SfWhO8B4xCrooe7tEjogaq3ycRDF9gGZ0JsuJ+zIAbbpP5uTi9/vKMjH4PABkWcPH+2SoQTc29D00B6/DhUQefaQB7gIB4jxrkZBv1tErpFyhAuIPHuM1A/5ezcOhLgAXWiAyLOHm87LMW4dYOITm/nSb9yO9zouPEDk2cNrj2TcHhxg0E1NrTg9aHNCASRbq04jYvmsR9DdTFF+Bp7vzSh9Qd+jFQogqmk4F3cuSlH/ZKmhOECXWFrx+iCnChyQg5aXD+xRMisBvDrIQmTu9DnAhHuaef30ICsPHJBczZjOJJfwCbKJqc5NfJSVLznbYQTyChwQ1azcBVBilrsPxGWZNDAHmGlus1CsBDVBoIAc0l+Z1LKpHpR4mTcoB7gB0AAIh4KRDWoWIXkZf7IKemD39QUKiGpWZwM8X4gRMkkYDjxIwLyGpj+4fbJx/QsmZtieCeYPhyHAyxzMOLVZ0J1FP4S/ggWkZjwMQqh3Xwp3KD0Jf2hp+vnDlZszq+9l8I9jaUeATxwGBsi4x8oTMj2ZNbE0VIraxQEi3NrI6x8YyRa1bnwajC+PNC703xP+YOX1Y4OYNzBA1HrlQjB9NwjRMqdQB26xNP0CtxnVumHF8XNJa6j17+unlNe6rcPtuMAAydaMG4gQ+K0AbguV4/bgAOO7VkHv6LOFWq/+DMzvjp2fAe0xEhggqmmskCslxu4w2iGIQN9qaMWPdqpQNY0FAGZ1Ghf0eK/1jKQrEEDk54+RbI/29wy+qamVPJ3d1Xr127H8Rovoz1a+eIRoZwMBRK1VPgyib4sWK/MJcWCxpemf8JpJNQ1n75ZTvMYHGRfE55BgAInrX5kgu5OI3HSdpRU9b4iq1o3bwDgntqUG8DkkGEBMwwSQj62RKRTGwDVNTf+U19Jztco8Jip5jQ8jjoiubeSLl4ucKyhABgH0iBQqc/ly4GuWpv+X1wxqrWKAErGh6v2Wpp/qtc49xQkHJNdfPpztzGqRImUuHw4Qf9nKlz7rNYNqVuYDNNtrfMhxDUvTDxY5p3BAXl4U7j9eXhTu5yJFylzeHCDgqoamf85bNJCtVRYS0ee9xkcRt0Vp7ffUpPI/Rc0tHJCsWZlBoKtECZR5vDnARIua+aLn6xXZWuULROQZLm+q/UfZoGPWaUVn5U4hL/GA1Ks3EvPHhKiTSTw6wAssrTTHYzByZuUqBs3wGh9lHIEvaGilW0RpEA6IWjecLQ1OFCVQ5unQAYZhFXTP3zap9cqXwBTJXhwdVrrn4URVK18UtkNuEIA8BcYBQoqVSTpygBWa25zk/ek6tVb5Cog8f9vVkdigBhPusPK6sGs1YgF5oNyjHpBxvuKVr5AdIKIrG/niF71OmzWrXyOw5+skXucNIO53lqYfJyqvUEBe219+5Sg784IocTKPOwcIfEVDK33d3eh/HZWrV69h5su8xscsbqWl6RNFaRIKiLpywWsw1Po/UeJkHhcOMF9sFUo3uBi5xyGqWf0GwJ/0Gh/DuHWWpgt7jl4oILllVZUzzgP/8X4xaKatKHePecWWJ3hT76sGbTqMuOXcwPfBeCvfXR1daGnFm71qVs3qNwH2fOOi13kDjttoafq+ouYQCsjBpvE6G/iLKHHC8xAesfLD71Ck1qrngPg24fMGkZDpXKtQvN1rarVeXQzmj3uNj3PcWKU1esWk8hYRGoUC0l4Bw271ixAWRI6ejJIdaS3XrFk9j8A/CGJ+UTnZts9sTp7r+W6FbJdfq2qNyRy4/vWznxLht1BAxq+YP1Vp2X8UIUx0Drbtec3Jc8tu8mbr1fcT861uxoY9hjM4tTnR+xI3ObO6hMEfCVt3mPPREN7QmKILuR9QKCBZs3o8gQPfs8GL2cT2GY3C3P9xG5urVT/AxMKuyLqdd2/jWKGTmpOKD3nNFdunAb0WNEycAjpmQNDtJkIBObhWfYtN/EvB9QpJZ2l6x7WqZvUCgL8nRIDPJH7vMVJNw6nD9eolPuVGGu73D8nO4js+aPZWea6/eizb/Eik7gwzeYZbr/tbofxEp9rUevVDYP5Op3Eixyt2SxuYXPa8hGu2ZtxChBHXvRKpOcpcSkbRBibO8exXcICY8wsMO7CVtv2YTrDPamhzf+IlR7ZmXESEUDew365TAQ4f0PS/etHtxORqxq1MeL/X+CTGMeiQplYcEKFd6Bkku9w4ghSsEiFMfA5eRS3llMZRRctL7pxpfJSBm7zEeo2hFuW86nXmVE3D+TbuPK/zJzVu04utsc+8ufy8CP1CARm/onqo0mLhq9uJKLSdw+fuqLm6MZ05pL1ONmYOsN40+2mvtcd+gQWvhY0cZ1uanhl5mLsRQgE50Jx/UC/s9e6mjmiUT0jUmnExCIFu+8Wvae3bzJY3enVINSt3APQ+r/EJj3vW0nRhu5kJBeSwvy4au3nj4IbYG+wXEtO4BMB1AdTJVr7VAyrbXnNnzcqPCfRer/FJjyNgTUPTDxNVh1BAJjxQHjN4QGaTKHGB5vEJSbZuXEqMawVq3GytrO2Lc29vec2Zq1d+ykzTvMZ3SdwyS9OniKpFKCDbPhiyKHGB5/EJSc40LmfA823mO9X3wlildYCf+4dUs/IzgOK3qHTgTfyXCR60NP1toqYNAJDqSoD7RAkMPI9/SK5g4Ks+dD7Nm1uHNI/285mjehfAch/IdhPoeksrOm+BhbyEA5IzjZ8w8B4h6sJK4hMSHxvLrNv0YqvPz1eSar16N5gD3Qo5rDYImcfmT1uTS37+YO0iQzgg2Xp1ITEnai2lrX94cLuV18/12iTVNJzF2a52HU94kqg1tTGp/IzrmN0G5szqPQw+zWt8N8aRjdMbk/V7RNUmHJBEr+zuE5KsacwkYOTnwgmrW6MzJ/i5JVs1q/cCLHSZTVEHVZR5RK/wLh6Q5dU3Q+GHozTJ19w+IcnVjSuZsWg4DUzo71WUU0d6LmVvNaj16v1gfoevOrsz+CVL0/cRWZpwQCY8Vt5/sCfzrEiRoefyCYlqGs6Khs5OTLu/ljHoTD/3Can16v+CWdi3NKF7G+yEQr/i3frOO4BX1jTWETAugNThpfQPibOyYXWHYMZjrd6es9YfOcvzrTiqaTjP2hwfngmJm+kHlqYLvTEzEEBU03gAwMmJs3d3wX4hqRk6CBUAJik9ZzUmzfL8vL5qGs6TmlMT72mABXTy1KhbGUEBsutfT7dq4jjOJyRZ05gLbv2wWSh7vstZbojq7sBgypzYzM8W+kRrMIDUKseB6LfuykrAKJ+Q+KlQrVXWgGiCnxzpiKVNllZ8hehaAwHEEamahnM//n6iBUeWLwJIuuKzXFgNI/q5lS+eKXq6wADJmtUfE7i77ioNERK1ZmwAYazohndtPsJnrLz+FdH1BQaIj9svRNcoNl8IkLz8NfHml78mHiVWeJdnYz7eKpSEX38LDpBu+xyy8/EVECQT+8ujnrMzDhzy1YkDhKaV19VOQtyODQyQrZ9DKgMA5dyKSdQ4wZAk5mGzODZJcC92/VsYYMFdvxaToMZM6C+PG7Qz6wJsRVenZubLm4WSyIfXdvgV6Bkkt3ze+1hR7ujq7viEZNzKhRMyQ0NrutqjYIt7kUFH+rl9Z2/yAgUE7R2nepwHqA4P1qOIs3uEZLxpHKkAKyJWn+jpmXBrM68HtihesIBsvR7iPCPheSP7xHSvQ0jGL58/VVHiudB3YjxvC+XzLK0U2JYVgQMyvr9ykmLTr5Jluke1LiGJ8yLfHiuPJox57T777N/3l9d/KrBv/gIHpP1tVq3yWxAJ21gxmm64nHUESHKmcTIDzs2c8uXfga9Zmh7orryhAJKrGVcyDf8QkX+fYpaBcLtt8xfWFUq77JWSXT6vTIoyN2ZqkyunZb/dOmpuoH9sQgEkWyv3EWVWJrcTnpVbIDTAPBYg50JW99yb5tkSYYG/tzT9TcKyDZMoFEDab7O6eE+8oJsk8/+rA0y4rJnXvxG0N6EBMr5WeaNC9GjQBcn8qXBg9ZA9ZsrfJ898MehqQwNEnkWCbmWa8tMcSyvu6Zl/4SaECog8iwjvXxoT/kMZbE0ZmFpuhlF8qIDIs0gYLe3uOZj5i81C6cqwqgwdEHkWCau1XTnPZhuYsk7TQ/tGNHRA5FmkKw/ccIpiLLYK+ifCmWzrLJEAkq0t6CNqOatPCNsJKEzT5FyROPAMc+aEZmG259VhvKiOBBBHaK5W/TwTL/QiWsakzwFimtUoFIdd0jUoRyIDpH0r/GszD4ER+NXQoMyTeUNygPCI9VTrRLytPBTSjDumiQ4Q5+r6cuNsKLg97KLlfAlzwMY51mQ9kgfvIgXEaVPWNG4hILAHXhJ2KEi5uznAwH83Nf2DURkTOSBqvTIZTM4H9n2jMkHOG1sHXgTxCVa+tDwqhZED0j6LyNvAo+p/rOcNYjHqTguOBSCOaNWs3AWQ3Iiy0w527Xj+kaWVzo66vNgAkqtVNCa6D8BBUZsi54/cgcftDJ22bmLxyaiVxAaQ9lutfuMisvGtqE2R80fuwLstTb8rchVRXUnfW+GqaVwHQNg+13EwWWpw70BUFwSHUxirM4gj8rBHF43dPGbwPjCOcW+rHNkNDkT9le6ePIwdIO0P7P3z3wHbvr8bmi5rcO1ArVdpnbZ2Unm964gQBsYSEKfuXH3+x5jtG0PwQE4RtQOMp8B0pjW5+Luopew+f2wBaZ9JatUiiI24mSb1iHWAFXpPc1LxTrFZxWSLNSDtM0mtcg0TXSamXJklfg7QhZZWvDl+urYqij0g7TNJ3bgNjHPiaqLU5dmBT1qa/k3P0SEEJgKQNiSmsRTAGSF4IqcIwQEGzWxqRWdh81i/EgPINkicK+2nxNpRKW5EBxgoNzV93ogDYzAgUYBshaT6TYBDfS45Bn3qGgkEvqChlW5JSkGJA8QxNmtWZhDoqqSYLHVudYChvLOpzXHeBSTmlUhA2meSmnExCNcnxumUC1WY3jpQKCZun5jEArIVksqHQfTtlB97sS6fgDVQ6PzGpOLvYy10GHGJBqT9dqteOZ+YbpBbC8Ty8FsO4g9F+USgX1cSD4hjQK6/eiwzLwTj7X4NkfFiHGBgiT2YmbV+6uynxGSMJktXALL1E2BZyZrKQiL6XDRWylm3OfAsGLOsgr64GxzpHkC2dUPtN84G00Jwl289Hcujj++zGbN233oullJdiuo6QJy6xz1WnpDpyTirNp7v0gc5zLcDvMDSSnN8p4lZgq4EZLvH2bpxKTFmAjg0Zr53jxzG7xj2omZhbizvxvVrdFcD0v4A/3hV5S3sQHKFX7Nk/C4OvAimRdbTQ4uiWBI0rF50PSDbjdy6PznNAFguLeT/6LqNW7yoeVTpMf+p4p0hNYDsAKVe+RjbmAmiN8S7NbFUtxLEi6x86XuxVBeAqNQB4niYfbx8AF6iyyijTAcjG4Cv3ZWS0OSWfSON6r3GOnL2091V3N6rSSUg2y05dMX88YODQxdLUIY5SLaB0dvbs/jJiXPWpQmM7bWmGhAJigRjJOglIDs5tOOMotAFAB02knnd93t+gm2+Oc1njN17KgHZw1H+xkcX967f5x/TYGMaiKaBeb/ug2FbRUQvgPlOKLhz3KYD7/zj0RcPdm2tHgqTgIxgWm5ZVbV77GkK0zQG3unB41iGEHCvTXynMqTc2TiqaMVSZAxESUA6aILaP/8oHhp6DynKCSCcCMaYDsKjHUp4CYyH2LZ/Qz09P7UmzVkWraBkzC4B8dinCY+V99+SyZxMCt4CtGGJ31rChD+8vMjFQ2zjV6NarQfXTilv8FhuasMkIIJavx0YRaHjGNwHUB+Yw7sYSfRngFcRaJVt88MSCDGNlYCI8XHPWbisjFuBvh4709eGhugIZkwgtN+aOf9Gb/s5pv12TcHo9k/n7ZCNze2f2PFvs/N/Bl4iwlowP+7AMKS0Vq2fiFWgsh1kKWnNLQFJa+dl3a4ckIC4skkOSqsDEpC0dl7W7coBCYgrm+SgtDogAUlr52XdrhyQgLiySQ5KqwMSkLR2XtbtygEJiCub5KC0OiABSWvnZd2uHJCAuLJJDkqrAxKQtHZe1u3KAQmIK5vkoLQ6IAFJa+dl3a4ckIC4skkOSqsDEpC0dl7W7coBCYgrm+SgtDogAUlr52XdrhyQgLiySQ5KqwMSkLR2XtbtyoH/B5aQhTLR2ymnAAAAAElFTkSuQmCC);
}
.assets-style-employ--myResume-myAnchor-2WByB .ant-anchor-wrapper {
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块 */
  /* 滚动条轨道 */
}
.assets-style-employ--myResume-myAnchor-2WByB .ant-anchor-wrapper::-webkit-scrollbar {
  /* 对应纵向滚动条的宽度 */
  width: 5px;
  /* 对应横向滚动条的宽度 */
  height: 5px;
}
.assets-style-employ--myResume-myAnchor-2WByB .ant-anchor-wrapper::-webkit-scrollbar-thumb {
  background-color: #e9e9e9;
  border-radius: 32px;
}
.assets-style-employ--myResume-myAnchor-2WByB .ant-anchor-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 32px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-employ--index-primary-color-1MXPV {
  color: #eb780c;
}
.assets-style-employ--index-primary-color-lighten-2ziE8 {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--index-primary-background-color-A4UnP {
  background-color: #eb780c;
}
.assets-style-employ--index-primary-background-dark-1rpF0 {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--index-ant-menu-item-active-3ZivO {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--index-ant-menu-horizonta-2PQ7M,
.assets-style-employ--index-ant-menu-2tVeC {
  background-color: @primary-color !important;
}
.assets-style-employ--index-ant-menu-horizontal-kAMMJ {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--index-primary-border1-1FRjU {
  border: 1px solid #eb780c;
}
.assets-style-employ--index-primary-border-top2-1oqVg {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--index-primary-border-bottom2-3p9tB {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--index-ant-steps-item-finish-1lWYK > .assets-style-employ--index-ant-steps-item-content-aU6gu > .assets-style-employ--index-ant-steps-item-title-2h_NM,
.assets-style-employ--index-ant-steps-item-process-106m_ > .assets-style-employ--index-ant-steps-item-content-aU6gu > .assets-style-employ--index-ant-steps-item-title-2h_NM,
.assets-style-employ--index-ant-steps-item-finish-1lWYK > .assets-style-employ--index-ant-steps-item-content-aU6gu > .assets-style-employ--index-ant-steps-item-description-36tny,
.assets-style-employ--index-ant-steps-item-process-106m_ > .assets-style-employ--index-ant-steps-item-content-aU6gu > .assets-style-employ--index-ant-steps-item-title-2h_NM {
  color: #eb780c;
}
.assets-style-employ--index-ant-steps-item-finish-1lWYK .assets-style-employ--index-ant-steps-item-icon-Qy1K- > .assets-style-employ--index-ant-steps-icon-wApP3 .assets-style-employ--index-ant-steps-icon-dot-1l8yg,
.assets-style-employ--index-ant-steps-item-finish-1lWYK > .assets-style-employ--index-ant-steps-item-tail-6P6JJ:after,
.assets-style-employ--index-ant-steps-item-process-106m_ .assets-style-employ--index-ant-steps-item-icon-Qy1K- > .assets-style-employ--index-ant-steps-icon-wApP3 .assets-style-employ--index-ant-steps-icon-dot-1l8yg {
  background-color: #eb780c;
}
.assets-style-employ--index-ant-menu-horizontal-kAMMJ > .assets-style-employ--index-ant-menu-item-selected-3tvTh > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-employ--index-ant-menu-horizontal-kAMMJ > .assets-style-employ--index-ant-menu-submenu-1xh-Q:hover,
.assets-style-employ--index-ant-menu-horizontal-kAMMJ > .assets-style-employ--index-ant-menu-item-3g02p:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--index-ant-menu-submenu-horizontal-2P-zg > .assets-style-employ--index-ant-menu-submenu-active-UHHBp,
.assets-style-employ--index-ant-menu-submenu-horizontal-2P-zg > .assets-style-employ--index-ant-menu-submenu-open-2nu57 :hover,
.assets-style-employ--index-ant-menu-submenu-horizontal-2P-zg > .assets-style-employ--index-ant-menu-submenu-active-UHHBp :hover,
.assets-style-employ--index-ant-menu-submenu-horizontal-2P-zg > .assets-style-employ--index-ant-menu-submenu-title-16JQ6 :hover {
  color: white;
}
.assets-style-employ--index-ant-menu-submenu-horizontal-2P-zg > .assets-style-employ--index-ant-menu-submenu-title-16JQ6 {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--index-ant-tree-node-selected-2xFnR {
  background-color: transparent !important;
}
.assets-style-employ--index-ant-tree-node-selected-2xFnR label {
  color: #eb780c;
}
.assets-style-employ--index-fill-39Q6p {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--index-primary-table-bg-7ILOk .assets-style-employ--index-ant-table-thead-2wLqA > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--index-primary-bg-hover-1MlF-:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--index-primary-text-lighten-1UeqJ {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-employ--index-bg-2wsGt {
  height: 150px;
}
.assets-style-employ--index-notice-3bPVW {
  margin: 15px auto;
  border: 1px solid #e6e6e6;
}
.assets-style-employ--index-top-9eJ7n {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
.assets-style-employ--index-title-8TmQ3 {
  font-size: 18px;
  font-weight: bold;
}
.assets-style-employ--index-wrap-gmFv9 {
  width: 180px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.assets-style-employ--index-left-3MS23 {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: center / cover no-repeat;
}
.assets-style-employ--index-right-31VO9 h2 {
  line-height: 20px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.assets-style-employ--index-right-31VO9 p {
  line-height: 20px;
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}
.assets-style-employ--index-menu-3LiMF {
  display: flex;
  justify-content: space-around;
}
.assets-style-employ--index-employLayout--tfIx {
  background-color: #E7F0FD;
  padding: 20px 0;
}
.assets-style-employ--index-employLayout--tfIx .assets-style-employ--index-typeArea-1WDGQ {
  margin: 0 auto;
  width: 1200px;
}
.assets-style-employ--index-employLayout--tfIx .assets-style-employ--index-typeArea-1WDGQ .assets-style-employ--index-menuIcon-It79s {
  margin-right: 10px;
  width: 19px;
  height: 19px;
  vertical-align: sub;
}
.assets-style-employ--index-employLayout--tfIx .assets-style-employ--index-typeArea-1WDGQ .assets-style-employ--index-content-17qMh {
  background-color: #fff;
}
.assets-style-employ--index-employLayout--tfIx .assets-style-employ--index-typeArea-1WDGQ .ant-menu-root.ant-menu-inline {
  background-color: #F5F9FF !important;
}
.assets-style-employ--index-employLayout--tfIx .assets-style-employ--index-activeSubMenu-3mcQV {
  margin-right: 1px;
  padding: 0 34px 0 24px;
  font-size: 16px;
  color: var(--primary-color);
  background-color: #f5f9fe;
  border-left: 3px solid var(--primary-color);
}
.assets-style-employ--index-employLayout--tfIx .assets-style-employ--index-normalSubMenu-2Gk26 {
  padding: 0 34px 0 24px;
  font-size: 16px;
}
.assets-style-employ--index-employLayout--tfIx .ant-badge-dot {
  position: absolute;
  top: -10px !important;
  left: 0;
}
.assets-style-employ--index-employLayout--tfIx .ant-badge-count {
  min-width: 17px;
  height: 17px;
  line-height: 17px;
}
.assets-style-employ--index-employLayout--tfIx .ant-menu-item,
.assets-style-employ--index-employLayout--tfIx .ant-menu,
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-active,
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-selected,
.assets-style-employ--index-employLayout--tfIx .ant-menu-item-selected {
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-active,
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-open :hover,
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-active :hover,
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-title :hover {
  color: #000 !important;
}
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: var(--primary-color-light);
}
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after {
  background: linear-gradient(to right, var(--primary-color-light), var(--primary-color-light));
}
.assets-style-employ--index-employLayout--tfIx .ant-menu-submenu-selected {
  color: #000000D9;
}
.assets-style-employ--index-employLayout--tfIx .ant-layout-sider {
  flex: 0 !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
}
.assets-style-employ--index-employLayout--tfIx .ant-menu-inline .ant-menu-item::after {
  left: 0;
  right: auto;
}
.assets-style-employ--index-employLayout--tfIx .ant-menu-inline .ant-menu-item {
  width: 100%;
}
.assets-style-employ--index-employLayout--tfIx .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: white;
}
.assets-style-employ--index-employLayout--tfIx .ant-menu-inline .ant-menu-submenu-title {
  padding: 0;
  padding-left: 0 !important;
}
.assets-style-employ--index-imgArea-GsbLu {
  height: 160px;
  width: 100%;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-employ--myApplication-primary-color-1T0hC {
  color: #eb780c;
}
.assets-style-employ--myApplication-primary-color-lighten-2ne0u {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myApplication-primary-background-color-3lSFq {
  background-color: #eb780c;
}
.assets-style-employ--myApplication-primary-background-dark-2B9pL {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myApplication-ant-menu-item-active-vZkRV {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myApplication-ant-menu-horizonta-x7FJ0,
.assets-style-employ--myApplication-ant-menu-18N6n {
  background-color: @primary-color !important;
}
.assets-style-employ--myApplication-ant-menu-horizontal-3A-Kf {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myApplication-primary-border1-32JUj {
  border: 1px solid #eb780c;
}
.assets-style-employ--myApplication-primary-border-top2-1OX3Z {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myApplication-primary-border-bottom2-NJI0_ {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myApplication-ant-steps-item-finish-2aTQH > .assets-style-employ--myApplication-ant-steps-item-content-SN97i > .assets-style-employ--myApplication-ant-steps-item-title-2NK4D,
.assets-style-employ--myApplication-ant-steps-item-process-2N-iO > .assets-style-employ--myApplication-ant-steps-item-content-SN97i > .assets-style-employ--myApplication-ant-steps-item-title-2NK4D,
.assets-style-employ--myApplication-ant-steps-item-finish-2aTQH > .assets-style-employ--myApplication-ant-steps-item-content-SN97i > .assets-style-employ--myApplication-ant-steps-item-description-1rpri,
.assets-style-employ--myApplication-ant-steps-item-process-2N-iO > .assets-style-employ--myApplication-ant-steps-item-content-SN97i > .assets-style-employ--myApplication-ant-steps-item-title-2NK4D {
  color: #eb780c;
}
.assets-style-employ--myApplication-ant-steps-item-finish-2aTQH .assets-style-employ--myApplication-ant-steps-item-icon-CHTFP > .assets-style-employ--myApplication-ant-steps-icon-1qnm8 .assets-style-employ--myApplication-ant-steps-icon-dot-2gmyP,
.assets-style-employ--myApplication-ant-steps-item-finish-2aTQH > .assets-style-employ--myApplication-ant-steps-item-tail-YB2Nr:after,
.assets-style-employ--myApplication-ant-steps-item-process-2N-iO .assets-style-employ--myApplication-ant-steps-item-icon-CHTFP > .assets-style-employ--myApplication-ant-steps-icon-1qnm8 .assets-style-employ--myApplication-ant-steps-icon-dot-2gmyP {
  background-color: #eb780c;
}
.assets-style-employ--myApplication-ant-menu-horizontal-3A-Kf > .assets-style-employ--myApplication-ant-menu-item-selected-nWx_v > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myApplication-ant-menu-horizontal-3A-Kf > .assets-style-employ--myApplication-ant-menu-submenu-2767U:hover,
.assets-style-employ--myApplication-ant-menu-horizontal-3A-Kf > .assets-style-employ--myApplication-ant-menu-item-2c-O8:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3ywoK > .assets-style-employ--myApplication-ant-menu-submenu-active-2BX7b,
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3ywoK > .assets-style-employ--myApplication-ant-menu-submenu-open-2777Z :hover,
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3ywoK > .assets-style-employ--myApplication-ant-menu-submenu-active-2BX7b :hover,
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3ywoK > .assets-style-employ--myApplication-ant-menu-submenu-title-1SaKW :hover {
  color: white;
}
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3ywoK > .assets-style-employ--myApplication-ant-menu-submenu-title-1SaKW {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myApplication-ant-tree-node-selected-3-0n1 {
  background-color: transparent !important;
}
.assets-style-employ--myApplication-ant-tree-node-selected-3-0n1 label {
  color: #eb780c;
}
.assets-style-employ--myApplication-fill-3YzOB {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myApplication-primary-table-bg-3gGd7 .assets-style-employ--myApplication-ant-table-thead-3SScR > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myApplication-primary-bg-hover-1Hk8q:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myApplication-primary-text-lighten--4mK7 {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-employ--myApplication-mainBox-1ua0k {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.assets-style-employ--myApplication-myApplication-3JCJp {
  padding: 16px 16px 16px 16px ;
  width: 1030px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-header-230Th {
  margin-bottom: 30px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  border-left: 3px solid var(--primary-color);
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-postDetailHistory-3UzNE > .assets-style-employ--myApplication-postDetailBox-2K7jZ {
  margin-bottom: 24px;
  border-left: 1px solid #4a8df2;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-postDetailBox-2K7jZ {
  padding-left: 10px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-postDetailBox-2K7jZ > .assets-style-employ--myApplication-title-31H3r {
  display: flex;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-postDetailBox-2K7jZ > .assets-style-employ--myApplication-title-31H3r svg {
  margin-bottom: 2px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-postDetailBox-2K7jZ > .assets-style-employ--myApplication-title-31H3r i {
  color: var(--primary-color);
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-postDetailBox-2K7jZ .assets-style-employ--myApplication-postDetail-30Imm {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 16px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-postDetailBox-2K7jZ .assets-style-employ--myApplication-postDetail-30Imm > .assets-style-employ--myApplication-left-3zXtY {
  margin-right: 50px;
  margin-bottom: 20px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-postDetailBox-2K7jZ .assets-style-employ--myApplication-postDetail-30Imm .assets-style-employ--myApplication-value-1DJok {
  width: 300px;
  display: inline-flex;
  margin-left: 30px;
  color: #faad14;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-applyTime-2a6wJ {
  margin-bottom: 20px;
  padding-left: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-applyTime-2a6wJ .assets-style-employ--myApplication-time-3twXn {
  margin: 0 15px 0 30px;
  color: var(--primary-color);
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-step-2ixN0 {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-step-2ixN0 span {
  font-size: 24px;
  color: #19c379;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-currentStep-3UVa9 {
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .assets-style-employ--myApplication-currentStep-3UVa9 .assets-style-employ--myApplication-downLoad-OXBgy {
  color: #77171A;
  cursor: pointer;
}
.assets-style-employ--myApplication-myApplication-3JCJp .ant-steps {
  border: 0;
  padding: 0 0 0 6px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .ant-steps-vertical .ant-steps-item-content {
  padding-bottom: 24px;
}
.assets-style-employ--myApplication-myApplication-3JCJp .ant-steps-item-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.assets-style-employ--myApplication-myApplication-3JCJp .ant-steps-item-title .ant-steps-item-subtitle img {
  width: 60px;
  margin-right: 140px;
}
::-webkit-scrollbar {
  height: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-employ--myMessage-primary-color-33ho5 {
  color: #eb780c;
}
.assets-style-employ--myMessage-primary-color-lighten-37t8o {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myMessage-primary-background-color-L_MVp {
  background-color: #eb780c;
}
.assets-style-employ--myMessage-primary-background-dark-3XRV7 {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myMessage-ant-menu-item-active-qSliC {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myMessage-ant-menu-horizonta-1DQJh,
.assets-style-employ--myMessage-ant-menu-1MC-9 {
  background-color: @primary-color !important;
}
.assets-style-employ--myMessage-ant-menu-horizontal-1F1l6 {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myMessage-primary-border1-4N2RN {
  border: 1px solid #eb780c;
}
.assets-style-employ--myMessage-primary-border-top2-1zlIV {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myMessage-primary-border-bottom2-30rM3 {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myMessage-ant-steps-item-finish-3K_xi > .assets-style-employ--myMessage-ant-steps-item-content-3JqLP > .assets-style-employ--myMessage-ant-steps-item-title-19BbM,
.assets-style-employ--myMessage-ant-steps-item-process-llhtS > .assets-style-employ--myMessage-ant-steps-item-content-3JqLP > .assets-style-employ--myMessage-ant-steps-item-title-19BbM,
.assets-style-employ--myMessage-ant-steps-item-finish-3K_xi > .assets-style-employ--myMessage-ant-steps-item-content-3JqLP > .assets-style-employ--myMessage-ant-steps-item-description-2u2IL,
.assets-style-employ--myMessage-ant-steps-item-process-llhtS > .assets-style-employ--myMessage-ant-steps-item-content-3JqLP > .assets-style-employ--myMessage-ant-steps-item-title-19BbM {
  color: #eb780c;
}
.assets-style-employ--myMessage-ant-steps-item-finish-3K_xi .assets-style-employ--myMessage-ant-steps-item-icon-16Ddw > .assets-style-employ--myMessage-ant-steps-icon-3S_dM .assets-style-employ--myMessage-ant-steps-icon-dot-2pjuE,
.assets-style-employ--myMessage-ant-steps-item-finish-3K_xi > .assets-style-employ--myMessage-ant-steps-item-tail-1f0kd:after,
.assets-style-employ--myMessage-ant-steps-item-process-llhtS .assets-style-employ--myMessage-ant-steps-item-icon-16Ddw > .assets-style-employ--myMessage-ant-steps-icon-3S_dM .assets-style-employ--myMessage-ant-steps-icon-dot-2pjuE {
  background-color: #eb780c;
}
.assets-style-employ--myMessage-ant-menu-horizontal-1F1l6 > .assets-style-employ--myMessage-ant-menu-item-selected-21wJB > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myMessage-ant-menu-horizontal-1F1l6 > .assets-style-employ--myMessage-ant-menu-submenu-nPnnL:hover,
.assets-style-employ--myMessage-ant-menu-horizontal-1F1l6 > .assets-style-employ--myMessage-ant-menu-item-bwTe4:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-3QMTO > .assets-style-employ--myMessage-ant-menu-submenu-active-2n9rI,
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-3QMTO > .assets-style-employ--myMessage-ant-menu-submenu-open-y3O7m :hover,
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-3QMTO > .assets-style-employ--myMessage-ant-menu-submenu-active-2n9rI :hover,
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-3QMTO > .assets-style-employ--myMessage-ant-menu-submenu-title-2UB81 :hover {
  color: white;
}
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-3QMTO > .assets-style-employ--myMessage-ant-menu-submenu-title-2UB81 {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myMessage-ant-tree-node-selected-2ENY- {
  background-color: transparent !important;
}
.assets-style-employ--myMessage-ant-tree-node-selected-2ENY- label {
  color: #eb780c;
}
.assets-style-employ--myMessage-fill-q83hI {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myMessage-primary-table-bg-jCa9T .assets-style-employ--myMessage-ant-table-thead-2HvGZ > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myMessage-primary-bg-hover-33QVu:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myMessage-primary-text-lighten-F0byn {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-employ--myMessage-myMessage-d3ONh {
  padding: 24px 20px 0;
  min-height: 650px;
}
.assets-style-employ--myMessage-myMessage-d3ONh .assets-style-employ--myMessage-tabBarExtra-1hvPR {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.assets-style-employ--myMessage-myMessage-d3ONh .assets-style-employ--myMessage-tabBarExtra-1hvPR:hover {
  color: var(--primary-color);
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab::before {
  content: none;
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab.ant-tabs-tab-active {
  border: 1px solid #e8e8e8 !important;
  border-bottom: none !important;
  border-bottom-color: #e8e8e8 !important;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-tabs-bar {
  margin-bottom: 0;
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-list-item {
  padding: 16px 0 16px 8px;
  cursor: pointer;
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-list-item:hover {
  color: var(--primary-color);
  background-color: rgba(57, 127, 240, 0.1);
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-list-empty-text {
  margin-top: 200px;
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-pagination {
  bottom: 30px;
  right: 50%;
  transform: translate(50%, 0);
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-pagination-item-active {
  background-color: var(--primary-color);
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-pagination-item-active:focus a {
  color: #fff;
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-pagination-item-active a {
  color: #fff !important;
}
.assets-style-employ--myMessage-myMessage-d3ONh .ant-pagination.mini .ant-pagination-item {
  line-height: 25px;
}
.assets-style-employ--myMessage-messageDetail-1vWOk {
  height: 688px;
}
.assets-style-employ--myMessage-messageDetail-1vWOk .assets-style-employ--myMessage-return-396f0 {
  margin-top: 25px;
  margin-bottom: 35px;
  padding-left: 20px;
  line-height: 21px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  cursor: pointer;
}
.assets-style-employ--myMessage-messageDetail-1vWOk .assets-style-employ--myMessage-header-2Tdtj {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 26px;
  text-align: center;
}
.assets-style-employ--myMessage-messageDetail-1vWOk .assets-style-employ--myMessage-description-1LRwz {
  margin-bottom: 65px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.assets-style-employ--myMessage-labelColor-_fu-q {
  color: #77171A;
}
.assets-style-employ--myMessage-listItem-2NT1n {
  line-height: 18px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-employ--myMessage-listItem-2NT1n .assets-style-employ--myMessage-title-3fg8T {
  margin-bottom: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 21px;
}
.assets-style-employ--myMessage-extra-25I8P {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 14px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-employ--myInfo-primary-color--aGWJ {
  color: #eb780c;
}
.assets-style-employ--myInfo-primary-color-lighten-S7Npw {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myInfo-primary-background-color-2vPj2 {
  background-color: #eb780c;
}
.assets-style-employ--myInfo-primary-background-dark-3ruwg {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myInfo-ant-menu-item-active-3mqOA {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myInfo-ant-menu-horizonta-3gmM1,
.assets-style-employ--myInfo-ant-menu-3tYd3 {
  background-color: @primary-color !important;
}
.assets-style-employ--myInfo-ant-menu-horizontal-1AKN- {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myInfo-primary-border1-2YxpD {
  border: 1px solid #eb780c;
}
.assets-style-employ--myInfo-primary-border-top2-1nPIn {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myInfo-primary-border-bottom2-2PuTt {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myInfo-ant-steps-item-finish-3kILt > .assets-style-employ--myInfo-ant-steps-item-content-B1kXe > .assets-style-employ--myInfo-ant-steps-item-title-1hoft,
.assets-style-employ--myInfo-ant-steps-item-process-3EVVR > .assets-style-employ--myInfo-ant-steps-item-content-B1kXe > .assets-style-employ--myInfo-ant-steps-item-title-1hoft,
.assets-style-employ--myInfo-ant-steps-item-finish-3kILt > .assets-style-employ--myInfo-ant-steps-item-content-B1kXe > .assets-style-employ--myInfo-ant-steps-item-description-3LoAQ,
.assets-style-employ--myInfo-ant-steps-item-process-3EVVR > .assets-style-employ--myInfo-ant-steps-item-content-B1kXe > .assets-style-employ--myInfo-ant-steps-item-title-1hoft {
  color: #eb780c;
}
.assets-style-employ--myInfo-ant-steps-item-finish-3kILt .assets-style-employ--myInfo-ant-steps-item-icon-1vSl9 > .assets-style-employ--myInfo-ant-steps-icon-3p_li .assets-style-employ--myInfo-ant-steps-icon-dot-3g-34,
.assets-style-employ--myInfo-ant-steps-item-finish-3kILt > .assets-style-employ--myInfo-ant-steps-item-tail-2PuBq:after,
.assets-style-employ--myInfo-ant-steps-item-process-3EVVR .assets-style-employ--myInfo-ant-steps-item-icon-1vSl9 > .assets-style-employ--myInfo-ant-steps-icon-3p_li .assets-style-employ--myInfo-ant-steps-icon-dot-3g-34 {
  background-color: #eb780c;
}
.assets-style-employ--myInfo-ant-menu-horizontal-1AKN- > .assets-style-employ--myInfo-ant-menu-item-selected-3gl_i > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myInfo-ant-menu-horizontal-1AKN- > .assets-style-employ--myInfo-ant-menu-submenu-2AZk6:hover,
.assets-style-employ--myInfo-ant-menu-horizontal-1AKN- > .assets-style-employ--myInfo-ant-menu-item-k4ZpL:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WlbP > .assets-style-employ--myInfo-ant-menu-submenu-active-3vote,
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WlbP > .assets-style-employ--myInfo-ant-menu-submenu-open-2i8lx :hover,
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WlbP > .assets-style-employ--myInfo-ant-menu-submenu-active-3vote :hover,
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WlbP > .assets-style-employ--myInfo-ant-menu-submenu-title-chJGw :hover {
  color: white;
}
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WlbP > .assets-style-employ--myInfo-ant-menu-submenu-title-chJGw {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myInfo-ant-tree-node-selected-3yTQy {
  background-color: transparent !important;
}
.assets-style-employ--myInfo-ant-tree-node-selected-3yTQy label {
  color: #eb780c;
}
.assets-style-employ--myInfo-fill-VEdkD {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myInfo-primary-table-bg-3DzOA .assets-style-employ--myInfo-ant-table-thead-2iC2I > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myInfo-primary-bg-hover-2LEx7:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myInfo-primary-text-lighten-2hB5V {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-employ--myInfo-myInfo-3zMq3 {
  padding: 24px 16px;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-myInfoTop-3si2I {
  height: 125px;
  width: 100%;
  display: flex;
  padding: 16px;
  background-size: 100%;
  background-image: url(../../assets/images/E-Hved3Pe_.png);
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-myInfoTop-3si2I .assets-style-employ--myInfo-row-2LlKB {
  width: 71%;
  line-height: 24px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-myInfoTop-3si2I .assets-style-employ--myInfo-row-2LlKB img {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-myInfoTop-3si2I .assets-style-employ--myInfo-row-2LlKB .assets-style-employ--myInfo-userName-2gLJ- {
  font-size: 14px;
  font-weight: 700;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-myInfoTop-3si2I .assets-style-employ--myInfo-row-2LlKB .assets-style-employ--myInfo-sex-N6hym {
  margin: 0 18px;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-myInfoTop-3si2I .assets-style-employ--myInfo-bg-2EyzN {
  width: 148px;
  height: 113px;
  margin-top: -10px;
  background-size: 100%;
  background-image: url(../../assets/images/D7SjGlU9VP.png);
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-introCol-21dLg {
  display: inline-flex;
  align-items: center;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-introCol-21dLg .assets-style-employ--myInfo-arrow-2PdyJ {
  content: "";
  height: 20px;
  width: 25px;
  margin: 0 auto;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-intro-2wrAY {
  width: 76%;
  height: 97px;
  border-radius: 4px;
  margin: 12px;
  padding: 18px 6px 12px 18px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.02);
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-intro-2wrAY:hover {
  border: 1px solid #397ef0;
  padding: 17px 5px 11px 17px;
  box-shadow: 0px 0px 2px 0px rgba(57, 126, 240, 0.25);
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-intro-2wrAY img {
  width: 57px;
  height: 57px;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-intro-2wrAY .assets-style-employ--myInfo-title-bT3nr {
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-intro-2wrAY .assets-style-employ--myInfo-titleInfo-KmoYa {
  line-height: 19px;
  color: rgba(0, 0, 0, 0.25);
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-spinBox-2jZiu {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-imgUpload-2hGBn {
  position: relative;
  margin: 50px auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-btnRow-J0FF_ {
  text-align: center;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .assets-style-employ--myInfo-formItem-2V1Ax {
  margin-top: 4px;
  padding-left: 10px;
  height: 32px;
  border-radius: 3px;
  background-color: #f5f9ff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .ant-list-empty-text {
  margin-top: -20px;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .ant-btn {
  min-width: 65px;
}
.assets-style-employ--myInfo-myInfo-3zMq3 .ant-btn + .ant-btn {
  margin-left: 10px;
}
.assets-style-headUploader--index-HeadUploader-2gMed:hover .assets-style-headUploader--index-imgEdit-17eGp {
  display: flex;
}
.assets-style-headUploader--index-HeadUploader-2gMed .assets-style-headUploader--index-img-2TDQT {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.assets-style-headUploader--index-HeadUploader-2gMed .assets-style-headUploader--index-imgEdit-17eGp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
}
.assets-style-headUploader--index-HeadUploader-2gMed .ant-upload.ant-upload-select-picture-card {
  float: none;
  width: 92px;
  height: 92px;
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 50% !important;
  display: block;
  border: 0;
}
.assets-style-headUploader--index-HeadUploader-2gMed .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-myApplicationStep--index-primary-color-3PKZi {
  color: #eb780c;
}
.assets-style-myApplicationStep--index-primary-color-lighten-9EoIh {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-myApplicationStep--index-primary-background-color-3d61V {
  background-color: #eb780c;
}
.assets-style-myApplicationStep--index-primary-background-dark-dbDd3 {
  background-color: darken(@primary-color, 8%);
}
.assets-style-myApplicationStep--index-ant-menu-item-active-1vOZ1 {
  color: darken(@primary-color, 8%);
}
.assets-style-myApplicationStep--index-ant-menu-horizonta-32Trk,
.assets-style-myApplicationStep--index-ant-menu-usYPh {
  background-color: @primary-color !important;
}
.assets-style-myApplicationStep--index-ant-menu-horizontal-1kFot {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-myApplicationStep--index-primary-border1-37Tsq {
  border: 1px solid #eb780c;
}
.assets-style-myApplicationStep--index-primary-border-top2-W9hFW {
  border-top: 2px solid #eb780c;
}
.assets-style-myApplicationStep--index-primary-border-bottom2-yLpEE {
  border-bottom: 12px solid #eb780c;
}
.assets-style-myApplicationStep--index-ant-steps-item-finish-XSQwI > .assets-style-myApplicationStep--index-ant-steps-item-content-2JHOk > .assets-style-myApplicationStep--index-ant-steps-item-title-9QNGs,
.assets-style-myApplicationStep--index-ant-steps-item-process-1qwVN > .assets-style-myApplicationStep--index-ant-steps-item-content-2JHOk > .assets-style-myApplicationStep--index-ant-steps-item-title-9QNGs,
.assets-style-myApplicationStep--index-ant-steps-item-finish-XSQwI > .assets-style-myApplicationStep--index-ant-steps-item-content-2JHOk > .assets-style-myApplicationStep--index-ant-steps-item-description-1a-mg,
.assets-style-myApplicationStep--index-ant-steps-item-process-1qwVN > .assets-style-myApplicationStep--index-ant-steps-item-content-2JHOk > .assets-style-myApplicationStep--index-ant-steps-item-title-9QNGs {
  color: #eb780c;
}
.assets-style-myApplicationStep--index-ant-steps-item-finish-XSQwI .assets-style-myApplicationStep--index-ant-steps-item-icon-3La0v > .assets-style-myApplicationStep--index-ant-steps-icon-2Gmqr .assets-style-myApplicationStep--index-ant-steps-icon-dot-btTxa,
.assets-style-myApplicationStep--index-ant-steps-item-finish-XSQwI > .assets-style-myApplicationStep--index-ant-steps-item-tail-Zf0w6:after,
.assets-style-myApplicationStep--index-ant-steps-item-process-1qwVN .assets-style-myApplicationStep--index-ant-steps-item-icon-3La0v > .assets-style-myApplicationStep--index-ant-steps-icon-2Gmqr .assets-style-myApplicationStep--index-ant-steps-icon-dot-btTxa {
  background-color: #eb780c;
}
.assets-style-myApplicationStep--index-ant-menu-horizontal-1kFot > .assets-style-myApplicationStep--index-ant-menu-item-selected-3vSiT > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-myApplicationStep--index-ant-menu-horizontal-1kFot > .assets-style-myApplicationStep--index-ant-menu-submenu-2NzYm:hover,
.assets-style-myApplicationStep--index-ant-menu-horizontal-1kFot > .assets-style-myApplicationStep--index-ant-menu-item-ZCWGe:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-kGBDV > .assets-style-myApplicationStep--index-ant-menu-submenu-active-1AP-K,
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-kGBDV > .assets-style-myApplicationStep--index-ant-menu-submenu-open-1vDRs :hover,
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-kGBDV > .assets-style-myApplicationStep--index-ant-menu-submenu-active-1AP-K :hover,
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-kGBDV > .assets-style-myApplicationStep--index-ant-menu-submenu-title-1PxJM :hover {
  color: white;
}
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-kGBDV > .assets-style-myApplicationStep--index-ant-menu-submenu-title-1PxJM {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-myApplicationStep--index-ant-tree-node-selected-3iTvS {
  background-color: transparent !important;
}
.assets-style-myApplicationStep--index-ant-tree-node-selected-3iTvS label {
  color: #eb780c;
}
.assets-style-myApplicationStep--index-fill-1zU4U {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-myApplicationStep--index-primary-table-bg-1NtUV .assets-style-myApplicationStep--index-ant-table-thead-3H10e > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-myApplicationStep--index-primary-bg-hover-2eHTW:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-myApplicationStep--index-primary-text-lighten-32Uit {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-myApplicationStep--index-mainBox-2tMcq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.assets-style-myApplicationStep--index-myApplication-Tt_c5 {
  padding: 25px 0 25px 0;
  width: 1030px;
  background-color: #F5F9FF;
}
.assets-style-myApplicationStep--index-myApplication-Tt_c5 .assets-style-myApplicationStep--index-applyTitle-1s3wB {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-myApplicationStep--index-myApplication-Tt_c5 .assets-style-myApplicationStep--index-applyTime-1HhCU {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 18px;
}
.assets-style-myApplicationStep--index-myApplication-Tt_c5 .assets-style-myApplicationStep--index-applyTime-1HhCU .assets-style-myApplicationStep--index-time-2Sw-j {
  margin: 0 30px 0 12px;
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-myApplicationStep--index-myApplication-Tt_c5 .assets-style-myApplicationStep--index-step-1sOdw {
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.assets-style-myApplicationStep--index-myApplication-Tt_c5 .assets-style-myApplicationStep--index-step-1sOdw div + div {
  margin-top: 8px;
}
.assets-style-myApplicationStep--index-myApplication-Tt_c5 .assets-style-myApplicationStep--index-currentStep-1Eb7u {
  color: #000000;
  line-height: 22px;
}
.assets-style-myApplicationStep--index-myApplication-Tt_c5 .assets-style-myApplicationStep--index-currentStep-1Eb7u .assets-style-myApplicationStep--index-downLoad-2ycP7 {
  background-color: var(--primary-color) !important;
  color: white;
  cursor: pointer;
}
.assets-style-myApplicationStep--index-myApplication-Tt_c5 .ant-steps {
  border: 0;
  padding: 0 0 0 0px;
}
::-webkit-scrollbar {
  height: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-employ--interviewInvitation-primary-color-d2JWI {
  color: #eb780c;
}
.assets-style-employ--interviewInvitation-primary-color-lighten-2gKKb {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--interviewInvitation-primary-background-color-1yDtn {
  background-color: #eb780c;
}
.assets-style-employ--interviewInvitation-primary-background-dark-2DA3c {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--interviewInvitation-ant-menu-item-active-2zfrC {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--interviewInvitation-ant-menu-horizonta-3MKiH,
.assets-style-employ--interviewInvitation-ant-menu-3Bk5j {
  background-color: @primary-color !important;
}
.assets-style-employ--interviewInvitation-ant-menu-horizontal-3wJKw {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--interviewInvitation-primary-border1-3ke_B {
  border: 1px solid #eb780c;
}
.assets-style-employ--interviewInvitation-primary-border-top2-1C7MO {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--interviewInvitation-primary-border-bottom2-XWVQc {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--interviewInvitation-ant-steps-item-finish-2IMPD > .assets-style-employ--interviewInvitation-ant-steps-item-content-1QsJg > .assets-style-employ--interviewInvitation-ant-steps-item-title-1d8pM,
.assets-style-employ--interviewInvitation-ant-steps-item-process-2lI-R > .assets-style-employ--interviewInvitation-ant-steps-item-content-1QsJg > .assets-style-employ--interviewInvitation-ant-steps-item-title-1d8pM,
.assets-style-employ--interviewInvitation-ant-steps-item-finish-2IMPD > .assets-style-employ--interviewInvitation-ant-steps-item-content-1QsJg > .assets-style-employ--interviewInvitation-ant-steps-item-description-WVO4Q,
.assets-style-employ--interviewInvitation-ant-steps-item-process-2lI-R > .assets-style-employ--interviewInvitation-ant-steps-item-content-1QsJg > .assets-style-employ--interviewInvitation-ant-steps-item-title-1d8pM {
  color: #eb780c;
}
.assets-style-employ--interviewInvitation-ant-steps-item-finish-2IMPD .assets-style-employ--interviewInvitation-ant-steps-item-icon-Chj6R > .assets-style-employ--interviewInvitation-ant-steps-icon-3aIDH .assets-style-employ--interviewInvitation-ant-steps-icon-dot-CL4Nl,
.assets-style-employ--interviewInvitation-ant-steps-item-finish-2IMPD > .assets-style-employ--interviewInvitation-ant-steps-item-tail-1jOt3:after,
.assets-style-employ--interviewInvitation-ant-steps-item-process-2lI-R .assets-style-employ--interviewInvitation-ant-steps-item-icon-Chj6R > .assets-style-employ--interviewInvitation-ant-steps-icon-3aIDH .assets-style-employ--interviewInvitation-ant-steps-icon-dot-CL4Nl {
  background-color: #eb780c;
}
.assets-style-employ--interviewInvitation-ant-menu-horizontal-3wJKw > .assets-style-employ--interviewInvitation-ant-menu-item-selected-3nD5W > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-employ--interviewInvitation-ant-menu-horizontal-3wJKw > .assets-style-employ--interviewInvitation-ant-menu-submenu-3L7ON:hover,
.assets-style-employ--interviewInvitation-ant-menu-horizontal-3wJKw > .assets-style-employ--interviewInvitation-ant-menu-item-24chU:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-3WnvV > .assets-style-employ--interviewInvitation-ant-menu-submenu-active-1iXba,
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-3WnvV > .assets-style-employ--interviewInvitation-ant-menu-submenu-open-35Eh5 :hover,
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-3WnvV > .assets-style-employ--interviewInvitation-ant-menu-submenu-active-1iXba :hover,
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-3WnvV > .assets-style-employ--interviewInvitation-ant-menu-submenu-title-uDQpX :hover {
  color: white;
}
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-3WnvV > .assets-style-employ--interviewInvitation-ant-menu-submenu-title-uDQpX {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--interviewInvitation-ant-tree-node-selected-NrVZ5 {
  background-color: transparent !important;
}
.assets-style-employ--interviewInvitation-ant-tree-node-selected-NrVZ5 label {
  color: #eb780c;
}
.assets-style-employ--interviewInvitation-fill-2foYm {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--interviewInvitation-primary-table-bg-1fhrZ .assets-style-employ--interviewInvitation-ant-table-thead-nUam6 > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--interviewInvitation-primary-bg-hover-12yAe:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--interviewInvitation-primary-text-lighten-19Ecf {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2le_8 {
  padding: 16px 24px 24px 24px;
  height: 650px;
  overflow: auto;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2le_8 .assets-style-employ--interviewInvitation-listItem-uqh2f .assets-style-employ--interviewInvitation-title-1Zh1y {
  margin-bottom: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 21px;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2le_8 .assets-style-employ--interviewInvitation-listItem-uqh2f .assets-style-employ--interviewInvitation-description-1aSci {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 18px;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2le_8 .assets-style-employ--interviewInvitation-extra-1Nli4 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 14px;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2le_8 .ant-list-item {
  padding: 24px 12px;
  cursor: pointer;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2le_8 .ant-list-item:hover {
  color: #77171A;
  background-color: rgba(57, 127, 240, 0.1);
}
.assets-style-employ--interviewInvitation-interviewInvitation-2le_8 .ant-list-empty-text {
  margin-top: 200px;
}
.assets-style-employ--interviewInvitation-invitationDetail-XSDyN {
  height: 67vh;
}
.assets-style-employ--interviewInvitation-invitationDetail-XSDyN .assets-style-employ--interviewInvitation-return-or3-D {
  margin-top: 25px;
  margin-bottom: 35px;
  padding-left: 20px;
  line-height: 21px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  cursor: pointer;
}
.assets-style-employ--interviewInvitation-invitationDetail-XSDyN .assets-style-employ--interviewInvitation-header-2Xsdy {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 26px;
  text-align: center;
}
.assets-style-employ--interviewInvitation-invitationDetail-XSDyN .assets-style-employ--interviewInvitation-description-1aSci {
  margin-bottom: 65px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.assets-style-employ--interviewInvitation-invitationDetail-XSDyN .assets-style-employ--interviewInvitation-btnBox-3SGCx {
  margin-top: 90px;
  padding-bottom: 30px ;
  text-align: center;
}
.assets-style-employ--interviewInvitation-invitationDetail-XSDyN .assets-style-employ--interviewInvitation-priBtn-2LtWD {
  background-color: #92b8f7 !important;
  color: #fff !important;
}
.assets-style-employ--interviewInvitation-invitationDetail-XSDyN .assets-style-employ--interviewInvitation-othBtn-GLHeM {
  background-color: #fff !important;
  border-color: #a4c4f8 !important;
  color: #92b8f7 !important;
}
.assets-style-employ--interviewInvitation-invitationDetail-XSDyN .ant-btn {
  width: 160px;
  height: 40px;
}
.assets-style-employ--interviewInvitation-invitationDetail-XSDyN .ant-btn + .ant-btn {
  margin-left: 20px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-postInfo--myCollect-primary-color-2dfz- {
  color: #eb780c;
}
.assets-style-postInfo--myCollect-primary-color-lighten-2Hyz0 {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-postInfo--myCollect-primary-background-color-1Cc6z {
  background-color: #eb780c;
}
.assets-style-postInfo--myCollect-primary-background-dark-3EZGe {
  background-color: darken(@primary-color, 8%);
}
.assets-style-postInfo--myCollect-ant-menu-item-active-1DPX1 {
  color: darken(@primary-color, 8%);
}
.assets-style-postInfo--myCollect-ant-menu-horizonta-1t0rl,
.assets-style-postInfo--myCollect-ant-menu-3MuQs {
  background-color: @primary-color !important;
}
.assets-style-postInfo--myCollect-ant-menu-horizontal-aKIuB {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-postInfo--myCollect-primary-border1-1gQo5 {
  border: 1px solid #eb780c;
}
.assets-style-postInfo--myCollect-primary-border-top2-37h5O {
  border-top: 2px solid #eb780c;
}
.assets-style-postInfo--myCollect-primary-border-bottom2-3sYr1 {
  border-bottom: 12px solid #eb780c;
}
.assets-style-postInfo--myCollect-ant-steps-item-finish-1u8cv > .assets-style-postInfo--myCollect-ant-steps-item-content-1WiCx > .assets-style-postInfo--myCollect-ant-steps-item-title-1SFKo,
.assets-style-postInfo--myCollect-ant-steps-item-process-2q3Bv > .assets-style-postInfo--myCollect-ant-steps-item-content-1WiCx > .assets-style-postInfo--myCollect-ant-steps-item-title-1SFKo,
.assets-style-postInfo--myCollect-ant-steps-item-finish-1u8cv > .assets-style-postInfo--myCollect-ant-steps-item-content-1WiCx > .assets-style-postInfo--myCollect-ant-steps-item-description-2g19m,
.assets-style-postInfo--myCollect-ant-steps-item-process-2q3Bv > .assets-style-postInfo--myCollect-ant-steps-item-content-1WiCx > .assets-style-postInfo--myCollect-ant-steps-item-title-1SFKo {
  color: #eb780c;
}
.assets-style-postInfo--myCollect-ant-steps-item-finish-1u8cv .assets-style-postInfo--myCollect-ant-steps-item-icon-1iI48 > .assets-style-postInfo--myCollect-ant-steps-icon-12G4F .assets-style-postInfo--myCollect-ant-steps-icon-dot-3vOUx,
.assets-style-postInfo--myCollect-ant-steps-item-finish-1u8cv > .assets-style-postInfo--myCollect-ant-steps-item-tail-29i00:after,
.assets-style-postInfo--myCollect-ant-steps-item-process-2q3Bv .assets-style-postInfo--myCollect-ant-steps-item-icon-1iI48 > .assets-style-postInfo--myCollect-ant-steps-icon-12G4F .assets-style-postInfo--myCollect-ant-steps-icon-dot-3vOUx {
  background-color: #eb780c;
}
.assets-style-postInfo--myCollect-ant-menu-horizontal-aKIuB > .assets-style-postInfo--myCollect-ant-menu-item-selected-OHbZF > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-postInfo--myCollect-ant-menu-horizontal-aKIuB > .assets-style-postInfo--myCollect-ant-menu-submenu-24gKX:hover,
.assets-style-postInfo--myCollect-ant-menu-horizontal-aKIuB > .assets-style-postInfo--myCollect-ant-menu-item-10lV5:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-1MMr2 > .assets-style-postInfo--myCollect-ant-menu-submenu-active-1vlqv,
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-1MMr2 > .assets-style-postInfo--myCollect-ant-menu-submenu-open-JfDot :hover,
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-1MMr2 > .assets-style-postInfo--myCollect-ant-menu-submenu-active-1vlqv :hover,
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-1MMr2 > .assets-style-postInfo--myCollect-ant-menu-submenu-title-1Wx07 :hover {
  color: white;
}
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-1MMr2 > .assets-style-postInfo--myCollect-ant-menu-submenu-title-1Wx07 {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-postInfo--myCollect-ant-tree-node-selected-3J5zz {
  background-color: transparent !important;
}
.assets-style-postInfo--myCollect-ant-tree-node-selected-3J5zz label {
  color: #eb780c;
}
.assets-style-postInfo--myCollect-fill-CFhAc {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-postInfo--myCollect-primary-table-bg-2SnOt .assets-style-postInfo--myCollect-ant-table-thead-x8VuJ > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-postInfo--myCollect-primary-bg-hover-1ZWnU:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-postInfo--myCollect-primary-text-lighten-13ttj {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-postInfo--myCollect-myCollect-3mATL {
  position: relative;
  padding: 24px 0;
  max-height: 1310px;
  min-height: 650px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-search-2HIlC {
  width: 500px;
  padding-left: 10px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-search-2HIlC .assets-style-postInfo--myCollect-searchIcon-2Dwxz {
  width: 13px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-searchResult-cbyKY {
  margin-top: 25px;
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 42px;
  text-align: center;
  background-color: #f5f6fa;
  border-radius: 5px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-searchResult-cbyKY .assets-style-postInfo--myCollect-resultNum-2_aZL {
  color: var(--primary-color);
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-title-1YIIZ {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-description-3AQZC {
  display: flex;
  justify-content: space-between;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-description-3AQZC .assets-style-postInfo--myCollect-label-3C6D4 {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #5991ED;
  line-height: 30px;
  background-color: #ff989c61;
  border-radius: 3px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0 {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 16px;
  cursor: pointer;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0 img {
  margin-bottom: 10px;
  width: 26px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0 img::after {
  content: 'ss';
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0:hover {
  color: #397EF0;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0:hover .assets-style-postInfo--myCollect-unCollect-1e-Yu {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAApCAYAAABDV7v1AAAAAXNSR0IArs4c6QAABQJJREFUWEfdmU1sG1UQx+e9tdO6aez4UMKBSlbhRFSa9NTcHLUIx5Eac4ADCNGgiFtV3DgRlaiaqIdWJE5ScYOKBFVw6KVpJexCQDGn9hRcUG7QBtEL5WDHIc6X9w2aTZ6z3uyHP1PEXOLEu/N+O/vmPzMvDOpsPeO5CGPQt+P2p8Sgd6YeS7B6OCEfwZFMq8er3GEIwRKfDNN5JrpTUX+2lrXqBto7uTKJAj8yhRE4mhjyjTx30NC1TIA3KU8kSORkk/ZxdmFT/ikrNtXO+5f8S9XC1iWi4XhuGgDOEUSbl8OXA80az8e38/DrU1WyzSQGvf3PDdQYzetvH4LjLykaD0ESrDQh1O77Q/5UNbA1RzQcz90BgAgtfqbdDdE3DpZw6KOKDFLJi97ufQfdkSIC1Wx64DC84C199r9yAj64uVpzVGuKaDieowQKWEVT0n2R2igmVrVRrRo0PPHPBUAxZRdN+d3qBkL/zVWgn2QIGE0O+or3lrMVqgI1Qr7bdQDe6dqWJCv7+sEGfPOgKFcVwzqChq6tBaBpK8iAnQDAAAcIIkCrBNLLkR0oRfP8rTzQntXZEgKkmcBHyFi6IPjS3PDhtJmfElAqgwdblIgGxbCDI3TooYwOCJLkyJhAVsAEeen2mhG25HIGkBUM0oAszQAfiU01RYWiCEqvk6EYsQOTHpsPMKDq03fSDfS5UqMt8MPili2w3iftaW0Vo2jrLyKQ40cVaPMyOHZEgdeOusqOoNMDPP5bwLOcgF/+LMDjZwLod5lwxns1UH0JPHaEw+l2N7zo4xpYua/VCarc7wmUgAn+x8VCMeoaaM9Ebl62Z/oSWK7zRl338LcCXL23prmXES2WQXrN19861Ki1K/J79e4aPPy9sAsaGssEOVfmpZczr7ohGiqt2RWtUIeLJ79b1xJO2m7Wjy2PAGdX/guwn6fW4e7CLiQIHC3RlrABlqoNVZ39NGMFI0iaDvaIYHh8eQoYuyDh9hPWCrKYTMaI9YwvzzDG3t9P2D29AOJXyZhPmxosQTXJMsBePuuBU6+4GrILKGkoeaShAdIWNDKZad1EPg/IOuhCqlDTA81VlUynp6PGutisIKYTMV+n8R7bQk2wW0J5Ius/jRk0btTT9NFEwKU1LjrNzgAcOwq9ElAT8mGwvvqqlyIUGE0OmTfUzqDxHG1oGodNh7dao1si7Cr0J4bNj4D+R6C6ItAITdXLEiLeSMZ8psdC5US02LB8ctYDXXWWKIM0WZ6mOII2ugWk3vP8re25HxHTSRNpstVRmSS98VxGypPZAUOtyWQ4oMgmBr1+M5+OOroplIy88duLLbZcdNakn4XaWrg2xjhpb+/EStFvnqv+inU0/GmmAxTlZ/JCI8pn722f0umNRoe5xS24t2A9rNG0SoloBVxamdyBRMzzR0WVKTS2EuQctYba2PkTIJ1/Ut9oNZAZF5PAxgFR38kXEN78PuadrQg0rBP7Uy+74HKfR4OyBsQsCLiBTKQRIcsZjyCDPgZMO5+SRsCn213wenuTNjzqQcFC9G33qP7Vy6jSWLs3gtuAeZeYMttfoXjuHAO8YgSWW4oyX9qWqnbODfv3nJZUJE/G10FNBAIbXefqbDn/TLAD3vFdvY5SB7Wh8il9I40IKUR1tNrTYwvg2TxX+60e2DGiMoqhyUwAChDgCNmEyaupRk9pawkGresuSDu9kX8Bl3WKrRmgqAcAAAAASUVORK5CYII=);
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0 .assets-style-postInfo--myCollect-unCollect-1e-Yu {
  margin: 0 auto 10px auto;
  width: 26px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAApCAYAAABDV7v1AAAAAXNSR0IArs4c6QAAAvZJREFUWEfdmE1SGlEQx/89UmIWVmZuwA0Ci1QxWeEJQk4QOYG6S6UQBqVS2QVPIDkB3kCyASouMp4g5ARvdKUJvk49vkphYD59pDLrnu7f6673735NSPmzq6JMW8Zb5VZK+W1warXTCEFpOFE+SofCvN+lDgilxz4JcLdvea/bsrwksVIDtes3X8B86AfD4MbgxHI2Dlr8IHK0TT/XgHj8mwuDz9YwLmwqGS0e35wT8f46CGJq905fVjYGGiKbczaWvDdoWt04sIkzate9DhjlUMEJ3X7D3Atlu2CUCFRJEQzqRAkcN6vJQGueukC5KKCImdXYoHbt5gDgViTImTHzUf/UivRvLNBEkDFhA0GLjsjhASWC8Qrg3LTzmLEyufzTEAyXia9Jwh1JDK8+Wa6f7yegqg3e7aI8hcqDkAeQFlTYs3kguJDkMuQ1/qCrGsUcdFpO1eZ0gwUfgPloDBpFtIO9Po/FBDREC3ye8OG9jkHtuncJfjqehXehx3ICeuypOTJcG9TDtRRlUvqqKJFBlxtiCBV2fuuLNeEQqB7qL81GavB+oqP/IuzsdbDUmeyaaAF0oDlpvuEeP2F8W2ixKtpk0PtNwrLkr4OmNX81rOz1m4RdhFQJWwlacoR5L8dKoPq9tk89r3snZmEx4NrpaQqrhmNd/X+YNbjQdZZ3AMFjnk7ZWjNQB4Mei30iOtdRe2aurFoB/UegOksv+azftHzXQoEZ1TmwEFG71/DfpgSD6h0B3b6PNK3V0dnlsWue0ChPXv/EtAIfd4sGUx1VoNq+7C1bfrvUtaV/81HkOUM/tFGqVrmdzfWqL35F6kybGKgfJL/73rQuooFGF3uPwWdqmcCAR4Z63pDa54feT60S/bRKPwbcMdDy69PFyYHV6yEQeGRw4cpZ3pYklachMzd2tnDhB7hYviDgRDqqbv6dRIvwaJBmdBVg3O2xLzDhIktcWXXgwIzOsjJelo2Qe8jA8ytNHGV47Yj81gjmTgZuUEX+AgjcU7HnXa87AAAAAElFTkSuQmCC) no-repeat center / 22px 22px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0 .assets-style-postInfo--myCollect-unCollectText-3SNZy {
  line-height: 20px;
  color: #397EF0;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0 .assets-style-postInfo--myCollect-unCollectText-3SNZy::after {
  content: "\6536\85CF";
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0:hover .assets-style-postInfo--myCollect-unCollectText-3SNZy::after {
  content: "\53D6\6D88";
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0:hover .assets-style-postInfo--myCollect-shareImg-2KWjU {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAAAoBJREFUaEPtmV9u00AQxmfsFoEQ+XODcIP0BuEtmJfeoO0JAkqCxFOTJyRSJ+0JCCcAXpJIPLQ3SG7QcgK3Tl8q4x20IkXBJF7v2nG70fbVO7Pfb76xO9MibNkPbhkPGKDH7qhxyDiUcwUStVy9N6+hRQ1Aqor0IcB18Isd/Xhfnq076/RvGwThW1Gu6HOemxjrjlvlb+tihUDOYH4MjDoylzOg75NmcX9VTH3gVSxmX8rki5y9GjULL5WAHNc/BIDPspcT0Ltxs3i6Km5/4JXumDVFwIps3sV5daDXff8cCWo8ERF9oYAlcmryoXwlElv/6AmBcNfqIOJBZg69OZlPafHeBGG4F/deiABkn8e0urpDTt+/BII/laTdyqj17KesMJXzURjeHUtO6QX0nzOMumyHDZc+JPoArYIZtYudyJdRD6B1MLxltQOKg9EOSASjFVASGG2AksJoASQD8+iBZGGiQEQ0G7eKe2rDacaTggoMF/7PQMuoy383PTiQKsyycD7Qigbf2H0oy1nOcX36K05QZZX57z4mP6CTm1NAbMAGYThUbkBpqi4Ta4BkqvUQZ7VxqNbxSk+f71Qn7RcXcYXSBshxff6Xooroo6IFkHb7kOhdM0DrKpTlpCByIe65ccg4lKZ/FGJNy5mWU2ibNCHOJ68Ktj3lOdKt4K7/lW/ACzHDILTO7NC+TiNOJdZ6EgzudRDBxbhVeKW0gtd7Xs2y7HMVEZuKYQBHk2ZhqATEg5zeTQcsPN6UQKm8CbZd4f9Y+YV11z9EhANkVCKEkpSIDA4j4Iyx8GzSLseuDsIVPAMtuadI5FDuqlJcaIBSFC+XUONQLmVOccnWOfQbdflSU0tKkzEAAAAASUVORK5CYII=);
}
.assets-style-postInfo--myCollect-myCollect-3mATL .assets-style-postInfo--myCollect-list-8F6fD .assets-style-postInfo--myCollect-actionsItem-2X7E0 .assets-style-postInfo--myCollect-shareImg-2KWjU {
  margin-bottom: 10px;
  width: 26px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAAAjFJREFUaEPtmd1twjAQxy8RQjwyAt0AnnnhQLx3g9IJ2k5QmKAwQekEbZ9RdGxQNijdoO98pDqUSBFKbMdOTYx8Up7is/27/yU55wK4MguujAc8UN0V9Qp5hSxHQCnlVqvVoNFoPABAV2F/vwBwj4iborFExHM9Ksx1PoTnniHiR5GvFIiIngFgWmbxOI4/h8PhbZ4PEXUA4LvMfGdjt4h4owUURdEkDMNXjcWfEHFeANQGgC8AYDAd0wciIgKAQbLqm6pSiLiV7TRRSjgsjuNpEAR3lSlERBzJ9LnpiZ4LGUDZ+4JUN1KIc/2UGs1ms9Pv93/KbkxnfA4MZ0eqlFtAOTAzAFhmXiTuAOXBIOL07M3oBlARDKesc0AiGOeAZDBOAanAOAOkCuMEUBmY2gOVhckB2iBiT6s4JaJKKwUdmAQoW9Dy8aGw+hceH6oE0oXJKsHfI1nhaxMozmxOGGWd+i/1sQYURdE8DEM+qf4bDENZAzKJehlfD1QmWpcY64xCRNTe7/fd8Xi8FgXKJaDTN/F4PM5Go9Hlv0Mm6efceUgG64GKIlRl6SNTQXTfK+QVMskfDV+fcj7lNNLGxIWIuGHAjQM2oyP4OwCkjavlbrdbHA4H7qJZtVar9ZLZxxoRUfefAveGuEdUJ+N2J/+8zzWVliQXgtyWrINJT7tSIKYgoknSn+G/L3zZNm5ALxBReHTgTSkB2d69yXoeyCR6Nny9QjaibLKGV8gkejZ8/wApO6VEJBQ8sAAAAABJRU5ErkJggg==) no-repeat center / cover;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-input {
  height: 38px;
  border-radius: 19px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-input:focus {
  box-shadow: none;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-input-lg {
  padding-left: 19px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-btn-lg {
  height: 38px;
  width: 86px;
  border-radius: 19px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-list-item-action {
  padding-left: 24px;
  margin-left: 0;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-list-item-meta,
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-list-item-action {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 18px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-list-split .ant-list-item:last-child {
  width: 100%;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-list-item {
  padding: 15px 24px 0 24px;
  cursor: pointer;
  border-bottom: none !important;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-list-item:hover {
  background-color: #f5f9ff;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-list-item:hover .titleName {
  color: var(--primary-color);
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-list-item-action > li {
  padding: 0 18px;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-list-item-action-split {
  width: 0;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-pagination {
  bottom: 30px;
  right: 50%;
  transform: translate(50%, 0);
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-pagination-item-active {
  background-color: var(--primary-color);
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-pagination-item-active:focus a {
  color: #fff;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-pagination-item-active a {
  color: #fff;
}
.assets-style-postInfo--myCollect-myCollect-3mATL .ant-pagination.mini .ant-pagination-item {
  line-height: 25px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-sidebar--index-primary-color-MZDMm {
  color: #eb780c;
}
.assets-style-sidebar--index-primary-color-lighten-1R6eW {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-sidebar--index-primary-background-color-3zoHM {
  background-color: #eb780c;
}
.assets-style-sidebar--index-primary-background-dark-2IuKY {
  background-color: darken(@primary-color, 8%);
}
.assets-style-sidebar--index-ant-menu-item-active-3HQFq {
  color: darken(@primary-color, 8%);
}
.assets-style-sidebar--index-ant-menu-horizonta-3LfZh,
.assets-style-sidebar--index-ant-menu-nOOoa {
  background-color: @primary-color !important;
}
.assets-style-sidebar--index-ant-menu-horizontal-moRk4 {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-sidebar--index-primary-border1-3jSMI {
  border: 1px solid #eb780c;
}
.assets-style-sidebar--index-primary-border-top2-gJcUv {
  border-top: 2px solid #eb780c;
}
.assets-style-sidebar--index-primary-border-bottom2-1E5y1 {
  border-bottom: 12px solid #eb780c;
}
.assets-style-sidebar--index-ant-steps-item-finish-2nx-R > .assets-style-sidebar--index-ant-steps-item-content-2AaLA > .assets-style-sidebar--index-ant-steps-item-title-1HuWN,
.assets-style-sidebar--index-ant-steps-item-process-HOHr7 > .assets-style-sidebar--index-ant-steps-item-content-2AaLA > .assets-style-sidebar--index-ant-steps-item-title-1HuWN,
.assets-style-sidebar--index-ant-steps-item-finish-2nx-R > .assets-style-sidebar--index-ant-steps-item-content-2AaLA > .assets-style-sidebar--index-ant-steps-item-description-mMZcz,
.assets-style-sidebar--index-ant-steps-item-process-HOHr7 > .assets-style-sidebar--index-ant-steps-item-content-2AaLA > .assets-style-sidebar--index-ant-steps-item-title-1HuWN {
  color: #eb780c;
}
.assets-style-sidebar--index-ant-steps-item-finish-2nx-R .assets-style-sidebar--index-ant-steps-item-icon-31GYY > .assets-style-sidebar--index-ant-steps-icon-9bjtV .assets-style-sidebar--index-ant-steps-icon-dot-2MVbf,
.assets-style-sidebar--index-ant-steps-item-finish-2nx-R > .assets-style-sidebar--index-ant-steps-item-tail-WrgfF:after,
.assets-style-sidebar--index-ant-steps-item-process-HOHr7 .assets-style-sidebar--index-ant-steps-item-icon-31GYY > .assets-style-sidebar--index-ant-steps-icon-9bjtV .assets-style-sidebar--index-ant-steps-icon-dot-2MVbf {
  background-color: #eb780c;
}
.assets-style-sidebar--index-ant-menu-horizontal-moRk4 > .assets-style-sidebar--index-ant-menu-item-selected-3vepF > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-sidebar--index-ant-menu-horizontal-moRk4 > .assets-style-sidebar--index-ant-menu-submenu-bcfgj:hover,
.assets-style-sidebar--index-ant-menu-horizontal-moRk4 > .assets-style-sidebar--index-ant-menu-item-EAXI9:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-sidebar--index-ant-menu-submenu-horizontal-2duao > .assets-style-sidebar--index-ant-menu-submenu-active-2Ccyd,
.assets-style-sidebar--index-ant-menu-submenu-horizontal-2duao > .assets-style-sidebar--index-ant-menu-submenu-open-2LBbY :hover,
.assets-style-sidebar--index-ant-menu-submenu-horizontal-2duao > .assets-style-sidebar--index-ant-menu-submenu-active-2Ccyd :hover,
.assets-style-sidebar--index-ant-menu-submenu-horizontal-2duao > .assets-style-sidebar--index-ant-menu-submenu-title-1-NnC :hover {
  color: white;
}
.assets-style-sidebar--index-ant-menu-submenu-horizontal-2duao > .assets-style-sidebar--index-ant-menu-submenu-title-1-NnC {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-sidebar--index-ant-tree-node-selected-KmB9y {
  background-color: transparent !important;
}
.assets-style-sidebar--index-ant-tree-node-selected-KmB9y label {
  color: #eb780c;
}
.assets-style-sidebar--index-fill-2rubR {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-sidebar--index-primary-table-bg-1LDBx .assets-style-sidebar--index-ant-table-thead-2Z_An > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-sidebar--index-primary-bg-hover-2nf5c:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-sidebar--index-primary-text-lighten-PmNvW {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-sidebar--index-sideBar-3-NAo .ant-badge-dot {
  position: absolute;
  top: -12px !important;
  left: 0;
}
.assets-style-policy--index-bg-1v49C {
  height: 150px;
  width: 100%;
}
.assets-style-policy--index-notice-28ynz {
  margin: 15px auto;
  border: 1px solid #e6e6e6;
}
.assets-style-policy--index-top-2RcJo {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
.assets-style-policy--index-title-2Ddm4 {
  font-size: 18px;
  font-weight: bold;
}
.assets-style-policy--index-content-9aCtG {
  position: relative;
  padding: 10px 10px 45px 10px;
  background-color: #fdfdfd;
  text-align: right;
}
.assets-style-policy--index-content-9aCtG ul:first-child li {
  padding-left: 20px;
  cursor: pointer;
  line-height: 30px;
}
.assets-style-policy--index-noMessageContent-MwpPZ {
  padding-top: 100px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-policyDetail--index-detail-KMTYn {
  padding: 20px 10px;
  background-color: #fdfdfd;
}
.assets-style-policyDetail--index-title-3fNPi {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.assets-style-policyDetail--index-subTitle-2hkJd {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 20px;
  text-align: center;
}
.assets-style-mobileJob--jobDetail-wrap-tFR3v {
  padding: 10px;
  background-color: #FFFFFF;
  margin-top: 56px;
}
.assets-style-mobileJob--jobDetail-titleComponent-14MUJ {
  margin-bottom: 20px;
}
.assets-style-mobileJob--jobDetail-titleComponent-14MUJ .title {
  font-size: 18px;
  font-weight: bold;
}
.assets-style-mobileJob--jobDetail-list-I9NIu ul li {
  margin: 10px 0;
}
.assets-style-mobileJob--jobDetail-list-I9NIu ul li .content {
  color: #666;
  font-size: 16px;
  margin: 20px 0 20px 10px;
}
.assets-style-mobileJob--jobDetail-list-I9NIu ul li .subTitle {
  font-weight: bold;
  font-size: 16px;
}
.assets-style-mobileJob--jobDetail-overContent-2ZJYq {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.assets-style-mobileJob--jobDetail-topItem-GQ3_8 {
  width: 100%;
  height: 56px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  position: fixed;
  top: 0;
}
.assets-style-mobileJob--jobDetail-topIcon-3YGOV {
  position: fixed;
  left: 10px;
  top: 18px;
}
.assets-style-mobileJob--jobDetail-bottomItem-1T3F7 {
  width: calc(100% - 20px);
  height: 62px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  padding: 10px 0;
}
.assets-style-mobileJob--jobDetail-btn-17u5L {
  width: 90%;
  height: 42px;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  margin: auto;
}
.assets-style-titleComponent--index-wrap-14wQE {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.assets-style-titleComponent--index-title-2F2FO {
  display: inline-block;
  margin-bottom: -1px;
  padding: 0 10px;
  font-size: 16px;
}
.assets-style-mobileLogin--index-input-Fm3Ht {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  outline: none;
  border-radius: 0 !important;
  font-size: 16px;
  margin: 12px 0;
}
.assets-style-mobileLogin--index-input-Fm3Ht:focus {
  box-shadow: none !important;
}
.assets-style-mobileLogin--index-input-Fm3Ht:hover {
  border-color: #ccc !important;
}
.assets-style-mobileRegister--index-input-n_xvl {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  outline: none;
  border-radius: 0 !important;
  font-size: 16px;
  margin: 12px 0;
}
.assets-style-mobileRegister--index-input-n_xvl:focus {
  box-shadow: none !important;
}
.assets-style-mobileRegister--index-input-n_xvl:hover {
  border-color: #ccc !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-login--index-primary-color-13Z7V {
  color: #eb780c;
}
.assets-style-login--index-primary-color-lighten-M-nJM {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-login--index-primary-background-color-1kgMu {
  background-color: #eb780c;
}
.assets-style-login--index-primary-background-dark-1aDzu {
  background-color: darken(@primary-color, 8%);
}
.assets-style-login--index-ant-menu-item-active-2pcmC {
  color: darken(@primary-color, 8%);
}
.assets-style-login--index-ant-menu-horizonta-1-lO_,
.assets-style-login--index-ant-menu-3vlbQ {
  background-color: @primary-color !important;
}
.assets-style-login--index-ant-menu-horizontal-2_WWx {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-login--index-primary-border1-24m7O {
  border: 1px solid #eb780c;
}
.assets-style-login--index-primary-border-top2-2Wevy {
  border-top: 2px solid #eb780c;
}
.assets-style-login--index-primary-border-bottom2-2N-Np {
  border-bottom: 12px solid #eb780c;
}
.assets-style-login--index-ant-steps-item-finish-3qded > .assets-style-login--index-ant-steps-item-content-1A8UW > .assets-style-login--index-ant-steps-item-title-2u_5-,
.assets-style-login--index-ant-steps-item-process-3jEae > .assets-style-login--index-ant-steps-item-content-1A8UW > .assets-style-login--index-ant-steps-item-title-2u_5-,
.assets-style-login--index-ant-steps-item-finish-3qded > .assets-style-login--index-ant-steps-item-content-1A8UW > .assets-style-login--index-ant-steps-item-description-1ENZ3,
.assets-style-login--index-ant-steps-item-process-3jEae > .assets-style-login--index-ant-steps-item-content-1A8UW > .assets-style-login--index-ant-steps-item-title-2u_5- {
  color: #eb780c;
}
.assets-style-login--index-ant-steps-item-finish-3qded .assets-style-login--index-ant-steps-item-icon-XpgpW > .assets-style-login--index-ant-steps-icon-HEat3 .assets-style-login--index-ant-steps-icon-dot-35uxD,
.assets-style-login--index-ant-steps-item-finish-3qded > .assets-style-login--index-ant-steps-item-tail-1hPNc:after,
.assets-style-login--index-ant-steps-item-process-3jEae .assets-style-login--index-ant-steps-item-icon-XpgpW > .assets-style-login--index-ant-steps-icon-HEat3 .assets-style-login--index-ant-steps-icon-dot-35uxD {
  background-color: #eb780c;
}
.assets-style-login--index-ant-menu-horizontal-2_WWx > .assets-style-login--index-ant-menu-item-selected-3ED8s > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-login--index-ant-menu-horizontal-2_WWx > .assets-style-login--index-ant-menu-submenu-1QQ7z:hover,
.assets-style-login--index-ant-menu-horizontal-2_WWx > .assets-style-login--index-ant-menu-item-ADZ3r:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-login--index-ant-menu-submenu-horizontal-2SGn9 > .assets-style-login--index-ant-menu-submenu-active-6H03S,
.assets-style-login--index-ant-menu-submenu-horizontal-2SGn9 > .assets-style-login--index-ant-menu-submenu-open-4e79q :hover,
.assets-style-login--index-ant-menu-submenu-horizontal-2SGn9 > .assets-style-login--index-ant-menu-submenu-active-6H03S :hover,
.assets-style-login--index-ant-menu-submenu-horizontal-2SGn9 > .assets-style-login--index-ant-menu-submenu-title-cv2bR :hover {
  color: white;
}
.assets-style-login--index-ant-menu-submenu-horizontal-2SGn9 > .assets-style-login--index-ant-menu-submenu-title-cv2bR {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-login--index-ant-tree-node-selected-MjpXj {
  background-color: transparent !important;
}
.assets-style-login--index-ant-tree-node-selected-MjpXj label {
  color: #eb780c;
}
.assets-style-login--index-fill-1wW6I {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-login--index-primary-table-bg-zGiYE .assets-style-login--index-ant-table-thead-_j2hh > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-login--index-primary-bg-hover-2L_x4:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-login--index-primary-text-lighten-zkirT {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-login--index-left-3nJCr {
  width: 360px;
  margin-right: 73px;
}
.assets-style-login--index-left-3nJCr .assets-style-login--index-title-2APuO {
  color: var(--primary-color-dark);
}
.assets-style-login--index-left-3nJCr .ant-form-item {
  margin-bottom: 30px;
}
.assets-style-login--index-input-1llGf {
  width: 360px;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  outline: none;
  border-radius: 0 !important;
  font-size: 16px;
  margin: 15px 0;
}
.assets-style-login--index-input-1llGf:focus {
  box-shadow: none !important;
}
.assets-style-login--index-input-1llGf:hover {
  border-color: #ccc !important;
}
.assets-style-login--index-right-3ZqV- {
  margin-top: 35px;
  margin-right: 35px;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 8px;
}
.ant-input {
  font-size: 16px;
}
.assets-style-login--index-forgotPassword-2J9gn {
  margin-top: 12px;
  color: #999999;
}
.app-components-LoginRgisterCommonPage-index-bg-3XMYB {
  position: relative;
  height: 74vh;
  background: no-repeat center/cover;
}
.app-components-LoginRgisterCommonPage-index-content-1Jy3S {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 45px 55px 50px;
  width: 765px;
  min-height: 370px;
  background: #fff;
  border-radius: 5px;
  
}
.app-components-LoginRgisterCommonPage-index-content-1Jy3S .has-error .ant-input:focus {
  box-shadow: none;
}
.assets-style-register--index-content-3dXYy .assets-style-register--index-nvaBox-1lnWa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.assets-style-register--index-content-3dXYy .assets-style-register--index-nvaBox-1lnWa .assets-style-register--index-nav-3cFWX {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color-dark);
  line-height: 24px;
  cursor: pointer;
}
.assets-style-register--index-content-3dXYy .assets-style-register--index-nvaBox-1lnWa .assets-style-register--index-title-32o-p {
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 29px;
}
.assets-style-register--index-content-3dXYy .ant-form-item {
  margin-bottom: 25px;
}
.ant-form label {
  font-size: 16px;
}
.plugins-updatePassword-index-title-38kzI{
    color: #005CA1;
    font-size: 25px;
    margin-bottom: 60px;
}
.plugins-updatePassword-index-input-2Nlnn{
    width: 250px;
    vertical-align: middle;
    margin:0 2px;
}
.plugins-updatePassword-index-span-owwL7{
    display:inline-block;
    width:250px;
    vertical-align: middle;
}
.plugins-updatePassword-index-form-1koR9 .ant-form-item-label{
    vertical-align: middle;
    line-height: 34px;
}
.plugins-updatePassword-index-form-1koR9 .ant-form-item-control {
    line-height: 20px;
}
.plugins-updatePassword-index-form-1koR9 .has-error .ant-form-explain{
    padding-left:135px;
    position: absolute;
}
.plugins-updatePassword-index-form-1koR9 .ant-form-item{
    margin-bottom:40px;
}
.plugins-updatePassword-index-button-3-D6G{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    margin: 0 20px;
}
.plugins-findPassword-index-title-2IxeN{
    color: #005CA1;
    font-size: 25px;
    margin-bottom: 60px;
}
.plugins-findPassword-index-input-15xLf{
    width: 250px;
    vertical-align: middle;
    margin:0 2px;
}
.plugins-findPassword-index-span-3lNVp{
    display:inline-block;
    width:250px;
    vertical-align: middle;
}
.plugins-findPassword-index-form-J7GPT .ant-form-item-label{
    vertical-align: middle;
    line-height: 34px;
}
.plugins-findPassword-index-form-J7GPT .ant-form-item-control {
    line-height: 20px;
}
.plugins-findPassword-index-form-J7GPT .has-error .ant-form-explain{
    padding-left:135px;
    position: absolute;
}
.plugins-findPassword-index-form-J7GPT .ant-form-item{
    margin-bottom:40px;
}
.plugins-findPassword-index-button-ZnLVE{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    margin: 0 20px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-postInfo--postInfoDetails-primary-color-13lpn {
  color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-color-lighten-3GTJr {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-postInfo--postInfoDetails-primary-background-color-34i_F {
  background-color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-background-dark-37NoS {
  background-color: darken(@primary-color, 8%);
}
.assets-style-postInfo--postInfoDetails-ant-menu-item-active-1bP3a {
  color: darken(@primary-color, 8%);
}
.assets-style-postInfo--postInfoDetails-ant-menu-horizonta-2g1zZ,
.assets-style-postInfo--postInfoDetails-ant-menu-UjY4_ {
  background-color: @primary-color !important;
}
.assets-style-postInfo--postInfoDetails-ant-menu-horizontal-2CkXX {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-postInfo--postInfoDetails-primary-border1-29Y8e {
  border: 1px solid #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-border-top2-32kWt {
  border-top: 2px solid #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-border-bottom2-2eNal {
  border-bottom: 12px solid #eb780c;
}
.assets-style-postInfo--postInfoDetails-ant-steps-item-finish-1d9hy > .assets-style-postInfo--postInfoDetails-ant-steps-item-content-3lzjf > .assets-style-postInfo--postInfoDetails-ant-steps-item-title-3GDys,
.assets-style-postInfo--postInfoDetails-ant-steps-item-process-22MSo > .assets-style-postInfo--postInfoDetails-ant-steps-item-content-3lzjf > .assets-style-postInfo--postInfoDetails-ant-steps-item-title-3GDys,
.assets-style-postInfo--postInfoDetails-ant-steps-item-finish-1d9hy > .assets-style-postInfo--postInfoDetails-ant-steps-item-content-3lzjf > .assets-style-postInfo--postInfoDetails-ant-steps-item-description-3PmtH,
.assets-style-postInfo--postInfoDetails-ant-steps-item-process-22MSo > .assets-style-postInfo--postInfoDetails-ant-steps-item-content-3lzjf > .assets-style-postInfo--postInfoDetails-ant-steps-item-title-3GDys {
  color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-ant-steps-item-finish-1d9hy .assets-style-postInfo--postInfoDetails-ant-steps-item-icon-6YgiF > .assets-style-postInfo--postInfoDetails-ant-steps-icon-34lmP .assets-style-postInfo--postInfoDetails-ant-steps-icon-dot-6rd5-,
.assets-style-postInfo--postInfoDetails-ant-steps-item-finish-1d9hy > .assets-style-postInfo--postInfoDetails-ant-steps-item-tail-13PG6:after,
.assets-style-postInfo--postInfoDetails-ant-steps-item-process-22MSo .assets-style-postInfo--postInfoDetails-ant-steps-item-icon-6YgiF > .assets-style-postInfo--postInfoDetails-ant-steps-icon-34lmP .assets-style-postInfo--postInfoDetails-ant-steps-icon-dot-6rd5- {
  background-color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-ant-menu-horizontal-2CkXX > .assets-style-postInfo--postInfoDetails-ant-menu-item-selected-lwjZE > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-postInfo--postInfoDetails-ant-menu-horizontal-2CkXX > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-bFqjn:hover,
.assets-style-postInfo--postInfoDetails-ant-menu-horizontal-2CkXX > .assets-style-postInfo--postInfoDetails-ant-menu-item-2XCCG:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1WksT > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-active-f13XB,
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1WksT > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-open-1ibVz :hover,
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1WksT > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-active-f13XB :hover,
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1WksT > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-title-1aFXw :hover {
  color: white;
}
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1WksT > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-title-1aFXw {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-postInfo--postInfoDetails-ant-tree-node-selected-3Pdlm {
  background-color: transparent !important;
}
.assets-style-postInfo--postInfoDetails-ant-tree-node-selected-3Pdlm label {
  color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-fill-HTrLM {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-table-bg-2BHUv .assets-style-postInfo--postInfoDetails-ant-table-thead-SpnkR > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-postInfo--postInfoDetails-primary-bg-hover-1l231:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-postInfo--postInfoDetails-primary-text-lighten-14yYh {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU {
  background-color: white;
  margin: 24px auto;
  padding: 24px ;
  width: 1200px;
  min-height: 74vh;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-return-voysD {
  display: inline-block;
  margin-bottom: 30px;
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  cursor: pointer;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 24px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-left-_aAZZ .assets-style-postInfo--postInfoDetails-title-wUT-S {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-left-_aAZZ .assets-style-postInfo--postInfoDetails-labelRow-gq8xC .assets-style-postInfo--postInfoDetails-label-iG1oS {
  display: inline-block;
  height: 32px;
  margin-right: 15px;
  padding: 0 10px;
  background-color: #ff989c61;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #77171A;
  line-height: 32px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-right-1n8AJ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 315px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-right-1n8AJ .assets-style-postInfo--postInfoDetails-btn-2TnM2 {
  width: 183px;
  height: 40px;
  font-size: 16px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-right-1n8AJ .assets-style-postInfo--postInfoDetails-actionsItem-3z0y1 {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 16px;
  cursor: pointer;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-right-1n8AJ .assets-style-postInfo--postInfoDetails-actionsItem-3z0y1 img {
  margin-bottom: 10px;
  width: 26px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-right-1n8AJ .assets-style-postInfo--postInfoDetails-actionsItem-3z0y1:hover {
  color: #77171A;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-right-1n8AJ .assets-style-postInfo--postInfoDetails-actionsItem-3z0y1:hover .assets-style-postInfo--postInfoDetails-unCollect-3hlFX {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAApCAYAAABDV7v1AAAAAXNSR0IArs4c6QAABQJJREFUWEfdmU1sG1UQx+e9tdO6aez4UMKBSlbhRFSa9NTcHLUIx5Eac4ADCNGgiFtV3DgRlaiaqIdWJE5ScYOKBFVw6KVpJexCQDGn9hRcUG7QBtEL5WDHIc6X9w2aTZ6z3uyHP1PEXOLEu/N+O/vmPzMvDOpsPeO5CGPQt+P2p8Sgd6YeS7B6OCEfwZFMq8er3GEIwRKfDNN5JrpTUX+2lrXqBto7uTKJAj8yhRE4mhjyjTx30NC1TIA3KU8kSORkk/ZxdmFT/ikrNtXO+5f8S9XC1iWi4XhuGgDOEUSbl8OXA80az8e38/DrU1WyzSQGvf3PDdQYzetvH4LjLykaD0ESrDQh1O77Q/5UNbA1RzQcz90BgAgtfqbdDdE3DpZw6KOKDFLJi97ufQfdkSIC1Wx64DC84C199r9yAj64uVpzVGuKaDieowQKWEVT0n2R2igmVrVRrRo0PPHPBUAxZRdN+d3qBkL/zVWgn2QIGE0O+or3lrMVqgI1Qr7bdQDe6dqWJCv7+sEGfPOgKFcVwzqChq6tBaBpK8iAnQDAAAcIIkCrBNLLkR0oRfP8rTzQntXZEgKkmcBHyFi6IPjS3PDhtJmfElAqgwdblIgGxbCDI3TooYwOCJLkyJhAVsAEeen2mhG25HIGkBUM0oAszQAfiU01RYWiCEqvk6EYsQOTHpsPMKDq03fSDfS5UqMt8MPili2w3iftaW0Vo2jrLyKQ40cVaPMyOHZEgdeOusqOoNMDPP5bwLOcgF/+LMDjZwLod5lwxns1UH0JPHaEw+l2N7zo4xpYua/VCarc7wmUgAn+x8VCMeoaaM9Ebl62Z/oSWK7zRl338LcCXL23prmXES2WQXrN19861Ki1K/J79e4aPPy9sAsaGssEOVfmpZczr7ohGiqt2RWtUIeLJ79b1xJO2m7Wjy2PAGdX/guwn6fW4e7CLiQIHC3RlrABlqoNVZ39NGMFI0iaDvaIYHh8eQoYuyDh9hPWCrKYTMaI9YwvzzDG3t9P2D29AOJXyZhPmxosQTXJMsBePuuBU6+4GrILKGkoeaShAdIWNDKZad1EPg/IOuhCqlDTA81VlUynp6PGutisIKYTMV+n8R7bQk2wW0J5Ius/jRk0btTT9NFEwKU1LjrNzgAcOwq9ElAT8mGwvvqqlyIUGE0OmTfUzqDxHG1oGodNh7dao1si7Cr0J4bNj4D+R6C6ItAITdXLEiLeSMZ8psdC5US02LB8ctYDXXWWKIM0WZ6mOII2ugWk3vP8re25HxHTSRNpstVRmSS98VxGypPZAUOtyWQ4oMgmBr1+M5+OOroplIy88duLLbZcdNakn4XaWrg2xjhpb+/EStFvnqv+inU0/GmmAxTlZ/JCI8pn722f0umNRoe5xS24t2A9rNG0SoloBVxamdyBRMzzR0WVKTS2EuQctYba2PkTIJ1/Ut9oNZAZF5PAxgFR38kXEN78PuadrQg0rBP7Uy+74HKfR4OyBsQsCLiBTKQRIcsZjyCDPgZMO5+SRsCn213wenuTNjzqQcFC9G33qP7Vy6jSWLs3gtuAeZeYMttfoXjuHAO8YgSWW4oyX9qWqnbODfv3nJZUJE/G10FNBAIbXefqbDn/TLAD3vFdvY5SB7Wh8il9I40IKUR1tNrTYwvg2TxX+60e2DGiMoqhyUwAChDgCNmEyaupRk9pawkGresuSDu9kX8Bl3WKrRmgqAcAAAAASUVORK5CYII=);
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-right-1n8AJ .assets-style-postInfo--postInfoDetails-actionsItem-3z0y1 .assets-style-postInfo--postInfoDetails-unCollect-3hlFX {
  margin-bottom: 4px;
  width: 26px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAApCAYAAABDV7v1AAAAAXNSR0IArs4c6QAABCJJREFUWEfdmb1OG0EQx8eLZVFQGImCgsIFBQVSjESBROPVSbQhTxB4giRPEHiCmCcIeYLQUcAxTkeBFEeioECKI1FQIMUFBQVaR//N7Wlvfd8+mygjnThhe+/n2Z3/fLhGFdv5+fnu3NzcayyrlPrmed5xFY+oVbEI1mDmJhF9JaKOs2afiKSUcjjJs6oE/URE7+NglFKHnucdvDgoM7eI6KcBWVlZ0bd3d3fmX/DmhpRyUBa2Eo8y82ci2gPE/Pw8bW1taZ5+v0/DYbjjx1LK/RcDdb3Zbrep2cRxJQ0JWMtwVntlYCf2KDMjgHbx8OXlZVpbW4twOF7tgXTmoIEUAVQbthxbb9vT0xNdXl5O7NWJPMrMCCAEUqw3Dd3t7a0dWKW8WhqUmd8RUTfNm+a15+dn7VX8hSmlPnieF342z1EoBepCtlotwpVmg8GAcBkrCpsJenp62mo0Gh0hxKtgm5F5/oa1I0dpoPDm1dUV4cxaBvK+UurHaDTC38HOzk5EJsx7I6BIg0qp3QCqTUS4QigXBIEDOXIDKAkYkFABB9Z9O4QXsPoLCCFwpgchaLCdSHOJYGbFer1OyD64cF/UcATu7++zgCPHRIO6om0/GCAQcHhtYWEhvC8KF/f+x8dHDYvEgHtcJuDc9xvQMAUCBsJtwPJuaxXgWAOgAAa87XUDyqY8s1NgVQ8vu87DwwNdX1/rjxvQMA1imwH7LxggAWuDQnLgVW1xOXvW4Dc3N3rrx+SJmRHxH/8FWCflAunQ1dEIbJ6MU7Wn3QwGSCnlwVhm8n2/K4RAHtc2S9gkyPCMul65uLg4rtVqb2cJGwP5RUqpu4ZEULzgwq6vr9PS0lLVO63XQ9AgeCyLQKaCBu0vlEBrFTIUCuMyKTPr26EEtPJ/X0q54X4mtXoKYFEc6/yPNgPSVaU53kQ1hW51bAaQWeb5vn8ghNCyhSJkdXW1Sk6ypSitRs0DuieEQC0wlURgC7tSaj9pBPRfgYZbPw1NtWVJKXXkeV7sWCjTo3bfPg2JcoIpcZqSB3SqJSBqT/RSgcVKU6qOmk8y828jT3EDhkklwBlQDKWUi3Fr5tFRgGrrdNzRZ3RJtypHd4D6Nkt7e73IOGqxsI4yM7LSd+CgRdnc3Bz7smgdcM4wYkzqLgGMQEwCtjNTo9FobW9v/yqUmc7Ozjr1el0X1G7lD0DA4UpqyNyHGWDTLJrX7UqeiN5IKU8Kgfq+H4o9ChJEfQYgUt9R0JfjHlM+zPMjYxQAw7umibRBk0Q/64yGW2+8mtDSGsBu3PliZpRrSMNjcx8cKaxpGXL92LSkkDzFRCOKiEMiOsnzY0IacLD2RDraHI1GXbuQJiKEKVqEUtPjBGCcy/2kL5zpUUtPsW24oHWxg6yimhqoCkpICH3qzzt/AFGnN9iPB7yMAAAAAElFTkSuQmCC) no-repeat center / 26px 26px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-right-1n8AJ .assets-style-postInfo--postInfoDetails-actionsItem-3z0y1:hover .assets-style-postInfo--postInfoDetails-shareImg-1n2gg {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAAAoBJREFUaEPtmV9u00AQxmfsFoEQ+XODcIP0BuEtmJfeoO0JAkqCxFOTJyRSJ+0JCCcAXpJIPLQ3SG7QcgK3Tl8q4x20IkXBJF7v2nG70fbVO7Pfb76xO9MibNkPbhkPGKDH7qhxyDiUcwUStVy9N6+hRQ1Aqor0IcB18Isd/Xhfnq076/RvGwThW1Gu6HOemxjrjlvlb+tihUDOYH4MjDoylzOg75NmcX9VTH3gVSxmX8rki5y9GjULL5WAHNc/BIDPspcT0Ltxs3i6Km5/4JXumDVFwIps3sV5daDXff8cCWo8ERF9oYAlcmryoXwlElv/6AmBcNfqIOJBZg69OZlPafHeBGG4F/deiABkn8e0urpDTt+/BII/laTdyqj17KesMJXzURjeHUtO6QX0nzOMumyHDZc+JPoArYIZtYudyJdRD6B1MLxltQOKg9EOSASjFVASGG2AksJoASQD8+iBZGGiQEQ0G7eKe2rDacaTggoMF/7PQMuoy383PTiQKsyycD7Qigbf2H0oy1nOcX36K05QZZX57z4mP6CTm1NAbMAGYThUbkBpqi4Ta4BkqvUQZ7VxqNbxSk+f71Qn7RcXcYXSBshxff6Xooroo6IFkHb7kOhdM0DrKpTlpCByIe65ccg4lKZ/FGJNy5mWU2ibNCHOJ68Ktj3lOdKt4K7/lW/ACzHDILTO7NC+TiNOJdZ6EgzudRDBxbhVeKW0gtd7Xs2y7HMVEZuKYQBHk2ZhqATEg5zeTQcsPN6UQKm8CbZd4f9Y+YV11z9EhANkVCKEkpSIDA4j4Iyx8GzSLseuDsIVPAMtuadI5FDuqlJcaIBSFC+XUONQLmVOccnWOfQbdflSU0tKkzEAAAAASUVORK5CYII=);
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-header-2ii_U .assets-style-postInfo--postInfoDetails-right-1n8AJ .assets-style-postInfo--postInfoDetails-actionsItem-3z0y1 .assets-style-postInfo--postInfoDetails-shareImg-1n2gg {
  margin-bottom: 10px;
  width: 26px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAAAjFJREFUaEPtmd1twjAQxy8RQjwyAt0AnnnhQLx3g9IJ2k5QmKAwQekEbZ9RdGxQNijdoO98pDqUSBFKbMdOTYx8Up7is/27/yU55wK4MguujAc8UN0V9Qp5hSxHQCnlVqvVoNFoPABAV2F/vwBwj4iborFExHM9Ksx1PoTnniHiR5GvFIiIngFgWmbxOI4/h8PhbZ4PEXUA4LvMfGdjt4h4owUURdEkDMNXjcWfEHFeANQGgC8AYDAd0wciIgKAQbLqm6pSiLiV7TRRSjgsjuNpEAR3lSlERBzJ9LnpiZ4LGUDZ+4JUN1KIc/2UGs1ms9Pv93/KbkxnfA4MZ0eqlFtAOTAzAFhmXiTuAOXBIOL07M3oBlARDKesc0AiGOeAZDBOAanAOAOkCuMEUBmY2gOVhckB2iBiT6s4JaJKKwUdmAQoW9Dy8aGw+hceH6oE0oXJKsHfI1nhaxMozmxOGGWd+i/1sQYURdE8DEM+qf4bDENZAzKJehlfD1QmWpcY64xCRNTe7/fd8Xi8FgXKJaDTN/F4PM5Go9Hlv0Mm6efceUgG64GKIlRl6SNTQXTfK+QVMskfDV+fcj7lNNLGxIWIuGHAjQM2oyP4OwCkjavlbrdbHA4H7qJZtVar9ZLZxxoRUfefAveGuEdUJ+N2J/+8zzWVliQXgtyWrINJT7tSIKYgoknSn+G/L3zZNm5ALxBReHTgTSkB2d69yXoeyCR6Nny9QjaibLKGV8gkejZ8/wApO6VEJBQ8sAAAAABJRU5ErkJggg==) no-repeat center / cover;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-details-3iRs3 {
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  line-height: 48px;
  color: #77171A;
  font-size: 16px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-details-3iRs3 .assets-style-postInfo--postInfoDetails-detailsItem-1a0Qp .assets-style-postInfo--postInfoDetails-label-iG1oS {
  margin-right: 12px;
  float: left;
  width: 64px;
  text-align: right;
  color: rgba(0, 0, 0, 0.25);
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-details-3iRs3 .assets-style-postInfo--postInfoDetails-detailsItem-1a0Qp .assets-style-postInfo--postInfoDetails-value-1D3r7 {
  width: 160px;
  /* 设置 div 的宽度 */
  white-space: nowrap;
  /* 不允许换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 使用省略号(...)来表示被隐藏的文本 */
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-details-3iRs3 .assets-style-postInfo--postInfoDetails-detailsItem-1a0Qp .assets-style-postInfo--postInfoDetails-mvalue-3iCIP {
  width: 112px;
  /* 设置 div 的宽度 */
  white-space: nowrap;
  /* 不允许换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 使用省略号(...)来表示被隐藏的文本 */
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-conetentBox-2Frwn {
  margin-bottom: 30px;
  margin-left: 24px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-conetentBox-2Frwn .assets-style-postInfo--postInfoDetails-h6-aRRgt {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 21px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-conetentBox-2Frwn .assets-style-postInfo--postInfoDetails-more-1_f_b {
  font-size: 16px;
  white-space: wrap !important;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2fnYU .assets-style-postInfo--postInfoDetails-conetentBox-2Frwn .assets-style-postInfo--postInfoDetails-more-1_f_b * {
  white-space: normal !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-commonProblem--index-primary-color-1jIvU {
  color: #eb780c;
}
.assets-style-commonProblem--index-primary-color-lighten-3-o5L {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-commonProblem--index-primary-background-color-YNNyB {
  background-color: #eb780c;
}
.assets-style-commonProblem--index-primary-background-dark-2ppN9 {
  background-color: darken(@primary-color, 8%);
}
.assets-style-commonProblem--index-ant-menu-item-active-2DrY5 {
  color: darken(@primary-color, 8%);
}
.assets-style-commonProblem--index-ant-menu-horizonta-3oo5m,
.assets-style-commonProblem--index-ant-menu-3zqPu {
  background-color: @primary-color !important;
}
.assets-style-commonProblem--index-ant-menu-horizontal-1h8ua {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-commonProblem--index-primary-border1-2xbLY {
  border: 1px solid #eb780c;
}
.assets-style-commonProblem--index-primary-border-top2-3Wfda {
  border-top: 2px solid #eb780c;
}
.assets-style-commonProblem--index-primary-border-bottom2-13wno {
  border-bottom: 12px solid #eb780c;
}
.assets-style-commonProblem--index-ant-steps-item-finish-1qYXp > .assets-style-commonProblem--index-ant-steps-item-content-38Wap > .assets-style-commonProblem--index-ant-steps-item-title-1c2Ry,
.assets-style-commonProblem--index-ant-steps-item-process-2Noa8 > .assets-style-commonProblem--index-ant-steps-item-content-38Wap > .assets-style-commonProblem--index-ant-steps-item-title-1c2Ry,
.assets-style-commonProblem--index-ant-steps-item-finish-1qYXp > .assets-style-commonProblem--index-ant-steps-item-content-38Wap > .assets-style-commonProblem--index-ant-steps-item-description-gsXHf,
.assets-style-commonProblem--index-ant-steps-item-process-2Noa8 > .assets-style-commonProblem--index-ant-steps-item-content-38Wap > .assets-style-commonProblem--index-ant-steps-item-title-1c2Ry {
  color: #eb780c;
}
.assets-style-commonProblem--index-ant-steps-item-finish-1qYXp .assets-style-commonProblem--index-ant-steps-item-icon-1tUxA > .assets-style-commonProblem--index-ant-steps-icon-rAr8u .assets-style-commonProblem--index-ant-steps-icon-dot-LOzhr,
.assets-style-commonProblem--index-ant-steps-item-finish-1qYXp > .assets-style-commonProblem--index-ant-steps-item-tail-3HhzP:after,
.assets-style-commonProblem--index-ant-steps-item-process-2Noa8 .assets-style-commonProblem--index-ant-steps-item-icon-1tUxA > .assets-style-commonProblem--index-ant-steps-icon-rAr8u .assets-style-commonProblem--index-ant-steps-icon-dot-LOzhr {
  background-color: #eb780c;
}
.assets-style-commonProblem--index-ant-menu-horizontal-1h8ua > .assets-style-commonProblem--index-ant-menu-item-selected-15BVf > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-commonProblem--index-ant-menu-horizontal-1h8ua > .assets-style-commonProblem--index-ant-menu-submenu-2exTx:hover,
.assets-style-commonProblem--index-ant-menu-horizontal-1h8ua > .assets-style-commonProblem--index-ant-menu-item-RtNgj:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-LRE0R > .assets-style-commonProblem--index-ant-menu-submenu-active-17Bfc,
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-LRE0R > .assets-style-commonProblem--index-ant-menu-submenu-open-1HQbv :hover,
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-LRE0R > .assets-style-commonProblem--index-ant-menu-submenu-active-17Bfc :hover,
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-LRE0R > .assets-style-commonProblem--index-ant-menu-submenu-title-1i21c :hover {
  color: white;
}
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-LRE0R > .assets-style-commonProblem--index-ant-menu-submenu-title-1i21c {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-commonProblem--index-ant-tree-node-selected-1Bb2M {
  background-color: transparent !important;
}
.assets-style-commonProblem--index-ant-tree-node-selected-1Bb2M label {
  color: #eb780c;
}
.assets-style-commonProblem--index-fill-vtFJ2 {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-commonProblem--index-primary-table-bg-1K7_w .assets-style-commonProblem--index-ant-table-thead-t7l51 > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-commonProblem--index-primary-bg-hover-2dKtx:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-commonProblem--index-primary-text-lighten-1_j6U {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-commonProblem--index-commonProblem-mKtrz {
  position: relative;
  padding: 30px 20px;
  min-height: 74vh;
  background-color: white;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .assets-style-commonProblem--index-commonProblemTitle-2hE5- {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .assets-style-commonProblem--index-commonProblemTitle-2hE5- .assets-style-commonProblem--index-menuTitle-ihPgB {
  font-size: 28px;
  font-weight: 700;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .assets-style-commonProblem--index-commonProblemTitle-2hE5- .assets-style-commonProblem--index-menuTitle-ihPgB img {
  width: 42px;
  height: auto;
  margin-top: -5px;
  margin-right: 12px;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .assets-style-commonProblem--index-search-FuwP7 {
  width: 320px;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .assets-style-commonProblem--index-search-FuwP7 .assets-style-commonProblem--index-searchIcon-36DTC {
  width: 13px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .assets-style-commonProblem--index-listItem-1NrMz {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 72px;
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-commonProblem--index-commonProblem-mKtrz .assets-style-commonProblem--index-listItem-1NrMz .assets-style-commonProblem--index-spot-23XVk {
  margin: 0 10px 4px 0;
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color-light);
}
.assets-style-commonProblem--index-commonProblem-mKtrz .assets-style-commonProblem--index-listItem-1NrMz .assets-style-commonProblem--index-listItemTime-3wvIw {
  color: rgba(0, 0, 0, 0.25);
}
.assets-style-commonProblem--index-commonProblem-mKtrz .assets-style-commonProblem--index-listItem-1NrMz:hover {
  color: var(--primary-color-light);
}
.assets-style-commonProblem--index-commonProblem-mKtrz .ant-input {
  height: 38px;
  border-radius: 19px;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .ant-input:focus {
  box-shadow: none;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .ant-btn-lg {
  height: 38px;
  width: 50px;
  border-radius: 19px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .ant-list-item {
  padding: 0;
  height: 72px;
  cursor: pointer;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .ant-pagination {
  bottom: 30px;
  right: 50%;
  transform: translate(50%, 0);
}
.assets-style-commonProblem--index-commonProblem-mKtrz .ant-pagination-item-active {
  background-color: var(--primary-color);
}
.assets-style-commonProblem--index-commonProblem-mKtrz .ant-pagination-item-active:focus a {
  color: #fff !important;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .ant-pagination-item-active a {
  color: #fff !important;
}
.assets-style-commonProblem--index-commonProblem-mKtrz .ant-pagination.mini .ant-pagination-item {
  line-height: 25px;
}
.assets-style-commonProblem--index-problemDetail-3eMGB {
  background-color: white;
  padding: 0 24px;
  min-height: 74vh;
  margin: 24px auto;
}
.assets-style-commonProblem--index-problemDetail-3eMGB .assets-style-commonProblem--index-return-320PE {
  display: inline-block;
  margin-bottom: 30px;
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
  cursor: pointer;
}
.assets-style-commonProblem--index-problemDetail-3eMGB .assets-style-commonProblem--index-postName-Ymqjn {
  text-align: center;
  margin-bottom: 24px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 29px;
  padding: 0 56px;
}
.assets-style-commonProblem--index-problemDetail-3eMGB .assets-style-commonProblem--index-time-9E8xm {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 18px;
}
.assets-style-previewer--picturepreviewer-main-DjKa7 {
  width: 112px;
  height: 112px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 8px;
  position: relative;
}
.assets-style-previewer--picturepreviewer-main-DjKa7 .assets-style-previewer--picturepreviewer-container-2c5E0 {
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
  padding: 0;
}
.assets-style-previewer--picturepreviewer-main-DjKa7 .assets-style-previewer--picturepreviewer-container-2c5E0:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.assets-style-previewer--picturepreviewer-main-DjKa7 .assets-style-previewer--picturepreviewer-container-2c5E0 span {
  display: block;
}
.assets-style-previewer--picturepreviewer-main-DjKa7 .assets-style-previewer--picturepreviewer-container-2c5E0 img {
  width: 100%;
  height: 100%;
  position: static;
  display: block;
}
.assets-style-previewer--picturepreviewer-main-DjKa7 .assets-style-previewer--picturepreviewer-actions-3kXag {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.assets-style-previewer--picturepreviewer-main-DjKa7 .assets-style-previewer--picturepreviewer-actions-3kXag .anticon {
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  font-size: 16px;
  width: 16px;
  color: rgba(255, 255, 255, 0.85);
}
.assets-style-previewer--picturepreviewer-main-DjKa7:hover .assets-style-previewer--picturepreviewer-container-2c5E0 {
  background: transparent;
}
.assets-style-previewer--picturepreviewer-main-DjKa7:hover .assets-style-previewer--picturepreviewer-container-2c5E0:before {
  opacity: 1;
}
.assets-style-previewer--picturepreviewer-main-DjKa7:hover .assets-style-previewer--picturepreviewer-actions-3kXag {
  opacity: 1;
}
.assets-style-lyPagination--index-pagination-Mu_mE {
  margin-top: 16px !important;
  float: right;
  width: 100%;
  text-align: right;
}
.assets-style-lyPagination--index-pagination-Mu_mE .ant-pagination-total-text {
  float: left;
  padding-top: 3px;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow-y: hidden !important;
}
.page_table_box {
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .ant-table-thead > tr > th,
.page_table_box .ant-table-tbody > tr > td {
  padding: 7px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td img,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td .ant-table-thead > tr > th img,
.page_table_box .ant-table-tbody > tr > td img {
  max-height: 16px;
}
.page_table_box .ant-table-thead > tr > th {
  font-weight: 700;
  color: #000;
}
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner,
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner {
  overflow: hidden !important;
}
.page_table_box .ant-table-tbody > tr.ant-table-row-selected td {
  background-color: #fafafa !important;
}
.page_table_box .ant-table-fixed-left,
.page_table_box .ant-table-fixed-right {
  height: 100%;
}
.page_table_box.scrollLeft .ant-table-fixed-right .customTable,
.page_table_box.scrollMiddle .ant-table-fixed-right .customTable {
  margin-left: 6px;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.page_table_box.scrollRight .ant-table-fixed-left,
.page_table_box.scrollMiddle .ant-table-fixed-left {
  padding-right: 6px;
}
.page_table_box.scrollRight .ant-table-fixed-left .customTable,
.page_table_box.scrollMiddle .ant-table-fixed-left .customTable {
  box-shadow: 6px 0 6px -4px rgba(39, 32, 32, 0.15);
}
.page_table_box .ant-table-middle.ant-table-empty > .ant-table-content > .ant-table-scroll > .ant-table-body > div > div:first-child > table:not(.noscrollx) {
  margin-bottom: 12px;
}
.page_table_box .ant-table-middle > .ant-table-content .ant-table-placeholder {
  border-bottom: none;
}
.page_table_box .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > div > div:nth-child(2) {
  z-index: 999;
}
.page_table_box .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  border: none;
}
.page_table_box .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-right: none;
}
.page_table_box .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > div > div:nth-child(2) {
  opacity: 0;
}
.page_pagination {
  margin-top: 8px;
}
.assets-style-attachmentDownloader--index-title-_IWOb {
  display: flex;
  align-items: center;
}
.assets-style-attachmentDownloader--index-title-_IWOb > a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 18px);
}
.assets-style-attachmentDownloader--index-title-_IWOb .anticon-download {
  margin-left: 4px;
}
.assets-style-datePickerTillNow--index-datePickerTillNow-_Umjm {
  position: relative;
}
.assets-style-datePickerTillNow--index-datePickerTillNow-_Umjm .ant-calendar-picker {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.assets-style-datePickerTillNow--index-datePickerTillNow-_Umjm .ant-calendar-input {
  opacity: 1 !important;
}
.assets-style-datePickerTillNow--index-datePickerTillNow-_Umjm input {
  opacity: 0;
}
.assets-style-container--index-container-2HmLG {
  background: linear-gradient(180deg, rgba(119, 23, 26, 0.8) 0%, rgba(119, 23, 26, 0) 100%) !important;
  border-bottom: none !important;
}
.assets-style-container--index-container-2HmLG .ant-menu-horizontal > .ant-menu-item-selected,
.assets-style-container--index-container-2HmLG .ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid rgba(255, 255, 255, 0.89) !important;
  color: #ffffff !important;
}
.assets-style-container--index-container-2HmLG .ant-menu-submenu-horizontal > .ant-menu-submenu-title {
  color: #ffffff !important;
}
.assets-style-container--index-containerDefault-3YEMZ {
  height: 88px;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  transition: background-color 0.1s ease-in-out;
}
.assets-style-container--index-containerDefault-3YEMZ .assets-style-container--index-logoImg-3uGjq {
  height: 70px;
  width: 427px;
  margin: auto 24px;
}
.assets-style-container--index-containerDefault-3YEMZ .ant-menu-submenu-popup {
  color: black !important;
}
.assets-style-container--index-containerDefault-3YEMZ .ant-menu-horizonta,
.assets-style-container--index-containerDefault-3YEMZ .ant-menu {
  background: transparent !important;
}
.assets-style-container--index-containerDefault-3YEMZ .ant-menu-horizontal {
  border-bottom: 3px solid #4e030000 !important;
}
.assets-style-container--index-containerDefault-3YEMZ .ant-menu-horizontal > .ant-menu-item-selected,
.assets-style-container--index-containerDefault-3YEMZ .ant-menu-horizontal > .ant-menu-submenu-selected {
  border-bottom: 2px solid rgba(0, 0, 0, 0.89) !important;
  color: #000000 ;
}
.assets-style-container--index-containerDefault-3YEMZ .ant-menu-submenu-horizontal > .ant-menu-submenu-title {
  color: #000000 ;
}
.assets-style-container--index-containerDefault-3YEMZ .ant-menu-horizontal > .ant-menu-item:hover {
  color: #000000 !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.assets-style-employ--myInfoDetail-primary-color-2NeAM {
  color: #eb780c;
}
.assets-style-employ--myInfoDetail-primary-color-lighten-tE_k9 {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myInfoDetail-primary-background-color-3EqD5 {
  background-color: #eb780c;
}
.assets-style-employ--myInfoDetail-primary-background-dark-1e5JA {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myInfoDetail-ant-menu-item-active-fxfwY {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myInfoDetail-ant-menu-horizonta-gGf5U,
.assets-style-employ--myInfoDetail-ant-menu-1gLrt {
  background-color: @primary-color !important;
}
.assets-style-employ--myInfoDetail-ant-menu-horizontal-3RHyA {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myInfoDetail-primary-border1-2PMkI {
  border: 1px solid #eb780c;
}
.assets-style-employ--myInfoDetail-primary-border-top2-37yuD {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myInfoDetail-primary-border-bottom2-TAxF8 {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myInfoDetail-ant-steps-item-finish-1iOA_ > .assets-style-employ--myInfoDetail-ant-steps-item-content-2Wg7X > .assets-style-employ--myInfoDetail-ant-steps-item-title-1wpgW,
.assets-style-employ--myInfoDetail-ant-steps-item-process-1KGXr > .assets-style-employ--myInfoDetail-ant-steps-item-content-2Wg7X > .assets-style-employ--myInfoDetail-ant-steps-item-title-1wpgW,
.assets-style-employ--myInfoDetail-ant-steps-item-finish-1iOA_ > .assets-style-employ--myInfoDetail-ant-steps-item-content-2Wg7X > .assets-style-employ--myInfoDetail-ant-steps-item-description-2MXnm,
.assets-style-employ--myInfoDetail-ant-steps-item-process-1KGXr > .assets-style-employ--myInfoDetail-ant-steps-item-content-2Wg7X > .assets-style-employ--myInfoDetail-ant-steps-item-title-1wpgW {
  color: #eb780c;
}
.assets-style-employ--myInfoDetail-ant-steps-item-finish-1iOA_ .assets-style-employ--myInfoDetail-ant-steps-item-icon-1E186 > .assets-style-employ--myInfoDetail-ant-steps-icon-Xa77I .assets-style-employ--myInfoDetail-ant-steps-icon-dot-1fgqZ,
.assets-style-employ--myInfoDetail-ant-steps-item-finish-1iOA_ > .assets-style-employ--myInfoDetail-ant-steps-item-tail-Qw_ER:after,
.assets-style-employ--myInfoDetail-ant-steps-item-process-1KGXr .assets-style-employ--myInfoDetail-ant-steps-item-icon-1E186 > .assets-style-employ--myInfoDetail-ant-steps-icon-Xa77I .assets-style-employ--myInfoDetail-ant-steps-icon-dot-1fgqZ {
  background-color: #eb780c;
}
.assets-style-employ--myInfoDetail-ant-menu-horizontal-3RHyA > .assets-style-employ--myInfoDetail-ant-menu-item-selected-2iFwp > a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myInfoDetail-ant-menu-horizontal-3RHyA > .assets-style-employ--myInfoDetail-ant-menu-submenu-1amFl:hover,
.assets-style-employ--myInfoDetail-ant-menu-horizontal-3RHyA > .assets-style-employ--myInfoDetail-ant-menu-item-xtmB1:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-283YJ > .assets-style-employ--myInfoDetail-ant-menu-submenu-active-1C3_v,
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-283YJ > .assets-style-employ--myInfoDetail-ant-menu-submenu-open-2KHnp :hover,
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-283YJ > .assets-style-employ--myInfoDetail-ant-menu-submenu-active-1C3_v :hover,
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-283YJ > .assets-style-employ--myInfoDetail-ant-menu-submenu-title-3xThh :hover {
  color: white;
}
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-283YJ > .assets-style-employ--myInfoDetail-ant-menu-submenu-title-3xThh {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myInfoDetail-ant-tree-node-selected-1p5vN {
  background-color: transparent !important;
}
.assets-style-employ--myInfoDetail-ant-tree-node-selected-1p5vN label {
  color: #eb780c;
}
.assets-style-employ--myInfoDetail-fill-xEX4X {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myInfoDetail-primary-table-bg-3XjtR .assets-style-employ--myInfoDetail-ant-table-thead-1cYkg > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myInfoDetail-primary-bg-hover-gbsU1:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myInfoDetail-primary-text-lighten-16BIl {
  color: lighten(@primary-color, 12%);
}
:root {
  --primary-color-dark: darken(@primary-color, 8%);
  --primary-color-light: lighten(@primary-color, 12%);
  --primary-color: #eb780c;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW {
  padding-top: 24px;
  height: 650px;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .assets-style-employ--myInfoDetail-spinBox-3U7h_ {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .assets-style-employ--myInfoDetail-headerBox-udhhM {
  display: flex;
  justify-content: space-between;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .assets-style-employ--myInfoDetail-headerBox-udhhM .assets-style-employ--myInfoDetail-header-QFh-A {
  margin-left: 20px;
  padding-left: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
  cursor: pointer;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .assets-style-employ--myInfoDetail-headerBox-udhhM .assets-style-employ--myInfoDetail-editBtn-3Gmgz {
  margin-right: 24px;
  font-size: 16px;
  color: #77171A;
  line-height: 16px;
  cursor: pointer;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .assets-style-employ--myInfoDetail-headerBox-udhhM .assets-style-employ--myInfoDetail-editBtn-3Gmgz > img {
  vertical-align: bottom;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .assets-style-employ--myInfoDetail-imgUpload-1y2n6 {
  position: relative;
  margin: 40px auto 60px auto;
  width: 96px;
  height: 96px;
  padding: 2px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px #5293F640;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .assets-style-employ--myInfoDetail-btnRow-3ITcY {
  text-align: center;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .assets-style-employ--myInfoDetail-formItem-1nsUk {
  margin-top: 4px;
  padding-left: 10px;
  height: 32px;
  border-radius: 3px;
  background-color: #f5f9ff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 32px;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .ant-btn {
  min-width: 65px;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .ant-btn + .ant-btn {
  margin-left: 10px;
}
.assets-style-employ--myInfoDetail-myInfo-2l3wW .ant-form-item {
  margin-bottom: 18px;
}
.plugins-footer-index-content-2pkNy{
    margin-right:1em;
}
.plugins-footer-index-copyRight-3QJMG{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-family: "HarmonyOS Sans SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}.assets-style-consultation--style-dr-3bj00 {
  z-index: 999;
  position: fixed;
  right: 40px;
  background-color: #ffffff;
  width: 480px;
  height: 600px;
}
.assets-style-consultation--style-dr-3bj00 .ant-drawer-header {
  padding: 10px;
}
.assets-style-consultation--style-dr-3bj00 .ant-drawer-close {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.assets-style-consultation--style-dr-3bj00 .ant-drawer-body {
  padding: 12px;
}
.assets-style-consultation--style-hov-wQjkz:hover {
  background-color: #b5b5b5 !important;
}
.assets-style-consultation--style-consultModule-1HN-_ {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f5f9ff;
  font-size: 12px;
  color: #77171A;
  line-height: 16px;
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px rgba(74, 141, 242, 0.25);
}
.assets-style-consultation--style-consultModule-1HN-_ > img {
  width: 26px;
  height: 26px;
}
.assets-style-consultation--style-consultModule-1HN-_ > div {
  margin-top: 5px;
}
.assets-style-consultation--style-tooltipImg-2Y4co {
  width: 80px;
  height: 80px;
  background-color: #fff;
  cursor: pointer;
}
.assets-style-consultation--style-consult-1YGq8 {
  padding: 0 10px;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-time-GjBML {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
  text-align: center;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-common-KfzOy {
  display: flex;
  margin-bottom: 20px;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-common-KfzOy .assets-style-consultation--style-content-15hqj {
  word-break: break-all;
  position: relative;
  padding: 10px 12px;
  max-width: 65%;
  min-height: 43px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 23px;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-common-KfzOy.assets-style-consultation--style-leftRow-3BAiZ .assets-style-consultation--style-content-15hqj {
  margin-left: 15px;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-common-KfzOy.assets-style-consultation--style-leftRow-3BAiZ .assets-style-consultation--style-content-15hqj::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 10px);
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent #fff transparent transparent;
  border-style: solid dashed dashed dashed;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-common-KfzOy.assets-style-consultation--style-rightRow-1qiJD {
  justify-content: end;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-common-KfzOy.assets-style-consultation--style-rightRow-1qiJD .assets-style-consultation--style-content-15hqj {
  justify-content: end;
  margin-right: 15px;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-common-KfzOy.assets-style-consultation--style-rightRow-1qiJD .assets-style-consultation--style-content-15hqj::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 10px);
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid dashed dashed dashed;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-inputBox-1sI7o {
  position: fixed;
  left: 0;
  bottom: 25px;
  padding: 7px 15px 0;
  display: flex;
  width: 375px;
  height: 84px;
  background-color: #fff;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-inputBox-1sI7o .assets-style-consultation--style-text-2sTUO {
  margin-right: 10px;
  border-radius: 5px;
  min-height: 36px;
  width: 270px;
}
.assets-style-consultation--style-consult-1YGq8 .assets-style-consultation--style-inputBox-1sI7o .assets-style-consultation--style-button-2Mro3 {
  width: 65px;
  height: 36px;
}
.assets-style-consultation--style-consult-1YGq8 .adm-text-area-element {
  padding-top: 5px;
  min-height: 36px;
  border: 1px solid #acc9f8;
  border-radius: 5px;
}
.assets-style-mobileJob--index-content-2q6XB {
  padding: 20px;
}
.assets-style-mobileJob--index-content-2q6XB img {
  max-width: 100% !important;
}
.assets-style-mobileJob--index-group-name-JGiAu {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.assets-style-mobileJob--index-group-name-before-1fN2V {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 3px;
}
.assets-style-mobileJob--index-card-content-OVFbW {
  margin: 10px;
  box-shadow: 0 5px 10px #AAA;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.assets-style-mobileJob--index-card-content-OVFbW .assets-style-mobileJob--index-leftItem-Y7r2Q {
  color: #999;
}
.assets-style-mobileJob--index-card-content-OVFbW .assets-style-mobileJob--index-rightItem-2oQLq {
  margin-left: 10px;
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 180px);
  text-align: right;
}
.assets-style-mobileJob--index-card-content-OVFbW p {
  margin-bottom: 10px;
}
