.ai-download-popover {
  position: relative; }
  .ai-download-popover-content {
    position: absolute;
    width: 410px;
    left: 0;
    top: 0;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1000;
    padding: 24px;
    box-shadow: 0 4px 16px 0 rgba(0, 29, 97, 0.12);
    border-radius: 6px; }
    .ai-download-popover-content-close {
      position: absolute;
      top: 14px;
      right: 14px;
      color: '#5F6A7A';
      font-size: '14px';
      cursor: pointer; }
    .ai-download-popover-content-header {
      height: 20px;
      font-size: 16px;
      font-weight: 500;
      color: #1f2733;
      line-height: 20px;
      margin-bottom: 12px; }
    .ai-download-popover-content-item {
      height: 36px;
      width: 100%;
      display: flex;
      align-items: center; }
      .ai-download-popover-content-item img {
        width: 24px;
        height: 24px; }
      .ai-download-popover-content-item-content {
        display: flex;
        margin-left: 8px;
        width: 100%;
        flex-direction: column; }
        .ai-download-popover-content-item-content-info {
          width: 100%;
          display: flex; }
          .ai-download-popover-content-item-content-info-name {
            height: 20px;
            font-size: 14px;
            font-weight: 400;
            color: #1f2733;
            line-height: 20px;
            width: 161px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .ai-download-popover-content-item-content-info-status {
            color: #929aa6;
            flex: 1 1;
            font-size: 12px;
            height: 20px;
            line-height: 20px;
            text-align: right; }
    .ai-download-popover-content-success {
      color: #237ffa;
      cursor: pointer; }
.ai-search-form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 15px; }
  .ai-search-form--filter {
    flex: 1; }
  .ai-search-form--btm {
    margin-bottom: 10px; }
  .ai-search-form--operate {
    display: flex;
    align-items: flex-start;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .ai-search-form--collapse {
    cursor: pointer;
    margin-right: 12px; }
    .ai-search-form--collapse span {
      margin-left: 6px; }
  .ai-search-form--form-item {
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .ai-search-form--form-item__label {
      padding-right: 8px;
      flex-shrink: 0; }
    .ai-search-form--form-item__content {
      flex: 1;
      width: 0; }

.ai-form-search .hi-v4-form .hi-v4-form-label__content__text {
  padding: 0px 8px;
  background: #f8f8f8;
  border: 1px solid #D8D8D8;
  border-right: none;
  line-height: 30px;
  color: #666; }

.ai-form-search .hi-v4-form .hi-v4-button--appearance-line {
  border-color: #ccc;
  color: #333; }
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: index.
 */
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: index.
 */
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: define variable alias for fonts, colors, grid etc.
 */
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: define mix-ins and functions.
 */
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: define palettes.
 */
.page--dashboard {
  min-height: initial;
  box-sizing: border-box; }
  .page--dashboard .home-banner {
    background: #e6e6e6 url(https://cdn.fds-ssl.api.xiaomi.com/b2c-wms-pss/wms%2Fhome%2Fbanner.jpg?GalaxyAccessKeyId=5451740593638&Expires=4718008807000&Signature=zaVoq2x/PTAgCLqdNRFu1cWjT48=) no-repeat 50% -100px;
    height: 260px;
    background-size: cover;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 42px;
    margin: 0px;
    margin-bottom: 0; }
    .page--dashboard .home-banner .home-banner-content {
      display: flex;
      flex-direction: column;
      /* height: 60px; */
      align-items: center;
      justify-content: center;
      height: 100%; }
      .page--dashboard .home-banner .home-banner-content .home-banner-content-btm {
        font-size: 32px;
        color: red;
        cursor: pointer; }
  .page--dashboard .dashboard-title {
    font-size: 18px;
    font-weight: 600; }
  .page--dashboard .tag-btn {
    display: inline-block;
    width: 80px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-right: 24px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer; }
    .page--dashboard .tag-btn:hover {
      border-color: #4285f4;
      color: #4285f4; }
    .page--dashboard .tag-btn.active {
      border-color: #4285f4;
      background: #4285f4;
      color: #fff; }
  .page--dashboard .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 96px;
    width: 100%;
    background: #fff; }
    .page--dashboard .info__amount {
      margin: 20px 0 0 0;
      font-size: 24px;
      font-weight: 500;
      color: #4285f4; }
    .page--dashboard .info__name {
      margin: 3px 3px 0 3px;
      color: #333;
      text-align: center; }
  .hi-grid__col-12 .page--dashboard .card {
    flex-basis: 280px; }
  .hi-grid__col-8 .page--dashboard .card {
    flex-basis: 164px;
    height: 164px; }
  .page--dashboard .card .hi-table {
    width: 100%; }
  .page--dashboard .card__canvas {
    box-sizing: border-box;
    width: 100%; }

.home-big-data-row .home-big-data-header {
  padding: 8px 0;
  text-align: center;
  color: #999;
  border-bottom: 1px solid #f1f1f1; }
  .home-big-data-row .home-big-data-header.inbound {
    background: rgba(29, 166, 83, 0.04); }
  .home-big-data-row .home-big-data-header.outbound {
    background: rgba(66, 132, 245, 0.04); }

.home-big-data-row .home-big-data-item .info {
  height: 120px;
  transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer; }
  .home-big-data-row .home-big-data-item .info.inbound {
    background: rgba(29, 166, 83, 0.03); }
    .home-big-data-row .home-big-data-item .info.inbound:hover {
      background: rgba(29, 166, 83, 0.08); }
  .home-big-data-row .home-big-data-item .info.outbound {
    background: rgba(66, 132, 245, 0.03); }
    .home-big-data-row .home-big-data-item .info.outbound:hover {
      background: rgba(66, 132, 245, 0.08); }

.header__nav--right {
  height: 64px;
  line-height: 64px; }
  .header__nav--right a {
    float: left;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .header__nav--right a.active {
      background: #585e6b; }
    .header__nav--right a:hover {
      background: #585e6b; }
  .header__nav--right .hi-dropdown__title {
    padding: 0 10px; }
  .header__nav--right .login {
    padding: 0 10px; }
  .header__nav--right .hi-dropdown {
    float: left;
    height: 64px;
    line-height: 64px;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .header__nav--right .hi-dropdown:hover {
      background: #585e6b; }
    .header__nav--right .hi-dropdown .hi-dropdown__title {
      color: #fff;
      font-size: 15px; }
    .header__nav--right .hi-dropdown .hi-icon {
      margin-left: 3px;
      margin-top: 1px; }
  .header__nav--right .common-msn {
    padding: 0 12px; }
    .header__nav--right .common-msn:hover {
      cursor: pointer;
      background: #585e6b; }
.mi-filters-form .hi-v4-form-label__content__text {
  padding: 0px 8px;
  background: #f8f8f8;
  border: 1px solid #D8D8D8;
  border-right: none;
  line-height: 30px;
  color: #666; }

.mi-filters-form .hi-v4-button--appearance-line {
  border-color: #ccc;
  color: #333; }

.mi-filters-form .hi-v4-button--appearance-line:hover {
  border-color: #ccc !important;
  color: #333 !important; }

.mi-filters-form .hi-v4-button--appearance-line:focus {
  box-shadow: none !important; }

.mi-filters-form .hi-v4-form-label__content__control {
  flex: 1; }

.mi-filters-form .overflow-hidden {
  overflow: hidden; }
.mi-table .hi-v4-table-header-cell {
  word-break: break-all; }

.mi-table .hi-v4-table-cell {
  padding: 1px 8px; }

.mi-table .hi-v4-table-body tr {
  height: 44px; }

.mi-table .table-btn-list {
  display: inline-block; }
  .mi-table .table-btn-list .hi-v4-button {
    opacity: 0.5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-color: rgba(29, 166, 83, 0.1);
    border-color: rgba(29, 166, 83, 0.4);
    color: #1da653;
    height: 24px;
    padding: 5px 11px;
    font-size: 12px; }

.mi-table .hi-v4-table-cell:hover .table-btn-list .hi-v4-button {
  opacity: 1;
  border-color: rgba(29, 166, 83, 0.8);
  color: #1da653; }

.mi-table .hi-tooltip {
  margin-right: 4px; }
  .mi-table .hi-tooltip:nth-last-child(1) {
    margin-right: 0; }
.mi-table .hi-v4-table-cell {
  padding: 1px 8px; }

.mi-table .hi-v4-table-body tr {
  height: 44px; }

.mi-table .table-btn-list {
  display: inline-block; }
  .mi-table .table-btn-list .hi-v4-button {
    opacity: 0.5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-color: rgba(29, 166, 83, 0.1);
    border-color: rgba(29, 166, 83, 0.4);
    color: #1da653;
    height: 24px;
    padding: 5px 11px;
    font-size: 12px; }

.mi-table .hi-v4-table-cell:hover .table-btn-list .hi-v4-button {
  opacity: 1;
  border-color: rgba(29, 166, 83, 0.8);
  color: #1da653; }

.mi-table .hi-tooltip {
  margin-right: 4px; }
  .mi-table .hi-tooltip:nth-last-child(1) {
    margin-right: 0; }
.mi-number-input .input-invalid .hi-v4-input__inner {
  border-color: var(--hi-v4-color-danger-500, var(--hi-v4-color-red-500, #ff5959)) !important; }
  .mi-number-input .input-invalid .hi-v4-input__inner--focused {
    box-shadow: 0 0 0 2px var(--hi-v4-color-danger-100, var(--hi-v4-color-red-100, #ffd1c9)) !important; }

.mi-number-input--error {
  padding: 2px 0;
  line-height: 22px;
  box-sizing: border-box;
  color: var(--hi-v4-color-danger-500, var(--hi-v4-color-red-500, #ff5959)); }
.in-house-wrapper {
  position: relative;
  width: 100%;
  height: calc(100% - 48px);
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }
  .in-house-wrapper .in-house-form {
    margin-top: 15px; }
  .in-house-wrapper .hi-card {
    padding: 0 !important;
    border: none;
    flex: 1; }
  .in-house-wrapper .in-house-footer {
    display: flex;
    justify-content: flex-end; }
  .in-house-wrapper .scan-product-count {
    width: 136px !important; }
  .in-house-wrapper .hi-table-container table td,
  .in-house-wrapper .hi-table-container table th {
    white-space: normal !important; }
  .in-house-wrapper .in-house-scan-product-name {
    width: 252px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .in-house-wrapper .hi-table.bordered table tr th {
    width: 252px !important; }
  .in-house-wrapper .hi-table.bordered table tr th:nth-child(1) {
    width: 100px !important; }
  .in-house-wrapper .hi-table-container table tr.picked td {
    background: none; }
  .in-house-wrapper .upload-modal {
    position: absolute;
    z-index: 999; }
    .in-house-wrapper .upload-modal .hi-v4-modal__wrapper {
      max-height: none !important;
      width: 100%;
      height: 100%;
      background-color: transparent;
      border-right: 0; }
      .in-house-wrapper .upload-modal .hi-v4-modal__wrapper .hi-v4-modal__body {
        display: flex;
        align-items: center;
        justify-content: center; }
      .in-house-wrapper .upload-modal .hi-v4-modal__wrapper .hi-v4-modal__footer {
        display: none; }

.batch_id_wrapper {
  height: 32px;
  border: 1px solid #d9d9d9;
  padding: 0px 10px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 10px; }

.scanning_table tr td:nth-child(4) {
  width: 253px !important; }

.scanning_table .hi-table-thead th div:first-child {
  justify-content: center; }

.scanning_table .hi-table-thead th:first-of-type div:first-child {
  justify-content: unset; }

.scanning_table .hi-table-tbody .hi-table-col .unreceived_count-border:last-of-type {
  border-bottom: none !important; }

.inhouse-scan-order-page .inhouse-scan-order-form {
  width: 70%;
  margin: 0 auto;
  margin-top: 131px; }
  .inhouse-scan-order-page .inhouse-scan-order-form .inhouse-scan-order-form-submit {
    display: flex;
    justify-content: flex-end; }
@charset "UTF-8";
.list-link {
  color: #4284f5;
  cursor: pointer; }

.tooltip-popover-content {
  min-width: 120px;
  max-width: 240px;
  word-break: break-word; }

.summary-view-table-components {
  position: relative; }
  .summary-view-table-components .tooltip-column-content {
    max-width: 160px;
    white-space: nowrap;
    /* 禁止文本换行 */
    overflow: hidden;
    /* 隐藏溢出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */ }
  .summary-view-table-components .table-sorter-operate {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    z-index: 99; }

.table-sorter-operate-list {
  width: 220px;
  height: 240px;
  overflow-y: auto;
  background: #ffffff; }
  .table-sorter-operate-list li {
    height: 44px;
    color: #383e47;
    text-align: left;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
    .table-sorter-operate-list li:hover {
      background: #f7fafe;
      color: #4284f5; }

.bottom-pagi {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  padding-top: 10px; }
.filter-row {
  padding: 4px, 4px;
  margin: 4px, 4px; }

.operator-button {
  padding: 8px 0 4px 0;
  text-align: right; }

.fl-scroll::-webkit-scrollbar-track {
  border-left: 1px solid #efefef;
  background-color: #fff; }

.fl-scroll::-webkit-scrollbar {
  width: 8px; }

.fl-scroll-small::-webkit-scrollbar {
  height: 8px;
  width: 6px; }

.fl-scroll-large::-webkit-scrollbar {
  width: 10px; }

.fl-scroll::-webkit-scrollbar-thumb {
  background-color: #cdcdcd; }

.filter-value-middle {
  text-align: center; }

.filter-input {
  width: 100px; }

.filter-value-container {
  width: 300px; }

.common-selector {
  font-size: 12px;
  width: 360px; }
  .common-selector .common-selector-search {
    border-radius: 0;
    border-color: #f2f2f2; }
    .common-selector .common-selector-search:focus {
      box-shadow: none; }
  .common-selector ul {
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
    border-top: none;
    height: 200px;
    overflow-y: auto;
    padding: 2px; }
    .common-selector ul li {
      width: 45%;
      float: left;
      overflow: hidden;
      padding: 3px 6px;
      margin-left: 0;
      white-space: nowrap; }
  .common-selector .common-selector-operation {
    padding: 8px 0 4px 0;
    text-align: right; }
  .common-selector .common-selector-clearbtn {
    margin-left: 8px; }

.filter-opration {
  padding: 8px 0 4px 0;
  text-align: right; }

.hi-loading {
  z-index: 999 !important; }

.gy8 .hi-checkbox {
  display: flex;
  flex-direction: row; }
  .gy8 .hi-checkbox .hi-checkbox__input {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    margin-top: 3px; }
  .gy8 .hi-checkbox .hi-checkbox__label {
    box-sizing: border-box; }

.summary-stock-age {
  display: flex;
  align-items: center;
  gap: 5px; }

.height-32 {
  height: 32px; }

.hi-popper__content--bottom-start {
  width: auto !important;
  min-width: 160px; }
.show-popover-container {
  width: 150px; }
  .show-popover-container .search-history-item {
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    border-radius: 4px;
    margin-top: 2px; }
  .show-popover-container .search-history-item:hover {
    background-color: #F2F4F7; }
  .show-popover-container .hi-modal .hi-form-item__content .hi-popover {
    width: 100%; }
.tms-table {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fff; }
  .tms-table .downloadStatus_content .hi-progress__text {
    padding-left: 12px; }
  .tms-table-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px; }
    .tms-table-content .hi-v4-table-body {
      max-height: calc(100vh - 270px); }
  .tms-table-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #f5f7fa;
    z-index: 1; }
    .tms-table-footer-part {
      margin-top: 4px;
      box-shadow: 0 0 4px 0 rgba(31, 39, 51, 0.1);
      border-radius: 0 0 4px 4px;
      font-size: 14px;
      color: #1f2733;
      background-color: #fff;
      padding: 0 48px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .tms-table-footer-part-item {
        display: flex;
        align-items: center; }
  .tms-table .hi-v4-pagination {
    justify-content: flex-end;
    height: 58px;
    background-color: #fff;
    padding: 0 20px; }
  .tms-table .hi-pagination {
    justify-content: flex-end;
    height: 58px;
    background-color: #fff;
    padding: 0 20px; }

.tms-table-popover {
  padding: 8px; }

.download-popover {
  position: fixed;
  top: 142px;
  right: 30px;
  z-index: 999; }
  .download-popover-content {
    position: absolute;
    width: 400px;
    right: 0;
    top: -8px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1000;
    padding: 24px;
    box-shadow: 0 4px 16px 0 rgba(0, 29, 97, 0.12);
    border-radius: 6px; }
    .download-popover-content-close {
      position: absolute;
      top: 14px;
      right: 14px;
      color: #5F6A7A;
      font-size: 14px;
      cursor: pointer; }
    .download-popover-content-header {
      height: 20px;
      font-size: 16px;
      font-weight: 500;
      color: #1f2733;
      line-height: 20px;
      margin-bottom: 24px; }
    .download-popover-content-middle-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      margin-left: 8px; }
      .download-popover-content-middle-content-top {
        display: flex; }
      .download-popover-content-middle-content-bottom {
        margin-top: -10px; }
        .download-popover-content-middle-content-bottom .hi-progress__inner {
          width: 284px !important;
          height: 4px !important; }
    .download-popover-content-middle-item {
      height: 36px;
      width: 100%;
      display: flex;
      align-items: center; }
      .download-popover-content-middle-item img {
        width: 24px;
        height: 24px; }
      .download-popover-content-middle-item-name {
        height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #1f2733;
        line-height: 20px;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .download-popover-content-middle-item-text {
        flex: 1;
        text-align: right;
        height: 20px;
        font-size: 12px;
        color: #929aa6;
        line-height: 20px; }
        .download-popover-content-middle-item-text-success {
          color: #237ffa;
          cursor: pointer; }
        .download-popover-content-middle-item-text-error {
          cursor: pointer; }
    .download-popover-content-footer {
      margin-top: 20px;
      height: 20px;
      font-size: 14px;
      color: #237ffa;
      line-height: 20px;
      text-align: center;
      cursor: pointer; }
.download-popover-content-middle-item-file {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  word-break: break-all;
  width: 190px; }

.download-popover-content-middle-item-file-name {
  width: 100%;
  height: 20px;
  font-size: 14px;
  color: #1f2733;
  line-height: 20px; }

.table-operation-right {
  text-align: right; }
.content-cover {
  display: block;
  height: 250px;
  position: relative; }

.content-middle {
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  position: relative;
  min-height: 1px; }

.title-text {
  font-weight: 300;
  padding: 0 20px 0 20px;
  font-size: 1.416em;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.main_payment {
  max-width: 900px;
  margin: 0;
  padding: 0; }

.content-box {
  width: 100%;
  margin: 0;
  background-color: #fff !important; }
  .content-box .hi-nav-menu-list {
    border-bottom: none !important; }
  .content-box .content-box {
    margin: 0; }
  .content-box .error-content {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .content-box .error-content .item-image {
      padding-right: 20px; }
    .content-box .error-content .item-info {
      display: flex;
      flex-direction: column; }
      .content-box .error-content .item-info .item-info-code {
        color: #434e59;
        font-size: 72px;
        font-weight: 600;
        line-height: 72px;
        margin-bottom: 24px; }
      .content-box .error-content .item-info .item-info-msg {
        color: rgba(0, 0, 0, 0.45);
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px; }

.tms_content {
  padding: 0px 10px 0px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px; }
  .tms_content .title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85); }

.pay_title_text {
  margin: 8px 0px 8px 5px;
  display: inline-block;
  font-size: 18px;
  cursor: default;
  font-family: sans-serif;
  color: #4284f5; }

.content_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  font-family: sans-serif; }

.content_text_amount {
  color: red;
  font-weight: 600;
  display: inline-block; }

.content_scroll_bar {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: scroll; }

.fix-content {
  position: fixed;
  bottom: 40px;
  left: 0px;
  right: 0px;
  width: 300px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 999; }

.font-icon-size {
  font-size: 14px; }

.hi-table table td, .hi-table table th {
  font-size: 14px; }

.hi-stepper__title {
  font-size: 14px;
  padding: 0 0 0 2px;
  color: #999;
  text-align: center;
  word-break: keep-all;
  overflow: hidden; }

.hi-stepper {
  width: 100%;
  min-width: 130px;
  height: 100%;
  font-size: 14px;
  padding-left: -10px;
  margin-left: -8px;
  z-index: 0; }

.hi-input__text {
  font-size: 14px;
  min-height: 20px;
  padding-bottom: 2px; }

.basic-box table {
  border-spacing: 0;
  box-sizing: border-box; }

.basic-box h2 {
  font-size: 15px;
  font-weight: 600; }

.basic-box td {
  border: 1px solid #4285f426;
  border-spacing: 0;
  padding: 0;
  box-sizing: inherit; }

.basic-box td {
  text-align: left; }

.basic-box td label {
  display: block;
  margin-left: 10px;
  font-weight: bold; }

.basic-box td p {
  margin: 0px 10px 0px 10px; }

.basic-box td strong {
  margin: 1px 10px 0px 10px; }
.hi-v4-input--appearance-line .hi-v4-input__inner:not(.hi-v4-input__inner--disabled).hi-v4-input__inner--focused {
  box-shadow: none !important; }

.filters-form-container .hi-dropdown__button-group .hi-btn:first-child {
  background-color: #4285f4;
  color: #fff; }
/* stylelint-disable selector-class-pattern */
.task-items-form-container {
  margin-top: 12px; }
  .task-items-form-container .hi-form--inline .hi-form-item {
    padding: 0;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 0; }
    .task-items-form-container .hi-form--inline .hi-form-item .hi-form-item_content {
      display: inline-block; }
    .task-items-form-container .hi-form--inline .hi-form-item .hi-form-item__content {
      display: inline-block; }
      .task-items-form-container .hi-form--inline .hi-form-item .hi-form-item__content .hi-popover-base {
        z-index: 3; }
  .task-items-form-container .hi-form--inline .hi-form-item .hi-form-item__label {
    padding: 0 8px;
    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    border-right: none;
    line-height: 30px; }
  .task-items-form-container .hi-form--inline .hi-form-item .input-root .input-wrap {
    height: 30px; }
    .task-items-form-container .hi-form--inline .hi-form-item .input-root .input-wrap input {
      height: auto; }
    .task-items-form-container .hi-form--inline .hi-form-item .input-root .input-wrap.range {
      width: 230px; }
  .task-items-form-container .filters-form-right-item {
    display: inline-block;
    position: absolute;
    right: 0; }
    .task-items-form-container .filters-form-right-item .hi-form-item {
      margin-right: 0; }
  .task-items-form-container .hi-form-item--msg__error {
    min-height: 0;
    padding: 0; }

.task_create_modal .formlist-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset; }

.task_create_modal .hi-grid__row {
  flex-wrap: wrap; }

.pick-up-wrap .pick-up-header {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center; }

.pick-up-wrap .container-label {
  margin: 0 10px; }

.pick-up-wrap .pick-up-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end; }
.wms-pro-search-bar {
  padding: 20px 20px 0 20px;
  border: 1px solid #eee;
  background: rgba(66, 132, 245, 0.08); }
  .wms-pro-search-bar .search-bar-input {
    width: 75%; }
  .wms-pro-search-bar .hi-input {
    height: 50px; }
    .wms-pro-search-bar .hi-input input {
      font-size: 15px; }
  .wms-pro-search-bar .hi-btn {
    padding: 0 35px;
    height: 50px; }

.wms-pro-query {
  margin-bottom: 5px; }
.page--detail-card {
  padding: 24px;
  box-sizing: border-box; }

.hi-v4-table-row .table-cell-danger {
  background: #f9d0d0 !important; }

.card-container .card .card__header {
  padding: 0px !important; }
  .card-container .card .card__header-flex {
    display: flex;
    justify-content: space-between;
    min-width: 1177px; }
    .card-container .card .card__header-flex .hi-v4-timeline {
      height: 108px; }
  .card-container .card .card__header-flex-right {
    display: flex;
    flex-wrap: nowrap; }
  .card-container .card .card__header .hi-grid__row {
    width: 100%; }
    .card-container .card .card__header .hi-grid__row .title {
      font-size: 18px;
      color: #4284f5;
      display: inline-block;
      margin-right: 10px; }
  .card-container .card .card__header .hi-v4-timeline-item__middle .hi-v4-timeline-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px !important; }

.card-container .card .card_body ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.card-container .card .card__header-timeline-flex {
  margin: 30px 0; }
  .card-container .card .card__header-timeline-flex .hi-v4-timeline--placement-horizontal .hi-v4-timeline-item__bottom {
    text-align: right;
    -webkit-padding-end: 46px;
    padding-inline-end: 46px; }

.card-container.detail-status-log-container .card .card__body {
  height: 180px;
  width: 100%;
  overflow-y: auto; }

.card-container.detail-base-info-container {
  padding-right: 20px; }

.card-container.detail-base-info-container .card .card__body ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(242, 246, 250, 0.5);
  padding: 0 12px 12px; }
  .card-container.detail-base-info-container .card .card__body ul li {
    display: flex;
    margin-top: 8px;
    width: 50%; }
    .card-container.detail-base-info-container .card .card__body ul li div:first-child {
      width: 110px;
      height: 100%;
      flex-shrink: 0;
      color: #999; }
    .card-container.detail-base-info-container .card .card__body ul li div:last-child {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-break: keep-all;
      width: calc(100% - 150px);
      line-height: 22px; }

.detail-card {
  height: 100%; }
  .detail-card__header .row-01 {
    color: #999; }
    .detail-card__header .row-01 .spacer {
      margin: 0 10px; }
  .detail-card__header .row-02 {
    color: #383e47;
    margin-top: 14px;
    padding: 0 0 18px; }
  .detail-card__header .row-03 {
    padding-top: 4px;
    font-size: 12px;
    color: #999; }
    .detail-card__header .row-03 .spacer {
      margin: 0 20px; }
      .detail-card__header .row-03 .spacer:last-child {
        display: none; }
  .detail-card__card {
    box-sizing: border-box;
    background: #fff; }
    .detail-card__card .title {
      font-size: 16px;
      border-bottom: 1px solid #e7e7e7;
      padding: 0 12px 12px 0;
      align-items: center; }
      .detail-card__card .title:not(:first-child) {
        margin-top: 32px; }
    .detail-card__card ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
    .detail-card__card li {
      display: flex;
      margin-top: 8px; }
    .detail-card__card--base {
      width: 100%; }
      .detail-card__card--base li {
        width: 50%; }
        .detail-card__card--base li div:first-child {
          width: 110px;
          height: 100%;
          flex-shrink: 0;
          color: #999; }
        .detail-card__card--base li div:last-child {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          word-break: keep-all;
          width: calc(100% - 150px);
          line-height: 22px; }
    .detail-card__card--record {
      width: 250px;
      flex-shrink: 0;
      margin-left: 24px; }
      .detail-card__card--record .hi-timeline {
        padding: 12px 1px;
        margin-top: 10px; }
    .detail-card__card--stepper {
      margin-top: 24px; }
      .detail-card__card--stepper .stepper {
        padding-top: 24px; }
      .detail-card__card--stepper .form-title {
        font-size: 16px;
        justify-content: center;
        padding: 24px 0 12px; }

.wms-pro-title-sub {
  display: inline-block;
  vertical-align: middle; }

.hi-timeline__item {
  padding-bottom: 0px; }

.hi-timeline__title {
  width: 210px; }

.hi-timeline--normal {
  height: 180px;
  padding-top: 60px; }

.wms-pro-sn-items {
  padding: 5px; }

.wms-pro-sn-base-info .sn-base-info-item {
  padding: 8px 0 12px 0;
  background-color: #f1f5fe; }

.sn-base-info {
  margin-left: 8px; }
.wms-pro-content {
  padding-top: 0px; }

.opera-status {
  height: 45px; }

.hi-grid__row + .hi-grid__row {
  margin-top: 0px; }
.batch-query-btns {
  padding-top: 40px; }
  .batch-query-btns .hi-btn {
    display: block;
    margin-top: 10px;
    margin-left: 10px; }

.sn-base-log {
  padding: 10px 0; }

.sn-base-title {
  margin-bottom: 4px;
  border-left: solid 4px #4285f4;
  padding-bottom: 5px;
  line-height: 25px;
  height: 20px;
  font-size: medium;
  padding-left: 10px; }

.create-return-task-modal-contanier .number-input-form-item {
  flex: 1; }
  .create-return-task-modal-contanier .number-input-form-item .hi-v4-form-label__content__control {
    flex: 1; }
.form-item-count .hi-form-item__content .hi-counter {
  width: 400px; }
.form-item-count .hi-form-item__content .hi-counter {
  width: 200px; }
.store__detail .hi-grid__row + .hi-grid__row {
  margin-top: 12px; }

.store__detail div {
  color: black; }

.store__detail .store__detail__used {
  color: green; }

.store__detail .store__detail__residue {
  color: red; }

.unit-list__container {
  overflow: auto;
  overflow-y: hidden;
  padding-left: 10px; }

.unit-list__container::-webkit-scrollbar {
  display: none !important; }

.unit-list__channel-view {
  width: 100%;
  overflow: auto; }

.unit__illegal-alert {
  margin-bottom: 20px; }
.pay-form .required::before {
  content: "*";
  color: #f00; }

.pay-form .hi-input.required::after,
.pay-form .hi-input_m.required::after {
  content: '';
  opacity: 0; }

.task-form.task-items-form-container .hi-form--inline .hi-form-item .hi-form-item__label {
  background: transparent;
  border: none; }
.change-express-content {
  display: flex;
  flex-direction: column;
  padding: 20px; }
  .change-express-content .change-express-title {
    font-size: 22px;
    line-height: 32px;
    color: #bbb;
    border-bottom: 1px solid #e5e5e5; }
  .change-express-content .change-express-container {
    margin-top: 40px;
    align-self: center;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .change-express-content .change-express-container .change-express-filed {
      display: flex;
      margin-bottom: 30px; }
      .change-express-content .change-express-container .change-express-filed .change-express-filed-label {
        width: 80px;
        align-self: center; }
.change-express-content {
  display: flex;
  flex-direction: column;
  padding: 20px; }
  .change-express-content .change-express-title {
    font-size: 22px;
    line-height: 32px;
    color: #bbb;
    border-bottom: 1px solid #e5e5e5; }
  .change-express-content .change-express-container {
    margin-top: 40px;
    align-self: center;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .change-express-content .change-express-container .change-express-filed {
      display: flex;
      margin-bottom: 30px; }
      .change-express-content .change-express-container .change-express-filed .change-express-filed-label {
        width: 80px;
        align-self: center; }
.card_header {
  display: flex;
  align-items: center;
  height: 100%; }

.card_header_size {
  font-size: 14px; }

.stock_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; }

.form-item-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.card-form-wrap .hi-v4-card__body {
  padding-bottom: 5px;
  padding-top: 5px; }
.monitoring-container .search-container {
  padding-top: 20px; }

.monitoring-container .error-tip {
  background-color: #ffd1c9; }

.monitoring-container .warning-tip {
  background-color: #fef2b4; }
.client-container .client-item {
  width: 300px;
  height: 380px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #efefef;
  transition: all .3s;
  -webkit-transition: all .3s; }
  .client-container .client-item .meta {
    height: 220px;
    border-bottom: 1px solid #efefef;
    text-align: center; }
    .client-container .client-item .meta img {
      height: 200px;
      margin-top: 10px; }
    .client-container .client-item .meta.wechat-small {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 50px;
      color: #bbb; }
  .client-container .client-item .title {
    text-align: center;
    font-size: 20px;
    margin-top: 12px; }
  .client-container .client-item .description {
    text-align: center;
    padding: 8px 0;
    color: #888; }
  .client-container .client-item .button {
    height: 74px;
    line-height: 74px;
    text-align: center; }
.stock-fifo-form .hi-datepicker__input {
  width: 200px; }
.validity-management-container {
  background-color: #fff; }
  .validity-management-container .search-form-container {
    padding: 20px 20px 0; }
  .validity-management-container .tip-container {
    display: flex;
    align-items: center; }
    .validity-management-container .tip-container > p {
      margin-right: 5px; }
  .validity-management-container .table-row--error .hi-v4-table-cell {
    background-color: #ffd1c9; }
  .validity-management-container .table-row--warning .hi-v4-table-cell {
    background-color: #fef2b4; }

.hi-v4-tooltip__content {
  white-space: break-spaces; }
.put-on-shelves-table .hi-input__text {
  padding: 4px 0px 4px 8px; }

.put-on-shelves-table .hi-input__fix-box {
  padding: 0 4px 0 2px; }
.grid-card .hi-grid__row .hi-form-item {
  margin-right: 20px; }

.store-card {
  width: 200px;
  height: 200px;
  border: 1px solid #e7e7e7;
  transition: all .3s;
  -webkit-transition: all .3s; }
  .store-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    cursor: pointer; }
    .store-card:hover .store-card-footer .card-action-group .card-action {
      opacity: 1; }
  .store-card.add-card {
    text-align: center;
    line-height: 190px;
    font-size: 80px;
    color: #bbbbbb; }
  .store-card .store-card-header {
    height: 40px;
    border-bottom: 1px solid #eaeaea; }
  .store-card .store-card-body {
    padding: 20px;
    height: 78px; }
    .store-card .store-card-body .card-meta .card-meta-avatar {
      padding-right: 16px;
      float: left; }
      .store-card .store-card-body .card-meta .card-meta-avatar .card-meta-icon {
        width: 42px;
        height: 42px;
        border-radius: 42px;
        text-align: center;
        border: 1px solid #fff;
        background: #4284f5; }
        .store-card .store-card-body .card-meta .card-meta-avatar .card-meta-icon span {
          margin-top: 8px;
          display: block;
          font-size: 17px;
          color: #fff; }
    .store-card .store-card-body .card-meta .card-meta-detail {
      overflow: hidden; }
      .store-card .store-card-body .card-meta .card-meta-detail .card-meta-title {
        font-size: 16px;
        word-break: break-all;
        overflow: hidden;
        color: rgba(0, 0, 0, 0.85);
        font-weight: 500;
        margin-bottom: 8px; }
      .store-card .store-card-body .card-meta .card-meta-detail .card-meta-description {
        color: rgba(0, 0, 0, 0.45); }
  .store-card .store-card-footer {
    border-top: 1px solid #eaeaea;
    height: 40px;
    background: #f5f8fa;
    zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
    .store-card .store-card-footer .card-action-group .card-action {
      width: 49%;
      float: left;
      text-align: center;
      margin: 8px 0;
      color: rgba(0, 0, 0, 0.45);
      opacity: 0.3;
      transition: all .3s;
      -webkit-transition: all .3s; }
      .store-card .store-card-footer .card-action-group .card-action:not(:last-child) {
        border-right: 1px solid #e8e8e8; }
      .store-card .store-card-footer .card-action-group .card-action span {
        width: 100%;
        display: inline-block;
        font-size: 16px; }

.store-area-container .store-card .store-card-body .card-meta .card-meta-icon {
  width: 48px;
  height: 48px;
  border-radius: 48px; }
  .store-area-container .store-card .store-card-body .card-meta .card-meta-icon span {
    margin-top: 12px; }

.store-unit-container .store-card {
  width: 150px;
  height: 150px; }
  .store-unit-container .store-card .store-card-body {
    height: 79px; }
    .store-unit-container .store-card .store-card-body .card-meta-detail .card-meta-title {
      font-size: 16px;
      font-weight: normal;
      color: #555; }
  .store-unit-container .store-card .store-card-footer {
    height: 30px; }
    .store-unit-container .store-card .store-card-footer .card-action-group .card-action {
      margin: 2px 0; }
  .store-unit-container .store-card:not(:last-child) {
    border-right: none; }
  .store-unit-container .store-card.in-stock {
    background: #44d4c7; }
  .store-unit-container .store-card.freeze {
    background: #ffd580; }

.unit-item-container {
  margin-bottom: 8px; }

.unit-item-container:not(:last-child) .store-card {
  border-right: none; }

.store-channel {
  background: rgba(66, 132, 245, 0.1);
  margin-bottom: 8px; }

.store-unit-list {
  overflow: auto;
  overflow-y: hidden;
  padding: 20px 10px 10px 0; }

.abc-class-title {
  display: flex;
  justify-content: space-between; }

.abc-class-desc {
  border: 1px solid;
  padding-left: 14px;
  margin-bottom: 10px; }
.sku-info-view .hi-input .hi-input__inner.disabled {
  background-color: #fff; }

.sku-info-view .hi-input input.disabled {
  color: #000;
  background-color: #fff; }

.sku-info-view .hi-select__input.disabled {
  opacity: 1; }
.edit {
  display: flex;
  flex-direction: column; }
  .edit-item {
    display: flex;
    margin: 10px 0;
    font-size: 16px;
    align-items: center; }
    .edit-item-left {
      width: 100px;
      text-align: right; }
.warning-report-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px; }
.report-form .hi-v4-form-label__content__text {
  padding: 0px 8px;
  background: #f8f8f8;
  border: 1px solid #D8D8D8;
  border-right: none;
  line-height: 30px;
  color: #666; }

.report-form .hi-v4-button--appearance-line {
  border-color: #ccc;
  color: #333; }

.report-form .hi-v4-button--appearance-line:hover {
  border-color: #ccc !important;
  color: #333 !important; }

.report-form .hi-v4-button--appearance-line:focus {
  box-shadow: none !important; }

.report-form .hi-v4-form-label__content__control {
  flex: 1; }
.page-rtf-dashboard .hi-v4-table-content {
  zoom: 0.8; }

.page-rtf-dashboard .hi-v4-table-freeze-shadow--left {
  box-shadow: none !important; }

.page-rtf-dashboard table {
  width: auto !important; }
  .page-rtf-dashboard table .location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px; }
.execution-container .execution-header {
  margin-left: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center; }
  .execution-container .execution-header .task-no {
    margin-right: 24px;
    font-size: 16px;
    color: #333; }

.execution-container input {
  text-align: center; }

.execution-container .execution-container-btm {
  display: flex;
  gap: 10px; }

.error-message-container {
  font-size: 16px;
  line-height: 1.8; }
/* stylelint-disable selector-class-pattern */
.execute-task-contanier .hi-card__header {
  height: 32px; }
  .execute-task-contanier .hi-card__header .hi-card__title {
    display: flex; }

.execute-task-contanier .formlist-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset; }

.execute-task-contanier .button-container {
  margin-right: 24px;
  display: flex;
  justify-content: flex-end; }
.card__other {
  margin-top: -12px;
  padding: 0 12px 12px;
  background-color: #f7fafc;
  display: flex;
  flex-direction: column; }
  .card__other div {
    width: auto;
    flex: 1; }

.goodsInfo,
.goodsLog {
  text-align: left;
  margin-left: 20px; }

.goodsInfo h3,
.goodsLog h3 {
  margin: 20px 0; }

.goodsInfo .hi-table,
.goodsLog .hi-table {
  margin-top: 10px; }

.goodsInfo .goodsSearch {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
.no-receipt-form {
  max-width: 800px;
  margin: auto; }

.no-receipt-edit-header {
  font-size: 28px;
  color: #4284f5;
  text-align: center;
  line-height: 2.6; }

.no-receipt-goods-info .no-receipt-goods-info-title {
  padding: 8px 10px;
  background-color: #4BC3DB;
  color: white;
  margin-bottom: 8px; }
.nav-menu {
  float: left;
  height: 64px;
  line-height: 64px;
  flex-shrink: 0;
  overflow: hidden; }
  .nav-menu a {
    float: left;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .nav-menu a.active {
      background: #585e6b; }
    .nav-menu a:hover {
      background: #585e6b; }
  .nav-menu .hi-dropdown {
    display: inline-block;
    float: left;
    height: 64px;
    line-height: 64px;
    transition: all .3s;
    -webkit-transition: all .3s; }
    .nav-menu .hi-dropdown:hover {
      background: #585e6b; }
    .nav-menu .hi-dropdown .hi-dropdown__title {
      color: #fff;
      font-size: 15px;
      padding: 0 10px; }
    .nav-menu .hi-dropdown .hi-icon {
      margin-left: 6px;
      margin-top: 1px; }
.header-language {
  position: relative;
  float: right;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .header-language .hi-dropdown-title {
    padding: 0 12px; }
    .header-language .hi-dropdown-title .hi-dropdown-title-text {
      padding-right: 5px; }
.na__container {
  padding-top: 64px;
  width: 160px;
  height: 100%;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 30; }
  .na__container__ul--first {
    background-color: #ffffff;
    width: 160px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transition: all 0.15s linear; }
    .na__container__ul--first__li {
      position: relative;
      box-sizing: border-box;
      width: 160px;
      padding: 16px 48px 16px 16px;
      cursor: pointer; }
    .na__container__ul--first__li:first-child {
      margin-top: 16px; }
    .na__container__ul--first__li:hover {
      background-color: rgba(66, 133, 244, 0.08);
      color: #4285f4; }
    .na__container__ul--first .li-storage .na__container__ul--second {
      top: -160px; }
    .na__container__ul--first .li-faceOrder .na__container__ul--second {
      top: 0px; }
    .na__container__ul--first .li-common-data .na__container__ul--second {
      top: 0px; }
    .na__container__ul--first .li-report .na__container__ul--second {
      top: -110px; }
    .na__container__ul--first .li-parameterConfiguration .na__container__ul--second {
      top: 0px; }
  .na__container__ul--second {
    position: absolute;
    left: 160px;
    top: -50px;
    max-height: 500px;
    background-color: #ffffff;
    color: #000000;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.3); }
    .na__container__ul--second li {
      width: 160px;
      box-sizing: border-box;
      padding: 16px;
      cursor: pointer; }
    .na__container__ul--second li:hover {
      background-color: rgba(66, 133, 244, 0.08);
      color: #4285f4; }
  .na__container .show {
    visibility: visible; }
  .na__container .hidden {
    visibility: hidden; }

.menu_wrap {
  padding-top: 64px;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  height: 100%; }

.ment_item {
  max-height: 600px;
  overflow-y: auto;
  z-index: 100; }

.wms-menus-item {
  color: #1f2733; }

.hi-v4-menu-item__inner--active .wms-menus-item,
.hi-v4-menu-item__inner--active-p .wms-menus-item {
  color: #237ffa; }
.current-mi-home {
  height: 64px;
  position: relative; }
  .current-mi-home:hover {
    background: #585e6b; }
  .current-mi-home-showTitle {
    padding: 0 10px;
    text-align: right;
    cursor: pointer; }
  .current-mi-home-modal {
    position: absolute;
    top: 66px;
    max-height: 450px;
    overflow-y: auto;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
    box-sizing: border-box;
    width: 100%;
    min-width: 220px;
    margin-top: 2px !important;
    margin-bottom: 2px;
    padding: 4px 0 !important;
    border: 1px solid #d8d8d8;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box; }
    .current-mi-home-modal li {
      display: flex;
      height: 36px;
      padding: 0 16px;
      line-height: 36px;
      color: #333;
      cursor: pointer; }
      .current-mi-home-modal li:hover {
        background-color: rgba(66, 133, 244, 0.08); }
      .current-mi-home-modal li .current-mi-home-item-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
html, body, #app {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.nav-menu a {
  float: left;
  padding: 0 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px; }

::-webkit-scrollbar-track {
  background-color: #f1f1f1; }

.hi-v4-tabs__item:has(.display-none) {
  display: none; }

.header__nav--right .hi-dropdown .hi-dropdown__title {
  color: #fff;
  font-size: 14px; }

.app__container {
  height: 100%; }
  .app__container .feedback-container {
    cursor: pointer;
    position: fixed;
    right: 40px;
    bottom: 20px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 3px #999;
    z-index: 100; }
  .app__container .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #393d46;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
    display: flex;
    width: 100%;
    height: 64px;
    padding: 0 12px;
    min-width: unset;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    line-height: 1.5;
    z-index: 99; }
    .app__container .header .logo {
      width: 180px;
      flex-shrink: 0;
      height: 64px;
      line-height: 60px; }
      .app__container .header .logo a {
        color: #ffffff; }
    .app__container .header .login::after {
      border-top-color: #ffffff; }
    .app__container .header .login--active::after {
      border-top-width: 0;
      border-bottom-width: 5px; }
    .app__container .header .login--active::after {
      border-bottom-color: #ffffff; }
  .app__container .body {
    display: flex;
    padding-top: 0;
    margin-top: 64px;
    box-sizing: border-box;
    height: calc(100% - 64px);
    min-height: initial; }
    .app__container .body__right {
      background-color: #fafafa;
      padding: 16px 16px 0;
      width: calc(100% - 160px);
      height: 100%;
      margin-left: 160px;
      box-sizing: border-box;
      flex: 1;
      z-index: 1; }
      .app__container .body__right .hi-tabs__nav {
        flex-wrap: wrap; }
      .app__container .body__right__pane {
        height: 100%; }
      .app__container .body__right .hi-tabs__add {
        display: none; }
      .app__container .body__right .hi-v4-tabs.hi-tabs--top {
        height: 100%;
        display: flex;
        flex-direction: column; }
        .app__container .body__right .hi-v4-tabs.hi-tabs--top > .hi-v4-tabs__list {
          margin: 0;
          box-shadow: 0 2px 4px rgba(153, 153, 153, 0.2); }
          .app__container .body__right .hi-v4-tabs.hi-tabs--top > .hi-v4-tabs__list > button {
            font-size: 25px; }
          .app__container .body__right .hi-v4-tabs.hi-tabs--top > .hi-v4-tabs__list .hi-v4-tabs__item {
            padding: 0;
            height: 32px; }
            .app__container .body__right .hi-v4-tabs.hi-tabs--top > .hi-v4-tabs__list .hi-v4-tabs__item .hi-v4-tabs-item__title {
              display: block;
              height: 100%; }
          .app__container .body__right .hi-v4-tabs.hi-tabs--top > .hi-v4-tabs__list .tab-title {
            display: block;
            height: 100%;
            padding: 0 12px;
            line-height: 32px;
            color: inherit; }
        .app__container .body__right .hi-v4-tabs.hi-tabs--top .hi-v4-tabs__content {
          padding-top: 0;
          flex: 1;
          overflow: auto;
          margin-top: 10px;
          margin-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px;
          display: flex;
          flex-direction: column; }
          .app__container .body__right .hi-v4-tabs.hi-tabs--top .hi-v4-tabs__content .hi-v4-tabs-tab-pane {
            height: calc(100% - 20px); }
        .app__container .body__right .hi-v4-tabs.hi-tabs--top .hi-v4-tabs__item {
          text-overflow: unset; }

.hi-notification.error {
  width: 30%; }
  .hi-notification.error .title {
    font-size: 22px; }
  .hi-notification.error .message {
    font-size: 20px; }
.boundary-wrapper {
  background-color: #fff;
  height: 100%;
  padding-top: 60px; }
  .boundary-wrapper .content {
    background-color: #f6f8fb;
    height: 640px;
    width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
    padding-top: 24px; }
    .boundary-wrapper .content .header {
      margin: 0 30px;
      height: 24px;
      display: flex;
      flex-direction: row; }
      .boundary-wrapper .content .header .img-wrapper {
        height: 24px;
        width: 24px;
        margin-right: 10px; }
        .boundary-wrapper .content .header .img-wrapper img {
          width: 100%;
          height: 100%; }
      .boundary-wrapper .content .header .title {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        height: 24px;
        line-height: 24px; }
    .boundary-wrapper .content .c-body {
      margin-top: 130px;
      display: flex;
      flex-direction: row;
      padding: 0 170px; }
      .boundary-wrapper .content .c-body .b-left {
        display: flex;
        flex-direction: column;
        width: 400px; }
        .boundary-wrapper .content .c-body .b-left .text {
          color: #333;
          height: 28px;
          line-height: 28px;
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 18px; }
        .boundary-wrapper .content .c-body .b-left .input-wrapper {
          height: 120px;
          margin-bottom: 30px; }
        .boundary-wrapper .content .c-body .b-left .btns {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
      .boundary-wrapper .content .c-body .b-right {
        margin-left: 40px; }
        .boundary-wrapper .content .c-body .b-right img {
          width: 100%;
          height: 100%; }
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: index.
 */
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: index.
 */
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: define variable alias for fonts, colors, grid etc.
 */
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: define mix-ins and functions.
 */
/**
 * Author: Sivan[sunxingfan@xiaomi.com]
 * Date: 2018-08-16 00:00
 * Description: define palettes.
 */
.hiui-v-none {
  padding-top: 0;
  padding-bottom: 0; }

.hiui-v-auto {
  padding-top: auto;
  padding-bottom: auto; }

.hiui-v-xs {
  padding-top: 4px;
  padding-bottom: 4px; }

.hiui-v-sm {
  padding-top: 8px;
  padding-bottom: 8px; }

.hiui-v-md {
  padding-top: 16px;
  padding-bottom: 16px; }

.hiui-v-lg {
  padding-top: 24px;
  padding-bottom: 24px; }

.hiui-h-none {
  padding-left: 0;
  padding-right: 0; }

.hiui-h-auto {
  padding-left: auto;
  padding-right: auto; }

.hiui-h-xs {
  padding-left: 4px;
  padding-right: 4px; }

.hiui-h-sm {
  padding-left: 8px;
  padding-right: 8px; }

.hiui-h-md {
  padding-left: 16px;
  padding-right: 16px; }

.hiui-h-lg {
  padding-left: 24px;
  padding-right: 24px; }

.hiui-margin-top-none {
  margin-top: 0; }

.hiui-margin-top-auto {
  margin-top: auto; }

.hiui-margin-top-xs {
  margin-top: 4px; }

.hiui-margin-top-sm {
  margin-top: 8px; }

.hiui-margin-top-md {
  margin-top: 16px; }

.hiui-margin-top-lg {
  margin-top: 24px; }

.hiui-margin-bottom-none {
  margin-bottom: 0; }

.hiui-margin-bottom-auto {
  margin-bottom: auto; }

.hiui-margin-bottom-xs {
  margin-bottom: 4px; }

.hiui-margin-bottom-sm {
  margin-bottom: 8px; }

.hiui-margin-bottom-md {
  margin-bottom: 16px; }

.hiui-margin-bottom-lg {
  margin-bottom: 24px; }

.hiui-margin-left-none {
  margin-left: 0; }

.hiui-margin-left-auto {
  margin-left: auto; }

.hiui-margin-left-xs {
  margin-left: 4px; }

.hiui-margin-left-sm {
  margin-left: 8px; }

.hiui-margin-left-md {
  margin-left: 16px; }

.hiui-margin-left-lg {
  margin-left: 24px; }

.hiui-margin-right-none {
  margin-right: 0; }

.hiui-margin-right-auto {
  margin-right: auto; }

.hiui-margin-right-xs {
  margin-right: 4px; }

.hiui-margin-right-sm {
  margin-right: 8px; }

.hiui-margin-right-md {
  margin-right: 16px; }

.hiui-margin-right-lg {
  margin-right: 24px; }

.hiui-padding-top-none {
  padding-top: 0; }

.hiui-padding-top-auto {
  padding-top: auto; }

.hiui-padding-top-xs {
  padding-top: 4px; }

.hiui-padding-top-sm {
  padding-top: 8px; }

.hiui-padding-top-md {
  padding-top: 16px; }

.hiui-padding-top-lg {
  padding-top: 24px; }

.hiui-padding-bottom-none {
  padding-bottom: 0; }

.hiui-padding-bottom-auto {
  padding-bottom: auto; }

.hiui-padding-bottom-xs {
  padding-bottom: 4px; }

.hiui-padding-bottom-sm {
  padding-bottom: 8px; }

.hiui-padding-bottom-md {
  padding-bottom: 16px; }

.hiui-padding-bottom-lg {
  padding-bottom: 24px; }

.hiui-padding-left-none {
  padding-left: 0; }

.hiui-padding-left-auto {
  padding-left: auto; }

.hiui-padding-left-xs {
  padding-left: 4px; }

.hiui-padding-left-sm {
  padding-left: 8px; }

.hiui-padding-left-md {
  padding-left: 16px; }

.hiui-padding-left-lg {
  padding-left: 24px; }

.hiui-padding-right-none {
  padding-right: 0; }

.hiui-padding-right-auto {
  padding-right: auto; }

.hiui-padding-right-xs {
  padding-right: 4px; }

.hiui-padding-right-sm {
  padding-right: 8px; }

.hiui-padding-right-md {
  padding-right: 16px; }

.hiui-padding-right-lg {
  padding-right: 24px; }

.hi-table-body::-webkit-scrollbar-track {
  border-left: 1px solid #efefef;
  background-color: #fff; }

.hi-table-body::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.hi-table-body::-webkit-scrollbar-thumb {
  background-color: #ddd; }

.hi-table .table-btn-list {
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: inline-block; }
  .hi-table .table-btn-list button.default.hi-btn-small {
    padding: 1px 6px;
    font-size: 13px;
    margin-right: 6px; }
  .hi-table .table-btn-list .hi-btn + .hi-btn {
    margin-left: 4px; }
  .hi-table .table-btn-list .hi-tooltip,
  .hi-table .table-btn-list .hi-popover {
    padding: 0;
    border: none;
    margin: 0;
    margin-right: 4px; }

.hi-table table tr:hover .table-btn-list {
  opacity: 1; }

.hi-table.hi-table-middle table td,
.hi-table.hi-table-middle table th {
  font-size: 13px;
  padding: 12px 8px; }

.hi-table.hi-table-middle table th {
  color: #666; }

.hi-table.hi-table-middle table tr:nth-child(even) td {
  background-color: rgba(242, 246, 250, 0.3); }

.hi-table.hi-table-middle table tr:hover td {
  background-color: #f7fafe; }

.hi-table table td,
.hi-table table th {
  padding-right: 8px; }

.hi-table.hi-table-bordered table td,
.hi-table.hi-table-bordered table th {
  border: 1px solid #eee; }

.hi-pagination {
  float: right;
  padding-right: 16px; }

.bread {
  padding: 4px 0 0 0 !important; }
  .bread .item a {
    font-size: 13px !important; }
  .bread hr {
    display: none; }

.search-filter-operate-container {
  display: flex;
  flex-direction: row; }
  .search-filter-operate-container .fold-filter {
    margin-left: 12px;
    cursor: pointer;
    text-align: center;
    line-height: 32px; }
  .search-filter-operate-container .hi-btn-group {
    display: flex;
    flex-direction: row; }
    .search-filter-operate-container .hi-btn-group .botton-lists {
      display: flex;
      flex-direction: column; }
      .search-filter-operate-container .hi-btn-group .botton-lists .button-item-hidden {
        flex-direction: column;
        display: none;
        position: absolute;
        background: #ffffff; }
      .search-filter-operate-container .hi-btn-group .botton-lists .button-item-show {
        flex-direction: column;
        display: flex;
        position: absolute;
        background: #ffffff;
        z-index: 99;
        margin-top: 32px;
        -webkit-animation-name: fadeOut;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 0s; }
    .search-filter-operate-container .hi-btn-group .botton-list-show button {
      width: 10px; }
      .search-filter-operate-container .hi-btn-group .botton-list-show button i {
        margin-left: -6px; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.filters-form-container {
  margin-top: 12px; }
  .filters-form-container .hi-form--inline .hi-form-item {
    padding: 0;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 0px; }
    .filters-form-container .hi-form--inline .hi-form-item .hi-form-item_content {
      display: inline-block; }
    .filters-form-container .hi-form--inline .hi-form-item .hi-form-item__content {
      display: inline-block; }
      .filters-form-container .hi-form--inline .hi-form-item .hi-form-item__content .hi-popover-base {
        z-index: 3; }
  .filters-form-container .hi-form--inline .hi-form-item .hi-form-item__label {
    padding: 0px 8px;
    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    border-right: none;
    line-height: 30px;
    max-height: 32px; }
  .filters-form-container .hi-form--inline .hi-form-item .input-root .input-wrap {
    height: 30px; }
    .filters-form-container .hi-form--inline .hi-form-item .input-root .input-wrap input {
      height: auto; }
    .filters-form-container .hi-form--inline .hi-form-item .input-root .input-wrap.range {
      width: 230px; }
  .filters-form-container .filters-form-right-item {
    display: inline-block;
    position: absolute;
    right: 0; }
    .filters-form-container .filters-form-right-item .hi-form-item {
      margin-right: 0; }
  .filters-form-container .hi-form-item--msg__error {
    min-height: 0px;
    padding: 0px; }

.search-filter-operate-container .hi-btn-line-default {
  margin: 0px; }

.hi-btn {
  margin: 0; }

.layout--classic .logo {
  margin-right: 0; }

.logo img {
  margin-right: 0px; }

.logo__title {
  font-size: 17px; }
  .logo__title .name {
    color: #f95647;
    margin-right: 3px; }

.hi-dropdown__title {
  color: aliceblue; }

.f-right {
  float: right; }

.async-query-line-loading {
  display: inline-block;
  margin-left: 20px; }

.layout--classic .layout__header {
  z-index: 1000; }

.hi-dropdown__menu {
  max-height: 450px;
  overflow-y: auto; }

.full-screen-view {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1001; }

.confirm-popover-button {
  margin-top: 8px;
  text-align: right; }

.card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff;
  height: 100%;
  width: 100%; }
  .card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 108px;
    line-height: 108px;
    border-bottom: 1px solid #e7e7e7; }
  .card__title {
    font-size: 14px;
    font-weight: 400;
    color: #333; }
  .card__filter {
    display: flex; }
  .card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 12px 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .card__footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 12px; }

.layout__content {
  padding: 20px; }

.header_title {
  display: inline-block;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4; }

.wms_pro_hr {
  margin: 16px 0px;
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  height: 1px;
  display: block;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  background: #e8e8e8; }

.micro-scrollbar::-webkit-scrollbar-track {
  border-left: 1px solid #efefef;
  background-color: #fff; }

.micro-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.micro-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd; }

hr {
  border: 1px solid #eee; }

.current-mi-home .hi-dropdown__title {
  justify-content: flex-end;
  min-width: 200px; }

.current-mi-home .hi-dropdown {
  max-width: 300px; }

.create-time-container .hi-datepicker__input--range {
  width: 400px; }

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