.loading[data-v-43f91e2e] {
  position: fixed;
  top: 50px;
  width: 100px;
  height: 100px;
}
.loading img[data-v-43f91e2e] {
  width: 100%;
  height: 100%;
}
.ant-modal-middle {
  width: 428px !important;
}

.ant-modal-body {
  font-family: PingFang SC;
  padding: 0px;
}

.ant-layout-header {
  line-height: 0px;
}

.ant-btn {
  border: 0px;
}

.ant-layout-sider-light {
  background: #202946;
}

.ant-menu {
  padding: 0px 32px;
  background: #202946;
}

.ant-menu-submenu .ant-menu-submenu-title,
.ant-menu-submenu-inline .ant-menu-submenu-title,
.ant-menu-submenu-selected .ant-menu-submenu-title {
  color: #adb6ca;
}

.ant-menu-submenu .ant-menu-submenu-title,
.ant-menu-submenu-inline .ant-menu-submenu-title,
.ant-menu-submenu-open .ant-menu-submenu-title,
.ant-menu-submenu-selected .ant-menu-submenu-title {
  color: #ffffff;
}

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
  padding: 0 !important;
}

.ant-menu.ant-menu-dark,
.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark .ant-menu-sub {
  background: #202946 !important;
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  border-radius: 4px;
  background: #353f60;
  color: #ffffff;
  font-weight: 600;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  border-radius: 4px;
  background: #353f60;
  color: #ffffff;
  font-weight: 600;
  padding: 0px 32px !important;
}

.ant-menu-sub.ant-menu-inline > .ant-menu-item {
  font-weight: 600;
  padding: 0px 12px !important;
}

.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  font-weight: 600;
}

.ant-menu-submenu > .ant-menu {
  background: #202946;
  color: #ffffff;
}

.ant-menu-item,
.ant-menu-submenu-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 12px 0px !important;
  height: 48px !important;
  color: #ADB6CA;
}

.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a,
.ant-menu-dark .ant-menu-item > span > a {
  color: #8490aa;
}

.ant-menu-sub.ant-menu-inline > .ant-menu-item {
  font-weight: 400;
}

.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover {
  color: #ADB6CA;
}

.ant-menu-item-selected:hover {
  color: #fdfeff !important;
}

.ant-menu-title-content {
  margin-left: 12px;
  height: 24px;
}
.ant-menu-title-content .menu-content {
  height: 24px;
  line-height: 24px;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  padding: 0px !important;
}

.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  border-right: 0px;
}

.ant-menu-submenu .ant-menu-submenu-title,
.ant-menu-submenu-inline .ant-menu-submenu-title,
.ant-menu-submenu-open .ant-menu-submenu-title,
.ant-menu-submenu-selected .ant-menu-submenu-title {
  color: #8490aa;
}

.ant-menu-submenu-open .ant-menu-submenu-title {
  border-radius: 4px;
  background: #353f60;
  color: #ffffff;
  font-weight: 600;
}
.ant-menu-submenu-open .ant-menu-submenu-title:hover {
  background: #353f60;
}

.ant-menu-submenu .ant-menu-item {
  margin: 0px !important;
}
.ant-menu-submenu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background: #202946;
  color: #ffffff;
  font-weight: 600;
  padding: 0px 12px !important;
}

.ant-form .ant-form-item-label > label {
  font-size: 12px;
  color: #202839;
}

.ant-form .ant-form-item-label .ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  content: "";
}

.ant-form .ant-form-item-label .ant-form-item-required::after {
  content: "";
}

.upload-btn {
  margin-left: 20px;
  width: 120px;
  height: 41px;
  border-radius: 4px;
  background: #f0f3ff;
  color: #4850ff;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  border: 0px;
}

.upload-btn,
.upload-btn:hover,
.upload-btn:focus {
  background: #f0f3ff;
  color: #4850ff;
}

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border: 0px;
}

.ant-input {
  line-height: 0;
  padding: 12px 12px;
  height: 41px;
  border: 1px solid #edeff1;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #4850ff;
}

.ant-input:focus {
  border: 1px solid #4850ff;
  box-shadow: 0px 0px 0px 0px;
}

input::-webkit-input-placeholder {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
}

.ant-input:hover {
  border: 1px solid #4850ff;
}

.ant-input-group-addon {
  border: 1px solid #edeff1;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #4850ff;
}

.ant-input-affix-wrapper:hover {
  border: 1px solid #4850ff;
}

.ant-input-affix-wrapper-focused {
  border: 1px solid #4850ff;
  box-shadow: 0px 0px 0px 0px;
}

.cancel-btn {
  width: 100%;
  height: 41px;
  background: #f0f3ff;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #5076ff;
}

.cancel-btn,
.cancel-btn:hover,
.cancel-btn:focus {
  background-color: #f0f3ff;
  color: #5076ff;
}

.ok-btn {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  height: 41px;
  color: white;
  background-color: #4850ff;
  border-radius: 4px;
}

.ok-btn::before {
  opacity: 0;
}

.ok-btn:hover,
.ok-btn:focus {
  background-color: #4850ff;
  color: #ffffff;
}

.faucet-ok-btn {
  width: 100%;
  height: 41px;
  background: #4850ff;
  border-radius: 4px;
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
}

.faucet-ok-btn::before {
  opacity: 0;
}

.faucet-ok-btn:hover,
.faucet-ok-btn:focus {
  background-color: #4850ff;
  color: #ffffff;
}

.ant-divider-horizontal {
  margin: 12px 0px;
  border-top-color: #f6f8fc;
}

.form-error-tip {
  color: #f5313d;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 17px;
}

.ant-pagination-prev .ant-pagination-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-pagination-next .ant-pagination-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ant-pagination-item {
  width: 41px;
  height: 41px;
}
.ant-pagination-item a {
  width: 41px;
  height: 41px;
  line-height: 41px;
}

.ant-pagination-item:hover {
  border: 1px solid #4850ff;
}
.ant-pagination-item:hover a {
  color: #4850ff;
}

.ant-pagination-item-active {
  border: 1px solid #4850ff;
}
.ant-pagination-item-active a {
  color: #4850ff;
}

.ant-tabs-bar {
  margin: 0 0 12px 0 !important;
  border-bottom: 0px;
}

.ant-tabs-nav-wrap {
  padding: 8px 12px 8px 0px;
  margin-bottom: 0px !important;
}
.ant-tabs-nav-wrap .ant-tabs-tab {
  padding: 0px !important;
  font-size: 14px;
  font-weight: 400;
  color: #ADB6CA;
}
.ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab-active {
  font-weight: 600;
  color: #202839 !important;
}
.ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab:hover {
  font-weight: 600;
  color: #202839;
}
.ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab {
  margin: 0 20px 0 0;
}
.ant-tabs-nav-wrap .ant-tabs-ink-bar-animated {
  display: none !important;
}
.ant-tabs-nav-wrap .ant-tabs-nav-container {
  margin-bottom: 0px !important;
}

@media (min-width: 280px) and (max-width: 1025px) {
  .ant-message-notice-content {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    box-shadow: none;
  }
}
@media (min-width: 1025px) {
  .ant-message-notice-content {
    width: 744px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    box-shadow: none;
  }
}
.ant-message-notice-content {
  border-radius: 45px !important;
  padding: 0 !important;
}

.ant-message-success {
  border-radius: 45px;
  width: 100%;
  padding: 12px;
  background: rgba(238, 254, 244, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: #2DEE6E;
}
.ant-message-success .anticon-check-circle {
  color: #2DEE6E;
}

.ant-message-success :nth-child(2) {
  word-break: break-word;
}

.ant-message-error {
  border-radius: 45px;
  width: 100%;
  padding: 12px;
  background: rgba(254, 239, 239, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: #F5313D;
}
.ant-message-error .anticon-check-circle {
  color: #F5313D;
}

.ant-message-error :nth-child(2) {
  word-break: break-word;
}

.ant-message-warning {
  border-radius: 45px;
  width: 100%;
  padding: 12px;
  background: rgba(255, 248, 238, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: #FB8B39;
}
.ant-message-warning .anticon-check-circle {
  color: #FB8B39;
}

.ant-message-warning :nth-child(2) {
  word-break: break-word;
}

.ant-message .anticon {
  margin-right: 4px;
}

.ant-spin.ant-spin-show-text .ant-spin-text {
  color: #adb6ca;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  margin-top: 40px;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  margin-top: 50%;
  left: 50%;
  margin-left: -50px;
}

.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 0;
  height: 0;
}

.ant-spin-dot-item {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  background-color: #1890ff;
  border-radius: 0;
  transform: scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  animation: none;
}

.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}

.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0s;
}

.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0s;
}

.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 0s;
}

.ant-spin-dot-spin {
  padding: 12px;
  transform: rotate(0);
  animation: none;
  width: 89px;
  height: 89px;
  background-color: #F4F7FF;
  border-radius: 8px;
  background-image: url(../../static/img/Loading.gif);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: top;
}

.ant-drawer .ant-drawer-content {
  background-color: #202839;
}
.ant-drawer .ant-drawer-content .ant-drawer-header {
  background-color: #202839;
  border: none;
  color: #fff;
  padding: 24px;
}
.ant-drawer .ant-drawer-content .ant-drawer-close {
  color: #fff;
  font-size: 20px;
  width: 68px;
  height: 68px;
}
.ant-drawer .ant-drawer-content .ant-drawer-body {
  font-size: 14px;
}
.ant-drawer .ant-drawer-content .ant-drawer-body p {
  margin-bottom: 32px;
}
.ant-drawer .ant-drawer-content .ant-drawer-body p a {
  color: #CACDD3;
}
.ant-drawer .ant-drawer-content .ant-drawer-body p a.router-link-active {
  color: #fff;
  font-weight: 700;
}

.ant-drawer-bottom .ant-drawer-content {
  border-radius: 16px 16px 0 0;
}

.ant-drawer-left .ant-drawer-content {
  border-radius: 0 16px 16px 0;
}

.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: none;
}

.ant-modal-content {
  border-radius: 4px;
}

.ant-input,
input {
  color: #202839;
}

.ant-input-affix-wrapper {
  height: 41px;
  padding: 0 12px;
  border: 1px solid #edeff1;
}

.ant-input::-moz-placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #adb6ca;
}

.ant-input::placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #adb6ca;
}

.ant-form-item-explain,
.ant-form-item-explain-error {
  font-weight: 400;
}

.ant-input-affix-wrapper > input.ant-input {
  height: 39px;
  padding: 11px 0 12px;
}

.ant-dropdown {
  font-family: PingFang SC;
  color: #58637b;
}

.ant-dropdown-menu {
  padding: 0 0px 10px 0px !important;
  border-radius: 4px;
}

.ant-dropdown-menu-item,
.ant-dropdown-menu-item-only-child {
  padding: 6px 20px;
}

.ant-carousel .slick-dots li.slick-active button {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.ant-carousel .slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.ant-carousel .slick-dots li {
  margin: 0 8px;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border: 0;
  padding: 0;
}

.ant-select {
  margin: 0 !important;
}

.ant-select-arrow {
  display: none;
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 100%;
}

.ant-dropdown-menu {
  filter: drop-shadow(0px 0px 20px rgba(197, 205, 234, 0.3));
  box-shadow: none;
}

.ant-dropdown-menu-item:hover {
  border-radius: 4px;
  background: #F6F8FC;
}

.ant-dropdown-menu-item,
.ant-dropdown-menu-item-only-child {
  padding: 5px 12px;
}

.ant-dropdown .menu-item {
  font-size: 14px;
  font-weight: 400;
  color: #58637b;
  line-height: 20px !important;
}

.ant-dropdown .menu-item:hover {
  color: #4850ff;
}

.ant-drawer {
  font-family: PingFang SC;
}

.ant-calendar-picker-container {
  top: 285px !important;
}

button[ant-click-animating-without-extra-node]:after {
  border: 0 none;
  opacity: 0;
  animation: none 0 ease 0 1 normal;
}

.big-heading-text {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #212a34;
}

.middle-heading-text {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #212a34;
}

.small-heading-text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #212a34;
}

.modal-heading-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #212a34;
}

.level-one-content-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #adb6ca;
}

.level-two-content-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #adb6ca;
}

.level-three-content-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #adb6ca;
}

.level-four-content-text {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #adb6ca;
}

.ant-button {
  height: 41px;
}

.btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

#app {
  min-height: 100vh;
  font-family: PingFang SC;
  background: #f7f7f8;
}

.center-class {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

::-webkit-scrollbar {
  width: 0;
}

hr {
  border: none;
  /* color: #F6F8FC; */
  background-color: #f6f8fc;
  height: 1px;
  margin: 0;
}

body {
  font-family: PingFang SC, serif;
}

.ant-carousel .slick-dots li.slick-active button {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.ant-carousel .slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.ant-carousel .slick-dots li {
  margin: 0 8px;
}

.ant-select {
  margin-top: 5px;
}

.ant-select-selector {
  border: 0;
  padding: 0;
}

.code-search-input {
  background-color: #F0F3FF;
  border-radius: 4px;
  border-color: #F0F3FF;
}
.code-search-input .ant-input {
  height: 42px;
  background-color: #F0F3FF;
  color: #58637B;
}

.code-search-list-box .ant-input-affix-wrapper {
  width: calc(100% - 40px);
  margin-right: 12px;
  background-color: #F6F6F9;
}
.code-search-list-box .ant-input-affix-wrapper .ant-input {
  height: 36px;
  background-color: #F6F6F9;
}

.code-drawer .ant-drawer-body {
  padding: 12px;
}

.ant-drawer-wrapper-body {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
}

.no-data {
  width: 100%;
  height: calc(100vh - 48px);
  padding-top: 72px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #adb6ca;
  background-color: #ffffff;
  border-radius: 8px;
}
.no-data .no-data-icon {
  margin-bottom: 12px;
}

.mobile-manpower-tabs .ant-tabs-nav-container .ant-tabs-nav .ant-tabs-tab-active {
  color: #4850FF;
}
.svg-class {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
