/*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;
}
.yui-page-footer {
  background-color: @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;
  color: #fff !important;
}
.ant-menu-submenu-horizontal > .ant-menu-submenu-title {
  color: #fff !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;
}
.yui-page-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 50px;
  padding: 30px 0;
  font-size: 16px;
  color: #ffffff;
  background: var(--primary-color);
}
.yui-page-footer p,
.yui-page-footer span,
.yui-page-footer a,
.yui-page-footer div {
  color: #ffffff;
}
.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;
}
/* 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-1Mk8f {
  color: #eb780c;
}
.assets-style-home--index-primary-color-lighten-1Quhm {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-home--index-primary-background-color-2BRiH {
  background-color: #eb780c;
}
.assets-style-home--index-primary-background-dark-17EtG {
  background-color: darken(@primary-color, 8%);
}
.assets-style-home--index-ant-menu-item-active-2VIf0 {
  color: darken(@primary-color, 8%);
}
.assets-style-home--index-ant-menu-horizonta-2PTlb,
.assets-style-home--index-ant-menu-2kkXE {
  background-color: @primary-color !important;
}
.assets-style-home--index-ant-menu-horizontal-kKX4q {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-home--index-yui-page-footer-3KJm_ {
  background-color: @primary-color !important;
}
.assets-style-home--index-primary-border1-3Tl28 {
  border: 1px solid #eb780c;
}
.assets-style-home--index-primary-border-top2-uWifl {
  border-top: 2px solid #eb780c;
}
.assets-style-home--index-primary-border-bottom2-18RjR {
  border-bottom: 12px solid #eb780c;
}
.assets-style-home--index-ant-steps-item-finish-lR6cN > .assets-style-home--index-ant-steps-item-content-mn6-s > .assets-style-home--index-ant-steps-item-title-KB8qx,
.assets-style-home--index-ant-steps-item-process-37ERW > .assets-style-home--index-ant-steps-item-content-mn6-s > .assets-style-home--index-ant-steps-item-title-KB8qx,
.assets-style-home--index-ant-steps-item-finish-lR6cN > .assets-style-home--index-ant-steps-item-content-mn6-s > .assets-style-home--index-ant-steps-item-description-17Vv5,
.assets-style-home--index-ant-steps-item-process-37ERW > .assets-style-home--index-ant-steps-item-content-mn6-s > .assets-style-home--index-ant-steps-item-title-KB8qx {
  color: #eb780c;
}
.assets-style-home--index-ant-steps-item-finish-lR6cN .assets-style-home--index-ant-steps-item-icon-iP8Df > .assets-style-home--index-ant-steps-icon-2jqEM .assets-style-home--index-ant-steps-icon-dot-17zd3,
.assets-style-home--index-ant-steps-item-finish-lR6cN > .assets-style-home--index-ant-steps-item-tail-1JU2K:after,
.assets-style-home--index-ant-steps-item-process-37ERW .assets-style-home--index-ant-steps-item-icon-iP8Df > .assets-style-home--index-ant-steps-icon-2jqEM .assets-style-home--index-ant-steps-icon-dot-17zd3 {
  background-color: #eb780c;
}
.assets-style-home--index-ant-menu-horizontal-kKX4q > .assets-style-home--index-ant-menu-item-selected-2SwgO > 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-kKX4q > .assets-style-home--index-ant-menu-submenu-3Of-p:hover,
.assets-style-home--index-ant-menu-horizontal-kKX4q > .assets-style-home--index-ant-menu-item-3YV-U:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-home--index-ant-menu-submenu-horizontal-2bF40 > .assets-style-home--index-ant-menu-submenu-active-12dVT,
.assets-style-home--index-ant-menu-submenu-horizontal-2bF40 > .assets-style-home--index-ant-menu-submenu-open-1uGtx :hover,
.assets-style-home--index-ant-menu-submenu-horizontal-2bF40 > .assets-style-home--index-ant-menu-submenu-active-12dVT :hover,
.assets-style-home--index-ant-menu-submenu-horizontal-2bF40 > .assets-style-home--index-ant-menu-submenu-title-2muw2 :hover {
  color: white;
}
.assets-style-home--index-ant-menu-submenu-horizontal-2bF40 > .assets-style-home--index-ant-menu-submenu-title-2muw2 {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-home--index-ant-tree-node-selected-2TVVH {
  background-color: transparent !important;
}
.assets-style-home--index-ant-tree-node-selected-2TVVH label {
  color: #eb780c;
}
.assets-style-home--index-fill-1rG2V {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-home--index-primary-table-bg-3-8Cu .assets-style-home--index-ant-table-thead-2rvFq > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-home--index-primary-bg-hover-3p_po:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-home--index-primary-text-lighten-3JYK4 {
  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-2RS6k {
  height: 400px;
  object-fit: cover;
}
.assets-style-home--index-list1-2zwSt {
  width: 700px;
}
.assets-style-home--index-list2-3hY53 {
  width: 465px;
}
.assets-style-home--index-title-cvLSc {
  margin: 20px 0;
}
.assets-style-home--index-title-cvLSc h3 .title h5 {
  text-align: center;
  font-weight: normal;
}
.assets-style-home--index-title-cvLSc h3 {
  color: #333333;
  font-size: 30px;
}
.assets-style-home--index-title-cvLSc h5 {
  color: #bfbfbf;
  font-size: 16px;
}
.assets-style-home--index-ul-28voj li {
  width: 280px;
  height: 280px;
  float: left;
  margin: 0 25px 20px 0;
  box-sizing: border-box;
}
.assets-style-home--index-li-1f7pB {
  border: 1px solid #eee;
}
.assets-style-home--index-li-1f7pB .bg {
  width: 100%;
  height: 150px;
}
.assets-style-home--index-li-1f7pB dl {
  height: 130px;
  background-color: #f9f9f9;
  padding-left: 20px;
  overflow: hidden;
}
.assets-style-home--index-li-1f7pB dl dt {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
}
.assets-style-home--index-li-1f7pB dl dd {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 25px;
}
.assets-style-home--index-notice-3afrX (span:first-child) {
  width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.assets-style-home--index-home-7ILE3 {
  background-color: #397ef000;
  padding-bottom: 80px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-searchBgi-3fd4- {
  height: 412px;
  background-repeat: no-repeat;
  background-size: cover;
}
.assets-style-home--index-home-7ILE3 .ant-carousel .slick-dots li button {
  width: 43px;
  height: 8px;
  border-radius: 4px 4px;
}
.assets-style-home--index-home-7ILE3 .ant-carousel .slick-dots-bottom {
  bottom: 26px;
}
.assets-style-home--index-home-7ILE3 .ant-carousel .slick-dots li.slick-active button {
  background-color: var(--primary-color-dark);
}
.assets-style-home--index-home-7ILE3 .ant-carousel .slick-dots li button {
  opacity: 1;
  background: #ffffff;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-searchBoxContainer-1IEPL {
  position: relative;
  width: 100%;
  height: 412px;
  overflow: hidden;
  z-index: 1;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-searchBoxContainer-1IEPL .assets-style-home--index-searchBox-WYc6L {
  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-7ILE3 .assets-style-home--index-searchBoxContainer-1IEPL .assets-style-home--index-searchBox-WYc6L > .assets-style-home--index-typeArea-39Egj {
  margin: 50px 0 0;
  padding: 48px 0 0 36px;
  pointer-events: auto;
  width: 671px;
  height: 308px;
  background-color: rgba(0, 0, 0, 0.25);
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-searchBoxContainer-1IEPL .assets-style-home--index-searchBox-WYc6L > .assets-style-home--index-typeArea-39Egj h1 {
  margin-bottom: 28px;
  color: #ffffff;
  line-height: 40px;
  font-family: Microsoft YaHei;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-searchBoxContainer-1IEPL .assets-style-home--index-searchBox-WYc6L > .assets-style-home--index-typeArea-39Egj .assets-style-home--index-description-30oT2 {
  width: 540px;
  height: 72px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: Microsoft YaHei;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-searchBoxContainer-1IEPL .assets-style-home--index-searchBox-WYc6L > .assets-style-home--index-typeArea-39Egj .assets-style-home--index-search-3WYsp {
  width: 610px;
  height: 52px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj {
  margin: 0 auto;
  width: 1200px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY {
  display: flex;
  justify-content: left;
  padding: 0 0px;
  scroll-behavior: smooth;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY:hover {
  scrollbar-color: #bdc4ca transparent;
  scrollbar-width: thin;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY:hover::-webkit-scrollbar-thumb {
  background: #dde3e9;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY::-webkit-scrollbar-thumb {
  background: transparent;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY .assets-style-home--index-categoryItem-3B42Q {
  background-color: #FFFFFF;
  padding: 22px 12px 24px 18px;
  margin-right: 30px;
  width: 375px;
  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-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY .assets-style-home--index-categoryItem-3B42Q img {
  width: 40px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY .assets-style-home--index-categoryItem-3B42Q .assets-style-home--index-middle-3tPeh {
  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-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY .assets-style-home--index-categoryItem-3B42Q .assets-style-home--index-middle-3tPeh .assets-style-home--index-middleTop-c6FFM {
  margin-bottom: 14px;
  color: black;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY .assets-style-home--index-categoryItem-3B42Q .assets-style-home--index-top-1of5J {
  height: 98%;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY .assets-style-home--index-categoryItem-3B42Q .assets-style-home--index-bottom-1erWR {
  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-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY .assets-style-home--index-categoryItem-3B42Q .assets-style-home--index-bottom-1erWR .assets-style-home--index-bottomLeft-1tVSo {
  color: #23d688;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY .assets-style-home--index-categoryItem-3B42Q:hover {
  box-shadow: 0px 1px 4px 0px #00000040;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY .assets-style-home--index-categoryItem-3B42Q:hover .assets-style-home--index-middleTop-c6FFM {
  color: var(--primary-color);
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-categoryBox-fnAMY:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-sceneryBox-7AhEG {
  display: flex;
  margin-top: 35px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-sceneryBox-7AhEG .assets-style-home--index-image-2tk0W {
  width: 285px;
  height: 300px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-typeArea-39Egj .assets-style-home--index-sceneryBox-7AhEG .assets-style-home--index-image-2tk0W .assets-style-home--index-imageName-XglFP {
  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-7ILE3 .assets-style-home--index-header-1lN-x {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-header-1lN-x .assets-style-home--index-left-2KBRc {
  width: 96%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-header-1lN-x .assets-style-home--index-left-2KBRc > img {
  margin: 0 13px 6px 0;
  width: 17px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-header-1lN-x .assets-style-home--index-left-2KBRc > span {
  z-index: 1;
  position: relative;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-header-1lN-x .assets-style-home--index-left-2KBRc .assets-style-home--index-backColor-yvkqk {
  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-7ILE3 .assets-style-home--index-header-1lN-x .assets-style-home--index-right-3lUI2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-header-1lN-x .assets-style-home--index-right-3lUI2 > img {
  vertical-align: revert;
  width: 15px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-header-1lN-x .assets-style-home--index-right-3lUI2:hover {
  color: #397EF0;
  cursor: pointer;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-ListContainer-11HKI {
  overflow: hidden;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-ListContainer-11HKI .assets-style-home--index-articleImg-2w4OS {
  height: 412px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-ListContainerOdd-1K1YJ {
  align-items: center;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-ListContainerOdd-1K1YJ .assets-style-home--index-List-3YdAY {
  height: 387px;
  border-radius: 6px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-ListContainerOdd-1K1YJ .assets-style-home--index-articleImg-2w4OS {
  width: 878px;
  height: 471px;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-List-3YdAY {
  background-color: #FFFFFF;
  padding: 24px;
  height: 100%;
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-List-3YdAY .ant-list-item :first-child {
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-home--index-home-7ILE3 .assets-style-home--index-List-3YdAY .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-7ILE3 .assets-style-home--index-List-3YdAY .ant-list-item :first-child:hover {
  color: var(--primary-color);
}
.assets-style-home--index-home-7ILE3 .ant-input {
  font-size: 18px !important;
  border-radius: 26px !important;
}
.assets-style-home--index-home-7ILE3 .ant-input::placeholder {
  font-size: 18px !important;
}
.assets-style-home--index-home-7ILE3 .ant-input-lg {
  padding: 14px 55px 14px 24px !important;
}
.assets-style-home--index-home-7ILE3 .ant-input-affix-wrapper {
  font-size: 21px;
}
.assets-style-home--index-home-7ILE3 .ant-input-affix-wrapper .ant-input-suffix {
  right: 24px;
}
.assets-style-home--index-home-7ILE3 .slick-dots-bottom {
  z-index: 2;
}
.assets-style-home--index-home-7ILE3 .ant-list-item {
  height: 62px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
/* 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-BaYZJ {
  color: #eb780c;
}
.assets-style-home--style2-primary-color-lighten-1AURe {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-home--style2-primary-background-color-ThEgo {
  background-color: #eb780c;
}
.assets-style-home--style2-primary-background-dark-1ebGq {
  background-color: darken(@primary-color, 8%);
}
.assets-style-home--style2-ant-menu-item-active-2x0Wk {
  color: darken(@primary-color, 8%);
}
.assets-style-home--style2-ant-menu-horizonta-260oH,
.assets-style-home--style2-ant-menu-1Z1rX {
  background-color: @primary-color !important;
}
.assets-style-home--style2-ant-menu-horizontal-3jaxB {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-home--style2-yui-page-footer-1trsE {
  background-color: @primary-color !important;
}
.assets-style-home--style2-primary-border1-3Cjwt {
  border: 1px solid #eb780c;
}
.assets-style-home--style2-primary-border-top2-36DiU {
  border-top: 2px solid #eb780c;
}
.assets-style-home--style2-primary-border-bottom2-WG39U {
  border-bottom: 12px solid #eb780c;
}
.assets-style-home--style2-ant-steps-item-finish-16Loe > .assets-style-home--style2-ant-steps-item-content-hG3wM > .assets-style-home--style2-ant-steps-item-title-1PN1T,
.assets-style-home--style2-ant-steps-item-process-PG-Jo > .assets-style-home--style2-ant-steps-item-content-hG3wM > .assets-style-home--style2-ant-steps-item-title-1PN1T,
.assets-style-home--style2-ant-steps-item-finish-16Loe > .assets-style-home--style2-ant-steps-item-content-hG3wM > .assets-style-home--style2-ant-steps-item-description-ra3mB,
.assets-style-home--style2-ant-steps-item-process-PG-Jo > .assets-style-home--style2-ant-steps-item-content-hG3wM > .assets-style-home--style2-ant-steps-item-title-1PN1T {
  color: #eb780c;
}
.assets-style-home--style2-ant-steps-item-finish-16Loe .assets-style-home--style2-ant-steps-item-icon-w_Xr0 > .assets-style-home--style2-ant-steps-icon-Iz97N .assets-style-home--style2-ant-steps-icon-dot-3-n-B,
.assets-style-home--style2-ant-steps-item-finish-16Loe > .assets-style-home--style2-ant-steps-item-tail-hkHxK:after,
.assets-style-home--style2-ant-steps-item-process-PG-Jo .assets-style-home--style2-ant-steps-item-icon-w_Xr0 > .assets-style-home--style2-ant-steps-icon-Iz97N .assets-style-home--style2-ant-steps-icon-dot-3-n-B {
  background-color: #eb780c;
}
.assets-style-home--style2-ant-menu-horizontal-3jaxB > .assets-style-home--style2-ant-menu-item-selected-1e76E > 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-3jaxB > .assets-style-home--style2-ant-menu-submenu-3UlBi:hover,
.assets-style-home--style2-ant-menu-horizontal-3jaxB > .assets-style-home--style2-ant-menu-item-2NvEH:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-home--style2-ant-menu-submenu-horizontal-FhCJc > .assets-style-home--style2-ant-menu-submenu-active-l3l9K,
.assets-style-home--style2-ant-menu-submenu-horizontal-FhCJc > .assets-style-home--style2-ant-menu-submenu-open-3a9MB :hover,
.assets-style-home--style2-ant-menu-submenu-horizontal-FhCJc > .assets-style-home--style2-ant-menu-submenu-active-l3l9K :hover,
.assets-style-home--style2-ant-menu-submenu-horizontal-FhCJc > .assets-style-home--style2-ant-menu-submenu-title-2uLWc :hover {
  color: white;
}
.assets-style-home--style2-ant-menu-submenu-horizontal-FhCJc > .assets-style-home--style2-ant-menu-submenu-title-2uLWc {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-home--style2-ant-tree-node-selected-3sDUr {
  background-color: transparent !important;
}
.assets-style-home--style2-ant-tree-node-selected-3sDUr label {
  color: #eb780c;
}
.assets-style-home--style2-fill-3UXmm {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-home--style2-primary-table-bg-5uAOT .assets-style-home--style2-ant-table-thead-WjKSb > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-home--style2-primary-bg-hover-33WJn:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-home--style2-primary-text-lighten-1joJL {
  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-typeArea-3Mbyt {
  margin: 0 auto;
  width: 1200px;
  margin-top: 30px;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-more-2Zu2B {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-more-2Zu2B:hover {
  color: #eb780c;
  cursor: pointer;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-header-xO0WM {
  padding: 32px 20px;
  display: flex;
  justify-content: space-between;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-header-xO0WM .assets-style-home--style2-left-3iF9R {
  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-3Mbyt .assets-style-home--style2-categoryBox-3O0HL {
  display: flex;
  justify-content: left;
  padding: 0 20px;
  padding-bottom: 27px;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO {
  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-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO:last-child {
  margin-right: 0;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO img {
  width: 40px;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO .assets-style-home--style2-middle-3YGOi {
  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-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO .assets-style-home--style2-middle-3YGOi .assets-style-home--style2-middleTop-J53Ot {
  margin-bottom: 14px;
  color: black;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO .assets-style-home--style2-top-1n05e {
  height: 98%;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO .assets-style-home--style2-bottom-14l7y {
  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-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO .assets-style-home--style2-bottom-14l7y .assets-style-home--style2-bottomLeft-3sy8o {
  color: #23d688;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO:hover {
  box-shadow: 0px 1px 4px 0px #00000040;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-categoryBox-3O0HL .assets-style-home--style2-categoryItem-X9TZO:hover .assets-style-home--style2-middleTop-J53Ot {
  color: var(--primary-color);
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-categoryBox-3O0HL:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .ant-card {
  margin-bottom: 24px;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .ant-card .ant-card-head {
  margin-bottom: 5px;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .ant-card .ant-card-head .ant-card-head-title {
  font-size: 20px;
  font-weight: 700;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .ant-card .ant-card-body {
  padding: 0 24px;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-List-3CHXB {
  background-color: #FFFFFF;
  height: 100%;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-List-3CHXB .ant-list-item :first-child {
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-List-3CHXB .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-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-List-3CHXB .ant-list-item :first-child:hover {
  color: var(--primary-color);
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-ListSpec-2gD9K {
  background-color: #FFFFFF;
  height: 100%;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-ListSpec-2gD9K .ant-list-item {
  display: flex;
  justify-content: start;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-ListSpec-2gD9K .ant-list-item a {
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-ListSpec-2gD9K .ant-list-item a:hover {
  color: var(--primary-color);
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-ListSpec-2gD9K .ant-list-item a > span:last-child {
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-ListSpec-2gD9K .assets-style-home--style2-timeCount-2eIpx {
  width: 60px;
  height: 48px;
  border: 1px solid #d2e0fa;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  text-align: center;
  margin-right: 24px;
}
.assets-style-home--style2-typeArea-3Mbyt .assets-style-home--style2-cardCount-1DqCk .assets-style-home--style2-ListSpec-2gD9K .assets-style-home--style2-timeCount-2eIpx .assets-style-home--style2-timeDate-3FWyu {
  padding: 2px 6px;
  font-size: 12px;
  background-color: #0072DC;
  color: #fff;
}
/* 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-3NItN {
  color: #eb780c;
}
.assets-style-postInfo--index-primary-color-lighten-3vxoo {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-postInfo--index-primary-background-color-8K50A {
  background-color: #eb780c;
}
.assets-style-postInfo--index-primary-background-dark-zjTlN {
  background-color: darken(@primary-color, 8%);
}
.assets-style-postInfo--index-ant-menu-item-active-3RAb7 {
  color: darken(@primary-color, 8%);
}
.assets-style-postInfo--index-ant-menu-horizonta-1tLdn,
.assets-style-postInfo--index-ant-menu-vPiMw {
  background-color: @primary-color !important;
}
.assets-style-postInfo--index-ant-menu-horizontal-dlsa3 {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-postInfo--index-yui-page-footer-15vKz {
  background-color: @primary-color !important;
}
.assets-style-postInfo--index-primary-border1-31g2r {
  border: 1px solid #eb780c;
}
.assets-style-postInfo--index-primary-border-top2-3Xj_i {
  border-top: 2px solid #eb780c;
}
.assets-style-postInfo--index-primary-border-bottom2-3SMLL {
  border-bottom: 12px solid #eb780c;
}
.assets-style-postInfo--index-ant-steps-item-finish-lwi8H > .assets-style-postInfo--index-ant-steps-item-content-2-oK- > .assets-style-postInfo--index-ant-steps-item-title-3pIOW,
.assets-style-postInfo--index-ant-steps-item-process-2FZUJ > .assets-style-postInfo--index-ant-steps-item-content-2-oK- > .assets-style-postInfo--index-ant-steps-item-title-3pIOW,
.assets-style-postInfo--index-ant-steps-item-finish-lwi8H > .assets-style-postInfo--index-ant-steps-item-content-2-oK- > .assets-style-postInfo--index-ant-steps-item-description-3wqwD,
.assets-style-postInfo--index-ant-steps-item-process-2FZUJ > .assets-style-postInfo--index-ant-steps-item-content-2-oK- > .assets-style-postInfo--index-ant-steps-item-title-3pIOW {
  color: #eb780c;
}
.assets-style-postInfo--index-ant-steps-item-finish-lwi8H .assets-style-postInfo--index-ant-steps-item-icon-6F95c > .assets-style-postInfo--index-ant-steps-icon-23A5Y .assets-style-postInfo--index-ant-steps-icon-dot-1Dxzc,
.assets-style-postInfo--index-ant-steps-item-finish-lwi8H > .assets-style-postInfo--index-ant-steps-item-tail-3O_nQ:after,
.assets-style-postInfo--index-ant-steps-item-process-2FZUJ .assets-style-postInfo--index-ant-steps-item-icon-6F95c > .assets-style-postInfo--index-ant-steps-icon-23A5Y .assets-style-postInfo--index-ant-steps-icon-dot-1Dxzc {
  background-color: #eb780c;
}
.assets-style-postInfo--index-ant-menu-horizontal-dlsa3 > .assets-style-postInfo--index-ant-menu-item-selected-_zOFe > 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-dlsa3 > .assets-style-postInfo--index-ant-menu-submenu-SP04S:hover,
.assets-style-postInfo--index-ant-menu-horizontal-dlsa3 > .assets-style-postInfo--index-ant-menu-item-1GFrf:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-postInfo--index-ant-menu-submenu-horizontal-2r9gq > .assets-style-postInfo--index-ant-menu-submenu-active-2h9CV,
.assets-style-postInfo--index-ant-menu-submenu-horizontal-2r9gq > .assets-style-postInfo--index-ant-menu-submenu-open-3ubV9 :hover,
.assets-style-postInfo--index-ant-menu-submenu-horizontal-2r9gq > .assets-style-postInfo--index-ant-menu-submenu-active-2h9CV :hover,
.assets-style-postInfo--index-ant-menu-submenu-horizontal-2r9gq > .assets-style-postInfo--index-ant-menu-submenu-title-3eRi- :hover {
  color: white;
}
.assets-style-postInfo--index-ant-menu-submenu-horizontal-2r9gq > .assets-style-postInfo--index-ant-menu-submenu-title-3eRi- {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-postInfo--index-ant-tree-node-selected-309k2 {
  background-color: transparent !important;
}
.assets-style-postInfo--index-ant-tree-node-selected-309k2 label {
  color: #eb780c;
}
.assets-style-postInfo--index-fill-Gj5tR {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-postInfo--index-primary-table-bg-1e_Hg .assets-style-postInfo--index-ant-table-thead-H25TL > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-postInfo--index-primary-bg-hover-adM4j:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-postInfo--index-primary-text-lighten-FNlYH {
  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-3xPhE {
  position: relative;
  margin: 24px auto;
  padding: 24px 0;
  width: 1200px;
  background-color: #ffffff;
  min-height: 74vh;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-searchRow-3hf6I {
  margin: 0 24px 11px 24px;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-searchRow-3hf6I .assets-style-postInfo--index-search-2oEJ7 {
  width: 500px;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-searchRow-3hf6I .assets-style-postInfo--index-search-2oEJ7 .assets-style-postInfo--index-searchIcon-3E4Pr {
  width: 13px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-selectBox-1jGo- {
  margin: 0 24px 10px 24px;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-selectBox-1jGo- .assets-style-postInfo--index-selectRow-7OzMM {
  display: flex;
  border-bottom: 1px dashed #efefef;
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-selectBox-1jGo- .assets-style-postInfo--index-selectRow-7OzMM:last-child {
  border-bottom: none;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-selectBox-1jGo- .assets-style-postInfo--index-selectRow-7OzMM .assets-style-postInfo--index-label-3oKq- {
  margin-right: 45px;
  color: rgba(0, 0, 0, 0.25);
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-selectBox-1jGo- .assets-style-postInfo--index-selectRow-7OzMM .assets-style-postInfo--index-valuePart-2_Afb {
  flex: 1;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-selectBox-1jGo- .assets-style-postInfo--index-selectRow-7OzMM .assets-style-postInfo--index-valuePart-2_Afb .assets-style-postInfo--index-value-3Y3d2 {
  margin-right: 40px;
  float: left;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-selectBox-1jGo- .assets-style-postInfo--index-selectRow-7OzMM .assets-style-postInfo--index-valuePart-2_Afb .assets-style-postInfo--index-value-3Y3d2:hover {
  color: var(--primary-color);
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-selectBox-1jGo- .assets-style-postInfo--index-selectRow-7OzMM .assets-style-postInfo--index-valuePart-2_Afb .assets-style-postInfo--index-checkValue-35Tw7 {
  margin-right: 43px;
  float: left;
  color: var(--primary-color);
  cursor: pointer;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-searchResult-2Fagv {
  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: #f5f6fa;
  border-radius: 5px;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-searchResult-2Fagv .assets-style-postInfo--index-resultNum-2qxip {
  color: var(--primary-color);
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-title-t3wKJ {
  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-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-description-1_Q7e {
  display: flex;
  justify-content: space-between;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-description-1_Q7e .assets-style-postInfo--index-label-3oKq- {
  display: inline-block;
  height: 31px;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #5991ed;
  line-height: 31px;
  background-color: #eaf1fd;
  border-radius: 3px;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-actionsItem-2CQJL {
  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-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-actionsItem-2CQJL img {
  margin-bottom: 10px;
  width: 26px;
  height: 26px;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-actionsItem-2CQJL:hover {
  color: #397EF0;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-actionsItem-2CQJL:hover .assets-style-postInfo--index-unCollect-1R-V5 {
  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-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-actionsItem-2CQJL .assets-style-postInfo--index-unCollect-1R-V5 {
  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-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-actionsItem-2CQJL:hover .assets-style-postInfo--index-shareImg-3X_A4 {
  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-3xPhE .assets-style-postInfo--index-list-1XFII .assets-style-postInfo--index-actionsItem-2CQJL .assets-style-postInfo--index-shareImg-3X_A4 {
  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-3xPhE .assets-style-postInfo--index-list-1XFII .ant-list-item-action {
  padding-left: 24px;
  margin-left: 0;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .ant-list-item-meta,
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .ant-list-item-action {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 18px;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .ant-list-item {
  padding: 15px 24px 0 24px;
  border-bottom: none;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .ant-list-item:last-child .ant-list-item-meta,
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .ant-list-item:last-child .ant-list-item-action {
  border-bottom: none;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .ant-list-item:hover {
  background-color: #f5f9ff;
}
.assets-style-postInfo--index-postInfo-3xPhE .assets-style-postInfo--index-list-1XFII .ant-list-item:hover .titleName {
  color: var(--primary-color);
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-input {
  height: 38px;
  border-radius: 19px;
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-input:focus {
  box-shadow: none;
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-input-lg {
  padding-left: 19px;
}
.assets-style-postInfo--index-postInfo-3xPhE .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-3xPhE .ant-list-split .ant-list-item:last-child {
  width: 100%;
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-list-item {
  padding: 15px 0;
  cursor: pointer;
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-list-item-action > li {
  padding: 0 18px;
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-list-item-action-split {
  width: 0;
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-pagination {
  bottom: 30px;
  right: 50%;
  transform: translate(50%, 0);
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-pagination-item-active {
  background-color: var(--primary-color);
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-pagination-item-active:focus a {
  color: #fff;
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-pagination-item-active a {
  color: #fff;
}
.assets-style-postInfo--index-postInfo-3xPhE .ant-pagination.mini .ant-pagination-item {
  line-height: 25px;
}
.assets-style-notice--index-bg-308dk {
  height: 150px;
  width: 100%;
}
.assets-style-notice--index-notice-AOnH3 {
  margin: 15px auto;
  border: 1px solid #e6e6e6;
}
.assets-style-notice--index-top-3aoiU {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
.assets-style-notice--index-title-Pj73X {
  font-size: 18px;
  font-weight: bold;
}
.assets-style-notice--index-content-du8gf {
  position: relative;
  padding: 10px 10px 45px 10px;
  background-color: #fdfdfd;
  text-align: right;
}
.assets-style-notice--index-content-du8gf ul:first-child li {
  padding-left: 20px;
  cursor: pointer;
  line-height: 30px;
}
.assets-style-notice--index-noMessageContent-2Fo4C {
  padding-top: 100px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-noticeDetail--index-detail-1Io_2 {
  padding: 20px 10px;
  background-color: #fdfdfd;
}
.assets-style-noticeDetail--index-title-3ysyI {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.assets-style-noticeDetail--index-subTitle-2_2Em {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 20px;
  text-align: center;
}
.assets-style-noticeDetail--index-table-content-2D6Rz table {
  margin: 0 auto !important;
}
.assets-style-noticeDetail--index-table-content-2D6Rz img {
  max-width: 100% !important;
}
.assets-style-schoolProfile--index-bg-34QqW {
  height: 150px;
  width: 100%;
}
.assets-style-schoolProfile--index-notice-3KnjG {
  margin: 15px auto;
  border: 1px solid #e6e6e6;
}
.assets-style-schoolProfile--index-top-JHQvc {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
.assets-style-schoolProfile--index-title-eNs9a {
  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-cEuqz {
  color: #eb780c;
}
.assets-style-employ--myResume-primary-color-lighten-3WQCe {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myResume-primary-background-color-1epWH {
  background-color: #eb780c;
}
.assets-style-employ--myResume-primary-background-dark-2PeG6 {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myResume-ant-menu-item-active-1ZbTi {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myResume-ant-menu-horizonta-HGoXe,
.assets-style-employ--myResume-ant-menu-ILx_v {
  background-color: @primary-color !important;
}
.assets-style-employ--myResume-ant-menu-horizontal-1x5HZ {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myResume-yui-page-footer-1jcht {
  background-color: @primary-color !important;
}
.assets-style-employ--myResume-primary-border1-LD9tP {
  border: 1px solid #eb780c;
}
.assets-style-employ--myResume-primary-border-top2-mN7AO {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myResume-primary-border-bottom2-3FLFE {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myResume-ant-steps-item-finish-G3Nvr > .assets-style-employ--myResume-ant-steps-item-content-2Dy4u > .assets-style-employ--myResume-ant-steps-item-title-20uxI,
.assets-style-employ--myResume-ant-steps-item-process-2-fyP > .assets-style-employ--myResume-ant-steps-item-content-2Dy4u > .assets-style-employ--myResume-ant-steps-item-title-20uxI,
.assets-style-employ--myResume-ant-steps-item-finish-G3Nvr > .assets-style-employ--myResume-ant-steps-item-content-2Dy4u > .assets-style-employ--myResume-ant-steps-item-description-1lD0w,
.assets-style-employ--myResume-ant-steps-item-process-2-fyP > .assets-style-employ--myResume-ant-steps-item-content-2Dy4u > .assets-style-employ--myResume-ant-steps-item-title-20uxI {
  color: #eb780c;
}
.assets-style-employ--myResume-ant-steps-item-finish-G3Nvr .assets-style-employ--myResume-ant-steps-item-icon-MRpa7 > .assets-style-employ--myResume-ant-steps-icon-KOPNu .assets-style-employ--myResume-ant-steps-icon-dot-3-uz8,
.assets-style-employ--myResume-ant-steps-item-finish-G3Nvr > .assets-style-employ--myResume-ant-steps-item-tail-2c00z:after,
.assets-style-employ--myResume-ant-steps-item-process-2-fyP .assets-style-employ--myResume-ant-steps-item-icon-MRpa7 > .assets-style-employ--myResume-ant-steps-icon-KOPNu .assets-style-employ--myResume-ant-steps-icon-dot-3-uz8 {
  background-color: #eb780c;
}
.assets-style-employ--myResume-ant-menu-horizontal-1x5HZ > .assets-style-employ--myResume-ant-menu-item-selected-1bOOc > 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-1x5HZ > .assets-style-employ--myResume-ant-menu-submenu-3v0uJ:hover,
.assets-style-employ--myResume-ant-menu-horizontal-1x5HZ > .assets-style-employ--myResume-ant-menu-item-DEPof:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-3pW > .assets-style-employ--myResume-ant-menu-submenu-active-3gQS9,
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-3pW > .assets-style-employ--myResume-ant-menu-submenu-open-2j9ea :hover,
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-3pW > .assets-style-employ--myResume-ant-menu-submenu-active-3gQS9 :hover,
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-3pW > .assets-style-employ--myResume-ant-menu-submenu-title-3UgBx :hover {
  color: white;
}
.assets-style-employ--myResume-ant-menu-submenu-horizontal-2-3pW > .assets-style-employ--myResume-ant-menu-submenu-title-3UgBx {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myResume-ant-tree-node-selected-3Cf3K {
  background-color: transparent !important;
}
.assets-style-employ--myResume-ant-tree-node-selected-3Cf3K label {
  color: #eb780c;
}
.assets-style-employ--myResume-fill-2vgrk {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myResume-primary-table-bg-QRlGA .assets-style-employ--myResume-ant-table-thead-5ylV- > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myResume-primary-bg-hover-2nPZj:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myResume-primary-text-lighten-3u1JG {
  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-1hcB7 {
  padding: 20px;
  min-height: 796px;
}
.assets-style-employ--myResume-myResume-1hcB7 > .assets-style-employ--myResume-header-2uSf8 {
  padding-left: 8px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
}
.assets-style-employ--myResume-myResume-1hcB7 > .assets-style-employ--myResume-title-3nsau {
  margin-top: 24px;
  margin-bottom: 20px;
  padding-left: 18px;
  height: 36px;
  background-color: #f5f9fe;
  font-size: 16px;
  font-weight: 700;
  color: #397ef0;
  line-height: 36px;
}
.assets-style-employ--myResume-myResume-1hcB7 > .assets-style-employ--myResume-text-3yIDG {
  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-1hcB7 > .assets-style-employ--myResume-text-3yIDG:nth-last-of-type(1) {
  margin-bottom: 15px;
}
.assets-style-employ--myResume-myResume-1hcB7 .assets-style-employ--myResume-createResume-1rPn7 {
  margin-bottom: 30px;
}
.assets-style-employ--myResume-myResume-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc {
  margin-bottom: 11px;
  *zoom: 1;
}
.assets-style-employ--myResume-myResume-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.assets-style-employ--myResume-myResume-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc .assets-style-employ--myResume-resume-3cDwZ {
  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-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc .assets-style-employ--myResume-resume-3cDwZ:nth-child(3n) {
  margin-right: 0;
}
.assets-style-employ--myResume-myResume-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc .assets-style-employ--myResume-resume-3cDwZ .assets-style-employ--myResume-resumeLogo-1ZoXz {
  margin: 36px 0 10px 0;
  width: 63px;
  height: 57px;
}
.assets-style-employ--myResume-myResume-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc .assets-style-employ--myResume-resume-3cDwZ .assets-style-employ--myResume-resumeName-MccIq {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
}
.assets-style-employ--myResume-myResume-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc .assets-style-employ--myResume-resume-3cDwZ .assets-style-employ--myResume-resumeHover-21gRn {
  visibility: hidden;
}
.assets-style-employ--myResume-myResume-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc .assets-style-employ--myResume-resume-3cDwZ:hover .assets-style-employ--myResume-resumeHover-21gRn {
  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-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc .assets-style-employ--myResume-resume-3cDwZ:hover .assets-style-employ--myResume-resumeHover-21gRn .assets-style-employ--myResume-selectItem-1nKSB {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.assets-style-employ--myResume-myResume-1hcB7 .assets-style-employ--myResume-resumeList-1qfIc .assets-style-employ--myResume-resume-3cDwZ:hover .assets-style-employ--myResume-resumeHover-21gRn .assets-style-employ--myResume-selectItem-1nKSB img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.assets-style-employ--myResume-contentLayout-3RGuT {
  min-height: 688px;
}
.assets-style-employ--myResume-contentLayoutLoading-FcmA0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.assets-style-employ--myResume-topProgress-2Mm5V {
  padding: -24px;
}
.assets-style-employ--myResume-topProgress-2Mm5V .ant-progress-inner {
  border-radius: 0 !important;
  vertical-align: top;
}
.assets-style-employ--myResume-resumeDetail-7WlCW {
  padding: 24px;
  width: 100%;
  display: flex;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-contentBox-N_4oP {
  max-height: 800px;
  overflow: auto;
  padding-bottom: 20px;
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块 */
  /* 滚动条轨道 */
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-contentBox-N_4oP::-webkit-scrollbar {
  /* 对应纵向滚动条的宽度 */
  width: 5px;
  /* 对应横向滚动条的宽度 */
  height: 5px;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-contentBox-N_4oP::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 32px;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-contentBox-N_4oP::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 32px;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-contentBox-N_4oP .assets-style-employ--myResume-return-3srUB {
  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-7WlCW .assets-style-employ--myResume-contentBox-N_4oP .assets-style-employ--myResume-header-2uSf8 {
  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-7WlCW .assets-style-employ--myResume-contentBox-N_4oP .assets-style-employ--myResume-title-3nsau {
  padding: 0 20px;
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  color: #397ef0;
  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-7WlCW .assets-style-employ--myResume-contentBox-N_4oP .assets-style-employ--myResume-addCountBtn-3tZXO {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #397ef0;
  line-height: 36px;
  cursor: pointer;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-contentBox-N_4oP .assets-style-employ--myResume-addCountBtn-3tZXO > img {
  margin: 0 2px 2px 0;
  width: 16px;
  height: 16px;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-contentBox-N_4oP .assets-style-employ--myResume-secondaryTitle-3vi-H {
  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-7WlCW .assets-style-employ--myResume-contentBox-N_4oP .assets-style-employ--myResume-secondaryTitle-3vi-H .assets-style-employ--myResume-delCountBtn-2KSXE {
  font-size: 14px;
  font-weight: 400;
  color: #397ef0;
  line-height: 14px;
  cursor: pointer;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-contentBox-N_4oP .assets-style-employ--myResume-secondaryTitle-3vi-H .assets-style-employ--myResume-delCountBtn-2KSXE > img {
  width: 14px;
  height: 14px;
  vertical-align: bottom;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-rightContent-1Pv46 {
  flex: 1;
  padding-left: 30px;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-rightContent-1Pv46 .assets-style-employ--myResume-rightBtn-2tCI- {
  margin-bottom: 12px;
  width: 134px;
}
.assets-style-employ--myResume-resumeDetail-7WlCW .assets-style-employ--myResume-rightContent-1Pv46 .assets-style-employ--myResume-rightBtn-2tCI- .assets-style-employ--myResume-value-1qmr4 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-employ--myResume-fieldExplainTrigger-3h5Wm {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 20px;
  margin-top: 4px;
  padding: 0 6px;
  border: 1px solid #91caff;
  border-radius: 10px;
  background: #e6f4ff;
  color: #1677d2;
  font-size: 12px;
  line-height: 18px;
  cursor: help;
}
.assets-style-employ--myResume-fieldExplainTrigger-3h5Wm .anticon {
  margin-right: 4px;
  font-size: 13px;
}
.assets-style-employ--myResume-fieldExplainTooltip-3LCe- {
  max-width: 420px;
}
.assets-style-employ--myResume-fieldExplainTooltip-3LCe- .ant-tooltip-inner {
  max-height: 260px;
  overflow-y: auto;
  padding: 10px 12px;
  line-height: 20px;
}
.assets-style-employ--myResume-fieldExplainTooltipContent-1Th-V {
  white-space: pre-wrap;
  word-break: break-word;
}
.assets-style-employ--myResume-adaptiveForms-2h9t9 {
  margin-top: 20px;
}
.assets-style-employ--myResume-adaptiveForms-2h9t9 .assets-style-employ--myResume-spinBox-28Igl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.assets-style-employ--myResume-adaptiveForms-2h9t9 .assets-style-employ--myResume-value-1qmr4 {
  white-space: nowrap;
  /*规定段落中的文本不进行换行*/
  overflow: hidden;
  /*内容会被修剪，并且其余内容是不可见的。*/
  text-overflow: ellipsis;
  /*显示省略号来代表被修剪的文本*/
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-employ--myResume-adaptiveForms-2h9t9 .ant-input::placeholder {
  font-size: 14px;
}
.assets-style-employ--myResume-adaptiveForms-2h9t9 .ant-form-item-label {
  height: 56px;
  text-overflow: ellipsis;
}
.assets-style-employ--myResume-adaptiveForms-2h9t9 .ant-form-item-label label {
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-employ--myResume-adaptiveForms-2h9t9 .ant-form-explain {
  position: absolute;
  bottom: -14px;
}
.assets-style-employ--myResume-fillInInstruction-TdeUs .assets-style-employ--myResume-img-1514w {
  margin-bottom: 40px;
  width: 202px;
  height: 29px;
}
.assets-style-employ--myResume-fillInInstruction-TdeUs .assets-style-employ--myResume-title-3nsau {
  font-size: 20px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.assets-style-employ--myResume-fillInInstruction-TdeUs .assets-style-employ--myResume-button-1E_vI {
  width: 125px;
  height: 40px;
}
.assets-style-employ--myResume-fillInInstruction-TdeUs .assets-style-employ--myResume-wrap-1P6dU p {
  font-size: 14px;
  line-height: 30px;
}
.assets-style-employ--myResume-fillInInstruction-TdeUs .ant-modal-close {
  top: 100%;
  right: 50%;
  transform: translate(50%, 25px);
}
.assets-style-employ--myResume-fillInInstruction-TdeUs .ant-modal-close-x {
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.assets-style-employ--myResume-fillInInstruction-TdeUs .anticon-close.ant-modal-close-icon {
  font-size: 20px;
  line-height: 38px;
  color: #fff;
}
.assets-style-employ--myResume-autograph-z9lUG .assets-style-employ--myResume-radioBtn-23Iiv {
  margin-bottom: 24px;
}
.assets-style-employ--myResume-autograph-z9lUG .assets-style-employ--myResume-content-2UyzD {
  border: 1px solid #e7e7e7;
}
.assets-style-employ--myResume-autograph-z9lUG .assets-style-employ--myResume-content-2UyzD .assets-style-employ--myResume-title-3nsau {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.assets-style-employ--myResume-autograph-z9lUG .assets-style-employ--myResume-content-2UyzD .assets-style-employ--myResume-text-3yIDG {
  position: relative;
  height: 300px;
  background-color: #ececec;
}
.assets-style-employ--myResume-autograph-z9lUG .assets-style-employ--myResume-content-2UyzD .assets-style-employ--myResume-text-3yIDG .assets-style-employ--myResume-canvas-3EfSX {
  width: 666px;
  height: 300px;
  background-color: #ececec;
}
.assets-style-employ--myResume-autograph-z9lUG .assets-style-employ--myResume-content-2UyzD .assets-style-employ--myResume-text-3yIDG .assets-style-employ--myResume-pic-1LNDb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ececec;
}
.assets-style-employ--myResume-myAnchor-muL2d .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-muL2d .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,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);
}
.assets-style-employ--myResume-myAnchor-muL2d .ant-anchor-wrapper {
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块 */
  /* 滚动条轨道 */
}
.assets-style-employ--myResume-myAnchor-muL2d .ant-anchor-wrapper::-webkit-scrollbar {
  /* 对应纵向滚动条的宽度 */
  width: 5px;
  /* 对应横向滚动条的宽度 */
  height: 5px;
}
.assets-style-employ--myResume-myAnchor-muL2d .ant-anchor-wrapper::-webkit-scrollbar-thumb {
  background-color: #e9e9e9;
  border-radius: 32px;
}
.assets-style-employ--myResume-myAnchor-muL2d .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-1uU4Q {
  color: #eb780c;
}
.assets-style-employ--index-primary-color-lighten-22U_N {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--index-primary-background-color-1LG18 {
  background-color: #eb780c;
}
.assets-style-employ--index-primary-background-dark-1REYP {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--index-ant-menu-item-active-2ukyl {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--index-ant-menu-horizonta-18XuV,
.assets-style-employ--index-ant-menu-2f50m {
  background-color: @primary-color !important;
}
.assets-style-employ--index-ant-menu-horizontal-3D8fN {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--index-yui-page-footer-2re3s {
  background-color: @primary-color !important;
}
.assets-style-employ--index-primary-border1-6R-lG {
  border: 1px solid #eb780c;
}
.assets-style-employ--index-primary-border-top2-3tggh {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--index-primary-border-bottom2-3DCdO {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--index-ant-steps-item-finish-32f9T > .assets-style-employ--index-ant-steps-item-content-PiRkM > .assets-style-employ--index-ant-steps-item-title-3ibrG,
.assets-style-employ--index-ant-steps-item-process-yBCIv > .assets-style-employ--index-ant-steps-item-content-PiRkM > .assets-style-employ--index-ant-steps-item-title-3ibrG,
.assets-style-employ--index-ant-steps-item-finish-32f9T > .assets-style-employ--index-ant-steps-item-content-PiRkM > .assets-style-employ--index-ant-steps-item-description-2DNps,
.assets-style-employ--index-ant-steps-item-process-yBCIv > .assets-style-employ--index-ant-steps-item-content-PiRkM > .assets-style-employ--index-ant-steps-item-title-3ibrG {
  color: #eb780c;
}
.assets-style-employ--index-ant-steps-item-finish-32f9T .assets-style-employ--index-ant-steps-item-icon-7Pwlj > .assets-style-employ--index-ant-steps-icon-1eqAl .assets-style-employ--index-ant-steps-icon-dot-3Xa7c,
.assets-style-employ--index-ant-steps-item-finish-32f9T > .assets-style-employ--index-ant-steps-item-tail-Y0DS0:after,
.assets-style-employ--index-ant-steps-item-process-yBCIv .assets-style-employ--index-ant-steps-item-icon-7Pwlj > .assets-style-employ--index-ant-steps-icon-1eqAl .assets-style-employ--index-ant-steps-icon-dot-3Xa7c {
  background-color: #eb780c;
}
.assets-style-employ--index-ant-menu-horizontal-3D8fN > .assets-style-employ--index-ant-menu-item-selected-2N6YV > 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-3D8fN > .assets-style-employ--index-ant-menu-submenu-3Wceh:hover,
.assets-style-employ--index-ant-menu-horizontal-3D8fN > .assets-style-employ--index-ant-menu-item-325Ww:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--index-ant-menu-submenu-horizontal-2MfUe > .assets-style-employ--index-ant-menu-submenu-active-iiHum,
.assets-style-employ--index-ant-menu-submenu-horizontal-2MfUe > .assets-style-employ--index-ant-menu-submenu-open-26ejp :hover,
.assets-style-employ--index-ant-menu-submenu-horizontal-2MfUe > .assets-style-employ--index-ant-menu-submenu-active-iiHum :hover,
.assets-style-employ--index-ant-menu-submenu-horizontal-2MfUe > .assets-style-employ--index-ant-menu-submenu-title-1KT66 :hover {
  color: white;
}
.assets-style-employ--index-ant-menu-submenu-horizontal-2MfUe > .assets-style-employ--index-ant-menu-submenu-title-1KT66 {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--index-ant-tree-node-selected-DaYHt {
  background-color: transparent !important;
}
.assets-style-employ--index-ant-tree-node-selected-DaYHt label {
  color: #eb780c;
}
.assets-style-employ--index-fill-95qdV {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--index-primary-table-bg-220A3 .assets-style-employ--index-ant-table-thead-2E_3i > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--index-primary-bg-hover-3C0K_:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--index-primary-text-lighten-2XUgv {
  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-2HiAe {
  height: 150px;
}
.assets-style-employ--index-notice-1ydwX {
  margin: 15px auto;
  border: 1px solid #e6e6e6;
}
.assets-style-employ--index-top-2k1UZ {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
.assets-style-employ--index-title-1YjRz {
  font-size: 18px;
  font-weight: bold;
}
.assets-style-employ--index-wrap-3Oe3_ {
  width: 180px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.assets-style-employ--index-left-VZ08B {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: center / cover no-repeat;
}
.assets-style-employ--index-right-2p2io h2 {
  line-height: 20px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.assets-style-employ--index-right-2p2io p {
  line-height: 20px;
  font-size: 14px;
  color: #ccc;
  font-weight: normal;
}
.assets-style-employ--index-menu-2Oerp {
  display: flex;
  justify-content: space-around;
}
.assets-style-employ--index-employLayout-1CRRR {
  background-color: #E7F0FD;
  padding: 20px 0;
}
.assets-style-employ--index-employLayout-1CRRR .assets-style-employ--index-typeArea-NQ7-x {
  margin: 0 auto;
  width: 1200px;
}
.assets-style-employ--index-employLayout-1CRRR .assets-style-employ--index-typeArea-NQ7-x .assets-style-employ--index-menuIcon-3q-pE {
  margin-right: 10px;
  width: 19px;
  height: 19px;
  vertical-align: sub;
}
.assets-style-employ--index-employLayout-1CRRR .assets-style-employ--index-typeArea-NQ7-x .assets-style-employ--index-content-35fqp {
  background-color: #fff;
}
.assets-style-employ--index-employLayout-1CRRR .assets-style-employ--index-typeArea-NQ7-x .ant-menu-root.ant-menu-inline {
  background-color: #F5F9FF !important;
}
.assets-style-employ--index-employLayout-1CRRR .assets-style-employ--index-activeSubMenu-3h05y {
  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-1CRRR .assets-style-employ--index-normalSubMenu-32UZt {
  padding: 0 34px 0 24px;
  font-size: 16px;
}
.assets-style-employ--index-employLayout-1CRRR .ant-badge-dot {
  position: absolute;
  top: -10px !important;
  left: 0;
}
.assets-style-employ--index-employLayout-1CRRR .ant-badge-count {
  min-width: 17px;
  height: 17px;
  line-height: 17px;
}
.assets-style-employ--index-employLayout-1CRRR .ant-menu-item,
.assets-style-employ--index-employLayout-1CRRR .ant-menu,
.assets-style-employ--index-employLayout-1CRRR .ant-menu-submenu-active,
.assets-style-employ--index-employLayout-1CRRR .ant-menu-submenu-selected,
.assets-style-employ--index-employLayout-1CRRR .ant-menu-item-selected {
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-employ--index-employLayout-1CRRR .ant-menu-submenu-active,
.assets-style-employ--index-employLayout-1CRRR .ant-menu-submenu-open :hover,
.assets-style-employ--index-employLayout-1CRRR .ant-menu-submenu-active :hover,
.assets-style-employ--index-employLayout-1CRRR .ant-menu-submenu-title :hover {
  color: #000 !important;
}
.assets-style-employ--index-employLayout-1CRRR .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.assets-style-employ--index-employLayout-1CRRR .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: var(--primary-color-light);
}
.assets-style-employ--index-employLayout-1CRRR .ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.assets-style-employ--index-employLayout-1CRRR .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-1CRRR .ant-menu-submenu-selected {
  color: #000000D9;
}
.assets-style-employ--index-employLayout-1CRRR .ant-layout-sider {
  flex: 0 !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
}
.assets-style-employ--index-employLayout-1CRRR .ant-menu-inline .ant-menu-item::after {
  left: 0;
  right: auto;
}
.assets-style-employ--index-employLayout-1CRRR .ant-menu-inline .ant-menu-item {
  width: 100%;
}
.assets-style-employ--index-employLayout-1CRRR .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: white;
}
.assets-style-employ--index-employLayout-1CRRR .ant-menu-inline .ant-menu-submenu-title {
  padding: 0;
  padding-left: 0 !important;
}
.assets-style-employ--index-imgArea-mx5hL {
  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-3jjbr {
  color: #eb780c;
}
.assets-style-employ--myApplication-primary-color-lighten-3hvYz {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myApplication-primary-background-color-2TEtJ {
  background-color: #eb780c;
}
.assets-style-employ--myApplication-primary-background-dark-2FB5M {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myApplication-ant-menu-item-active-2HKDj {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myApplication-ant-menu-horizonta-1wht_,
.assets-style-employ--myApplication-ant-menu-1Z4-L {
  background-color: @primary-color !important;
}
.assets-style-employ--myApplication-ant-menu-horizontal-7N0Zg {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myApplication-yui-page-footer-1PcF7 {
  background-color: @primary-color !important;
}
.assets-style-employ--myApplication-primary-border1-25Dw0 {
  border: 1px solid #eb780c;
}
.assets-style-employ--myApplication-primary-border-top2-2GZol {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myApplication-primary-border-bottom2-14gaS {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myApplication-ant-steps-item-finish-GXE7l > .assets-style-employ--myApplication-ant-steps-item-content-kYeFI > .assets-style-employ--myApplication-ant-steps-item-title-biYps,
.assets-style-employ--myApplication-ant-steps-item-process-1iCqX > .assets-style-employ--myApplication-ant-steps-item-content-kYeFI > .assets-style-employ--myApplication-ant-steps-item-title-biYps,
.assets-style-employ--myApplication-ant-steps-item-finish-GXE7l > .assets-style-employ--myApplication-ant-steps-item-content-kYeFI > .assets-style-employ--myApplication-ant-steps-item-description-2_9_G,
.assets-style-employ--myApplication-ant-steps-item-process-1iCqX > .assets-style-employ--myApplication-ant-steps-item-content-kYeFI > .assets-style-employ--myApplication-ant-steps-item-title-biYps {
  color: #eb780c;
}
.assets-style-employ--myApplication-ant-steps-item-finish-GXE7l .assets-style-employ--myApplication-ant-steps-item-icon-1Avj5 > .assets-style-employ--myApplication-ant-steps-icon-2VNY8 .assets-style-employ--myApplication-ant-steps-icon-dot-SuWfq,
.assets-style-employ--myApplication-ant-steps-item-finish-GXE7l > .assets-style-employ--myApplication-ant-steps-item-tail-3V2Rs:after,
.assets-style-employ--myApplication-ant-steps-item-process-1iCqX .assets-style-employ--myApplication-ant-steps-item-icon-1Avj5 > .assets-style-employ--myApplication-ant-steps-icon-2VNY8 .assets-style-employ--myApplication-ant-steps-icon-dot-SuWfq {
  background-color: #eb780c;
}
.assets-style-employ--myApplication-ant-menu-horizontal-7N0Zg > .assets-style-employ--myApplication-ant-menu-item-selected-cdwu9 > 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-7N0Zg > .assets-style-employ--myApplication-ant-menu-submenu-1xCsW:hover,
.assets-style-employ--myApplication-ant-menu-horizontal-7N0Zg > .assets-style-employ--myApplication-ant-menu-item-1FV9w:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3Wbyf > .assets-style-employ--myApplication-ant-menu-submenu-active-10t1N,
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3Wbyf > .assets-style-employ--myApplication-ant-menu-submenu-open-1d7Sj :hover,
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3Wbyf > .assets-style-employ--myApplication-ant-menu-submenu-active-10t1N :hover,
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3Wbyf > .assets-style-employ--myApplication-ant-menu-submenu-title-1y_Tp :hover {
  color: white;
}
.assets-style-employ--myApplication-ant-menu-submenu-horizontal-3Wbyf > .assets-style-employ--myApplication-ant-menu-submenu-title-1y_Tp {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myApplication-ant-tree-node-selected-3wfta {
  background-color: transparent !important;
}
.assets-style-employ--myApplication-ant-tree-node-selected-3wfta label {
  color: #eb780c;
}
.assets-style-employ--myApplication-fill-2Dwuo {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myApplication-primary-table-bg-3LBt_ .assets-style-employ--myApplication-ant-table-thead-2rEpV > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myApplication-primary-bg-hover-lw6vp:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myApplication-primary-text-lighten-3Y635 {
  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-hNT6E {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.assets-style-employ--myApplication-myApplication-26fV0 {
  padding: 16px 16px 16px 16px ;
  width: 1030px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-header-Cn71- {
  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-26fV0 .assets-style-employ--myApplication-postDetailHistory-ZvcjP > .assets-style-employ--myApplication-postDetailBox-2MSzH {
  margin-bottom: 24px;
  border-left: 1px solid #4a8df2;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-postDetailBox-2MSzH {
  padding-left: 10px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-postDetailBox-2MSzH > .assets-style-employ--myApplication-title-3c-W6 {
  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-26fV0 .assets-style-employ--myApplication-postDetailBox-2MSzH > .assets-style-employ--myApplication-title-3c-W6 svg {
  margin-bottom: 2px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-postDetailBox-2MSzH > .assets-style-employ--myApplication-title-3c-W6 i {
  color: var(--primary-color);
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-postDetailBox-2MSzH .assets-style-employ--myApplication-postDetail-2pZ4k {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 16px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-postDetailBox-2MSzH .assets-style-employ--myApplication-postDetail-2pZ4k > .assets-style-employ--myApplication-left-3YGyV {
  margin-right: 50px;
  margin-bottom: 20px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-postDetailBox-2MSzH .assets-style-employ--myApplication-postDetail-2pZ4k .assets-style-employ--myApplication-value-UJLNR {
  width: 300px;
  display: inline-flex;
  margin-left: 30px;
  color: #faad14;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-applyTime-3crIH {
  margin-bottom: 20px;
  padding-left: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-applyTime-3crIH .assets-style-employ--myApplication-time-3xk7C {
  margin: 0 15px 0 30px;
  color: var(--primary-color);
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-step-16VYA {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-step-16VYA span {
  font-size: 24px;
  color: #19c379;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-currentStep-sGp0i {
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .assets-style-employ--myApplication-currentStep-sGp0i .assets-style-employ--myApplication-downLoad-3WRZv {
  color: #397ef0;
  cursor: pointer;
}
.assets-style-employ--myApplication-myApplication-26fV0 .ant-steps {
  border: 0;
  padding: 0 0 0 6px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .ant-steps-vertical .ant-steps-item-content {
  padding-bottom: 24px;
}
.assets-style-employ--myApplication-myApplication-26fV0 .ant-steps-item-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.assets-style-employ--myApplication-myApplication-26fV0 .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-W0Cv4 {
  color: #eb780c;
}
.assets-style-employ--myMessage-primary-color-lighten-2X-8c {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myMessage-primary-background-color-2nBDe {
  background-color: #eb780c;
}
.assets-style-employ--myMessage-primary-background-dark-1tkwr {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myMessage-ant-menu-item-active-3eEk7 {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myMessage-ant-menu-horizonta-2YPcf,
.assets-style-employ--myMessage-ant-menu-35ZuU {
  background-color: @primary-color !important;
}
.assets-style-employ--myMessage-ant-menu-horizontal-104yN {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myMessage-yui-page-footer-3dc4m {
  background-color: @primary-color !important;
}
.assets-style-employ--myMessage-primary-border1-NWHBJ {
  border: 1px solid #eb780c;
}
.assets-style-employ--myMessage-primary-border-top2-26sRH {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myMessage-primary-border-bottom2-3TNFm {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myMessage-ant-steps-item-finish-25E2a > .assets-style-employ--myMessage-ant-steps-item-content-33Wnx > .assets-style-employ--myMessage-ant-steps-item-title-3DBk9,
.assets-style-employ--myMessage-ant-steps-item-process-10jYQ > .assets-style-employ--myMessage-ant-steps-item-content-33Wnx > .assets-style-employ--myMessage-ant-steps-item-title-3DBk9,
.assets-style-employ--myMessage-ant-steps-item-finish-25E2a > .assets-style-employ--myMessage-ant-steps-item-content-33Wnx > .assets-style-employ--myMessage-ant-steps-item-description-ptlR-,
.assets-style-employ--myMessage-ant-steps-item-process-10jYQ > .assets-style-employ--myMessage-ant-steps-item-content-33Wnx > .assets-style-employ--myMessage-ant-steps-item-title-3DBk9 {
  color: #eb780c;
}
.assets-style-employ--myMessage-ant-steps-item-finish-25E2a .assets-style-employ--myMessage-ant-steps-item-icon-3ql8t > .assets-style-employ--myMessage-ant-steps-icon-Z9w3h .assets-style-employ--myMessage-ant-steps-icon-dot-11dH7,
.assets-style-employ--myMessage-ant-steps-item-finish-25E2a > .assets-style-employ--myMessage-ant-steps-item-tail-2aQdl:after,
.assets-style-employ--myMessage-ant-steps-item-process-10jYQ .assets-style-employ--myMessage-ant-steps-item-icon-3ql8t > .assets-style-employ--myMessage-ant-steps-icon-Z9w3h .assets-style-employ--myMessage-ant-steps-icon-dot-11dH7 {
  background-color: #eb780c;
}
.assets-style-employ--myMessage-ant-menu-horizontal-104yN > .assets-style-employ--myMessage-ant-menu-item-selected-2k92u > 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-104yN > .assets-style-employ--myMessage-ant-menu-submenu-2tGnP:hover,
.assets-style-employ--myMessage-ant-menu-horizontal-104yN > .assets-style-employ--myMessage-ant-menu-item-2eD70:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-niDCP > .assets-style-employ--myMessage-ant-menu-submenu-active-1e2Sa,
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-niDCP > .assets-style-employ--myMessage-ant-menu-submenu-open-1PV5B :hover,
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-niDCP > .assets-style-employ--myMessage-ant-menu-submenu-active-1e2Sa :hover,
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-niDCP > .assets-style-employ--myMessage-ant-menu-submenu-title-3CLOo :hover {
  color: white;
}
.assets-style-employ--myMessage-ant-menu-submenu-horizontal-niDCP > .assets-style-employ--myMessage-ant-menu-submenu-title-3CLOo {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myMessage-ant-tree-node-selected-aghgm {
  background-color: transparent !important;
}
.assets-style-employ--myMessage-ant-tree-node-selected-aghgm label {
  color: #eb780c;
}
.assets-style-employ--myMessage-fill-1dhOU {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myMessage-primary-table-bg-2eUKS .assets-style-employ--myMessage-ant-table-thead-2ixcQ > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myMessage-primary-bg-hover-1-sqo:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myMessage-primary-text-lighten-13ntO {
  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-bsvJu {
  padding: 24px 20px 0;
  min-height: 650px;
}
.assets-style-employ--myMessage-myMessage-bsvJu .assets-style-employ--myMessage-tabBarExtra-3zszp {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.assets-style-employ--myMessage-myMessage-bsvJu .assets-style-employ--myMessage-tabBarExtra-3zszp:hover {
  color: var(--primary-color);
}
.assets-style-employ--myMessage-myMessage-bsvJu .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-bsvJu .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab::before {
  content: none;
}
.assets-style-employ--myMessage-myMessage-bsvJu .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-bsvJu .ant-tabs-bar {
  margin-bottom: 0;
}
.assets-style-employ--myMessage-myMessage-bsvJu .ant-list-item {
  padding: 16px 0 16px 8px;
  cursor: pointer;
}
.assets-style-employ--myMessage-myMessage-bsvJu .ant-list-item:hover {
  color: var(--primary-color);
  background-color: rgba(57, 127, 240, 0.1);
}
.assets-style-employ--myMessage-myMessage-bsvJu .ant-list-empty-text {
  margin-top: 200px;
}
.assets-style-employ--myMessage-myMessage-bsvJu .ant-pagination {
  bottom: 30px;
  right: 50%;
  transform: translate(50%, 0);
}
.assets-style-employ--myMessage-myMessage-bsvJu .ant-pagination-item-active {
  background-color: var(--primary-color);
}
.assets-style-employ--myMessage-myMessage-bsvJu .ant-pagination-item-active:focus a {
  color: #fff;
}
.assets-style-employ--myMessage-myMessage-bsvJu .ant-pagination-item-active a {
  color: #fff !important;
}
.assets-style-employ--myMessage-myMessage-bsvJu .ant-pagination.mini .ant-pagination-item {
  line-height: 25px;
}
.assets-style-employ--myMessage-messageDetail-28lF5 {
  height: 688px;
}
.assets-style-employ--myMessage-messageDetail-28lF5 .assets-style-employ--myMessage-return-1YaZr {
  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-28lF5 .assets-style-employ--myMessage-header-2dHLq {
  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-28lF5 .assets-style-employ--myMessage-description-19PLq {
  margin-bottom: 65px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.assets-style-employ--myMessage-labelColor-22L3b {
  color: #397ef0;
}
.assets-style-employ--myMessage-listItem-2urc0 {
  line-height: 18px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-employ--myMessage-listItem-2urc0 .assets-style-employ--myMessage-title-3mkSJ {
  margin-bottom: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 21px;
}
.assets-style-employ--myMessage-extra-1NBQT {
  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-2Mcq2 {
  color: #eb780c;
}
.assets-style-employ--myInfo-primary-color-lighten-17Ui2 {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myInfo-primary-background-color-39SAV {
  background-color: #eb780c;
}
.assets-style-employ--myInfo-primary-background-dark-1Lm7w {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myInfo-ant-menu-item-active-1qtow {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myInfo-ant-menu-horizonta-31bON,
.assets-style-employ--myInfo-ant-menu-2GX1X {
  background-color: @primary-color !important;
}
.assets-style-employ--myInfo-ant-menu-horizontal-167vg {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myInfo-yui-page-footer-2viNT {
  background-color: @primary-color !important;
}
.assets-style-employ--myInfo-primary-border1-LEpEf {
  border: 1px solid #eb780c;
}
.assets-style-employ--myInfo-primary-border-top2-hK75x {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myInfo-primary-border-bottom2-3RI8I {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myInfo-ant-steps-item-finish-N8hEH > .assets-style-employ--myInfo-ant-steps-item-content-2q5OQ > .assets-style-employ--myInfo-ant-steps-item-title-1JZFZ,
.assets-style-employ--myInfo-ant-steps-item-process-1Nmeo > .assets-style-employ--myInfo-ant-steps-item-content-2q5OQ > .assets-style-employ--myInfo-ant-steps-item-title-1JZFZ,
.assets-style-employ--myInfo-ant-steps-item-finish-N8hEH > .assets-style-employ--myInfo-ant-steps-item-content-2q5OQ > .assets-style-employ--myInfo-ant-steps-item-description-3rf6e,
.assets-style-employ--myInfo-ant-steps-item-process-1Nmeo > .assets-style-employ--myInfo-ant-steps-item-content-2q5OQ > .assets-style-employ--myInfo-ant-steps-item-title-1JZFZ {
  color: #eb780c;
}
.assets-style-employ--myInfo-ant-steps-item-finish-N8hEH .assets-style-employ--myInfo-ant-steps-item-icon-Df13t > .assets-style-employ--myInfo-ant-steps-icon-YXrMY .assets-style-employ--myInfo-ant-steps-icon-dot-1ZTsf,
.assets-style-employ--myInfo-ant-steps-item-finish-N8hEH > .assets-style-employ--myInfo-ant-steps-item-tail-2u2sR:after,
.assets-style-employ--myInfo-ant-steps-item-process-1Nmeo .assets-style-employ--myInfo-ant-steps-item-icon-Df13t > .assets-style-employ--myInfo-ant-steps-icon-YXrMY .assets-style-employ--myInfo-ant-steps-icon-dot-1ZTsf {
  background-color: #eb780c;
}
.assets-style-employ--myInfo-ant-menu-horizontal-167vg > .assets-style-employ--myInfo-ant-menu-item-selected-_u3wQ > 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-167vg > .assets-style-employ--myInfo-ant-menu-submenu-1CBqs:hover,
.assets-style-employ--myInfo-ant-menu-horizontal-167vg > .assets-style-employ--myInfo-ant-menu-item-2okOP:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WE8q > .assets-style-employ--myInfo-ant-menu-submenu-active-1kRgS,
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WE8q > .assets-style-employ--myInfo-ant-menu-submenu-open-2vf-2 :hover,
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WE8q > .assets-style-employ--myInfo-ant-menu-submenu-active-1kRgS :hover,
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WE8q > .assets-style-employ--myInfo-ant-menu-submenu-title-1_Mg_ :hover {
  color: white;
}
.assets-style-employ--myInfo-ant-menu-submenu-horizontal-3WE8q > .assets-style-employ--myInfo-ant-menu-submenu-title-1_Mg_ {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myInfo-ant-tree-node-selected-1G98k {
  background-color: transparent !important;
}
.assets-style-employ--myInfo-ant-tree-node-selected-1G98k label {
  color: #eb780c;
}
.assets-style-employ--myInfo-fill-3aKPR {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myInfo-primary-table-bg-qGIIE .assets-style-employ--myInfo-ant-table-thead-U29y2 > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myInfo-primary-bg-hover-5jziR:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myInfo-primary-text-lighten-2J5cT {
  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-2UIqh {
  padding: 24px 16px;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-myInfoTop-3wYg4 {
  height: 125px;
  width: 100%;
  display: flex;
  padding: 16px;
  background-size: 100%;
  background-image: url(../../assets/images/E-Hved3Pe_.png);
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-myInfoTop-3wYg4 .assets-style-employ--myInfo-row-3Q_SK {
  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-2UIqh .assets-style-employ--myInfo-myInfoTop-3wYg4 .assets-style-employ--myInfo-row-3Q_SK img {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-myInfoTop-3wYg4 .assets-style-employ--myInfo-row-3Q_SK .assets-style-employ--myInfo-userName-3eT54 {
  font-size: 14px;
  font-weight: 700;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-myInfoTop-3wYg4 .assets-style-employ--myInfo-row-3Q_SK .assets-style-employ--myInfo-sex-3JC_I {
  margin: 0 18px;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-myInfoTop-3wYg4 .assets-style-employ--myInfo-bg-3xvBz {
  width: 148px;
  height: 113px;
  margin-top: -10px;
  background-size: 100%;
  background-image: url(../../assets/images/D7SjGlU9VP.png);
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-introCol-3e5eH {
  display: inline-flex;
  align-items: center;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-introCol-3e5eH .assets-style-employ--myInfo-arrow-3N8lL {
  content: "";
  height: 20px;
  width: 25px;
  margin: 0 auto;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-intro-16AGW {
  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-2UIqh .assets-style-employ--myInfo-intro-16AGW: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-2UIqh .assets-style-employ--myInfo-intro-16AGW img {
  width: 57px;
  height: 57px;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-intro-16AGW .assets-style-employ--myInfo-title-1uW_g {
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-intro-16AGW .assets-style-employ--myInfo-titleInfo-2Ik54 {
  line-height: 19px;
  color: rgba(0, 0, 0, 0.25);
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-spinBox-2_rsK {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-imgUpload-3g3sS {
  position: relative;
  margin: 50px auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-btnRow-2iRPD {
  text-align: center;
}
.assets-style-employ--myInfo-myInfo-2UIqh .assets-style-employ--myInfo-formItem-3hF8T {
  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-2UIqh .ant-list-empty-text {
  margin-top: -20px;
}
.assets-style-employ--myInfo-myInfo-2UIqh .ant-btn {
  min-width: 65px;
}
.assets-style-employ--myInfo-myInfo-2UIqh .ant-btn + .ant-btn {
  margin-left: 10px;
}
.assets-style-headUploader--index-HeadUploader-1tphZ:hover .assets-style-headUploader--index-imgEdit-18mNu {
  display: flex;
}
.assets-style-headUploader--index-HeadUploader-1tphZ .assets-style-headUploader--index-img-2hw1U {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.assets-style-headUploader--index-HeadUploader-1tphZ .assets-style-headUploader--index-imgEdit-18mNu {
  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-1tphZ .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-1tphZ .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-2S6ZS {
  color: #eb780c;
}
.assets-style-myApplicationStep--index-primary-color-lighten-VNq2M {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-myApplicationStep--index-primary-background-color-2-1wM {
  background-color: #eb780c;
}
.assets-style-myApplicationStep--index-primary-background-dark-1_M4U {
  background-color: darken(@primary-color, 8%);
}
.assets-style-myApplicationStep--index-ant-menu-item-active-3ou75 {
  color: darken(@primary-color, 8%);
}
.assets-style-myApplicationStep--index-ant-menu-horizonta-DshTd,
.assets-style-myApplicationStep--index-ant-menu-pZ0RE {
  background-color: @primary-color !important;
}
.assets-style-myApplicationStep--index-ant-menu-horizontal-1M0wh {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-myApplicationStep--index-yui-page-footer-3tYQK {
  background-color: @primary-color !important;
}
.assets-style-myApplicationStep--index-primary-border1-1Rfs- {
  border: 1px solid #eb780c;
}
.assets-style-myApplicationStep--index-primary-border-top2-24bJb {
  border-top: 2px solid #eb780c;
}
.assets-style-myApplicationStep--index-primary-border-bottom2-2OMej {
  border-bottom: 12px solid #eb780c;
}
.assets-style-myApplicationStep--index-ant-steps-item-finish-2lT_Z > .assets-style-myApplicationStep--index-ant-steps-item-content-330VJ > .assets-style-myApplicationStep--index-ant-steps-item-title-2M1Vw,
.assets-style-myApplicationStep--index-ant-steps-item-process-3asjG > .assets-style-myApplicationStep--index-ant-steps-item-content-330VJ > .assets-style-myApplicationStep--index-ant-steps-item-title-2M1Vw,
.assets-style-myApplicationStep--index-ant-steps-item-finish-2lT_Z > .assets-style-myApplicationStep--index-ant-steps-item-content-330VJ > .assets-style-myApplicationStep--index-ant-steps-item-description-64lEc,
.assets-style-myApplicationStep--index-ant-steps-item-process-3asjG > .assets-style-myApplicationStep--index-ant-steps-item-content-330VJ > .assets-style-myApplicationStep--index-ant-steps-item-title-2M1Vw {
  color: #eb780c;
}
.assets-style-myApplicationStep--index-ant-steps-item-finish-2lT_Z .assets-style-myApplicationStep--index-ant-steps-item-icon-23nhE > .assets-style-myApplicationStep--index-ant-steps-icon-24qnf .assets-style-myApplicationStep--index-ant-steps-icon-dot-2w46X,
.assets-style-myApplicationStep--index-ant-steps-item-finish-2lT_Z > .assets-style-myApplicationStep--index-ant-steps-item-tail-iitNL:after,
.assets-style-myApplicationStep--index-ant-steps-item-process-3asjG .assets-style-myApplicationStep--index-ant-steps-item-icon-23nhE > .assets-style-myApplicationStep--index-ant-steps-icon-24qnf .assets-style-myApplicationStep--index-ant-steps-icon-dot-2w46X {
  background-color: #eb780c;
}
.assets-style-myApplicationStep--index-ant-menu-horizontal-1M0wh > .assets-style-myApplicationStep--index-ant-menu-item-selected-E4LPL > 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-1M0wh > .assets-style-myApplicationStep--index-ant-menu-submenu-2RRpV:hover,
.assets-style-myApplicationStep--index-ant-menu-horizontal-1M0wh > .assets-style-myApplicationStep--index-ant-menu-item-2bE0s:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-37FIq > .assets-style-myApplicationStep--index-ant-menu-submenu-active-JcgIB,
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-37FIq > .assets-style-myApplicationStep--index-ant-menu-submenu-open-1iycH :hover,
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-37FIq > .assets-style-myApplicationStep--index-ant-menu-submenu-active-JcgIB :hover,
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-37FIq > .assets-style-myApplicationStep--index-ant-menu-submenu-title-1-Bqc :hover {
  color: white;
}
.assets-style-myApplicationStep--index-ant-menu-submenu-horizontal-37FIq > .assets-style-myApplicationStep--index-ant-menu-submenu-title-1-Bqc {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-myApplicationStep--index-ant-tree-node-selected-uYT1y {
  background-color: transparent !important;
}
.assets-style-myApplicationStep--index-ant-tree-node-selected-uYT1y label {
  color: #eb780c;
}
.assets-style-myApplicationStep--index-fill-2BrcD {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-myApplicationStep--index-primary-table-bg-3HnF2 .assets-style-myApplicationStep--index-ant-table-thead-1nNDh > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-myApplicationStep--index-primary-bg-hover-32Ggp:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-myApplicationStep--index-primary-text-lighten-2XPxo {
  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-3JlR7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.assets-style-myApplicationStep--index-myApplication-3fhYV {
  padding: 25px 0 25px 0;
  width: 1030px;
  background-color: #F5F9FF;
}
.assets-style-myApplicationStep--index-myApplication-3fhYV .assets-style-myApplicationStep--index-applyTitle-3dFy2 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.assets-style-myApplicationStep--index-myApplication-3fhYV .assets-style-myApplicationStep--index-applyTime-ZZ2WH {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 18px;
}
.assets-style-myApplicationStep--index-myApplication-3fhYV .assets-style-myApplicationStep--index-applyTime-ZZ2WH .assets-style-myApplicationStep--index-time-35-qO {
  margin: 0 30px 0 12px;
  color: rgba(0, 0, 0, 0.65);
}
.assets-style-myApplicationStep--index-myApplication-3fhYV .assets-style-myApplicationStep--index-step-3Qt1Q {
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.assets-style-myApplicationStep--index-myApplication-3fhYV .assets-style-myApplicationStep--index-step-3Qt1Q div + div {
  margin-top: 8px;
}
.assets-style-myApplicationStep--index-myApplication-3fhYV .assets-style-myApplicationStep--index-currentStep-m75QN {
  color: #000000;
  line-height: 22px;
}
.assets-style-myApplicationStep--index-myApplication-3fhYV .assets-style-myApplicationStep--index-currentStep-m75QN .assets-style-myApplicationStep--index-downLoad-1rk-q {
  background-color: var(--primary-color) !important;
  color: white;
  cursor: pointer;
}
.assets-style-myApplicationStep--index-myApplication-3fhYV .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-3WxIk {
  color: #eb780c;
}
.assets-style-employ--interviewInvitation-primary-color-lighten-2m4LL {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--interviewInvitation-primary-background-color-1aqSv {
  background-color: #eb780c;
}
.assets-style-employ--interviewInvitation-primary-background-dark-axT7z {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--interviewInvitation-ant-menu-item-active-20r3l {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--interviewInvitation-ant-menu-horizonta-LzocZ,
.assets-style-employ--interviewInvitation-ant-menu-3Kt8C {
  background-color: @primary-color !important;
}
.assets-style-employ--interviewInvitation-ant-menu-horizontal-34LGF {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--interviewInvitation-yui-page-footer-2oK4O {
  background-color: @primary-color !important;
}
.assets-style-employ--interviewInvitation-primary-border1-3BkaZ {
  border: 1px solid #eb780c;
}
.assets-style-employ--interviewInvitation-primary-border-top2-3UqbL {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--interviewInvitation-primary-border-bottom2-2mxsS {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--interviewInvitation-ant-steps-item-finish-gTCi7 > .assets-style-employ--interviewInvitation-ant-steps-item-content-1z1At > .assets-style-employ--interviewInvitation-ant-steps-item-title-2rE7-,
.assets-style-employ--interviewInvitation-ant-steps-item-process-3kdxu > .assets-style-employ--interviewInvitation-ant-steps-item-content-1z1At > .assets-style-employ--interviewInvitation-ant-steps-item-title-2rE7-,
.assets-style-employ--interviewInvitation-ant-steps-item-finish-gTCi7 > .assets-style-employ--interviewInvitation-ant-steps-item-content-1z1At > .assets-style-employ--interviewInvitation-ant-steps-item-description-1ksor,
.assets-style-employ--interviewInvitation-ant-steps-item-process-3kdxu > .assets-style-employ--interviewInvitation-ant-steps-item-content-1z1At > .assets-style-employ--interviewInvitation-ant-steps-item-title-2rE7- {
  color: #eb780c;
}
.assets-style-employ--interviewInvitation-ant-steps-item-finish-gTCi7 .assets-style-employ--interviewInvitation-ant-steps-item-icon-3LhMf > .assets-style-employ--interviewInvitation-ant-steps-icon-4mVI_ .assets-style-employ--interviewInvitation-ant-steps-icon-dot-2I_y3,
.assets-style-employ--interviewInvitation-ant-steps-item-finish-gTCi7 > .assets-style-employ--interviewInvitation-ant-steps-item-tail-2jx2r:after,
.assets-style-employ--interviewInvitation-ant-steps-item-process-3kdxu .assets-style-employ--interviewInvitation-ant-steps-item-icon-3LhMf > .assets-style-employ--interviewInvitation-ant-steps-icon-4mVI_ .assets-style-employ--interviewInvitation-ant-steps-icon-dot-2I_y3 {
  background-color: #eb780c;
}
.assets-style-employ--interviewInvitation-ant-menu-horizontal-34LGF > .assets-style-employ--interviewInvitation-ant-menu-item-selected-3CHn0 > 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-34LGF > .assets-style-employ--interviewInvitation-ant-menu-submenu-1GOPM:hover,
.assets-style-employ--interviewInvitation-ant-menu-horizontal-34LGF > .assets-style-employ--interviewInvitation-ant-menu-item-fIvBL:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-2Z4l4 > .assets-style-employ--interviewInvitation-ant-menu-submenu-active-2NlkE,
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-2Z4l4 > .assets-style-employ--interviewInvitation-ant-menu-submenu-open-1qFh3 :hover,
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-2Z4l4 > .assets-style-employ--interviewInvitation-ant-menu-submenu-active-2NlkE :hover,
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-2Z4l4 > .assets-style-employ--interviewInvitation-ant-menu-submenu-title-2-QB0 :hover {
  color: white;
}
.assets-style-employ--interviewInvitation-ant-menu-submenu-horizontal-2Z4l4 > .assets-style-employ--interviewInvitation-ant-menu-submenu-title-2-QB0 {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--interviewInvitation-ant-tree-node-selected-xcOtp {
  background-color: transparent !important;
}
.assets-style-employ--interviewInvitation-ant-tree-node-selected-xcOtp label {
  color: #eb780c;
}
.assets-style-employ--interviewInvitation-fill-2waH9 {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--interviewInvitation-primary-table-bg-2hJSP .assets-style-employ--interviewInvitation-ant-table-thead-21SIV > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--interviewInvitation-primary-bg-hover-2vgKg:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--interviewInvitation-primary-text-lighten-2M4hh {
  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-2e20F {
  padding: 16px 24px 24px 24px;
  height: 650px;
  overflow: auto;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2e20F .assets-style-employ--interviewInvitation-listItem-32xnm .assets-style-employ--interviewInvitation-title-3Ph_P {
  margin-bottom: 12px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 21px;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2e20F .assets-style-employ--interviewInvitation-listItem-32xnm .assets-style-employ--interviewInvitation-description-Rwp7G {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 18px;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2e20F .assets-style-employ--interviewInvitation-extra-iHi9i {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 14px;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2e20F .ant-list-item {
  padding: 24px 12px;
  cursor: pointer;
}
.assets-style-employ--interviewInvitation-interviewInvitation-2e20F .ant-list-item:hover {
  color: #397ef0;
  background-color: rgba(57, 127, 240, 0.1);
}
.assets-style-employ--interviewInvitation-interviewInvitation-2e20F .ant-list-empty-text {
  margin-top: 200px;
}
.assets-style-employ--interviewInvitation-invitationDetail-3na5o {
  height: 67vh;
}
.assets-style-employ--interviewInvitation-invitationDetail-3na5o .assets-style-employ--interviewInvitation-return-34Bf9 {
  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-3na5o .assets-style-employ--interviewInvitation-header-3IABB {
  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-3na5o .assets-style-employ--interviewInvitation-description-Rwp7G {
  margin-bottom: 65px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.assets-style-employ--interviewInvitation-invitationDetail-3na5o .assets-style-employ--interviewInvitation-btnBox-7UEkf {
  margin-top: 90px;
  padding-bottom: 30px ;
  text-align: center;
}
.assets-style-employ--interviewInvitation-invitationDetail-3na5o .assets-style-employ--interviewInvitation-btnTime-1ZGIc {
  font-size: 13px;
  margin-bottom: 8px;
  color: #e04c4c;
}
.assets-style-employ--interviewInvitation-invitationDetail-3na5o .ant-btn {
  width: 160px;
  height: 40px;
}
.assets-style-employ--interviewInvitation-invitationDetail-3na5o .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-1MYvv {
  color: #eb780c;
}
.assets-style-postInfo--myCollect-primary-color-lighten-2rN_y {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-postInfo--myCollect-primary-background-color-32qwS {
  background-color: #eb780c;
}
.assets-style-postInfo--myCollect-primary-background-dark-3MZZz {
  background-color: darken(@primary-color, 8%);
}
.assets-style-postInfo--myCollect-ant-menu-item-active-f-WzX {
  color: darken(@primary-color, 8%);
}
.assets-style-postInfo--myCollect-ant-menu-horizonta-2NPNx,
.assets-style-postInfo--myCollect-ant-menu-1TYSa {
  background-color: @primary-color !important;
}
.assets-style-postInfo--myCollect-ant-menu-horizontal-GKP0x {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-postInfo--myCollect-yui-page-footer-2Ab4c {
  background-color: @primary-color !important;
}
.assets-style-postInfo--myCollect-primary-border1-22QvM {
  border: 1px solid #eb780c;
}
.assets-style-postInfo--myCollect-primary-border-top2-1QJOQ {
  border-top: 2px solid #eb780c;
}
.assets-style-postInfo--myCollect-primary-border-bottom2-1TJK- {
  border-bottom: 12px solid #eb780c;
}
.assets-style-postInfo--myCollect-ant-steps-item-finish-3JG8L > .assets-style-postInfo--myCollect-ant-steps-item-content-ZNVMW > .assets-style-postInfo--myCollect-ant-steps-item-title-3om5k,
.assets-style-postInfo--myCollect-ant-steps-item-process-13y_n > .assets-style-postInfo--myCollect-ant-steps-item-content-ZNVMW > .assets-style-postInfo--myCollect-ant-steps-item-title-3om5k,
.assets-style-postInfo--myCollect-ant-steps-item-finish-3JG8L > .assets-style-postInfo--myCollect-ant-steps-item-content-ZNVMW > .assets-style-postInfo--myCollect-ant-steps-item-description-2DxXx,
.assets-style-postInfo--myCollect-ant-steps-item-process-13y_n > .assets-style-postInfo--myCollect-ant-steps-item-content-ZNVMW > .assets-style-postInfo--myCollect-ant-steps-item-title-3om5k {
  color: #eb780c;
}
.assets-style-postInfo--myCollect-ant-steps-item-finish-3JG8L .assets-style-postInfo--myCollect-ant-steps-item-icon-3KU4H > .assets-style-postInfo--myCollect-ant-steps-icon-2I-eF .assets-style-postInfo--myCollect-ant-steps-icon-dot-1te_d,
.assets-style-postInfo--myCollect-ant-steps-item-finish-3JG8L > .assets-style-postInfo--myCollect-ant-steps-item-tail-22Lbz:after,
.assets-style-postInfo--myCollect-ant-steps-item-process-13y_n .assets-style-postInfo--myCollect-ant-steps-item-icon-3KU4H > .assets-style-postInfo--myCollect-ant-steps-icon-2I-eF .assets-style-postInfo--myCollect-ant-steps-icon-dot-1te_d {
  background-color: #eb780c;
}
.assets-style-postInfo--myCollect-ant-menu-horizontal-GKP0x > .assets-style-postInfo--myCollect-ant-menu-item-selected-T908d > 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-GKP0x > .assets-style-postInfo--myCollect-ant-menu-submenu-3BM_V:hover,
.assets-style-postInfo--myCollect-ant-menu-horizontal-GKP0x > .assets-style-postInfo--myCollect-ant-menu-item-rjtNa:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-3qVi8 > .assets-style-postInfo--myCollect-ant-menu-submenu-active-2X0z3,
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-3qVi8 > .assets-style-postInfo--myCollect-ant-menu-submenu-open-2-Ktr :hover,
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-3qVi8 > .assets-style-postInfo--myCollect-ant-menu-submenu-active-2X0z3 :hover,
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-3qVi8 > .assets-style-postInfo--myCollect-ant-menu-submenu-title-1TlfG :hover {
  color: white;
}
.assets-style-postInfo--myCollect-ant-menu-submenu-horizontal-3qVi8 > .assets-style-postInfo--myCollect-ant-menu-submenu-title-1TlfG {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-postInfo--myCollect-ant-tree-node-selected-4ApNH {
  background-color: transparent !important;
}
.assets-style-postInfo--myCollect-ant-tree-node-selected-4ApNH label {
  color: #eb780c;
}
.assets-style-postInfo--myCollect-fill-1I6xg {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-postInfo--myCollect-primary-table-bg-33QKj .assets-style-postInfo--myCollect-ant-table-thead-3nGwV > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-postInfo--myCollect-primary-bg-hover-JNdtn:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-postInfo--myCollect-primary-text-lighten-1dvOv {
  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-di6_w {
  position: relative;
  padding: 24px 0;
  max-height: 1310px;
  min-height: 650px;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-search-zaYsZ {
  width: 500px;
  padding-left: 10px;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-search-zaYsZ .assets-style-postInfo--myCollect-searchIcon-1dDKk {
  width: 13px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-searchResult-1vonc {
  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-di6_w .assets-style-postInfo--myCollect-searchResult-1vonc .assets-style-postInfo--myCollect-resultNum-SkbZL {
  color: var(--primary-color);
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-title-3SPLF {
  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-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-description-3t4lf {
  display: flex;
  justify-content: space-between;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-description-3t4lf .assets-style-postInfo--myCollect-label-_JMMo {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #5991ED;
  line-height: 30px;
  background-color: #eaf1fd;
  border-radius: 3px;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN {
  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-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN img {
  margin-bottom: 10px;
  width: 26px;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN img::after {
  content: 'ss';
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN:hover {
  color: #397EF0;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN:hover .assets-style-postInfo--myCollect-unCollect-QsTVq {
  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-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN .assets-style-postInfo--myCollect-unCollect-QsTVq {
  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-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN .assets-style-postInfo--myCollect-unCollectText-2wfwo {
  line-height: 20px;
  color: #397EF0;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN .assets-style-postInfo--myCollect-unCollectText-2wfwo::after {
  content: "\6536\85CF";
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN:hover .assets-style-postInfo--myCollect-unCollectText-2wfwo::after {
  content: "\53D6\6D88";
}
.assets-style-postInfo--myCollect-myCollect-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN:hover .assets-style-postInfo--myCollect-shareImg-SyXtM {
  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-di6_w .assets-style-postInfo--myCollect-list-1Yyce .assets-style-postInfo--myCollect-actionsItem-1c7HN .assets-style-postInfo--myCollect-shareImg-SyXtM {
  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-di6_w .ant-input {
  height: 38px;
  border-radius: 19px;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-input:focus {
  box-shadow: none;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-input-lg {
  padding-left: 19px;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .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-di6_w .ant-list-item-action {
  padding-left: 24px;
  margin-left: 0;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-list-item-meta,
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-list-item-action {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 18px;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-list-split .ant-list-item:last-child {
  width: 100%;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-list-item {
  padding: 15px 24px 0 24px;
  cursor: pointer;
  border-bottom: none !important;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-list-item:hover {
  background-color: #f5f9ff;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-list-item:hover .titleName {
  color: var(--primary-color);
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-list-item-action > li {
  padding: 0 18px;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-list-item-action-split {
  width: 0;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-pagination {
  bottom: 30px;
  right: 50%;
  transform: translate(50%, 0);
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-pagination-item-active {
  background-color: var(--primary-color);
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-pagination-item-active:focus a {
  color: #fff;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .ant-pagination-item-active a {
  color: #fff;
}
.assets-style-postInfo--myCollect-myCollect-di6_w .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-N03DD {
  color: #eb780c;
}
.assets-style-sidebar--index-primary-color-lighten-1F9R3 {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-sidebar--index-primary-background-color-1YzoK {
  background-color: #eb780c;
}
.assets-style-sidebar--index-primary-background-dark-3vsJ_ {
  background-color: darken(@primary-color, 8%);
}
.assets-style-sidebar--index-ant-menu-item-active-3uMS8 {
  color: darken(@primary-color, 8%);
}
.assets-style-sidebar--index-ant-menu-horizonta-1S4sn,
.assets-style-sidebar--index-ant-menu-1U3SZ {
  background-color: @primary-color !important;
}
.assets-style-sidebar--index-ant-menu-horizontal-LIMEC {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-sidebar--index-yui-page-footer-14xrJ {
  background-color: @primary-color !important;
}
.assets-style-sidebar--index-primary-border1-2y4LY {
  border: 1px solid #eb780c;
}
.assets-style-sidebar--index-primary-border-top2-3RMjG {
  border-top: 2px solid #eb780c;
}
.assets-style-sidebar--index-primary-border-bottom2-1mMlr {
  border-bottom: 12px solid #eb780c;
}
.assets-style-sidebar--index-ant-steps-item-finish-38lGr > .assets-style-sidebar--index-ant-steps-item-content-11A4q > .assets-style-sidebar--index-ant-steps-item-title-78C2C,
.assets-style-sidebar--index-ant-steps-item-process-3xaXO > .assets-style-sidebar--index-ant-steps-item-content-11A4q > .assets-style-sidebar--index-ant-steps-item-title-78C2C,
.assets-style-sidebar--index-ant-steps-item-finish-38lGr > .assets-style-sidebar--index-ant-steps-item-content-11A4q > .assets-style-sidebar--index-ant-steps-item-description-2W4eK,
.assets-style-sidebar--index-ant-steps-item-process-3xaXO > .assets-style-sidebar--index-ant-steps-item-content-11A4q > .assets-style-sidebar--index-ant-steps-item-title-78C2C {
  color: #eb780c;
}
.assets-style-sidebar--index-ant-steps-item-finish-38lGr .assets-style-sidebar--index-ant-steps-item-icon-KgNMa > .assets-style-sidebar--index-ant-steps-icon-3t6B- .assets-style-sidebar--index-ant-steps-icon-dot-58YWY,
.assets-style-sidebar--index-ant-steps-item-finish-38lGr > .assets-style-sidebar--index-ant-steps-item-tail-3OnoH:after,
.assets-style-sidebar--index-ant-steps-item-process-3xaXO .assets-style-sidebar--index-ant-steps-item-icon-KgNMa > .assets-style-sidebar--index-ant-steps-icon-3t6B- .assets-style-sidebar--index-ant-steps-icon-dot-58YWY {
  background-color: #eb780c;
}
.assets-style-sidebar--index-ant-menu-horizontal-LIMEC > .assets-style-sidebar--index-ant-menu-item-selected-3ovhv > 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-LIMEC > .assets-style-sidebar--index-ant-menu-submenu-1S_RV:hover,
.assets-style-sidebar--index-ant-menu-horizontal-LIMEC > .assets-style-sidebar--index-ant-menu-item-22MGc:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-sidebar--index-ant-menu-submenu-horizontal-1Z3gq > .assets-style-sidebar--index-ant-menu-submenu-active-1CCUV,
.assets-style-sidebar--index-ant-menu-submenu-horizontal-1Z3gq > .assets-style-sidebar--index-ant-menu-submenu-open-37B9n :hover,
.assets-style-sidebar--index-ant-menu-submenu-horizontal-1Z3gq > .assets-style-sidebar--index-ant-menu-submenu-active-1CCUV :hover,
.assets-style-sidebar--index-ant-menu-submenu-horizontal-1Z3gq > .assets-style-sidebar--index-ant-menu-submenu-title-1T5dr :hover {
  color: white;
}
.assets-style-sidebar--index-ant-menu-submenu-horizontal-1Z3gq > .assets-style-sidebar--index-ant-menu-submenu-title-1T5dr {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-sidebar--index-ant-tree-node-selected-3u6S1 {
  background-color: transparent !important;
}
.assets-style-sidebar--index-ant-tree-node-selected-3u6S1 label {
  color: #eb780c;
}
.assets-style-sidebar--index-fill-1QbRK {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-sidebar--index-primary-table-bg-2LkCs .assets-style-sidebar--index-ant-table-thead-1XFaa > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-sidebar--index-primary-bg-hover-pVyz5:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-sidebar--index-primary-text-lighten-2ySn5 {
  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-1GSLB .ant-badge-dot {
  position: absolute;
  top: -12px !important;
  left: 0;
}
.assets-style-policy--index-bg-1nTbh {
  height: 150px;
  width: 100%;
}
.assets-style-policy--index-notice-RYrfK {
  margin: 15px auto;
  border: 1px solid #e6e6e6;
}
.assets-style-policy--index-top-qNbdB {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e6e6e6;
}
.assets-style-policy--index-title-5YrC2 {
  font-size: 18px;
  font-weight: bold;
}
.assets-style-policy--index-content-n0elL {
  position: relative;
  padding: 10px 10px 45px 10px;
  background-color: #fdfdfd;
  text-align: right;
}
.assets-style-policy--index-content-n0elL ul:first-child li {
  padding-left: 20px;
  cursor: pointer;
  line-height: 30px;
}
.assets-style-policy--index-noMessageContent-250NX {
  padding-top: 100px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.assets-style-policyDetail--index-detail---vcf {
  padding: 20px 10px;
  background-color: #fdfdfd;
}
.assets-style-policyDetail--index-title-7zgMR {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.assets-style-policyDetail--index-subTitle-AZA_0 {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 20px;
  text-align: center;
}
.assets-style-mobileJob--jobDetail-wrap-67e-4 {
  padding: 10px;
  background-color: #FFFFFF;
  margin-top: 56px;
}
.assets-style-mobileJob--jobDetail-titleComponent-2qVmp {
  margin-bottom: 20px;
}
.assets-style-mobileJob--jobDetail-titleComponent-2qVmp .title {
  font-size: 18px;
  font-weight: bold;
}
.assets-style-mobileJob--jobDetail-list-17ZmG ul li {
  margin: 10px 0;
}
.assets-style-mobileJob--jobDetail-list-17ZmG ul li .content {
  color: #666;
  font-size: 16px;
  margin: 20px 0 20px 10px;
}
.assets-style-mobileJob--jobDetail-list-17ZmG ul li .subTitle {
  font-weight: bold;
  font-size: 16px;
}
.assets-style-mobileJob--jobDetail-overContent-2ktWt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.assets-style-mobileJob--jobDetail-topItem-3khxV {
  width: 100%;
  height: 56px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  position: fixed;
  top: 0;
}
.assets-style-mobileJob--jobDetail-topIcon-uvE_V {
  position: fixed;
  left: 10px;
  top: 18px;
}
.assets-style-mobileJob--jobDetail-bottomItem-kogFd {
  width: calc(100% - 20px);
  height: 62px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  padding: 10px 0;
}
.assets-style-mobileJob--jobDetail-btn-301-Y {
  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-25CCB {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.assets-style-titleComponent--index-title-1yoYy {
  display: inline-block;
  margin-bottom: -1px;
  padding: 0 10px;
  font-size: 16px;
}
.assets-style-mobileLogin--index-input-1P0ZH {
  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-1P0ZH:focus {
  box-shadow: none !important;
}
.assets-style-mobileLogin--index-input-1P0ZH:hover {
  border-color: #ccc !important;
}
.assets-style-mobileLogin--index-captchaRow-3cgv1 {
  display: flex;
  align-items: center;
}
.assets-style-mobileLogin--index-captchaRow-3cgv1 .assets-style-mobileLogin--index-input-1P0ZH {
  width: auto;
  flex: 1;
  margin: 0;
}
.assets-style-mobileLogin--index-captchaImage-23hvl {
  width: 108px;
  height: 40px;
  margin-left: 8px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  flex-shrink: 0;
  background: #f5f5f5;
}
.assets-style-mobileRegister--index-input-3SZYY {
  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-3SZYY:focus {
  box-shadow: none !important;
}
.assets-style-mobileRegister--index-input-3SZYY: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-3EiU3 {
  color: #eb780c;
}
.assets-style-login--index-primary-color-lighten-22SG9 {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-login--index-primary-background-color-E3PtF {
  background-color: #eb780c;
}
.assets-style-login--index-primary-background-dark-3GYDr {
  background-color: darken(@primary-color, 8%);
}
.assets-style-login--index-ant-menu-item-active-3dTXC {
  color: darken(@primary-color, 8%);
}
.assets-style-login--index-ant-menu-horizonta-1iu7n,
.assets-style-login--index-ant-menu-1bEt_ {
  background-color: @primary-color !important;
}
.assets-style-login--index-ant-menu-horizontal-2fg7z {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-login--index-yui-page-footer-22KYS {
  background-color: @primary-color !important;
}
.assets-style-login--index-primary-border1-uQmIM {
  border: 1px solid #eb780c;
}
.assets-style-login--index-primary-border-top2-18Zmx {
  border-top: 2px solid #eb780c;
}
.assets-style-login--index-primary-border-bottom2-l57XP {
  border-bottom: 12px solid #eb780c;
}
.assets-style-login--index-ant-steps-item-finish-1O9JX > .assets-style-login--index-ant-steps-item-content-kUY3J > .assets-style-login--index-ant-steps-item-title-3JpJW,
.assets-style-login--index-ant-steps-item-process-346En > .assets-style-login--index-ant-steps-item-content-kUY3J > .assets-style-login--index-ant-steps-item-title-3JpJW,
.assets-style-login--index-ant-steps-item-finish-1O9JX > .assets-style-login--index-ant-steps-item-content-kUY3J > .assets-style-login--index-ant-steps-item-description-1v8tX,
.assets-style-login--index-ant-steps-item-process-346En > .assets-style-login--index-ant-steps-item-content-kUY3J > .assets-style-login--index-ant-steps-item-title-3JpJW {
  color: #eb780c;
}
.assets-style-login--index-ant-steps-item-finish-1O9JX .assets-style-login--index-ant-steps-item-icon-1uRAo > .assets-style-login--index-ant-steps-icon-2JuP1 .assets-style-login--index-ant-steps-icon-dot-2N6Ll,
.assets-style-login--index-ant-steps-item-finish-1O9JX > .assets-style-login--index-ant-steps-item-tail-1zBLl:after,
.assets-style-login--index-ant-steps-item-process-346En .assets-style-login--index-ant-steps-item-icon-1uRAo > .assets-style-login--index-ant-steps-icon-2JuP1 .assets-style-login--index-ant-steps-icon-dot-2N6Ll {
  background-color: #eb780c;
}
.assets-style-login--index-ant-menu-horizontal-2fg7z > .assets-style-login--index-ant-menu-item-selected-3S02V > 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-2fg7z > .assets-style-login--index-ant-menu-submenu-9CItG:hover,
.assets-style-login--index-ant-menu-horizontal-2fg7z > .assets-style-login--index-ant-menu-item-3oIPC:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-login--index-ant-menu-submenu-horizontal-1H6Qv > .assets-style-login--index-ant-menu-submenu-active-2kojJ,
.assets-style-login--index-ant-menu-submenu-horizontal-1H6Qv > .assets-style-login--index-ant-menu-submenu-open-3CtE5 :hover,
.assets-style-login--index-ant-menu-submenu-horizontal-1H6Qv > .assets-style-login--index-ant-menu-submenu-active-2kojJ :hover,
.assets-style-login--index-ant-menu-submenu-horizontal-1H6Qv > .assets-style-login--index-ant-menu-submenu-title-3B2-1 :hover {
  color: white;
}
.assets-style-login--index-ant-menu-submenu-horizontal-1H6Qv > .assets-style-login--index-ant-menu-submenu-title-3B2-1 {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-login--index-ant-tree-node-selected-k3tdy {
  background-color: transparent !important;
}
.assets-style-login--index-ant-tree-node-selected-k3tdy label {
  color: #eb780c;
}
.assets-style-login--index-fill-3g9f1 {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-login--index-primary-table-bg-YWyme .assets-style-login--index-ant-table-thead-2D2Ku > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-login--index-primary-bg-hover-1BLGJ:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-login--index-primary-text-lighten-1xSAJ {
  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-2PN5H {
  width: 360px;
  margin-right: 73px;
}
.assets-style-login--index-left-2PN5H .assets-style-login--index-title-2POYZ {
  color: var(--primary-color-dark);
}
.assets-style-login--index-left-2PN5H .ant-form-item {
  margin-bottom: 30px;
}
.assets-style-login--index-input-3qf5V {
  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-3qf5V:focus {
  box-shadow: none !important;
}
.assets-style-login--index-input-3qf5V:hover {
  border-color: #ccc !important;
}
.assets-style-login--index-right-3MNAO {
  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-2-X5g {
  margin-top: 12px;
  color: #999999;
}
.assets-style-login--index-captchaRow-2bUij {
  display: flex;
  align-items: center;
}
.assets-style-login--index-captchaRow-2bUij .ant-input-affix-wrapper {
  flex: 1;
}
.assets-style-login--index-captchaImage-36B5S {
  width: 120px;
  height: 46px;
  margin-left: 8px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  flex-shrink: 0;
  background: #f5f5f5;
}
.app-components-LoginRgisterCommonPage-index-bg-2VqFL {
  position: relative;
  height: 74vh;
  background: no-repeat center/cover;
}
.app-components-LoginRgisterCommonPage-index-content-1osKc {
  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-1osKc .has-error .ant-input:focus {
  box-shadow: none;
}
.assets-style-register--index-content-2bhP9 .assets-style-register--index-nvaBox-3FMPQ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.assets-style-register--index-content-2bhP9 .assets-style-register--index-nvaBox-3FMPQ .assets-style-register--index-nav-2dQlu {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color-dark);
  line-height: 24px;
  cursor: pointer;
}
.assets-style-register--index-content-2bhP9 .assets-style-register--index-nvaBox-3FMPQ .assets-style-register--index-title-26l0V {
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 29px;
}
.assets-style-register--index-content-2bhP9 .ant-form-item {
  margin-bottom: 25px;
}
.ant-form label {
  font-size: 16px;
}
.plugins-updatePassword-index-title-VtdJt{
    color: #005CA1;
    font-size: 25px;
    margin-bottom: 60px;
}
.plugins-updatePassword-index-input-1sat_{
    width: 250px;
    vertical-align: middle;
    margin:0 2px;
}
.plugins-updatePassword-index-span-1nJj4{
    display:inline-block;
    width:250px;
    vertical-align: middle;
}
.plugins-updatePassword-index-form-9esns .ant-form-item-label{
    vertical-align: middle;
    line-height: 34px;
}
.plugins-updatePassword-index-form-9esns .ant-form-item-control {
    line-height: 20px;
}
.plugins-updatePassword-index-form-9esns .has-error .ant-form-explain{
    padding-left:135px;
    position: absolute;
}
.plugins-updatePassword-index-form-9esns .ant-form-item{
    margin-bottom:40px;
}
.plugins-updatePassword-index-button-3dnIV{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    margin: 0 20px;
}
.plugins-findPassword-index-title-2u2R8{
    color: #005CA1;
    font-size: 25px;
    margin-bottom: 60px;
}
.plugins-findPassword-index-input-1Io4U{
    width: 250px;
    vertical-align: middle;
    margin:0 2px;
}
.plugins-findPassword-index-span-3abTP{
    display:inline-block;
    width:250px;
    vertical-align: middle;
}
.plugins-findPassword-index-form-2WsqS .ant-form-item-label{
    vertical-align: middle;
    line-height: 34px;
}
.plugins-findPassword-index-form-2WsqS .ant-form-item-control {
    line-height: 20px;
}
.plugins-findPassword-index-form-2WsqS .has-error .ant-form-explain{
    padding-left:135px;
    position: absolute;
}
.plugins-findPassword-index-form-2WsqS .ant-form-item{
    margin-bottom:40px;
}
.plugins-findPassword-index-button-O5Fwp{
    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-i9CLc {
  color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-color-lighten-2frkS {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-postInfo--postInfoDetails-primary-background-color-2-7ZE {
  background-color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-background-dark-2Plnj {
  background-color: darken(@primary-color, 8%);
}
.assets-style-postInfo--postInfoDetails-ant-menu-item-active-2a8cx {
  color: darken(@primary-color, 8%);
}
.assets-style-postInfo--postInfoDetails-ant-menu-horizonta-j-zkm,
.assets-style-postInfo--postInfoDetails-ant-menu-3skK4 {
  background-color: @primary-color !important;
}
.assets-style-postInfo--postInfoDetails-ant-menu-horizontal-iJe5_ {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-postInfo--postInfoDetails-yui-page-footer-1YLjJ {
  background-color: @primary-color !important;
}
.assets-style-postInfo--postInfoDetails-primary-border1-1_-gE {
  border: 1px solid #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-border-top2-GoRqG {
  border-top: 2px solid #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-border-bottom2-3AtHF {
  border-bottom: 12px solid #eb780c;
}
.assets-style-postInfo--postInfoDetails-ant-steps-item-finish-1JMyG > .assets-style-postInfo--postInfoDetails-ant-steps-item-content-1t99h > .assets-style-postInfo--postInfoDetails-ant-steps-item-title-Cbek4,
.assets-style-postInfo--postInfoDetails-ant-steps-item-process-3IxO2 > .assets-style-postInfo--postInfoDetails-ant-steps-item-content-1t99h > .assets-style-postInfo--postInfoDetails-ant-steps-item-title-Cbek4,
.assets-style-postInfo--postInfoDetails-ant-steps-item-finish-1JMyG > .assets-style-postInfo--postInfoDetails-ant-steps-item-content-1t99h > .assets-style-postInfo--postInfoDetails-ant-steps-item-description-1bT5d,
.assets-style-postInfo--postInfoDetails-ant-steps-item-process-3IxO2 > .assets-style-postInfo--postInfoDetails-ant-steps-item-content-1t99h > .assets-style-postInfo--postInfoDetails-ant-steps-item-title-Cbek4 {
  color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-ant-steps-item-finish-1JMyG .assets-style-postInfo--postInfoDetails-ant-steps-item-icon-WZf6Z > .assets-style-postInfo--postInfoDetails-ant-steps-icon-2JLMF .assets-style-postInfo--postInfoDetails-ant-steps-icon-dot-1Gwc5,
.assets-style-postInfo--postInfoDetails-ant-steps-item-finish-1JMyG > .assets-style-postInfo--postInfoDetails-ant-steps-item-tail-w6krg:after,
.assets-style-postInfo--postInfoDetails-ant-steps-item-process-3IxO2 .assets-style-postInfo--postInfoDetails-ant-steps-item-icon-WZf6Z > .assets-style-postInfo--postInfoDetails-ant-steps-icon-2JLMF .assets-style-postInfo--postInfoDetails-ant-steps-icon-dot-1Gwc5 {
  background-color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-ant-menu-horizontal-iJe5_ > .assets-style-postInfo--postInfoDetails-ant-menu-item-selected-1C6L3 > 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-iJe5_ > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-1-mRE:hover,
.assets-style-postInfo--postInfoDetails-ant-menu-horizontal-iJe5_ > .assets-style-postInfo--postInfoDetails-ant-menu-item-EOa5k:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1Td7b > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-active-3o05l,
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1Td7b > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-open-3mSrj :hover,
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1Td7b > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-active-3o05l :hover,
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1Td7b > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-title-3y92R :hover {
  color: white;
}
.assets-style-postInfo--postInfoDetails-ant-menu-submenu-horizontal-1Td7b > .assets-style-postInfo--postInfoDetails-ant-menu-submenu-title-3y92R {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-postInfo--postInfoDetails-ant-tree-node-selected-2A7pQ {
  background-color: transparent !important;
}
.assets-style-postInfo--postInfoDetails-ant-tree-node-selected-2A7pQ label {
  color: #eb780c;
}
.assets-style-postInfo--postInfoDetails-fill-3vTl- {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-postInfo--postInfoDetails-primary-table-bg-3oFce .assets-style-postInfo--postInfoDetails-ant-table-thead-16ZQC > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-postInfo--postInfoDetails-primary-bg-hover-EcmXR:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-postInfo--postInfoDetails-primary-text-lighten-3AzCm {
  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-2J16g {
  background-color: white;
  margin: 24px auto;
  padding: 24px ;
  width: 1200px;
  min-height: 74vh;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-return-3ZGks {
  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-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 24px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-left-2TUi2 .assets-style-postInfo--postInfoDetails-title-NHggx {
  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-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-left-2TUi2 .assets-style-postInfo--postInfoDetails-labelRow-i4o2d .assets-style-postInfo--postInfoDetails-label-1h_rT {
  display: inline-block;
  height: 32px;
  margin-right: 15px;
  padding: 0 10px;
  background-color: #eaf1fd;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #5991ed;
  line-height: 32px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-right-1--s7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 315px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-right-1--s7 .assets-style-postInfo--postInfoDetails-btn-3VQna {
  width: 183px;
  height: 40px;
  font-size: 16px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-right-1--s7 .assets-style-postInfo--postInfoDetails-actionsItem-iuZam {
  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-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-right-1--s7 .assets-style-postInfo--postInfoDetails-actionsItem-iuZam img {
  margin-bottom: 10px;
  width: 26px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-right-1--s7 .assets-style-postInfo--postInfoDetails-actionsItem-iuZam:hover {
  color: #397ef0;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-right-1--s7 .assets-style-postInfo--postInfoDetails-actionsItem-iuZam:hover .assets-style-postInfo--postInfoDetails-unCollect-1xyaw {
  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-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-right-1--s7 .assets-style-postInfo--postInfoDetails-actionsItem-iuZam .assets-style-postInfo--postInfoDetails-unCollect-1xyaw {
  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-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-right-1--s7 .assets-style-postInfo--postInfoDetails-actionsItem-iuZam:hover .assets-style-postInfo--postInfoDetails-shareImg-10onu {
  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-2J16g .assets-style-postInfo--postInfoDetails-header-1eZPY .assets-style-postInfo--postInfoDetails-right-1--s7 .assets-style-postInfo--postInfoDetails-actionsItem-iuZam .assets-style-postInfo--postInfoDetails-shareImg-10onu {
  margin-bottom: 4px;
  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-2J16g .assets-style-postInfo--postInfoDetails-details-E_CR0 {
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  line-height: 48px;
  color: #397ef0;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-details-E_CR0 .assets-style-postInfo--postInfoDetails-detailsItem-2bTDi .assets-style-postInfo--postInfoDetails-label-1h_rT {
  margin-right: 16px;
  float: left;
  width: 56px;
  text-align: right;
  color: rgba(0, 0, 0, 0.25);
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-details-E_CR0 .assets-style-postInfo--postInfoDetails-detailsItem-2bTDi .assets-style-postInfo--postInfoDetails-value-157Xe {
  width: 160px;
  /* 设置 div 的宽度 */
  white-space: nowrap;
  /* 不允许换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 使用省略号(...)来表示被隐藏的文本 */
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-details-E_CR0 .assets-style-postInfo--postInfoDetails-detailsItem-2bTDi .assets-style-postInfo--postInfoDetails-mvalue-itKi0 {
  width: 120px;
  /* 设置 div 的宽度 */
  white-space: nowrap;
  /* 不允许换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 使用省略号(...)来表示被隐藏的文本 */
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-conetentBox-2s6A6 {
  margin-bottom: 30px;
  margin-left: 24px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-conetentBox-2s6A6 .assets-style-postInfo--postInfoDetails-h6-3su9l {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 21px;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-conetentBox-2s6A6 .assets-style-postInfo--postInfoDetails-more-DutGn {
  white-space: wrap !important;
}
.assets-style-postInfo--postInfoDetails-postInfoDetails-2J16g .assets-style-postInfo--postInfoDetails-conetentBox-2s6A6 .assets-style-postInfo--postInfoDetails-more-DutGn * {
  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-1kL7H {
  color: #eb780c;
}
.assets-style-commonProblem--index-primary-color-lighten-2SKKs {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-commonProblem--index-primary-background-color-dOoXb {
  background-color: #eb780c;
}
.assets-style-commonProblem--index-primary-background-dark-3XYse {
  background-color: darken(@primary-color, 8%);
}
.assets-style-commonProblem--index-ant-menu-item-active-3igEz {
  color: darken(@primary-color, 8%);
}
.assets-style-commonProblem--index-ant-menu-horizonta-T6zsQ,
.assets-style-commonProblem--index-ant-menu-1Ax-j {
  background-color: @primary-color !important;
}
.assets-style-commonProblem--index-ant-menu-horizontal-2j4hB {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-commonProblem--index-yui-page-footer-2h7hv {
  background-color: @primary-color !important;
}
.assets-style-commonProblem--index-primary-border1-3rQEQ {
  border: 1px solid #eb780c;
}
.assets-style-commonProblem--index-primary-border-top2-2pUQl {
  border-top: 2px solid #eb780c;
}
.assets-style-commonProblem--index-primary-border-bottom2-2IANi {
  border-bottom: 12px solid #eb780c;
}
.assets-style-commonProblem--index-ant-steps-item-finish-PqSVj > .assets-style-commonProblem--index-ant-steps-item-content-1RBPM > .assets-style-commonProblem--index-ant-steps-item-title-2OCcp,
.assets-style-commonProblem--index-ant-steps-item-process-aoNAo > .assets-style-commonProblem--index-ant-steps-item-content-1RBPM > .assets-style-commonProblem--index-ant-steps-item-title-2OCcp,
.assets-style-commonProblem--index-ant-steps-item-finish-PqSVj > .assets-style-commonProblem--index-ant-steps-item-content-1RBPM > .assets-style-commonProblem--index-ant-steps-item-description-B6a50,
.assets-style-commonProblem--index-ant-steps-item-process-aoNAo > .assets-style-commonProblem--index-ant-steps-item-content-1RBPM > .assets-style-commonProblem--index-ant-steps-item-title-2OCcp {
  color: #eb780c;
}
.assets-style-commonProblem--index-ant-steps-item-finish-PqSVj .assets-style-commonProblem--index-ant-steps-item-icon-1cWW4 > .assets-style-commonProblem--index-ant-steps-icon-gX59T .assets-style-commonProblem--index-ant-steps-icon-dot-2LNQw,
.assets-style-commonProblem--index-ant-steps-item-finish-PqSVj > .assets-style-commonProblem--index-ant-steps-item-tail-3Um-n:after,
.assets-style-commonProblem--index-ant-steps-item-process-aoNAo .assets-style-commonProblem--index-ant-steps-item-icon-1cWW4 > .assets-style-commonProblem--index-ant-steps-icon-gX59T .assets-style-commonProblem--index-ant-steps-icon-dot-2LNQw {
  background-color: #eb780c;
}
.assets-style-commonProblem--index-ant-menu-horizontal-2j4hB > .assets-style-commonProblem--index-ant-menu-item-selected-1XkvP > 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-2j4hB > .assets-style-commonProblem--index-ant-menu-submenu-1s4fe:hover,
.assets-style-commonProblem--index-ant-menu-horizontal-2j4hB > .assets-style-commonProblem--index-ant-menu-item-j1DoB:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-1TVDG > .assets-style-commonProblem--index-ant-menu-submenu-active-T8bbF,
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-1TVDG > .assets-style-commonProblem--index-ant-menu-submenu-open-2Opsq :hover,
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-1TVDG > .assets-style-commonProblem--index-ant-menu-submenu-active-T8bbF :hover,
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-1TVDG > .assets-style-commonProblem--index-ant-menu-submenu-title-1i-24 :hover {
  color: white;
}
.assets-style-commonProblem--index-ant-menu-submenu-horizontal-1TVDG > .assets-style-commonProblem--index-ant-menu-submenu-title-1i-24 {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-commonProblem--index-ant-tree-node-selected-132f7 {
  background-color: transparent !important;
}
.assets-style-commonProblem--index-ant-tree-node-selected-132f7 label {
  color: #eb780c;
}
.assets-style-commonProblem--index-fill-2EE_2 {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-commonProblem--index-primary-table-bg-3BDUq .assets-style-commonProblem--index-ant-table-thead-2FuNt > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-commonProblem--index-primary-bg-hover-1fXLZ:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-commonProblem--index-primary-text-lighten-5TFhY {
  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-2hcgF {
  position: relative;
  padding: 30px 20px;
  min-height: 74vh;
  background-color: white;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .assets-style-commonProblem--index-commonProblemTitle-ZZnxd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .assets-style-commonProblem--index-commonProblemTitle-ZZnxd .assets-style-commonProblem--index-menuTitle-3YXJf {
  font-size: 28px;
  font-weight: 700;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .assets-style-commonProblem--index-commonProblemTitle-ZZnxd .assets-style-commonProblem--index-menuTitle-3YXJf img {
  width: 42px;
  height: auto;
  margin-top: -5px;
  margin-right: 12px;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .assets-style-commonProblem--index-search-vZ4Yl {
  width: 320px;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .assets-style-commonProblem--index-search-vZ4Yl .assets-style-commonProblem--index-searchIcon-pe1zy {
  width: 13px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .assets-style-commonProblem--index-listItem-18raW {
  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-2hcgF .assets-style-commonProblem--index-listItem-18raW .assets-style-commonProblem--index-spot-3ncbt {
  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-2hcgF .assets-style-commonProblem--index-listItem-18raW .assets-style-commonProblem--index-listItemTime-RvjxF {
  color: rgba(0, 0, 0, 0.25);
}
.assets-style-commonProblem--index-commonProblem-2hcgF .assets-style-commonProblem--index-listItem-18raW:hover {
  color: var(--primary-color-light);
}
.assets-style-commonProblem--index-commonProblem-2hcgF .ant-input {
  height: 38px;
  border-radius: 19px;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .ant-input:focus {
  box-shadow: none;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .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-2hcgF .ant-list-item {
  padding: 0;
  height: 72px;
  cursor: pointer;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .ant-pagination {
  bottom: 30px;
  right: 50%;
  transform: translate(50%, 0);
}
.assets-style-commonProblem--index-commonProblem-2hcgF .ant-pagination-item-active {
  background-color: var(--primary-color);
}
.assets-style-commonProblem--index-commonProblem-2hcgF .ant-pagination-item-active:focus a {
  color: #fff !important;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .ant-pagination-item-active a {
  color: #fff !important;
}
.assets-style-commonProblem--index-commonProblem-2hcgF .ant-pagination.mini .ant-pagination-item {
  line-height: 25px;
}
.assets-style-commonProblem--index-problemDetail--NS4g {
  background-color: white;
  padding: 0 24px;
  min-height: 74vh;
  margin: 24px auto;
}
.assets-style-commonProblem--index-problemDetail--NS4g .assets-style-commonProblem--index-return-2MchI {
  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--NS4g .assets-style-commonProblem--index-postName-C6v9J {
  text-align: center;
  margin-bottom: 24px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 29px;
}
.assets-style-commonProblem--index-problemDetail--NS4g .assets-style-commonProblem--index-time-_jvKj {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 18px;
}
.assets-style-previewer--picturepreviewer-main-297F3 {
  width: 112px;
  height: 112px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 8px;
  position: relative;
}
.assets-style-previewer--picturepreviewer-main-297F3 .assets-style-previewer--picturepreviewer-container-3miZa {
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
  padding: 0;
}
.assets-style-previewer--picturepreviewer-main-297F3 .assets-style-previewer--picturepreviewer-container-3miZa: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-297F3 .assets-style-previewer--picturepreviewer-container-3miZa span {
  display: block;
}
.assets-style-previewer--picturepreviewer-main-297F3 .assets-style-previewer--picturepreviewer-container-3miZa img {
  width: 100%;
  height: 100%;
  position: static;
  display: block;
}
.assets-style-previewer--picturepreviewer-main-297F3 .assets-style-previewer--picturepreviewer-actions-WuVw3 {
  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-297F3 .assets-style-previewer--picturepreviewer-actions-WuVw3 .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-297F3:hover .assets-style-previewer--picturepreviewer-container-3miZa {
  background: transparent;
}
.assets-style-previewer--picturepreviewer-main-297F3:hover .assets-style-previewer--picturepreviewer-container-3miZa:before {
  opacity: 1;
}
.assets-style-previewer--picturepreviewer-main-297F3:hover .assets-style-previewer--picturepreviewer-actions-WuVw3 {
  opacity: 1;
}
.assets-style-lyPagination--index-pagination-jQM9F {
  margin-top: 16px !important;
  float: right;
  width: 100%;
  text-align: right;
  position: static;
}
.assets-style-lyPagination--index-pagination-jQM9F .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-2s_Q9 {
  display: flex;
  align-items: center;
}
.assets-style-attachmentDownloader--index-title-2s_Q9 > a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 18px);
}
.assets-style-attachmentDownloader--index-title-2s_Q9 .anticon-download {
  margin-left: 4px;
}
.assets-style-datePickerTillNow--index-datePickerTillNow-6ZYV9 {
  position: relative;
}
.assets-style-datePickerTillNow--index-datePickerTillNow-6ZYV9 .ant-calendar-picker {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.assets-style-datePickerTillNow--index-datePickerTillNow-6ZYV9 .ant-calendar-input {
  opacity: 1 !important;
}
.assets-style-datePickerTillNow--index-datePickerTillNow-6ZYV9 input {
  opacity: 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--myInfoDetail-primary-color-1QyU7 {
  color: #eb780c;
}
.assets-style-employ--myInfoDetail-primary-color-lighten-1dlGS {
  background-color: lighten(@primary-color, 12%);
}
.assets-style-employ--myInfoDetail-primary-background-color-1cRWv {
  background-color: #eb780c;
}
.assets-style-employ--myInfoDetail-primary-background-dark-e514V {
  background-color: darken(@primary-color, 8%);
}
.assets-style-employ--myInfoDetail-ant-menu-item-active-16YIC {
  color: darken(@primary-color, 8%);
}
.assets-style-employ--myInfoDetail-ant-menu-horizonta-2bxRe,
.assets-style-employ--myInfoDetail-ant-menu-2Kvsb {
  background-color: @primary-color !important;
}
.assets-style-employ--myInfoDetail-ant-menu-horizontal-2VQpG {
  border-bottom: 3px solid @primary-color !important;
}
.assets-style-employ--myInfoDetail-yui-page-footer-14DCo {
  background-color: @primary-color !important;
}
.assets-style-employ--myInfoDetail-primary-border1-BtUJU {
  border: 1px solid #eb780c;
}
.assets-style-employ--myInfoDetail-primary-border-top2-3UlGw {
  border-top: 2px solid #eb780c;
}
.assets-style-employ--myInfoDetail-primary-border-bottom2-12_C4 {
  border-bottom: 12px solid #eb780c;
}
.assets-style-employ--myInfoDetail-ant-steps-item-finish-6ENmc > .assets-style-employ--myInfoDetail-ant-steps-item-content-OjXrp > .assets-style-employ--myInfoDetail-ant-steps-item-title-3PMQb,
.assets-style-employ--myInfoDetail-ant-steps-item-process-3jIT9 > .assets-style-employ--myInfoDetail-ant-steps-item-content-OjXrp > .assets-style-employ--myInfoDetail-ant-steps-item-title-3PMQb,
.assets-style-employ--myInfoDetail-ant-steps-item-finish-6ENmc > .assets-style-employ--myInfoDetail-ant-steps-item-content-OjXrp > .assets-style-employ--myInfoDetail-ant-steps-item-description-3tI-5,
.assets-style-employ--myInfoDetail-ant-steps-item-process-3jIT9 > .assets-style-employ--myInfoDetail-ant-steps-item-content-OjXrp > .assets-style-employ--myInfoDetail-ant-steps-item-title-3PMQb {
  color: #eb780c;
}
.assets-style-employ--myInfoDetail-ant-steps-item-finish-6ENmc .assets-style-employ--myInfoDetail-ant-steps-item-icon-3NGah > .assets-style-employ--myInfoDetail-ant-steps-icon-15Vif .assets-style-employ--myInfoDetail-ant-steps-icon-dot-39_5i,
.assets-style-employ--myInfoDetail-ant-steps-item-finish-6ENmc > .assets-style-employ--myInfoDetail-ant-steps-item-tail-3STfx:after,
.assets-style-employ--myInfoDetail-ant-steps-item-process-3jIT9 .assets-style-employ--myInfoDetail-ant-steps-item-icon-3NGah > .assets-style-employ--myInfoDetail-ant-steps-icon-15Vif .assets-style-employ--myInfoDetail-ant-steps-icon-dot-39_5i {
  background-color: #eb780c;
}
.assets-style-employ--myInfoDetail-ant-menu-horizontal-2VQpG > .assets-style-employ--myInfoDetail-ant-menu-item-selected-1qO7N > 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-2VQpG > .assets-style-employ--myInfoDetail-ant-menu-submenu-145os:hover,
.assets-style-employ--myInfoDetail-ant-menu-horizontal-2VQpG > .assets-style-employ--myInfoDetail-ant-menu-item-3M30F:hover {
  color: white !important;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-1A81E > .assets-style-employ--myInfoDetail-ant-menu-submenu-active-wPUjx,
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-1A81E > .assets-style-employ--myInfoDetail-ant-menu-submenu-open-27U3F :hover,
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-1A81E > .assets-style-employ--myInfoDetail-ant-menu-submenu-active-wPUjx :hover,
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-1A81E > .assets-style-employ--myInfoDetail-ant-menu-submenu-title-3dMND :hover {
  color: white;
}
.assets-style-employ--myInfoDetail-ant-menu-submenu-horizontal-1A81E > .assets-style-employ--myInfoDetail-ant-menu-submenu-title-3dMND {
  color: rgba(255, 255, 255, 0.6);
}
.assets-style-employ--myInfoDetail-ant-tree-node-selected-1_7S1 {
  background-color: transparent !important;
}
.assets-style-employ--myInfoDetail-ant-tree-node-selected-1_7S1 label {
  color: #eb780c;
}
.assets-style-employ--myInfoDetail-fill-NIXYI {
  border-color: #eb780c;
  background: #eb780c;
}
.assets-style-employ--myInfoDetail-primary-table-bg-2-UIi .assets-style-employ--myInfoDetail-ant-table-thead-iRO99 > tr > th {
  background: #ffe1b0 !important;
}
.assets-style-employ--myInfoDetail-primary-bg-hover-2Disu:hover {
  background-color: lighten(@primary-color, 12%) !important;
}
.assets-style-employ--myInfoDetail-primary-text-lighten-2OBH5 {
  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-2OlH6 {
  padding-top: 24px;
  height: 650px;
}
.assets-style-employ--myInfoDetail-myInfo-2OlH6 .assets-style-employ--myInfoDetail-spinBox-3LN_D {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assets-style-employ--myInfoDetail-myInfo-2OlH6 .assets-style-employ--myInfoDetail-headerBox-3Fw7e {
  display: flex;
  justify-content: space-between;
}
.assets-style-employ--myInfoDetail-myInfo-2OlH6 .assets-style-employ--myInfoDetail-headerBox-3Fw7e .assets-style-employ--myInfoDetail-header-3AHAC {
  margin-left: 20px;
  padding-left: 8px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 16px;
}
.assets-style-employ--myInfoDetail-myInfo-2OlH6 .assets-style-employ--myInfoDetail-headerBox-3Fw7e .assets-style-employ--myInfoDetail-editBtn-2meit {
  margin-right: 24px;
  font-size: 16px;
  color: #397ef0;
  line-height: 16px;
  cursor: pointer;
}
.assets-style-employ--myInfoDetail-myInfo-2OlH6 .assets-style-employ--myInfoDetail-headerBox-3Fw7e .assets-style-employ--myInfoDetail-editBtn-2meit > img {
  vertical-align: bottom;
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
.assets-style-employ--myInfoDetail-myInfo-2OlH6 .assets-style-employ--myInfoDetail-imgUpload-1D-bL {
  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-2OlH6 .assets-style-employ--myInfoDetail-btnRow-2DC8X {
  text-align: center;
}
.assets-style-employ--myInfoDetail-myInfo-2OlH6 .assets-style-employ--myInfoDetail-formItem-3PfQi {
  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-2OlH6 .ant-btn {
  min-width: 65px;
}
.assets-style-employ--myInfoDetail-myInfo-2OlH6 .ant-btn + .ant-btn {
  margin-left: 10px;
}
.assets-style-employ--myInfoDetail-myInfo-2OlH6 .ant-form-item {
  margin-bottom: 18px;
}
.plugins-footer-index-content-2r6ur{
    margin-right:1em;
}.assets-style-consultation--style-dr-3APjJ {
  z-index: 999;
  position: fixed;
  right: 40px;
  background-color: #ffffff;
  width: 480px;
  height: 600px;
}
.assets-style-consultation--style-dr-3APjJ .ant-drawer-header {
  padding: 10px;
}
.assets-style-consultation--style-dr-3APjJ .ant-drawer-close {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.assets-style-consultation--style-dr-3APjJ .ant-drawer-body {
  padding: 12px;
}
.assets-style-consultation--style-hov-3y6_N:hover {
  background-color: #b5b5b5 !important;
}
.assets-style-consultation--style-consultModule-4jLFK {
  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: #397ef0;
  line-height: 16px;
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px rgba(74, 141, 242, 0.25);
}
.assets-style-consultation--style-consultModule-4jLFK > img {
  width: 26px;
  height: 26px;
}
.assets-style-consultation--style-consultModule-4jLFK > div {
  margin-top: 5px;
}
.assets-style-consultation--style-tooltipImg-3qogf {
  width: 80px;
  height: 80px;
  background-color: #fff;
  cursor: pointer;
}
.assets-style-consultation--style-consult-Kxzxk {
  padding: 0 10px;
}
.assets-style-consultation--style-consult-Kxzxk .assets-style-consultation--style-time-PjBJK {
  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-Kxzxk .assets-style-consultation--style-common-3g6kd {
  display: flex;
  margin-bottom: 20px;
}
.assets-style-consultation--style-consult-Kxzxk .assets-style-consultation--style-common-3g6kd .assets-style-consultation--style-content-3oGON {
  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-Kxzxk .assets-style-consultation--style-common-3g6kd.assets-style-consultation--style-leftRow-3L-BT .assets-style-consultation--style-content-3oGON {
  margin-left: 15px;
}
.assets-style-consultation--style-consult-Kxzxk .assets-style-consultation--style-common-3g6kd.assets-style-consultation--style-leftRow-3L-BT .assets-style-consultation--style-content-3oGON::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-Kxzxk .assets-style-consultation--style-common-3g6kd.assets-style-consultation--style-rightRow-3Hf40 {
  justify-content: end;
}
.assets-style-consultation--style-consult-Kxzxk .assets-style-consultation--style-common-3g6kd.assets-style-consultation--style-rightRow-3Hf40 .assets-style-consultation--style-content-3oGON {
  justify-content: end;
  margin-right: 15px;
}
.assets-style-consultation--style-consult-Kxzxk .assets-style-consultation--style-common-3g6kd.assets-style-consultation--style-rightRow-3Hf40 .assets-style-consultation--style-content-3oGON::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-Kxzxk .assets-style-consultation--style-inputBox-1QkYk {
  position: fixed;
  left: 0;
  bottom: 25px;
  padding: 7px 15px 0;
  display: flex;
  width: 375px;
  height: 84px;
  background-color: #fff;
}
.assets-style-consultation--style-consult-Kxzxk .assets-style-consultation--style-inputBox-1QkYk .assets-style-consultation--style-text-25_eg {
  margin-right: 10px;
  border-radius: 5px;
  min-height: 36px;
  width: 270px;
}
.assets-style-consultation--style-consult-Kxzxk .assets-style-consultation--style-inputBox-1QkYk .assets-style-consultation--style-button-2wor9 {
  width: 65px;
  height: 36px;
}
.assets-style-consultation--style-consult-Kxzxk .adm-text-area-element {
  padding-top: 5px;
  min-height: 36px;
  border: 1px solid #acc9f8;
  border-radius: 5px;
}
.assets-style-mobileJob--index-content-39kcB {
  padding: 20px;
}
.assets-style-mobileJob--index-content-39kcB img {
  max-width: 100% !important;
}
.assets-style-mobileJob--index-group-name-1Ld1Q {
  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-1pMJU {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 3px;
}
.assets-style-mobileJob--index-card-content-3nmMr {
  margin: 10px;
  box-shadow: 0 5px 10px #AAA;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.assets-style-mobileJob--index-card-content-3nmMr .assets-style-mobileJob--index-leftItem-28iCZ {
  color: #999;
}
.assets-style-mobileJob--index-card-content-3nmMr .assets-style-mobileJob--index-rightItem-2cSy- {
  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-3nmMr p {
  margin-bottom: 10px;
}
