
@base: #333;
@base-hover: #ee2223;
@base-hover-btn: #f23f40;

// @font-face {
//   font-family: 'yonicon';
//   src: url('./newfont/iconfont.eot');
//   src: url('./newfont/iconfont.eot?#iefix') format('embedded-opentype'), url('./newfont/iconfont.woff') format('woff'), url('./newfont/iconfont.ttf') format('truetype'), url('./newfont/iconfont.svg#iconfont') format('svg');
// }

.no-border-radius {
  border-radius: 4px;
}

.ant-col-xs-8 {
  padding: 5px 8px 5px 8px;
}

.line-tabs-maximize {

  .touch-grid {
    background: #fff;
  }

  .touchDevice & {
    overflow: auto;
    height: calc(~"100% - 85px");
  }

  .line-tabs-menu-container {
    position: relative;
  }
}

.u-tabs-content .container-edit-mode .line-tabs.line-tabs-maximize {
  padding-bottom: 0px;
}

.portal-container .line-tabs-maximize {
  height: calc(~"100% - 75px");
  top: 75px;
  width: calc(~"100% - 175px");
}

.line-tabs-maximize {
  &.org-structure-tabs {
    height: calc(~"100% - 80px");
    top: 80px;
    width: calc(~"100% - 16px");
  }
}

.line-tabs.line-tabs-upload.line-tabs-maximize,
.line-tabs.line-tabs-maximize {

  .meta-table.listTable.readOnlyTable {
    margin-bottom: 0px;
  }
}

.ant-menu-item-group-list .ant-menu-item {
  float: left;
}

.tree-list .height-100>.yon-row.meta-default-container {
  // async zhangkunk 树的展开拖拽
  // overflow: hidden;
  height: 100%;
}

.uretail-right-container {
  padding: 10px 10px 0 10px !important;
}

.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover,
.ant-cascader-menu-item:hover {
  background: #f3f5f9 !important;
  font-weight: normal;
}

.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled) {
  background: #FFF7E7;
  font-weight: normal;
}

.ant-spin-nested-loading>div>.ant-spin {
  z-index: 1001;
}

#container,
#container>.yon-row,
#container>.yon-row>div:last-of-type>div,
#container>.yon-row>div:last-of-type>div>div {
  height: 100%;
}

#container {
  background-color: #fff;
}

#container>.yon-row>div {
  height: calc(~'100% - 46px');
}


.portal-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 11111;

  .u-loading-spin {
    animation: uRotate 1s 0s linear infinite;
    
    img {
      width: 40px;
    }
  }
}

.tootip-txt {
  text-align: center;
  padding: 20px 30px 5px;

  p {
    color: #999;
    font-size: 12px;
    line-height: 30px;
  }

  span {
    background: url(images/icon-eq.png) no-repeat;
    width: 98px;
    height: 98px;
    display: inline-block;

    img {
      width: 98px;
      height: 98px;
    }
  }
}

.footer-new {
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
}

// 提取变量
@checkbox-checked-bg: #fff;
@checkbox-checked-border-color: #ccc;
@checkbox-checked-after-border-color: #EE2223;

.ant-steps .ant-steps-tail>i {
  background: none;
  border-bottom: 1px #DADADA dashed;
}

.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-description,
.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-title {
  font-size: 14px;
}

/*步骤条样式*/

.register-box .ant-steps {
  padding: 28px 0 48px 4px;
}

.register-box .ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner>.ant-steps-icon {
  font-size: 45px;
}

.register-box .ant-steps .ant-steps-item.ant-steps-custom.ant-steps-status-process .ant-steps-head-inner>.ant-steps-icon,
.ant-steps .ant-steps-item.ant-steps-status-finish .ant-steps-head-inner>.ant-steps-icon {
  color: #f23f40;
}

.register-box .ant-steps .ant-steps-icon svg.icon,
.ant-steps .ant-steps-icon svg.icon {
  width: 36px;
}

.register-box .ant-steps .ant-steps-item.ant-steps-custom .ant-steps-head-inner>.ant-steps-icon .anticon-step-group {
  font-size: 50px;
}

.ant-steps .ant-steps-head-inner {
  display: inline-block;
  margin-right: 0
}

.ant-steps .ant-steps-main {
  display: block
}

.ant-steps .ant-steps-head {
  text-align: center;
  width: 90px;
}

.ant-steps .ant-steps-title {
  width: 90px;
  text-align: center;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 16px;
}

.ant-steps .ant-steps-tail {
  top: 23px;
}

/*表格页头添加筛选*/

.lookup-pop {
  z-index: 1000;

  .ant-popover-content>.ant-popover-arrow {
    margin-left: -8px;
  }

  .grid-header- {
    display: flex;
    width: 335px;

    .ant-input-search.ant-input-affix-wrapper {
      width: 210px;
      padding-left: 10px;
      position: relative;

      .ant-input {
        margin: 0px !important;
        width: 200px !important;
        height: 32px;
        padding-right: 35px !important;
      }

      .ant-input-suffix {
        top: 17px !important;
        right: 15px !important;
      }
    }

    .icon {
      width: 20px;
      height: 20px;
      margin-left: 15px;
      margin-top: 6px;
    }

    .icon:last-child {
      width: 16px;
      height: 16px;
      margin-top: 8px;
      margin-left: 18px;
    }
  }
}

.public_fixedDataTableCell_cellContent {
  padding: 0;

  .btn-caret {
    padding-top: 3px;

    .u-button {
      padding: 0;
      display: block;
      height: 6px;
      margin: 0 auto;

      i {
        margin-left: 0px;
      }
    }
  }

  .table-form-search {
    width: 16px;
    flex-shrink: 0;
    line-height: 0;
    padding-top: 2px;
    svg {
      width: 15px;
      height: 15px;
    }
  }

  .table-form-screen {
    width: 16px;
    flex-shrink: 0;

    svg {
      width: 14px;
      height: 14px;
    }
  }

  .icon {
    width: 13px;
    vertical-align: -.25em;
    flex-shrink: 0;
  }

  .upc-showpicture {
    padding-left: 10px;
    padding-right: 4px;

    .icon-tupian {
      width: 14px;
      height: 14px;
    }
  }

  .btn-dongjie {
    padding-top: 1px;
    // height: 28px;
    margin-right: 2px;
  }

  .textCol+.table-form-screen {
    margin-left: 4px;
  }

  .btn-caret+.icon {
    margin-top: 2px;
    margin-left: 0px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    margin-left: 0px;
  }

  .table-header-name label i.yonicon-star {
    color: #f00;
    margin-top: -2px;
  }

  .yon-row {

    .col-line {
      height: 28px;
    }
  }

  .ant-search-input-wrapper {
    height: 28px;
    // margin-top: -2px; // fix: 安环---安全检查，增行参照
    display: block;

    .ant-input {
      height: 28px;
    }
  }

  .ant-select-enabled {
    height: 28px
  }

  .ant-select-selection__rendered {
    height: 28px
  }
}

.CredentialsHeader {
  height: 53px;
  width: 175px;
  left: -8px;

  .CredentialsTitle {
    border-bottom: 1px solid #e6e6e6;
    height: 28px;
  }

  .CredentialsMoney {
    width: 200px;

    .firstCol {
      width: 15px;
    }

    li {
      width: 16px;
      font-size: 12px;
      height: 24px;
      line-height: 24px;
      float: left;
      font-weight: 100;
    }

    .lineBlue {
      border-color: #a5d9f6;
    }

    .lineRed {
      border-color: #eeb9b9;
    }
  }
}

.CredentialsBody {
  height: 62px;
  width: 175px;
  left: -16px;
  top: -16px;
  border-right-style: solid;
  border-left-style: solid;
  border-width: 0 1px 0 0;
  border-color: #d3d3d3;

  .CredentialsMoney {
    width: 175px;

    .firstCol {
      width: 15px;
    }

    li {
      width: 16px;
      font-size: 20px;
      line-height: 62px;
      height: 62px;
      float: left;
      border-left: 1px solid #e6e6e6;
      font-weight: 100;
    }

    .lineBlue {
      border-color: #a5d9f6;
    }

    .lineRed {
      border-color: #eeb9b9;
    }
  }
}

/******************通用表格样式** end*********************/

/******************新UE 查询过滤**start*******************/

.common-query-popover .ant-popover-inner {
  border-radius: 0;
}

.common-query-popover>.yon-row {
  margin-right: -17px;
}

.common-query-popover .btn-onoff {
  border-radius: 0;
  width: 18px;
}

.common-query-popover .btn-onoff>i {
  margin-left: -5px;
}

.common-query-popover .btn-onoff.btn-left {
  margin-left: 22px;
}

.common-query-popover .schemeContent>.yon-row,
.common-query-popover>.yon-row>div>.yon-row {
  margin-bottom: 5px;
}

.common-query-popover .ant-menu-vertical,
.common-query-popover .ant-menu-vertical .ant-menu-item {
  border-right: none;
}

.common-query-popover .ant-menu-vertical .ant-menu-item:hover button {
  display: block;
}

.common-query-popover .ant-menu-vertical .ant-menu-item button {
  float: right;
  margin-top: 6px;
  display: none;
}

.common-query-popover>.yon-row>.ant-col-18 {
  border-right: 1px solid #d9d9d9;
}

.common-query-popover .checkbox>div {
  margin-top: 5px;
}

.common-query-popover .sp-range-txt {
  margin-top: 5px;
  text-align: center;
}

.common-query-popover .schemeContent {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.common-query-popover .ant-input,
.common-query-popover .ant-input-number,
.common-query-popover .ant-select-selection {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}

.common-query-popover .ant-search-input.ant-input-group .ant-input:first-child {
  border-radius: 6px;
}

.common-query-popover .ant-input:hover,
.common-query-popover .ant-input:focus,
.common-query-popover .ant-input-number:focus,
.common-query-popover .ant-input-number:hover,
.common-query-popover .ant-select-open .ant-select-selection {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 183, 245, .2);
}

.schemeTitle>span {
  color: #2db7f5;
  font-size: 12px;
  font-weight: 600;
}

/******************新UE 查询过滤**end*******************/

/******************新UE 采购订单**start*******************/

.rootTabs>.ant-tabs-content {
  background-color: #f1f0f1; // height: calc(~'100% - 70px');
  overflow-y: auto;
}

.tabs-content-padding {
  padding: 5px 15px;
}

.rootTabs>.ant-tabs-content>.ant-tabs-tabpane {
  background-color: #fff;
  overflow: auto;
}

.processContent {
  padding: 0px 0 5px 42px;
}

.processContent>div::last-child {
  margin-top: 15px;
}

.processContent>div.m-t-10,
.processContent>div.m-t-10>div {
  float: left;
}

.process-rightIcon {
  font-size: 16px;
  margin: 25px 18px 18px 18px;
  font-weight: 700;
  color: #e4e4e4;
}

.processContent .ant-progress-inner {
  width: 45px !important;
  height: 45px !important;
  margin: 10px;
}

.processContent .ant-progress-inner i {
  color: #2db7f5;
}

.processContent .process-tipContent {
  margin-top: 15px;
  color: #ccc;
}

.processContent .process-tipContent .title {
  font-size: 12px;
  color: #333;
}

.processContent .process-tipContent .date {
  font-size: 12px;
  color: #999;
}

.processContent .process-tipContent>div:last-of-type.title {
  color: #ccc;
  margin-top: 8px;
}

.processContent .manageButton {
  color: #ff8200;
  border-color: #ff8200;
  border-radius: 4px;
  margin-top: 2px;
  padding-top: 2px;
}

.CardHightLight {
  padding: 10px 0px;
}

.CardHightLight .ant-col-xs-16 {
  padding: 5px 8px;
}

.ant-progress-circle .ant-progress-text {
  font-size: 12px;
}

/******************新UE 采购订单**end*******************/

.page-content {
  width: 100%;
  max-height: 700px;
  overflow: auto;
}

.page-content .content-block {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d9d9d9;
}

.content-block .content-block-title {
  font-family: 'STHeitiSC-Medium', 'Heiti SC Medium', 'Heiti SC';
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: black;
  margin: 15px 0px;
}

.content-block .content-block-inner .item {
  margin: 5px 0;
  line-height: 32px;
  font-size: 14px;
  font-family: 'STHeitiSC-Light', 'Heiti SC Light', 'Heiti SC';
  font-weight: 200;
  font-style: normal;
}

/*ant-tag*/

.ant-tag-checkable-checked {
  background: @base-hover-btn;
  color: @base
}

.ant-tag-checkable:hover {
  background: #f2f2f2;
  color: @base
}

.uretail-treerefer-selection {
  .u-tag {
    // async 参照多选
    // 参照多选
    background: #f7f9fd;
    border-color: #DBE0E5;

    &:hover {
      border-color: #DBE0E5;
    }

    &.show_tag {
      margin-right: 5px !important;
      margin-bottom: 2px !important;
    }

    .uf-close:hover {
      color: #ee2233;
    }

    &.show_tag1,
    &.ellipsis_tag.show_tag {
      width: 100%;

      .u-tag-text {
        width: calc(~'100% - 16px');
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        vertical-align: middle;
        margin-bottom: 3px;
      }
    }

    &.show_tag.lastTag {
      .u-tag-text {
        width: calc(~'100% - 16px');
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        vertical-align: middle;
        margin-bottom: 3px;
      }
    }

    &.ellipsis_tag.show_tag {
      width: calc(~'100% - 24px');
    }

    &.isMoreButton {
      margin-left: 0;

      i.yonicon.yonicon-ellipsis {
        margin-right: 0;
        vertical-align: middle;
        color: #bbb;

        &:hover {
          color: #505766;
        }
      }
    }
  }
}

.tags_dropMenu {
  .tags_menu {
    display: flex;
    padding: 4px 8px;
    flex-flow: wrap;
    max-height: 261px;
    overflow: auto;
    transform: translate(5px, 0); // 微调下popover 的偏移量

    .tag_item {
      padding: 3px 0;
      height: auto;
      line-height: 100%;

      .u-tag {
        border-color: #DBE0E5;
        background: #f7f9fd;
        margin-bottom: 0 !important;
        max-width: 100%;

        &:hover {
          border-color: #DBE0E5;
        }

        .u-tag-text {
          max-width: calc(100% - 20px);
          display: inline-block;
          overflow: hidden;
          vertical-align: top;
          text-overflow: ellipsis;
        }

        .uf-close {
          vertical-align: top;
        }

        .uf-close:hover {
          color: #ee2233;
        }
      }
    }
  }

  .u-dropdown-menu>.u-dropdown-menu-item-active,
  .u-dropdown-menu>.u-dropdown-menu-item-selected,
  .u-dropdown-menu>.u-dropdown-menu-item:hover {
    background: transparent;
  }
}

.up-show .ant-btn .anticon-down-circle,
.up-show .ant-btn .anticon-up-circle {
  color: #505766;
  font-size: 12px;
}

.up-show .ant-btn .anticon-down-circle:hover,
.up-show .ant-btn .anticon-up-circle:hover {
  color: #588CE9;
}

.meta-container {
  min-width: 1140px;
  overflow: auto;
}

// print
.print-card-btn-precut {
  background: url(images/icon-lock.png) no-repeat;
}

.columns-right,
.columns-Money {
  text-align: right !important;
  padding-right: 15px !important;
}

.columns-left {
  text-align: left !important;
}

.columns-center {
  text-align: center !important;
}

.public_Scrollbar_face:after {
  background-color: #cdd9e6;
}

.public_Scrollbar_faceActive:after,
.public_Scrollbar_main:hover .public_Scrollbar_face:after,
.public_Scrollbar_mainActive .public_Scrollbar_face:after {
  background-color: #B0C0D0;
}

.ScrollbarLayout_faceVertical:after {
  left: auto !important;
  right: 0px !important;
  width: 8px;
}

.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after,
.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after {
  left: auto !important;
}

.ScrollbarLayout_faceVertical:hover::after {
  left: auto !important;
  right: 0px !important;
}

.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,
.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after {
  top: 0px !important;
  bottom: 0px !important;
}

.ScrollbarLayout_mainHorizontal {
  height: 8px !important;
}

.ScrollbarLayout_faceHorizontal::after {
  height: 8px;
  bottom: 0 !important;
  top: 0 !important;
}

.ScrollbarLayout_faceHorizontal:hover::after {
  top: 0px !important;
  bottom: 0px !important;
}

.ScrollbarLayout_mainHorizontal:hover {
  height: 14px !important;
}

.less-bottom-width {
  width: calc(~'100% - 184px') !important;
}

.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff !important;
  border-color: #ccc !important;
  margin-top: 9px;
}

.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #f00;
  border-top: 0;
  border-left: 0;
  content: " ";
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
}

.ant-tree-checkbox-input:focus+.ant-tree-checkbox-inner,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner {
  border-color: #ccc;
}

.ant-tree-checkbox-checked:after {
  display: none;
}

.ant-time-picker-panel-select li:hover {
  background: #F3F5F9;
}

.uretail-print-topmenu .ant-btn {
  color: #fff;
  background-image: linear-gradient(-45deg, #fc4c2f, #ee2223) !important;
  border: none;
  float: right;
  line-height: 26px;
  padding: 0 10px;

  svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
  }

  span {
    float: left;
  }
}

.uretail-print-topmenu .ant-btn:hover {
  background-image: linear-gradient(-225deg, #fc4c2f, #ee2223) !important;
  color: #fff !important;
}

.uretail-print-body .print-card .print-card-operation a:hover {
  color: #ee2223;
}

.ant-anchor-link-active>.ant-anchor-link-title {
  color: rgba(0, 0, 0, .65);
}

.pull-right .ant-btn[disabled],
.pull-right .ant-btn[disabled]:hover {
  background: none;
}

/*档案 新增门店-门店信息*/

.ant-time-picker-panel {
  .ant-time-picker-panel-inner {
    .ant-time-picker-panel-addon {
      .ant-btn {
        height: 26px;
      }
    }
  }
}

.ant-badge-dot {
  width: 6px;
  height: 6px;
  top: -1px;
  right: -7px;
}

.Uretail-billing-leftMenu-Style2 .ant-badge-dot {
  top: 2px;
  right: -2px;
}

/*平台管理*/

.Platform_management {
  margin-top: 20px;

  .viewCell .yon-row {
    margin-bottom: 15px;
  }

  .Platform_management_btn {
    margin-top: 2px;
  }

  .yon-row .viewCell .yon-row .control-width {
    width: auto !important;
  }

  .ant-btn {
    margin-top: 2px;
  }
}

/*更新日志*/

.uretial-update-log {
  height: 100%;



  .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow {
    transform: scale(.75) rotate(-90deg);
  }

  .uretail-update-log-collapse {
    height: calc(~'100% - 130px') !important;
    overflow-y: auto;
    width: 100%;
  }

  .ant-collapse>.ant-collapse-item:not(.ant-collapse-item-disabled)>.ant-collapse-header:active {
    background: #f7f9fd;
  }

  .ant-collapse {
    width: auto;
    margin: 0 120px 0 120px;
    background-color: #fff;
    border: none;

    .ant-collapse-item {
      border: #e9e9e9 solid 1px;
      border-radius: 5px;
      margin-bottom: 15px;
      overflow: hidden;

      .ant-collapse-header {
        height: 49px;
        font-size: 14px;
        color: #333;
        padding: 0 0 0 20px !important;
        line-height: 49px;

        .arrow {
          left: auto;
          right: 20px;
          line-height: 49px;
        }

        .uretail-update-log-more {
          float: right;
          color: #505766;
          margin-right: 20px;
          font-size: 12px;
        }

        .uretail-update-log-more:hover {
          color: #588CE9;
        }
      }

      .ant-collapse-header a:hover {
        color: #588CE9;
      }

      .ant-collapse-content {
        border-top: #e9e9e9 dashed 1px;
        margin: 0 20px;
        padding: 0 30px;

        .uretail-update-log-add,
        .uretail-update-log-update {
          width: 50%;
          float: left;
          margin-bottom: 20px;
        }

        .uretail-update-log-add .add-update-btn {
          background: rgba(24, 182, 129, 0.06);
          border: 1px solid #18B681;
          border-radius: 2px;
          color: #18B681;
          font-size: 12px;
          width: 64px;
          height: 24px;
          line-height: 22px;
          text-align: center;
        }

        .uretail-update-log-add:first-child {
          .add-update-count {
            padding-right: 30px;
          }
        }

        .uretail-update-log-update .add-update-btn {
          background: rgba(255, 87, 53, 0.06);
          border: 1px solid #FF5735;
          border-radius: 2px;
          color: #FF5735;
          font-size: 12px;
          width: 64px;
          height: 24px;
          line-height: 22px;
          text-align: center;
        }

        .add-update-count {
          p {
            font-size: 12px;
            color: #505766;
            line-height: 18px;
            margin-top: 8px;
          }
        }
      }
    }

    .ant-collapse-item:last-child {
      border-radius: 5px;
    }
  }

  /*更新日志暂无数据*/
  .uretial-no-date {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    font-size: 12px;
    color: #adb4bc;
    text-align: center;
    padding: 80px 0px;

    i {
      background: url(images/no-data.png) no-repeat;
      background-size: 70px 57px;
      height: 57px;
      display: block;
      width: 70px;
      margin: 0 auto 5px auto;
    }
  }
}

/*日志详情*/

.pc_logo_height {
  height: 100%;
}

.pc_log_details {
  overflow-y: hidden;
  height: 100%;

  .log_top_title {
    width: 100%;

    .ant-btn {
      margin: 20px 0px 0px 20px;
      height: @base-input-height;

      svg {
        width: 15px;
        height: 15px;
        margin-right: 5px;
        float: left;
      }

      .icon {
        vertical-align: -.24em;
        fill: currentColor;
        overflow: hidden;
        margin-top: -1px;
      }
    }

    .log_page {
      width: 116px;
      float: right;

      .ant-btn {
        height: 30px;
        width: 38px;
      }

      .ant-btn svg {
        width: 13px;
        height: 13px;
      }

      button.ant-btn[disabled] {
        svg {
          opacity: 0.5;
        }
      }
    }
  }

  .log_margin_count {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    height: calc(~'100% - 68px') !important;

    .log_left_count {
      width: calc(~"100% - 300px");
      float: left;
      padding-left: 90px;
      height: 100%;
      overflow-y: auto;

      h1 {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
      }

      h2 {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
        margin-top: 15px;
      }

      p {
        color: #333333;
        font-size: 12px;
        margin-top: 10px;

        img {
          width: auto;
          height: auto;
          max-width: 100%;
        }
      }
    }

    .log_right_bar {
      width: 270px;
      float: right;
      height: 100%;
      overflow-y: auto;
      position: relative;

      .ant-anchor {
        padding-top: 8px;
      }

      .ant-anchor-headertitle {
        left: 44px;
        font-size: 14px;
        color: #666666;
        font-weight: bold;
        position: absolute;
        top: -3px;
      }

      .ant-anchor-wrapper {
        width: 240px;
        right: 20px !important;
        margin-left: 10px;
        margin-top: 10px;

        .ant-anchor::before,
        .ant-anchor::after {
          content: " ";
          background: #fff;
          width: 6px;
          height: 6px;
          border: 2px solid #E4E4E4;
          border-radius: 50%;
          box-sizing: content-box;
          position: absolute;
          left: -4px;
        }

        .ant-anchor::before {
          top: -8px;
        }

        .ant-anchor::after {
          bottom: 0px;
        }

        .ant-anchor-link {
          padding: 8px 0 4px 20px !important;
        }

        .ant-anchor-link:last-child {
          padding: 8px 0 22px 20px !important;
        }

        .ant-anchor-link-active>.ant-anchor-link-title {
          color: #588CE9;
        }

        .ant-anchor-ink-ball {
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background: #588CE9;
          border: #ABC5F4 solid 3px;
          margin-top: -2px;
        }

        .ant-anchor-ink:before {
          background-color: #E4E4E4;
        }

        .ant-anchor-link {
          padding: 8px 0 8px 15px;
        }

        .ant-anchor-link-title {
          max-height: 40px;
          line-height: 20px;
          color: #666;
          white-space: normal;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;

          span span {
            color: #999;
            margin-right: 10px;
            margin-left: 0px;
          }
        }

        .ant-anchor-link-title-active {
          span span {
            color: #588CE9;
          }
        }

        .ant-anchor-link-title:hover span {
          color: #588CE9 !important;
        }
      }
    }
  }
}

/*无物流信息*/

.wuliu_none {
  width: 300px;
  min-height: 70px;

  .wuliu_none_title {
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
  }

  .anticon {
    margin: 15px auto 0px auto;
    width: 20px;
    height: 20px;
    display: block;
  }

  .icon-cuowutishi::before {
    content: "\e671";
    color: #ccc;
    font-size: 24px;
    text-align: center;
  }
}

/*物流信息*/

.wuliu_infor_more {
  width: 300px;
  padding: 0;
  min-height: 100px;
  max-height: 240px;
  overflow-y: auto;
  margin: 10px auto 0px auto;
  padding-bottom: 10px;

  .wuliu_infor_more1 {
    position: relative;
    margin: 0px 30px 0px 35px;

    .wuliu_infor_more_adress {
      font-size: 12px;
      color: #333333;
      line-height: 17px;
      padding-top: 10px;
    }

    .wuliu_infor_moretime {
      font-size: 12px;
      color: #999999;
      line-height: 17px;
      margin-top: 4px;
    }
  }

  .wuliu_infor_more1:first-child {
    .wuliu_infor_more_adress {
      padding-top: 0px;
    }
  }

  .wuliu_infor_more1:before {
    content: "";
    position: absolute;
    background: #e6e6e6;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: #fff solid 2px;
    top: 13px;
    left: -25px;
  }

  .wuliu_infor_more1::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #e9e9e9;
    margin: 0 auto;
    left: -21px;
    top: 10px;
  }

  .wuliu_infor_more1.current::before {
    content: "";
    position: absolute;
    background: #588CE9;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: #cddcf8 solid 2px;
    top: 3px;
    left: -26px;
    z-index: 9999999;
  }

  .wuliu_infor_more1.current {
    .wuliu_infor_adress {
      color: #588CE9;
    }
  }
}

/*物流信息-多条*/

.wuliu_infor_more_list {
  width: 340px;
  padding: 0 18px;
  position: relative;
  overflow: hidden;

  &::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #e9e9e9;
    margin: 0 auto;
    left: 18px;
    top: 0px;
  }

  .wuliu_infor_more {
    width: 290px;
    padding: 10px;
    background: #F7F7F7;
    border-radius: 4px;
    margin: 0px;
    margin-left: 15px;
    min-height: auto;
    max-height: 50000px; //最大高度单条物流信息设置了240，此处设置高度
    overflow-y: hidden;

    .wuliu_infor_more_adress {
      font-size: 12px;
      color: #333333;
      line-height: 16px;
    }

    .wuliu_infor_moretime {
      font-size: 12px;
      color: #999999;
      line-height: 20px;
      margin-top: 5px;
    }

    .see_all {
      font-size: 12px;
      color: #505766;
      padding: 0px;
      width: 90px;
      height: 24px;
      border: 1px solid #D9D9D9;
      border-radius: 100px;
      margin-left: 90px;

      .icon {
        margin-left: 3px;
        transform: scale(.75) rotate(0deg);
      }
    }

    .see_all_up {
      .icon {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
        -ms-transform: rotate(180deg);
        transform: rotate(180deg) scale(0.75);
      }
    }

    .wuliu_infor_more1 {
      margin: 0px;
    }

    .wuliu_infor_more1::before {
      display: none;
    }

    .wuliu_infor_more1::after {
      display: none;
    }

    .wuliu_infor_more1.current {
      .wuliu_infor_more_adress {
        color: #588ce9;
      }
    }
  }

  .wuliu_all_title {
    font-size: 12px;
    color: #333333;
    padding-left: 15px;
    font-weight: bold;
    position: relative;
  }

  .wuliu_all_title::before {
    content: "";
    position: absolute;
    background: #588CE9;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #588CE9;
    border: #cddcf8 solid 2px;
    left: -5px;
    z-index: 9;
    top: 11px;
  }
}

/*更新日志下拉*/

.title-setting-telephone {
  width: 138px;
  background: #FFF7E7;
  height: 52px;

  .telephone-number {
    font-size: 12px;
    color: #EE2223;
    text-align: center;
    line-height: 18px;
    padding-top: 8px;
  }

  .telephone-infor {
    font-size: 12px;
    color: #878C98;
    text-align: center;
    line-height: 18px;
  }
}

.uretail-update-log-collect-wrap {
  padding-bottom: 500px;
}

.uretial-update-log .ant-collapse .uretail-update-log-activeLog {
  border: #588CE9 solid 1px;
}

/*赊销-零售收款单*/

.sell_credit {
  background: #fff;
  line-height: 70px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 159px;
  right: 10px;
  height: 70px;
  width: calc(~'100% - 174px');

  .sell_credit_left {
    display: flex;
    float: left;
    flex: 1;

    .sell_credit_select {
      font-size: 20px;
      color: #333333;
      margin-left: 30px;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-align: center;
      align-items: center;
      justify-content: center;

      span {
        font-size: 26px;
        margin-left: 15px;
      }
    }

    .sell_credit_all_money {
      font-size: 20px;
      padding-left: 50px;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-align: center;
      align-items: center;
      justify-content: center;

      span {
        font-size: 26px;
        color: #ee2223;
        margin-left: 15px;
      }
    }
  }

  .cash-Settlement {
    float: right;
    width: 140px;
    border: none;
    height: 70px;
    background: #F9FAFB;
    border-left: #DBE0E5 solid 2px;
    border-radius: 0px;

    .icon {
      width: 34px;
      height: 34px;
    }

    .pay-title {
      font-size: 16px;
      color: #505766;
      display: block;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }
  }

  .cash-Settlement[disabled] {
    background: #fcfcfd;

    .pay-title {
      color: #999;
    }

    svg {
      fill-opacity: 0.5;
    }
  }

  .ant-btn-pay {
    width: 200px;
    height: 70px;
    background-image: @primary-color;
    line-height: 68px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border: none;
    border-radius: 0px;
    padding: 0px;
  }

  .ant-btn-pay[disabled] {
    background: @primary-color;
    opacity: .5;
  }

  .ant-btn-pay[disabled]:hover {
    color: #fff;
  }

  .sell_credit_paybar {
    float: right;
    display: flex;
  }
}

/*收款单 筛选条件表格变高特殊样式 gathering-list*/

.u-tabs-content {
    .gathering-list {
      height: 100%;
      padding-bottom: 70px;
  
      .listheadRow {
        margin: 0 15px 0 0;
        padding-top: 30px;
        font-size: 14px;
  
        .scheme-list {
          margin-left: 14px;
        }
        .up-show{
            .u-button{
                height: 40px;
                font-size: 14px;
            }
        }
        .sp-range-txt {
          line-height: 40px;
        }
  
        .filter-hide .input-control {
          height: 40px;
  
          .ant-calendar-picker-icon {
            width: 16px;
            height: 16px;
          }
  
          .ant-calendar-picker-icon:after {
            font-size: 16px;
          }
          .u-form-control,
          .u-select-selection--single{
              height: 40px;
              font-size: 14px;
              line-height: 38px;
              .u-select-selection-rendered{
                  line-height: 38px;
              }
          }
          .ant-search-input-wrapper {
            height: 40px;
  
            .anticon-canzhao:before {
              font-size: 18px;
            }
          }
        }
  
        .filter-hide .input-control .ant-input,
        .filter-hide .input-control .ant-select {
          height: 40px;
          font-size: 14px;
        }
  
        .filter-hide .input-control .ant-select {
          .ant-select-selection {
            height: 40px;
  
            .ant-select-selection__rendered {
              line-height: 38px;
            }
  
            .ant-select-arrow {
              font-size: 14px;
            }
          }
        }
  
        .ant-popover-open-count {
          height: 40px;
        }
  
        .label-control {
          line-height: 20px;
          max-height: 40px;
          min-width: 110px;
          padding-left: 10px;
        }
    
        .yon-row .ant-btn {
          height: 40px;
          font-size: 14px;
        }
      }
  
      /*表格部分*/
      .meta-table {
        font-size: 14px;
  
        .ant-checkbox-inner {
          width: 18px;
          height: 18px;
        }
  
        .ant-checkbox-indeterminate .ant-checkbox-inner:after {
          content: " ";
          transform: scale(1);
          position: absolute;
          left: 3px;
          top: 7px;
          width: 9px;
          height: 2px;
        }
  
        .ant-checkbox-checked .ant-checkbox-inner:after {
          transform: rotate(45deg) scale(1);
          position: absolute;
          left: 4px;
          top: 1px;
          display: table;
          width: 7px;
          height: 10px;
          border: 2px solid #ee2223;
          border-top: 0;
          border-left: 0;
          content: " ";
          transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
        }
  
        .fixedDataTableCellLayout_wrap3 .public_fixedDataTableCell_cellContent .checkboxHD .ant-checkbox-wrapper .ant-checkbox {
          margin-top: 10px;
        }
  
        .public_fixedDataTable_header .fixedDataTableCellLayout_wrap3 .public_fixedDataTableCell_cellContent .textCol {
          padding: 0px !important;
        }
  
        .fixedDataTableCellLayout_wrap3 .public_fixedDataTableCell_cellContent .textCol {
          padding: 10px 10px !important;
        }
      }
    }
  }

/*零售收款小屏适配*/

@media screen and (max-height:826px) {
  .ant-tabs-content {
    .gathering-list {
      .readOnlyTable {
        padding-bottom: 90px;
      }
    }
  }
}

/*编辑采购分析*/

.report-design-modal {
  width: 800px !important;
  height: 600px;

  .ant-modal-body {
    min-height: auto;

    .meta-table.listTable {
      height: 457px;
    }

    .meta-table.listTable.readOnlyTable {
      height: 470px;

      .checkradio-checked-readonly:hover {
        border: 1px solid #588CE9;
        background: #588CE9;
      }
    }

    .fixedDataTableRowLayout_rowWrapper .textCol .edit-input-number {
      margin-top: -8px;
    }

    .public_fixedDataTableCell_cellContent .editCol {
      padding: 14px 10px !important;
    }

    .public_fixedDataTable_bottomShadow {
      background: none;
    }
  }

  /*底部按钮*/
  .ant-modal-footer {
    height: 62px;
    padding: 15px 20px 15px 20px;

    .ant-btn {
      padding: 6px 20px;
    }
  }
}

/*消息列表*/

.unreadtime,
.readtime {
  color: #999;
  padding-left: 10px;
  margin-top: 12px;
  display: block;
}

.anticon-unread {
  display: block;
  width: 6px;
  height: 6px;
  background: #EE2223;
  border-radius: 50%;
}

.infor-list-point {
  padding: 12px 0px !important;
}


.recipient_name {
  color: #333;
}

.account_name {
  color: #999;
  margin-left: 3px;
}
.Toolbar_Notification {
  width: 384px;
  .u-notification-notice-closable {
    padding-right: 16px;
  }
  .u-notification-notice-close {
    color: #999;
    &:hover {
      color: #ee2233;
    }
  }
  .u-notification-notice{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
}

.Toolbar_Notification_Img {
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 16px;
  background-image: url(./images/batch-operation.svg);
  background-size: 100% 100%;
}

.Toolbar_Notification_Img.Toolbar_Notification_Img_import {
  background-image: url(./images/batch-operation.svg);
}

.Toolbar_Notification_Desc1 {
  font-size: 15px;
  font-weight:500;
  line-height: 21px;
  color: #333;
  margin-bottom: 5px;
}

.Toolbar_Notification_Desc2 {
  margin-left: 44px;
  color: #666;
}

.Toolbar_Notification_Desc3 {
  margin-left: 44px;
  line-height: 17px;
  color: #666;
  margin-top: 6px;
  .Toolbar_Notification_Count, .Toolbar_Notification_SucessCount, .Toolbar_Notification_FailCount {
    display: inline-block;
    padding: 0 2px;
    font-weight: 600;
  }
  .Toolbar_Notification_Count {
    color: #333;
  }
  .Toolbar_Notification_SucessCount {
    color: #18B681;
  }
  .Toolbar_Notification_FailCount {
    color: #EE2223;
  }
}

a.Toolbar_Notification_Log {
  float: right;
  color: #4E97FF;
  line-height: 17px;
  position: relative;
  margin-top: 4px;

  &:hover {
    color: #8DBBF5;
  }
}

.Toolbar_Notification_Desc {
  position: relative;
}

/*新增开票设置 间距问题特殊设置*/

.Manual-calculation-left {
  .viewCell.width-percent-100 .ant-upload {
    margin-bottom: 0px;
  }

  .electroinvoice_attachment {
    .upload-content.clearfix>.yon-row {
      margin-bottom: 15px;
    }
  }
}

/*2018年10月16日消息列表进入的存量查询页面*/

.container-browse-mode.container-less-height .listheadRow .yon-row .col-auto .ant-btn .icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  float: left;
}

/*2018年10月16日新增商品转换关系页面*/

.yon-row.use {
  margin-top: 10px;
  margin-bottom: 12px;

  .viewCell.width-percent-33 {
    .yon-row {
      margin-bottom: 0px;
      min-height: 26px;
    }

    .label-control {
      margin-top: 0px;
    }

    .control-width {
      line-height: initial;
      margin-top: 0px;
    }
  }
}

/*地图问题*/

.map {
  // 地图删除图标
  .map-row {
    &:hover {
      .ant-select-selection__clear {
        opacity: 1 !important;

        &:before {
          content: "\E690" !important;
          font-size: 14px;
          font-family: "yonicon";
        }
      }
    }

    .u-time-picker i.ufP {
      opacity: 1 !important;
    }

    .ant-select-selection__clear {
      position: absolute !important;
      top: 16px !important;
      opacity: 1 !important;
      right: 30px !important;
    }
  }
}

/*商品转换关系*/

.beforeProductInfo,
.afterProductInfo {

  .input-control.control-width,
  .ant-input-affix-wrapper {
    height: @base-input-height;
  }
}

/*零售开单：底部功能操作按钮添加快捷键*/

.hotKey {
  float: right;
  opacity: 0.6;
  color: #505766;
  margin-left: 5px;
}

.Uretail-billing-actions-title-popover {
  min-width: auto !important;

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

  .ant-popover-content {
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  }

  .ant-popover-inner {
    border: none !important;
    background: transparent;
  }

  .ant-popover-inner-content {
    background: #fffecf;
    padding: 5px 15px 5px 15px;
    line-height: 20px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 7px;

    .Uretail-billing-actions-hotkey {
      color: #505766;
      opacity: 0.8;
    }
  }
}

/*快捷支付添加快捷键*/

.billing-js-zfb .billing-settleButton-wrap {
  .ant-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .quick_payment_method {
    max-width: 96px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .quick_hotKey {
    color: #999;
    margin-left: 5px;
  }
}

@media screen and (max-width: 1320px) {
  .billing-js-zfb .billing-settleButton-wrap {
    .quick_payment_method {
      max-width: 62px;
    }
  }
}

/*查询方案*/
.scheme-list {
  .scheme-list-mixin();
}

/*查询方案-弹窗*/
.u-modal-dialog.scheme-content {
  width: 800px;

  .u-modal-body {
    padding: 0px;

    .Scheme-Content-body {
      height: 470px;
      padding: 16px 0px 20px 30px;
      overflow-y: auto;

      .add-scheme {
        position: relative;
        .show_pubper{
          padding-left: 98px;
        }
        .input_schemename {
          border: #ee2222 solid 1px;
        }

        .char_start,
        .scheme-name-mention {
          position: absolute;
          font-size: 12px;
          line-height: 12px;
          color: #ee2222;
          left: 98px;
        }
      }

      .anticon-star:before {
        font-size: 14px;
      }

      .sumarea_list_updown {
        width: 120px;

        .u-button {
          float: left;
        }

        .anticon {
          font-size: 14px;
        }

        .anticon-guanbi1 {
          font-size: 13px;
        }

        .action-shanchucopy2 {
          padding: 6px 7.5px 6px 15px;
        }

        .action-shanchucopy1,
        .action-guanbi1 {
          padding: 6px 7.5px;
        }

        .u-button:hover {

          .anticon-shanchucopy2:before,
          .anticon-shanchucopy1:before,
          .anticon-guanbi1:before {
            color: #ee2223;
          }
        }
      }

      .add-scheme {
        .add-scheme-content {
          display: flex;
          align-items: center;
          margin-top: 10px;

          .scheme-name {
            width: 83px !important;
            line-height: 16px;
            max-height: 32px;
            margin-right: 8px;
            text-align: right;
          }

          .scheme-name-content {
            width: 400px !important;
          }

          .scheme-set {
            display: flex;
            margin-left: 8px;
            padding-left: 0px;
            .u-checkbox{
              margin-right: 10px;
            }
          }
        }

        .query-content-ranking>div:first-child {
          .sumarea_list_updown {
            .action-shanchucopy2 {
              .anticon-shanchucopy2:before {
                color: #adb4bc;
              }
            }
          }
        }

        .query-content-ranking>div:last-child {
          .sumarea_list_updown {
            .action-shanchucopy1 {
              .anticon-shanchucopy1:before {
                color: #adb4bc;
              }
            }
          }
        }

        .query-content-list {
          display: flex;
          align-items: center;
          margin-top: 20px;

          .query-content-title {
            width: 83px !important;
            line-height: 14px;
            max-height: 28px;
            margin-right: 8px!important;
            overflow: hidden;
            text-align: right;
          }

          .compareLogic {
            width: 120px !important;
            margin-right: 8px;
          }

          .query-component-3 {
            width: 270px !important;

            .query-scheme-date {
              margin-top: 10px;

              .col-float {
                width: 119px !important;
              }
            }
          }
        }

        .query-content-list.sumarea_list_item {
          display: flex;
          align-items: initial;

          .query-component-3 {
            // wangjing 请购单默认新增方案
            h1{
              background: #f7f9fb;
              border: 1px solid #dfe1e6;
              color: #909090;
              cursor: not-allowed;
              height: 28px;
              line-height: 26px;
              box-sizing: border-box;
              padding: 0 8px;
              border-radius: 4px
            }
            &>.tag-group {
              .label-control+.col-float {
                width: auto !important;
              }
            }
          }
          .showPosition {
            margin-left: 8px;
            width: auto!important;
            .u-select-selection--single .u-select-selection-selected-value {
              margin-right: 20px;
            }
          }
        }

        .Test-time-two {
          display: flex;
          margin-top: 20px;

          .u-radio-group .u-radio-button {
            margin-top: 3px;
            padding: 0 6px;
          }

          .query-picker.query-copypicker {
            width: 270px;

            .yon-row.m-b-10 {
              >div.m-r-10 {
                margin-right: 0px;

              }
            }

            .query-scheme-date {
              margin-top: 10px;

              .col-float {
                width: 119px !important;
              }
            }
          }

          .query-content-title {
            width: 83px !important;
            line-height: 32px;
            max-height: 32px;
            margin-right: 8px;
            overflow: hidden;
            text-align: right;
          }

          .compareLogic {
            width: 120px !important;
            margin-right: 8px;
          }

          .query-component-2 {
            width: 20px;
            text-align: center;
          }

          .query-content-title+div+.query-component-1,
          .query-content-title+div+.query-component-1+.query-component-2+.query-component-3 {
            width: 125px !important;
          }

          .query-content-title+div+.query-component-1+.query-component-2 {
            line-height: 32px;
          }

          .query-component-1,
          .query-component-3 {
            width: 270px !important;
          }

          .query-component-1 {
            .basic-predicate-data-picker {
              .yon-row.m-b-10 {
                >div.m-r-10 {
                  margin-right: 0px;


                }
              }
            }

            .query-scheme-date {
              margin-top: 10px;

              .col-float {
                width: 119px !important;
              }
            }
          }
        }
      }
    }
  }

}

.query-criteria-select {
  width: 180px;
  padding-left: 0px !important;

  .Checked-confirm-btn {
    height: 32px;
    border-top: 1px solid #dcdcdc;

    .ant-btn {
      height: 26px;
      float: right;
      margin-right: 10px;
      padding: 0 12px;
      margin-top: 8px;
    }
  }
}

/*查询方案-自定义过滤条件*/

.scheme-List.group-add-grouping-count.defined-filterItem {
  padding-bottom: 64px;

  &.haveno_addScheme {
    padding-bottom: 0;

    .haveno_addIcon {
      padding: 0;
    }
  }

  .group-add-grouping {
    line-height: 28px;
    background: #fff;
    border-top: #ececec solid 1px;
    max-height: 70px !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: auto !important;
    padding-top: 3px;
    padding-bottom: 3px;

    .add-scheme-button {
      margin-top: 0px;
    }
  }
}

/*查询方案-自定义过滤条件弹窗*/

.u-modal-dialog.filter_defined_list {
  width: 800px !important;

  .u-modal-body {
    padding: 0px;

    .filterdefined_addbutton {
      margin-top: 12px !important;
      margin-bottom: 10px;
      height: auto;
      width: auto !important;
      margin-left: 0px !important;
      overflow: hidden;

      .u-button {
        float: right;
        margin-right: 24px;
        height: @base-input-height;
      }

      .u-button-primary {
        border: 1px solid #d9d9d9;
        color: #535a69;
        background: #fff;
        font-size: 12px;

        &:hover {
          border: 1px solid #505766;
          background: #fff;
        }
      }
    }

    .meta-table.listTable {
      height: 422px;
    }

    .listTable {
      .public_fixedDataTable_header {
        .btn-caret {
          margin-top: 6px;
        }
      }
    }
  }
}

// 过滤弹框三角
.tips_style {
  .ant-popover-arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px !important;
    border-color: transparent transparent #fff #fff;
    transform: rotate(225deg);
    box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, .1);
    border-left-color: #fff !important;
    left: 415px;

    &::after {
      display: none;
    }
  }

  .ant-popover-inner-content {
    padding: 8px 0 20px;
  }
}

/*查询方案-自定义过滤条件弹窗-新增过滤项弹窗*/

.u-modal-dialog.addfilter_content {
  width: 800px !important;

  .u-modal-body {
    height: 494px;
    padding: 0 0 0 20px;

    .add_defined,
    .enumeration {
      position: relative;

      textarea.u-form-control {
        height: 75px;
      }

      .tips_popover {
        position: absolute;
        top: 0px;
        left: 463px;

        .u-button {
          border: none;
          padding: 6px 6px 6px 0px;
          min-width: 0;

          i {
            font-size: 14px;
            color: #ccc;

            &:hover {
              color: #505766;
            }
          }
        }
      }

      .error {
        position: absolute;
        bottom: -15px;
        color: #ee2233;
        left: 100px;
      }
    }

    .LeftContent {
      width: 232px;
      float: left;
      height: 494px;
      border-right: 1px solid #e4e4e4;
      margin-right: 0px !important;

      .u-input-search.u-input-affix-wrapper {
        margin-top: 15px;
        width: 210px;
      }

      .u-tree {
        max-height: 439px;
        overflow-y: auto;
      }

      .defind_all {
        position: relative;
        margin-top: 12px;

        .u-button.u-button-icon {
          height: 28px;
          right: 24px;
          position: absolute;
          z-index: 2;
          top: 0;
          border: none;
          cursor: pointer;
          padding: 0;

          i {
            font-size: 16px;
            margin: 0;
          }
        }

        .yonicon-close-circle {
          position: absolute;
          top: 0;
          right: 52px;
          height: 30px;
          line-height: 30px;
          z-index: 1;
          cursor: pointer;

          &:hover {
            &::before {
              color: #505766;
            }
          }
        }

        .u-select {
          width: 210px !important;

          .u-select-search-field {
            padding-right: 40px;
          }
        }
      }
    }

    .u-select {
      vertical-align: middle;
    }

    .RightContent {
      width: 514px;
      float: left;
      margin-left: 34px;
      padding-top: 20px;
      height: 494px;
      overflow-y: auto;

      .add_defined {
        .refer-div.has-feedback .yon-row {
          margin-bottom: 0; // 新增过滤项
        }
      }

      .yon-row {
        margin-bottom: 15px;
      }

      .operatorCom,
      .processValueCom {
        .yon-row {
          margin-bottom: 7px;
        }
      }

      .operatorCom .u-button {
        padding: 0px;
        min-width: 0;
        font-size: 12px;
        height: 26px;
        margin-bottom: 8px;
      }

      .yon-row .label-control {
        color: #2a2a2a;
        text-align: right;
        line-height: @base-input-height;
      }

      .yon-row .input-control {
        width: 360px !important; // zhangkunk 自定义过滤项细节调整

        .showMore {
          &:hover {
            color: #999;
          }

          .anticon {
            font-size: 8px;
            margin-left: .3em; // 这里是向上、向下图标视觉效果微调

            &.anticon-up-circle {
              transform: scale(.8) translateY(1px);
            }

            &.anticon-down-circle {
              transform: scale(.8) translateY(0px);
            }
          }
        }
      }

      .yon-row .input-control .u-tag {
        min-width: 50px;
        height: @base-input-height - 2;
        background: #fff;
        line-height: 24px;
        text-align: center;
        margin-bottom: 8px !important;
        margin-left: 0;
        margin-right: 7px;
        border: 1px solid #d9d9d9;

        .u-tag-text {
          color: #666;
          font-size: 15px;
        }
      }

      .operator .yon-row {
        margin-bottom: 10px;

        .showMore {
          padding: 0px;

          .anticon-down-circle:before,
          .anticon-up-circle:before {
            font-size: 12px;
            transform: scale(.75) rotate(0deg);
          }

          .anticon {
            margin-left: 2px;
          }
        }
      }

      .subscribe_condition,
      .add_definedname,
      .compareMark,
      .filterType {
        position: relative;

        .error {
          position: absolute;
          bottom: -18px;
          color: #ee2233;
          left: 100px; // zhangkunk 自定义过滤项细节调整
        }
      }
    }
  }

  .u-modal-footer {
    .u-button:first-of-type {
      .cancel-button-mixin();
    }

    .u-button:nth-of-type(2) {
      .secondary-button-mixin();
      margin-left: 8px;

      &:disabled {
        opacity: .5;
      }
      span {
        color: #fff;
      }
    }

    .u-button:nth-of-type(3) {
      .primary-button-mixin();
      margin-left: 8px;

      span {
        color: #fff;
      }
    }
  }
}

/*智能要货弹窗*/

.query-scheme-modal-container {
  .btn-toolbar-bottom {
    margin-top: 10px;
  }

  .titleType {
    cursor: pointer;

    .title-adds {
      font-weight: normal;
      margin-left: 8px;
      margin-right: 6px;
      color: #588ce9;
      font-size: 12px;
    }

    .icon-wenhaomoren {
      line-height: 19px;
    }

    .icon-wenhaomoren:before {
      color: #999;
      font-weight: normal;
    }
  }

  .titleType:hover {
    .icon-wenhaomoren:before {
      color: #f5a218;
    }
  }

  .viewCell.width-percent-50 {
    .control-width {
      .viewCell {
        width: 100% !important;
      }
    }
  }

  .basic-predicate-data-picker {
    .input-control {
      width: calc(~'100% - 170px') !important;
    }

  }

  .query-scheme-date {
    width: calc(~'100% - 178px') !important;

    .yon-row {
      .col-float {
        min-width: 100px !important;
        flex: 1;

        input {
          width: 100% !important;
        }
      }

      .m-r-10 {
        margin-right: 5px;
      }
    }
  }

  .meta-checkbox-container {
    padding: 0 16px 0px 54px;

    .yon-row {
      display: flex;

      .label-control {
        width: auto !important;
      }

      .control-width>div {
        width: 84px;
        float: left;
      }
    }
  }
}

.ant-model-title-popover {
  margin-left: -385px;
  left: 50% !important;

  .ant-popover-content>.ant-popover-arrow {
    left: 114px;
  }
}

.ant-title-tips-popover {
  width: 562px;
  height: 426px;

  .ant-popover-arrow {
    z-index: 1;
  }

  .ant-popover-inner {
    position: absolute;
    left: 164px
  }
}

/*开单logo设置*/

.no-avatar-man.basic-avatar-billing-logo {
  width: 90px !important;
  height: 50px !important;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: url(images/icon_billing_logo.png) center center #f8f8f8;
}

.basic-avatar-billing-logo {
  width: 750px;

  .basic-avatar-btn-item {
    width: 90px !important;
    height: 50px !important;
    background: url(images/icon_billing_logo.png) center center #f8f8f8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;

    &.basic-avatar-bg {
      background: url(images/icon_billing_logo.png) center center #f8f8f8;
      background-size: 100% 100%;
    }

    img {
      width: 100%;
      max-height: 100%;
      height: auto;
    }

    .ant-upload {
      height: 100%;
    }

    span.basic-avator-changeimg {
      height: 25px !important;

      .yonicon-uploading:before {
        font-size: 18px !important;
      }
    }

    .basic-avator-deleteimg {
      height: 25px !important;
      font-size: 16px !important;
      line-height: 1.6 !important;
    }
  }
}

/*电商订单-弹窗*/

.filterArea {
  margin-top: 15px;
  height: 40px;

  .ant-select-selection--single {
    height: 40px !important;
  }

  .tihuo_way {
    width: 240px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .deal_status {
    width: 240px;
    float: left;
  }

  .button_area {
    float: right;

    .ant-btn {
      height: 40px;
      width: 80px;
      font-size: 14px;
      margin-left: 20px;
    }

    .reject_bill {
      margin-right: 20px;
    }
  }
}

/*货位*/

.cargo-location-head {
  padding-bottom: 0px;

  .ant-select-selection--single {
    height: 32px;
  }
}

.cargo-location-bottom-toolbar {
  height: 52px;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  background: #fff;
  width: calc(~'100% - 415px') !important;
  box-shadow: 0 -5px 12px -5px #dedede;

  .btn-group-bottom {
    margin-left: 110px;
    margin-top: 12px;
  }
}


/*草稿-新增态只有list-top-toolbar其他页面没有这种结构*/

.container-edit-mode {
  .list-top-toolbar+.group-container {
    // padding-top: 0px;
    overflow: hidden;
    .col-all .group-title{
      margin-top:0;
    }
  }
  .group-container+.meta-default-container.div-container{
      margin-top: 14px;
  }

}

.list-top-toolbar {
  overflow: hidden;
  padding: 8px 20px;
  z-index: 1700;
  
}

.list-top-toolbar+.listheadRow {
  padding-bottom: 0px;
}

// 编辑态
.container-edit-mode {
  .group-title-hide {
    margin-top: 16px;
  }
}

// 需要置顶的 .list-top-toolbar
.no-iframe .container-browse-mode {
  .list-top-toolbar {
    & + div {
      // margin-top: 48px!important;
      // 避免相邻的是隐藏的元素
      &.hide {
        display: block !important;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        margin-bottom: 0;
      }
    }

    &>.yon-row {
      position: relative !important;
    }

    &.top-fixed {
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
      transform: translateZ(0);
      // top: 0; 由js 动态设置
    }
  }

  .split_container .split_right {
    &.top-fixed {
      box-shadow: none;
    }
  }
}

.ucf-amc-ambd .ampub_location_tree .u-tabs-editable-card .container-browse-mode .bill-container-diwork .split_container  .split_right  .list-top-toolbar{
  width:auto !important;
  right:0;
}

.fixed .container-browse-mode {
  .split_container .right,
  .form-base {
    .list-top-toolbar {
      left: 432px;
    }
  }
}

/* fix: UDH-29949 */
.marketingbill{
  .list-top-toolbar {
    .group-container {
      margin-top: 16px;
      &.hide {
        display: block !important;
      }
    }
  }
}
/*pc商品选配*/

.special-rows {
  .special-row {
    display: flex;

    .special_separator {
      width: 30px;
    }
  }
  &.func-share {
    display: flex;
    .special-row:not(:last-child) {
      &:after {
        content: ','
      }
    }
  }
}

/*草稿下拉框*/

.drop_menu {
  padding: 8px 0px !important;
  border: #ccc solid 1px;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 #e4e4e4;
  background: #fff;

  .draft_haveNodata {
    background: #fff;

    &:hover {
      background: #fff;
    }
  }

  .ant-dropdown-menu {
    max-height: 198px;
    padding: 0px !important;
    box-shadow: none;
    border-radius: 0px;
  }

  .ant-dropdown-menu-item {
    padding: 8px 15px;
    height: auto;
    line-height: initial;
    color: #666;
  }

  .draft_menuItem {
    position: relative;
    max-width: 280px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 280px;
    border-radius: 0px;
    padding-right: 45px;

    .draft_itemName {
      width: 100%;
      padding: 0;
      padding-right: 22px;
    }

    .draft_font {
      position: absolute;
      right: 0px;
      color: #666;
      padding: 0px 15px 0px 10px;

      .anticon-shanchu1 {
        line-height: 28px;
      }

      .anticon-shanchu1::before {
        color: #999;
        font-size: 14px;
      }

      .anticon-shanchu1:hover::before {
        color: #ee2233;
      }
    }

  }

  .draft_lipc {
    padding: 0px;

    span {
      padding: 8px 15px;
      display: block;
    }
  }

  .draft_menuItem.draft_menuItem_selected {
    background-color: #fff7e7;
    color: #757576;

    .draft_font {
      background-color: #fff7e7;
    }
  }

  .draft_menuItem.draft_menuItem_selected:hover {
    background: #f3f5f9;

    .draft_font {
      background: #f3f5f9;
    }
  }
}

/*汇总明细切换按钮*/

.ant-btn.switch_button {
  height: 32px;

  svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    float: left;
    margin-top: -1px;
  }
}

/*下拉框带搜索条件的不动 列表出滚动条*/

.defaut-list.listRefer-list {
  max-height: 198px;
  overflow-y: auto;

  li {
    position: relative;
    padding: 8px 10px 8px 35px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;

    &.selected {
      background-color: #fff7e7;

      &:hover {
        background-color: #EDF1F7;
      }

      &.u-menu-item-active {
        background-color: #EDF1F7;
      }
    }

    .anticon {
      position: absolute;
      left: 15px;
      color: #ee2223;
      font-weight: 700;
      font-size: 12px;
      top: 11px;
    }

    span {
      position: absolute;
      padding-right: 15px;
      right: 0px;
      padding-left: 5px;
      height: 100%;
      top: 0px;
      line-height: 32px;

      .table-list-btn {
        color: #666;
      }

      &:hover {
        .table-list-btn {
          color: #588ce9;
        }
      }
    }

    &:hover {
      span {
        background: #f7f9fd;
      }
    }
    .anticon-icon-xuanzhong1{
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
  }

  li.no-data {
    line-height: 160px;

    &:hover {
      background: #fff;
    }
  }

  &.u-menu-vertical {
    border: none;
    padding: 0;

    >.u-menu-item {
      font-size: 12px;
      line-height: inherit;
      height: initial;
      padding: 8px 12px 8px 12px;
      .yonicon-icon-xuanzhong1{
        margin-right: 8px;
        float: left;
        &::before{
          font-size: 16px;
        }
      }
      i.out{
        font-style: normal;
        i.high-light{
          color: @high-light-color;
          font-style: normal;
        };
      }
      span {
        display: none;
        background: transparent;
      }

      &:hover {
        span {
          display: block;
        }
      }
    }
  }

  &.u-menu {
    color: #333;
    border: none;
    line-height: inherit;
  }
}

//listRefer参照底部按钮
.listRefer-toolbar-wrapper {
  line-height: 28px;
  background: #fff;
  border-top: 1px solid #ececec;
  max-height: 70px !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: auto !important;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: -8px;
  overflow: hidden;

  span {
    display: block;
    width: 100%;
    padding-left: 9px;

    svg {
      width: 16px;
      height: 16px;
      vertical-align: sub;
      margin-right: 4px;
    }

    .table-list-btn {
      color: #588ce9;
    }

    &:hover {
      .table-list-btn {
        color: #ee2223;
      }
    }
  }

  span.table-list-toolbar {
    float: left;
  }
}

/*桌面看板-过滤条件*/

.filter-inDesktop-container {
  width: 650px;
  z-index: 1000;

  .ant-popover-inner-content {
    height: 340px;
    overflow-y: hidden !important;

    .popover-filter-list {
      height: 270px;
      overflow-y: auto;

      .viewCell.width-percent-50 {
        padding-left: 0px;

        .label-control {
          align-items: center;
          display: flex;

          label {
            line-height: 16px;
            max-height: 32px;
            display: block;
            width: 100%;
          }
        }

        .yon-row {
          padding: 0;

          .control-width {
            width: 60% !important;

            .ant-input-affix-wrapper input {
              width: 100%;
              margin: 0px;
            }
          }
        }

        .yon-row:hover {
          background: #fff;
        }

        .yon-row {
          padding: 0px;

          .control-width {
            width: 60% !important;

            .ant-input-affix-wrapper {
              .ant-input-suffix {
                right: 10px;
                top: 16px;
              }
            }
          }
        }
      }

      .width-percent-100 {
        padding-left: 0px;

        .label-control {
          align-items: center;
          display: flex;
          justify-content: flex-end;
        }

        .yon-row {
          margin: 0px 0px 20px 0px;
          padding: 0px;

          .label-control+.input-control {
            width: auto !important;

            .yon-row {
              margin: 0px;
              padding: 0px;
              display: flex;
              align-items: center;

              .query-scheme-date {
                .col-float {
                  width: 109px !important;

                  .ant-calendar-picker {
                    width: 100% !important;

                    input {
                      width: 100% !important;
                    }
                  }
                }
              }
            }
          }
        }

        .yon-row:hover {
          background: #fff;
        }
      }
    }

    .popover-filter-footer {
      padding: 15px 30px;

      .ant-btn {
        padding: 6px 25px;
        height: 32px;
        font-size: 14px !important;
        border-radius: 4px;
        border: none;
        float: right;
      }

      .ant-btn:first-child {
        float: left;
        margin-left: 410px;
      }
    }
  }
}

/*桌面看板-设置过滤*/

.filter-inDesktop {
  display: flex;
  align-items: center;
  margin-bottom: 15px;

  .filter-inDesktop-left {
    font-size: 16px;
    line-height: 32px;
    margin-right: 10px;
    min-width: 70px;
    display: block;
  }

  .query-scheme-date {
    line-height: 32px;
    margin-right: 10px;

    .col-float {
      width: auto !important;
    }
  }

  .has-feedback {
    margin-right: 10px;
  }

  .basic-predicate-data-picker,
  .has-feedback,
  .ant-btn {
    float: left;
  }

  .has-feedback {
    min-width: 70px;
  }

  .filter-inDesktop-pointer {
    cursor: pointer;
    height: 30px;
    padding-top: 2px;

    .icon-shaixuan1 {
      font-size: 20px;
      color: #d9d9d9;
    }
  }

  .filter-inDesktop-pointer:hover {
    .icon-shaixuan1 {
      color: #505766;
    }
  }
}

.viewCell .basic-avatar-btn-item {
  width: 120px;
  height: 60px;
  border: solid 1px #D9D9D9;
  position: relative;
  border-radius: 4px;
  &:hover{
    border-color: #505766;
  }
  img {
    width: 118px;
    height: 58px;
    max-width: 100%;
    max-height: 100%;
  }
  .u-upload.u-upload-select{
    width: 100%;
    height: 100%;
    strong{
      font-weight: normal;
      display: block;
      text-align: center;
      line-height: 20px;
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  .basic-avator-uploadimg.avatar-uploader{
    width: 100%;
    height: 100%;
  }
}
.viewCell .id-card-license .basic-avatar-default{
    height: 64px!important;
}
// 法人证件
.viewCell .basic-avatar-default .basic-avatar-right {
  // margin-left: 0;
  // line-height: 16px;
  // position: absolute;
  // bottom: -14px;
  color: #ccc;
}
//客户档案-编辑-资质信息-logo间距 
.aa_merchant_logo>.yon-row{
  margin-bottom: 24px!important;
}
.viewCell .basic-avatar-default .ant-upload.ant-upload-select {
  width: auto !important;
}



.viewCell .basic-avatar-btn-item:hover {

  strong {
    display: block;
    font-weight: 400;

    .yonicon-uploading {
      float: left;
      margin-top: 7px;
      margin-right: 5px;
    }
  }
}

.basic-avatar-right {
  margin-left: 10px;
}

// 员工，新增logo
div[id='bd_staff_card|photo'] {
  .face-img.basic-avatar-default {
    .basic-avatar-btn-item {
      margin-left: 30px;
      height: 150px;
      img {
        height: 100%;
      }
    }
    .basic-avatar-right {
      margin-left: 26px;
      margin-top: 4px;
      position: static;
    }
  }
}

/*上传企业logo*/
.basic-avatar-billing-logo {
  .basic-avatar-btn-item {
    .ant-upload-select-text {
      margin-top: 0px !important;
    }

    .ant-upload {
      strong {
        width: 120px;
        text-align: center;
        line-height: 16px;

        .anticon {
          display: block;
          margin-top: 5px;
          float: none;
        }
      }
    }
  }
}

/*设置自助大屏企业logo*/

.face-img.basic-avatar-logo {
  width: 750px; //无图片默认背景

  .basic-avatar-btn-item.basic-avatar-bg {
    width: 160px;
    height: 70px;
    border-radius: 4px;
    display: flex;
    align-items: center;

    img {
      width: 100%;
      max-height: 100%;
    }
  }

  //有图片
  .basic-avatar-btn-item {
    width: 160px;
    height: 70px;
    border-radius: 4px;
    background: #f8f8f8;
    display: flex;
    align-items: center;

    img {
      width: 100%;
      max-height: 100%;
      height: auto;
    }
  }

  .basic-avatar-btn-item:hover span.basic-avator-uploadimg {
    width: 158px;
    height: 68px !important;
    border-radius: 4px;
  }

  .basic-avatar-btn-item .basic-avator-uploadimg .ant-upload {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px;
  }

  .basic-avatar-btn-item:hover .basic-avator-uploadimg strong .yonicon-uploading {
    float: none;
    display: block;
  }

  .basic-avatar-btn-item:hover .basic-avator-uploadimg strong {
    line-height: 20px;
  }
}

.basic-avatar-btn-item:hover span.basic-avator-changeimg {
    width: 50% !important;
    height: 20px;
    bottom: 0px;
    left: 0px;
  .ant-upload-select-text {
    margin-top: 0px;
    width: 50% !important;
    height: 28px !important;
    line-height: 28px;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    left: 0;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;

    .anticon {
      line-height: 24px;
      margin: 0px;
    }

    .yonicon-uploading:before {
      font-size: 18px;
    }

    &:hover {
      background: rgba(0, 0, 0, .75);
    }
  }
}


.viewCell .face-img .basic-avator-deleteimg,
.viewCell .face-img .avatar-uploader.basic-avator-changeimg {
  background: rgba(0, 0, 0, .4);
  position: absolute;
  width: 50%;
  height: 20px !important;
  bottom: 0px;
  color: #fff;
  text-align: center;
  line-height: 20px !important;
  cursor: pointer;
  display: none;
  .yonicon-delete:before {
    font-size: 16px;
    content: "\E68F";
  }
  &:hover{
    display: block;
    background: rgba(0, 0, 0, .75); 
  }
}
.basic-avator-deleteimg{
    right: 0;
}
.basic-avator-changeimg {
    left: 0px;
}

/*维度导航方案右对齐*/

.rpt-select2 {
  float: right;
}

/*资质信息-法人证件*/

.viewCell .id-card-front {
  //隐藏上传
  .basic-avatar-btn-item>span.avatar-uploader,
  .basic-avatar-btn-item>strong {
    display: none;
  }
  .basic-avatar-default,
  .basic-avatar-bg {
    background: url(./images/shenfenzheng-zheng.png) no-repeat center;
    background-size: 120px 64px;
    height: 64px;
    flex: 0 0 120px;
    width: 120px;
    display: block !important;
    &:hover{
        border-color: #D9D9D9;
    }
  }

  .no-avatar-man {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
  }

  .avatar-uploader,
  .basic-avatar-default {
    height: 64px;
  }

  .input-bottom {
    position: relative;
  }

  .basic-avatar-btn-item {
    width: 120px;
    height: 64px;
    margin-right: 0px;
    border-radius: 4px;
  }

  .has-related {
    .viewCell {
      width: 135px;
    }

    .viewSetting.viewCell.width-percent-100 {
      margin-left: 0px;
      padding-left: 0px !important;
    }
  }

  .input-control.control-width {
    .basic-avatar-btn-item:hover span.avatar-uploader {
      position: absolute;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      background: rgba(0, 0, 0, .4);
      color: #fff;
      font-size: 12px;
      text-align: center;
      cursor: pointer;
      &:hover{
        background: rgba(0, 0, 0, 0.75);
      }
    }

    .basic-avatar-btn-item:hover strong {
      line-height: 20px;
    }

    .basic-avatar-btn-item:hover strong .yonicon-uploading {
      display: block;
      float: none;
      margin-top: 8px;
    }

    .viewCell .basic-avatar-default .avatar-uploader .info-person-01 {
      height: 64px;
    }

    .viewSetting.viewCell {
      .ant-upload {
        margin-top: 0px;
      }
    }
  }

  .input-bottom-text {
    bottom: -16px;
    color: #ccc;
  }
}

.id-card-back {

  .basic-avatar-default,
  .basic-avatar-bg {
    background: url(./images/shenfenzhengfanmian.png) no-repeat center !important;
    background-size: 120px 64px !important;
    height: 64px;
  }
}

// 营业执照、法人证件等图片控件
.viewCell .id-card-front,
.viewCell .id-card-license {
  &>.yon-row {
    margin-bottom: 14px !important;
  }
  .form-lable-top-mixin();
}

// 品牌，广告图片
.viewCell .pc_brand_adImage {
  .form-lable-top-mixin();
}

/*资质信息-营业执照*/

.viewCell .id-card-license {
    //上传图片隐藏
  .basic-avatar-btn-item>span.avatar-uploader,
  .basic-avatar-btn-item>strong {
    display: none;
  }
  .basic-avatar-btn-item,
  .basic-avatar-default {
    background: url(./images/yingyezhizhao.png) no-repeat center #eceaea;
    background-size: 100px 64px;
    height: 64px;
    width: 100px;
    display: block !important;
    border-radius: 4px;
    &:hover{
        border-color: #D9D9D9;
    }
  }

  .input-bottom {
    position: relative;
  }

  .avatar-uploader,
  .basic-avatar-default {
    height: 64px;
    border-radius: 4px;
  }

  .basic-avatar-btn-item {
    border-radius: 4px;

    img {
      height: 72px;
    }
  }

  .input-control.control-width {
    .basic-avatar-btn-item:hover span.avatar-uploader {
      position: absolute;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      background: rgba(0, 0, 0, .4);
      color: #fff;
      font-size: 12px;
      text-align: center;
      cursor: pointer;
      &:hover{
        background: rgba(0, 0, 0, 0.75);
      }
    }

    .basic-avatar-btn-item:hover strong {
      line-height: 20px;
    }

    .basic-avatar-btn-item:hover strong .yonicon-uploading {
      display: block;
      float: none;
      margin-top: 8px;
    }
  }

  .input-bottom-text {
    bottom: -16px;
    color: #ccc;
  }
}

/*营业执照浏览态*/

.container-browse-mode {

  .id-card-front>.yon-row,
  .id-card-license>.yon-row {
    margin-bottom: 15px;
  }

  .id-card-front .no-avatar-man,
  .merchant-businessLicense .basic-avatar-default {
    border: 1px solid #eee;
  }

  .id-card-front .basic-avatar-default,
  .id-card-license .basic-avatar-default {
    height: 64px;
  }
}

.merchant-fileupload {
  .width-percent-50 {
    .upload-content>.yon-row {
      display: block;
    }
  }

  .fileupload {
    width: 100%;
    display: flex;

    .ant-upload {
      margin-top: -4px;
    }

    span {
      display: block;
      float: left;
    }

    .fileupload-txt {
      width: calc(~'100% - 86px');
      line-height: 18px;
      max-height: 36px;
      margin-left: 3px;
      margin-top: -2px;

      .fileupload-txt {
        width: 100%;
      }
    }
  }
}

.hide-actionCell {
  height: 28px;
  background: #fff;
  padding: 10px 12px;
  position: absolute;
  right: 0px;
}

.tree-table .expand-rows .expand-row .hide-actionCell {
  background: #fff !important;
}

.tree-table .expand-rows .expand-row-selected .hide-actionCell,
.tree-table .public_fixedDataTable_bodyRow .fixedDataTableRowLayout_body:hover .hide-actionCell,
.public_fixedDataTableRow_selected .hide-actionCell {
  background: #edf1f7;
}

/*常用功能设置*/

.u-tile-extra {
  .anticon-changyonggongnengshezhi:before {
    font-size: 20px;
  }

  .anticon-changyonggongnengshezhi:hover::before {
    color: #505766;
  }
}

.commonfunctions {
  width: 655px !important;

  .ant-modal-header {
    padding-bottom: 12px;
    border-bottom: #E4E4E4 solid 1px;
  }

  .ant-modal-body {
    .selecteddata {
      .yon-row.crossaddnamemargin {
        span {
          color: #ccc;
        }
      }

      .yon-row.selectattention {
        color: #ccc;
      }
    }

    .yon-row.crosstype {
      margin-top: 12px;
    }

    .yon-row.crosstype .crosscheckbox {
      margin-left: 30px;
    }

    .crossbtncount {
      width: 20px !important;
    }

    .selecteddata {
      .crossselectborder {
        overflow: hidden !important;

        ul {
          margin: 10px 0px;
          height: 297px;
          overflow-y: auto;

          li {
            height: 34px;
            padding-left: 10px;
            line-height: 32px;
            font-size: 12px;
            color: #333;
            position: relative;
            padding-right: 40px;
            display: block;
            cursor: pointer;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;

            &:hover {
              background: #F3F5F9;

              .yonicon-tuodong:before {
                color: #231815;
              }

              .yonicon-biaogeshanchu {
                display: block;
              }

              .yonicon-biaogeshanchu:hover::before {
                color: #ee2233;
              }
            }
          }

          .yonicon-tuodong {
            margin-right: 5px;
          }

          .yonicon-tuodong:before {
            color: #CACACA;
            font-size: 13px;
          }

          .yonicon-biaogeshanchu {
            position: absolute;
            right: 12px;
            top: 10px;
            display: none;
          }

          .yonicon-biaogeshanchu::before {
            font-size: 14px;
            color: #505766;
          }
        }
      }
    }
  }
}

/*表单/档案看板*/

.kanban_row {
  padding-left: 20px;
  padding-right: 5px;

  .kanban_col {
    width: 16.66%;
    float: left;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    min-width: 200px;

    .print-card {
      border: 1px solid #fff;
      padding: 6px 12px;
      margin: 0 15px 15px 0;
      height: 120px;
      position: relative;
      border-radius: 2px;
      text-align: left;
      cursor: pointer;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

      &:link,
      &:visited {
        border: 1px solid #DBE0E5;
      }

      &:hover,
      &:active {
        border: 1px solid rgba(115, 125, 142, 1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);

        .print-card-btn-default .kanban_deItem {
          background: rgba(80, 87, 102, .8);
        }
      }

      &:hover {
        .print-card-operation {
          display: block;
        }
      }

      >span {
        font-size: 12px;
        color: #333;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 40px;
      }

      .print-card-btn-default .kanban_deItem {
        position: absolute;
        right: 6px;
        top: 0px;
        width: 36px;
        height: 18px;
        background: #505766;
        border-radius: 0px 0px 4px 4px;
        padding: 0px;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 16px;
        display: block;
      }

      .print-card-title {
        font-size: 36px;
        color: #333333;
        text-align: center;
        margin-top: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .print-card-operation {
        text-align: center;
        position: absolute;
        bottom: 10px;
        width: calc(~'100% - 24px');
        display: none;

        a {
          color: #666;
          margin: 0 10px;
          position: relative;
        }

        a:hover {
          color: #ee2233;
        }

        a.kanban_noedit {
          position: relative;
        }

        a.set_delete::before {
          position: absolute;
          content: '';
          height: 14px;
          width: 1px;
          background: #e7e7e7;
          left: -10px;
          top: 2px;
        }

        a.set_default::before {
          position: absolute;
          content: '';
          height: 14px;
          width: 1px;
          background: #e7e7e7;
          right: -10px;
          top: 2px;
        }
      }
    }
  }

  .kanban_addstyle {
    width: 16.66%;
    float: left;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    min-width: 200px;

    .kanban_addCard {
      height: 120px;
      background: #FCFCFC;
      border-radius: 2px;
      border: 1px dashed rgba(219, 224, 229, 1);
      padding: 10px 15px;
      margin: 0 15px 15px 0;
      text-align: center;
      cursor: pointer;

      &:visited {
        border: 1px dashed rgba(219, 224, 229, 1);
      }

      &:hover {
        border: 1px dashed #505766;
        box-shadow: 1px 0 10px rgba(0, 0, 0, .1);

        .yonicon-tianjiashuliang:before {
          color: #505766;
        }
      }

      .yonicon-tianjiashuliang {
        display: block;
        margin-top: 24px;
      }

      .yonicon-tianjiashuliang:before {
        font-size: 26px;
        color: #BCBCBC;
      }

      .kanban_additem {
        display: block;
        color: #999999;
        font-size: 12px;
        margin-top: 2px;
      }
    }
  }
}

/*桌面看板-公告弹窗*/

.eChartPanelDesign_SetNotice {
  .ant-modal-body {
    padding: 16px 0px;
    min-height: 220px;
    max-height: 300px;
    overflow-y: auto;

    .hz {
      padding: 0px 25px;

      .yon-row.width-less-pl {
        display: flex;
        align-items: center;
        margin-bottom: 15px;

        .col-all:first-child {
          width: 87px;
          margin-right: 10px;
          text-align: right;
          line-height: 16px;
          max-height: 32px;
        }

        .col-all {
          .ant-input {
            width: 250px;
          }
        }
      }
    }
  }
}

/*单据联查按钮*/

.voucher-showflow-content-wrapper {
  background: #F7F7F7;
}

.voucher-back-button-wrapper {
  padding: 15px 0px 10px 20px;

  .ant-btn {
    height: 32px;
    color: #535a69;

    svg {
      width: 15px;
      height: 15px;
      margin-right: 5px;
    }
  }
}

/*空白页*/

.error-blank-pages {
  width: 380px;
  position: absolute;
  top: 30%;
  margin-top: -60px;
  left: 50%;
  margin-left: -190px;

  svg {
    width: 84px;
    height: 84px;
    display: block;
    margin: 0 auto;
  }

  p {
    text-align: center;
  }

  .error-blank-pages-tips1 {
    font-size: 14px;
    color: #666;
  }

  .error-blank-pages-tips2 {
    font-size: 12px;
    color: #999;
  }
}

// 顶部无筛选条件-商品属性新增

.container-edit-mode {
  .list-top {
    margin-top: 16px;
  }
  .basic-input-textarea {
    .input-control {
      textarea {
        height: 48px;
        // margin-top: 2px;
        resize: vertical;
        line-height: 1.5;
      }
    }
  }
}

.container-browse-mode {
  .list-top {
    margin-top: 16px;
    margin-bottom: 12px;
    padding-top: 0;
  }

  .container-greater-height {
    padding-bottom: 20px;
  }
}

/*tree-list 左树右表*/

.tree-list {
  height: 100%;

  .height-100 .form-left {
    border-right: 1px solid #f5f5f5; // overflow: hidden;

    //展开折叠 zhangkunk 左树右表展开折叠效果
    .move_left {
      width: 0px;

      .left-tree-select,
      .search-tree-2 {
        display: none;
      }
    }

    // zhangkunk 折叠效果样式调整
    .move_left_tree,
    .move_left {
      width: 0px !important;
    }

    .move_right_tree,
    .move_right {
      width: 240px !important;
    }

    .control-radio.ticket-opening {
      margin-top: 16px;
    }

    .bg-white.border-r {
      border-right: none!important;
      position: relative; // zhangkunk 左树右表展开折叠效果

      .search-tree-2 {
        margin-top: 0px;

        .u-select {
          .u-select-search-field {
            padding-right: 45px;
          }
        }

        .u-button {
          &:hover {
            background-color: transparent;
          }
        }
      }

      .search-tree-3 {
        height: calc(~'100% - 184px') !important;
        overflow-y: auto;
      }

      // zhangkunk 左树右表展开折叠效果
      .move_button_rigth,
      .move_button_left.move_button_left {
        position: absolute;
        top: 0;
        z-index: 2;

        svg {
          width: 26px;
          height: 26px;
        }
      }

      .move_button_left {
        left: 222px !important;
        top: 3px;

        .yonicon-yemianfenlan-zhedie {
          position: relative;

          &::before {
            color: #ddd;
            font-size: 26px;
          }

          &::after {
            content: " ";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 3px solid transparent;
            border-right: 5px solid #fff;
            border-bottom: 3px solid transparent;
            top: 10px;
            left: 10.2px;
          }

          &:hover {
            &::before {
              color: #b0c0d0;
            }
          }
        }
      }

      .move_button_rigth {
        left: -8px !important;
        top: 39px;

        .yonicon-yemianfenlan-zhankai {
          position: relative;

          &::before {
            color: #ddd;
            font-size: 26px;
          }

          &::after {
            content: " ";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 3px solid transparent;
            border-left: 5px solid #fff;
            border-bottom: 3px solid transparent;
            top: 10px;
            left: 11.2px;
          }

          &:hover {
            &::before {
              color: #b0c0d0;
            }
          }
        }
      }
    }
  }
}

/* 左树右表-左侧新增 zhangkunk */

.tree-list .height-100 .unitlistTreeOuter {

  //展开折叠细节 zhangkunk
  .move_button_left.move_button_left {
    top: 13px !important;
  }

  .unitGroupHeader {
    .yon-row-flex-start {
      justify-content: flex-end;

      .u-button {
        background: none;
        color: #505766;
        padding: 16px 20px 0 0; // 这个计量单位左侧按钮的高度和padding值都不能改
        height: 32px;
        border: none;
        line-height: 16px;
        svg {
          margin-right: 2px;
          margin-left: 2px;
        }

        &:hover {
          color: #ee2233;
        }
      }
    }
  }

  .bg-white.border-r {
    height: calc(~'100% - 32px') !important;

    .search-tree-3 {
      height: calc(~'100% - 42px') !important;
      overflow-y: auto;
    }
  }
}

/*带搜索框的下拉框*/

.uretail-pop .ant-popover-inner-content ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 16px;
}

/*锚点*/

.anchor-wrapper {
  position: fixed;
  right: 0;
  z-index: 1001;

  &:hover .anchor-to-top {
    display: block;
  }

  .anchor-to-top {
    position: absolute;
    bottom: -20px;
    height: 30px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    background: url(images/maodian.png) no-repeat center bottom;
    display: none;

    a {
      height: 31px;
    }

    a.active {
      color: #afafaf;
    }

    .yonicon-fanhuidingbu {
      display: block;
      margin-top: 0px;

      &::before {
        font-size: 16px;
        color: #afafaf;
      }
    }

    a:hover {
      .yonicon-fanhuidingbu::before {
        color: #505766;
      }
    }
  }
}

.u-modal .anchor-wrapper {
  top: 136px!important;
  right: 8px;
}

.anchor-container {
  position: relative;
  border-right: none;
  border-radius: 3px;
  padding: 12px 0 2px 28px;
  padding-bottom: 20px;
  border: solid 1px #ECECEC;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition: all 0.5s;

  &:hover {
    background: #fff;
    padding-right: 30px;

    @keyframes dowidth {
      from {
        opacity: 0;
        -webkit-transform: translateX(97px);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
      }

      to {
        opacity: 1;
        -webkit-transform: translateX(13px);
        -moz-transform: translateX(13px);
        -ms-transform: translateX(13px);
        -o-transform: translateX(13px);
        transform: translateX(13px);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
      }
    }

    .anchor-to-top {
      display: block !important;
      animation: dowidt 0.5s;

      @keyframes dowidt {
        from {
          opacity: 0;
        }

        to {
          opacity: 1;
        }
      }
    }
  }

  a {
    display: none;
    white-space: nowrap;
    overflow: hidden;
  }

  .anchor-item-list {
    position: relative;
    

    .anchor-item {
      line-height: 27px;
      height: 27px;
      position: relative;

      &:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        border: #E4E4E4 1px solid;
        background-color: #fff;
        position: absolute;
        left: -14px;
        top: 11px;
        z-index: 2;
      }

      &:after {
        position: absolute;
        content: '';
        left: -11px;
        top: 14px;
        display: block;
        height: 27px;
        width: 1px;
        border: solid 0.5px #E4E4E4;
      }

      &:last-child:after {
        height: 0;
      }

      a {
        font-size: 12px;
      }

      &:hover {
        &::before {
          background: #fff;
          border: #588CE9 solid 1px;
        }

        a {
          color: #588CE9;
        }
      }
    }

    .anchor-item-on {
      &::before {
        background: #588CE9;
        box-shadow: 0 0 4px 4px rgba(88, 140, 233, 0.30);
        border: none;
      }

      a {
        color: #588CE9;
      }

      &:hover {
        &::before {
          background: #588CE9;
          box-shadow: 0 0 4px 4px rgba(88, 140, 233, 0.30);
          border: none;
        }
      }
    }

    .anchor-item-last {
      position: absolute;
      bottom: -41px;
      height: 31px;
      width: 80px;
      left: 50%;
      margin-left: -40px;
      background: url(images/maodian.png) no-repeat center bottom;
      display: none;

      a {
        height: 31px;
      }

      a.active {
        color: #afafaf;
      }

      .yonicon-fanhuidingbu {
        display: block;
        margin-top: 0px;

        &::before {
          font-size: 16px;
          color: #afafaf;
        }
      }

      a:hover {
        .yonicon-fanhuidingbu::before {
          color: #505766;
        }
      }
    }
  }
}

.anchor-wrapper:hover {
  &::before {
    height: calc(~'100% - 55px');
  }

  a {
    display: block;
  }
}

/*广告图片*/

.pc_brand_adImage .basic-avatar-bg,
.container-browse-mode .pc_brand_adImage .control-width .no-avatar-man.basic-avatar-default {
  width: 120px;
  height: 60px;
  border-radius: 4px;
  background: #f3f6f8;
}

.pc_brand_adImage > .yon-row {
  margin-bottom: 20px !important;
}

/*分类图片*/

.pc_presentationclass_adImage,
.pc_presentationclass_image {
  .basic-avatar-browse-img-container {
    width: 120px;
    height: 60px;
  }

  .basic-avatar-btn-item {
    border-radius: 4px;
  }

  .basic-avatar-bg {
    width: 120px;
    height: 60px;
    border-radius: 4px;
    cursor: pointer;

    .basic-avatar-btn-item {
      border: none;
    }
  }
}

.container-browse-mode {

  .pc_presentationclass_adImage,
  .pc_presentationclass_image {
    .basic-avatar-default {
      width: 120px;
      height: 60px;
      border-radius: 4px;
      background: url(images/ad.png) center center #f3f6f8;
      border: 1px solid #eee;
    }
  }
}

/*商品中心-商品分类-无广告图片*/
.basic-avatar-browse-img-container {
  width: 160px!important;
  height: 70px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #F8F8F8;
  position: relative;
  display: flex;
  align-items: center;

  img {
    width: 100%;
    max-height: 100%;
    height: auto;
  }
}

.pc_brand_adImage {
  .basic-avatar-btn-item {
    border-radius: 4px;
  }

  .basic-avatar-browse-img-container {
    width: 120px;
    height: 60px;
  }
}

.container-browse-mode {
  .width-percent-100 .control-width {
    .basic-avatar-default {
      max-width: 120px;
      height: 60px;
      border-radius: 4px;
      display: block;
    }

    .no-avatar-man.basic-avatar-default,
    .no-avatar-man.basic-avatar-logo {
      background: url(images/default-logo22_03.png) no-repeat center #f6f6f6;
      width: 162px;
      height: 72px;
      border: 1px solid #efefef;
      border-radius: 4px;
      text-align: center;
      background-size: auto 60px;
    }
  }

  .width-percent-50 .control-width {
    .basic-avatar-default {
      max-width: 120px;
      height: 60px;
      border-radius: 4px;
      display: block;
    }

    .no-avatar-man.basic-avatar-default {
      background: url(images/default-logo22_03.png) no-repeat center #f6f6f6;
      width: 122px;
      height: 62px;
      border: 1px solid #efefef;
      border-radius: 4px;
      text-align: center;
      background-size: auto 60px;
    }
  }
}

.ant-notification-notice.ant-notification-notice-closable.Toolbar_Notification {
  padding: 16px 16px 4px 16px !important;
  height: auto;

  .Toolbar_Notification_Desc2 {
    text-align: justify;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;

    .Toolbar_Notification_Desc3 {
      color: #666;
      margin-top: 4px;
    }
  }
}

/*最大化-最小化*/
.btn-maximize,
.btn-maximize {
  border: none;
  width: 20px;
  min-width: unset;

  .anticon-zuixiaohua2::before,
  .anticon-zuidahua:before {
    color: #BAC0C7;
    font-size: 20px;
  }

  &:hover {

    .anticon-zuixiaohua2::before,
    .anticon-zuidahua:before {
      color: #505766;
    }
  }
}

.btn-maximize[disabled] {
  background-color: transparent;

  &:hover {
    background-color: transparent;

    .anticon-zuidahua:before {
      color: #BAC0C7;
    }
  }
}

.twoInclusion {
  .width-percent-33 {
    .has-related {
      .viewCell {
        .control-flex {
          .ant-input-number {
            min-width: 60px;
          }
        }
      }

      .viewCell+.width-percent-100 {
        position: relative;
        left: 132px;
        padding-left: 0px !important;
        padding-right: 0px;
        margin-left: -16px!important;
        right: -24px!important;

        .anticon-bangzhu:hover,
        .yonicon-bangzhu:hover {
          cursor: pointer;

          &::before {
            color: #505766;
          }
        }

        .ant-input-number {
          min-width: 60px;
        }
      }
    }
  }
}

// ====================start====================
// UPC-Web 工程，适配 tinper-bee 组件，后续阶段逐渐删除 antd 的样式
.up-show .u-button .anticon-down-circle,
.up-show .u-button .anticon-up-circle {
  color: #505766;
  font-size: 12px;
}

// 顶部无筛选条件-商品属性新增
.u-tabs-tabpane {
  .height-100 {
    .hide {
      margin-bottom: 16px;
      height: 0;
    }
  }

}

.lookup-pop .grid-header- {
  display: flex;
  align-items: center;
}

.lookup-pop .grid-header- {
  padding: 0 10px;

  .icon {
    margin-top: 0 !important; // fix: 添加important 修正“供货目录” 的表格title 的popover

    &:last-child {
      margin-top: 0;
      width: 16px;
      height: 16px;
      line-height: 16px;
    }
  }
}

// ====================end====================
.ant-calendar-column-header {
  width: auto !important;
}

// async
.viewCell .upload-content{
    padding-top: 0!important;
}
.tab-list .u-tabs-content .u-tabs-tabpane {
  div[id='pc_product|imgName'] .upload-content {
    margin-top: 16px;
  }

  .enclosure-list-count {
    .upload-content {
      margin: 0 0 15px 0;
    }

    .yon-row.meta-default-container>.yon-row>.col-float {
      margin-top: 0px;

      .viewSetting {
        margin-top: 0px !important;
      }
    }
  }
}

//左树右表 左侧带select和新增按钮平行配置
.tree-list .height-100 .form-left {
  .lefttree-select-add-count.meta-default-container {
    height: 100%;

    .search-tree-2 {
      padding: 2px 14px 0;

      .u-button-icon {
        top: 3px;
        right: 20px;//TINPER-2677
      }

      .yonicon-close-circle {
        top: 2px;
      }
    }

    .meta-default-container {
      height: auto !important;

      .form-left {
        border-right: none;
        width: calc(~'100% - 80px');

        .u-select-selection-clear {
          display: none;
        }

        .u-select-selection {
          display: inline-block;
          border: none !important;
          margin-left: 2px;
          margin-top: 14px;

          .u-select-selection-rendered {
            margin: 0px;

            .u-select-selection-selected-value {
              padding-right: 20px;
              padding-left: 0px;
              font-size: 14px;
              color: #333;
            }
          }
        }
      }

      .form-base.Manual-calculation {
        width: 80px;

        .u-button {
          border: none;
          float: right;
          margin-top: 8px;//TINPER-2677
          margin-left: 0px !important;
          padding-bottom: 0px;
          padding-right: 20px;

          svg {
            margin-right: 3px;
          }

          &:hover {
            color: #ee2233;
          }
        }
      }
    }

    .search-tree-3 {
      height: calc(~'100% - 100px') !important;
    }
  }
}

// 保存草稿的confirm 框
.savedraft_modal .u-modal .u-modal-body {
  .yon-row .savedraft_title {
    line-height: @base-input-height;
  }
}

//左树右表的拖拽
.split_container {
  .split_left {
    position: relative;

    .left-container {
      height: 100%;
      .list-top-toolbar{
        .filter-hide{
          margin-bottom: 0!important;
        }
      }
      .bg-white.border-r {
        .search-tree-2{
          padding-top: 8px;
        }
      }
    }

    //展开折叠左右按钮
    .move_button_left,
    .move_button_rigth {
      position: absolute;
      z-index: 2;
      cursor: pointer;
    }

    .move_button_left {
      position: absolute;
      right: -17px;
      top: 42px;

      .yonicon-yemianfenlan-zhedie {
        &::before {
          color: #ddd;
          font-size: 26px;
        }

        &::after {
          content: " ";
          position: absolute;
          width: 0;
          height: 0;
          border-top: 3px solid transparent;
          border-right: 5px solid #fff;
          border-bottom: 3px solid transparent;
          top: 10px;
          left: 10.2px;
        }

        &:hover {
          &::before {
            color: #b0c0d0;
          }
        }
      }
    }

    .move_button_rigth {
      left: -8px !important;
      top: 42px;

      .yonicon-yemianfenlan-zhankai {
        position: relative;

        &::before {
          color: #ddd;
          font-size: 26px;
        }

        &::after {
          content: " ";
          position: absolute;
          width: 0;
          height: 0;
          border-top: 3px solid transparent;
          border-left: 5px solid #fff;
          border-bottom: 3px solid transparent;
          top: 10px;
          left: 11.2px;
        }

        &:hover {
          &::before {
            color: #b0c0d0;
          }
        }
      }
    }

    .left-tree-select-count {
      height: 100%;

      .bg-white.border-r {
        height: ~"calc(100% - 32px)";
      }

      //添加物料分类
      .left-tree-select {
        .left-tree-select-mixin();
        div[id='aa_merchantlist|aa_merchantlist_userDefine001']{
            .label-control{
                flex: 0 0 auto;
            }
            .control-width{
                .u-form-control{
                    width: 100%!important;
                }
            }
        }
      }
    }
  }

  //拖拽的线宽度区域
  .show_oLine {
    flex: 0 0 10px;
    .border_line {
      height: 100%;

      &:hover {
        border-right: 1px solid #505766 !important;
      }
    }
    .toleft{
        border-right: #e9e9e9 solid 1px;
    }
    .toright {
      &:hover {
        cursor: e-resize;
      }
    }

    .toboth {
      &:hover {
        cursor: col-resize;
      }
    }

    .toleft {
      &:hover {
        cursor: w-resize;
      }
    }
  }

  .split_right {
    flex: 1; // 物料清单全阶维护

    .jDiwork-container {
      height: 100%;
    }

    //树卡底部按钮样式占用了左侧树
    // .yon-row-flex.btn-toolbar-bottom.bottom-toolbar,[uitype=footer]{
    //   width: calc(~"100% - 266px") !important; // 计算了 panel 的左右边距 8px
    //   margin-left: 258px !important;
    //   .yon-row-flex.btn-toolbar-bottom.bottom-toolbar{
    //     width: 100%;
    //     margin-left: 0px;
    //   }
    //   &.expended {
    //     width: calc(~"100% - 16px") !important; // 计算了 panel 的左右边距 8px
    //     margin-left: 8px !important;
    //   }
    // }
  }
}

.split_container .split_left .left-container>.unitlistTreeOuter{
  display:flex;
  flex-direction:column;
}
.split_container .split_left .left-container .border-r{
  flex:1;
}

// 友零售portal 页
// .uretail-right-content {
//   .split_container .split_right .yon-row-flex.btn-toolbar-bottom.bottom-toolbar,
//   .split_container .split_right [uitype=footer] {
//     width: calc(~"100% - 175px - 250px") !important; // 计算了144px 导航 15px * 2 左右间距，左树250
//     margin-left: 250px !important;

//     &.expended {
//       width: calc(~"100% - 175px") !important; // 计算了144px 导航 15px * 2 左右间距
//       margin-left: 0px !important;
//     }
//   }
// }

// 电商通新增定时任务
.group-buttons {
  .meta-checkbox-container {
    padding-left: 117px;

    .yon-row .col-float>div {
      float: left;

      label.u-checkbox {
        margin-bottom: 15px;
      }
    }
  }
}

.ed_bom_structure {
  .ed_bom_structure_ref + div {
    .search-tree-2 .uf-group {
      right: 14px;
    }
  }
}

.ed_bom_structure_ref {
  padding-right: 10px;
  margin-top: 15px;

  .viewCell .label-control {
    width: auto !important;
    flex: auto;
    min-width: 36px;
    padding-left: 0;
    flex: unset;
  }

  .viewCell.width-percent-100 .input-control {
    width: 100% !important;
  }

  .refer-div > .yon-row {
    margin-right: 0 !important;
    .input-control {
      .ant-search-input-wrapper {
        display: block;
      }
    }
  }
}

//店员头像
.viewCell .customerAvatar .basic-avatar-browse-img-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

// 自动化营销客户档案头像
.viewCell .customerAvatar .face-img.basic-avatar-portrait {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;

  .anticon-uploadimg::before {
    content: "\e6ac";
    font-family: uf !important;
  }

  .yonicon-delete:before,
  .anticon-uploadimg::before {
    font-size: 14px !important;
  }

  .basic-avator-deleteimg {
    height: 20px !important;
    line-height: 22px !important;
  }

  .basic-avator-changeimg {
    .u-upload-select {
      width: 50%;
      height: 20px;
      line-height: 22px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);

      &:hover {
        background: rgba(0, 0, 0, 0.75);
      }
    }
  }

  .avatar-uploader {
    width: 100%;
    height: 100% !important;
  }

  .basic-avatar-btn-item,
  .basic-avator-uplaoadimg .u-upload-select-text {
    img {
      width: 100%;
      height: 100%;
    }
  }

  .basic-avatar-bg {
    &>span.basic-avator-uploadimg {
      display: block;
    }

    .u-upload-select-text {
      width: 100%;
      height: 100%;
      display: block;
    }

    strong {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      line-height: 1 !important;
      font-weight: normal;
      text-align: center;

      .yonicon-uploadimg {
        margin-bottom: 8px;
      }
    }
  }

  .basic-avatar-btn-item {
    flex: 0 0 auto;
    img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: unset;
      max-height: inherit;
    }

    .basic-avator-deleteimg {
      display: none!important;
    }

    &>span.basic-avator-changeimg {
      display: none;
    }

    &:hover {
      border-color: #505766;
      .basic-avator-changeimg,
      .u-upload-select {
        display: block;
        width: 100%!important;
      }

      span.avatar-uploader {
        display: block;
        background: transparent;
        color: #ccc;
      }
    }
  }
}

.container-browse-mode .customerAvatar .no-avatar-man {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(images/icon-person.png);
  background-size: 100%;
}

/*公告详情*/

.aa_notice_header,
.aa_notice_div1 {
  padding-left: 62px;
  width: 70%;

  .control-text {
    border: none;
  }
}

.aa_notice_header {
  margin-top: 20px;

  .width-percent-100+.width-percent-100 {
    line-height: 20px;

    .has-related {
      .viewCell.width-percent-100 {
        width: auto;
      }
    }
  }

  .cTitle .invoice-remark {
    font-size: 22px;
    color: #333;
    min-height: 28px;
    height: auto;
    line-height: 28px;
    max-height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
  }

  .dCreateTime {
    .viewCell {
      width: auto;
    }

    .control-text {
      font-size: 12px;
      color: #999;
      padding: 0 2px 0 10px;
      line-height: 26px;
      min-height: 26px;
      height: auto;
    }

    .width-percent-100 {
      margin-left: 0px;
      line-height: 20px;

      .iType_name {
        .control-text {
          background: rgba(238, 246, 255, 1);
          border-radius: 2px;
          padding: 4px 4px 6px;
          font-size: 12px;
          line-height: 12px;
          height: auto;
          min-height: 12px;
          color: #5799F0;
          transform: scale(.85);
          margin-top: 3px;
        }
      }
    }
  }
}

.aa_notice_div1 {
  margin-top: 10px;
  margin-bottom: 50px;

  .sender-column,
  .italic,
  p {
    font-size: 14px;
    line-height: 28px;
    color: #666;

    strong {
      margin-top: 0px;
      display: block;
      line-height: 24px;
    }
  }

  img {
    max-width: 100%;
    height: auto;
    margin: 10px auto 25px auto;
  }

  p:last-child {
    margin-bottom: 20px;
  }

  .browse {
    border: none !important;
    max-height: 100% !important;
    overflow-y: hidden !important;
  }
}

//表格编辑态数字输入框调整
.editCol .edit-input-number {
  .u-input-number-out {
    .u-input-number {
      height: 26px !important;
    }
  }
}

//三列显示图标跑偏的问题
.viewCell.width-percent-33 {
  .control-width .u-input-group .u-form-control-affix-wrapper {
    display: block;
    overflow: hidden;
  }
}

//商品详情电脑手机切换
.menu-management .inventory-process {
  padding: 16px 0 15px 100px!important;
}
.menu-management .u-tabs.u-tabs-upborder .u-tabs-content {
  margin-top: 0;
}
// 采购-税票匹配
.pu_taxticketmatch {
  .u-tabs-content .container-browse-mode .line-tabs {
    padding-bottom: 0;
  }
  .form-left+.form-base {
    margin-left: 20px;
  }
}
//查询方案支持个人方案
.add-personal-plan{
  overflow-y: auto!important;
  max-height: 212px!important;
  padding-left: 0px!important;
  padding-bottom: 0px!important;
  .public_plan,
  .show_perPlan{
    .public_plan_name{
      height: 22px;
      line-height: 20px;
      background: #f7f7f7;
      color: #999;
      padding-left: 12px;
    }
  }
  .hide_perPlan{
    display: none;
  }
}

// 生成结算单查询样式
.uit_uitbalancelist {

  .uit_prebalance_grid {
    padding-bottom: 60px;
  }
}
/*交易关系*/
.chart-or-table{
    width: auto;
    float: right;
    span{
      .u-button{
        min-width: auto;
        margin-left: -1px;
        float: left;
        height: 28px;
        padding: 0 10px;
        svg{
          margin-right: 0px;
          width: 18px;
          height: 18px;
        }
        &:hover{
          border-color: #505766;
          z-index: 2;
        }
      }
      &:first-child{
        .u-button{
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          border-top-right-radius: 0!important;
          border-bottom-right-radius: 0!important;
        }
      }
      &:last-child{
        .u-button{
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          margin-right: 0!important;
        }
      }
      &.chart-active,
      &.table-active
      {
        .u-button{
          border-color: #505766;
          z-index: 2;
        }
      }
    }
  
  }
  .show-relation-wrapper{
    background: #fff;
    overflow-x: hidden;
    box-shadow: inset 0px 6px 12px -6px rgba(80, 87, 102, 0.15);
  }
  .relation-control-wrapper{
    position: fixed;
    bottom: 24px;
    right: 40px;
    background: #fff;
    border-radius: 4px;
    height: 40px;
    padding: 0px 16px;
    z-index: 1;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 12px 0px rgba(80, 87, 102, 0.15);
    .u-button{
      border: none;
      padding: 0px;
      min-width: auto;
      i{
        margin: 0px;
      }
    }
    span{
      margin: 0px 8px;
      display: block;
      width: 34px;
      text-align: center;
    }
    //加减号区域
    .relation-reduce-button,
    .relation-add-button{
      width: 15px;
      height: 15px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 15px;
      background: rgba(0, 0, 0, 0.2);
      i{
        &::before{
          font-size: 12px;
          color: #fff;
          transform: scale(0.8);
          padding-right: 1px;
        }
      }
      &:hover{
        background: rgba(0, 0, 0, 0.3);
        i:before{
          color: #fff;
        }
      }
    }
    .relation-reduce-button[disabled],
    .relation-add-button[disabled]{
      background: rgba(0, 0, 0, 0.15);
      opacity: 1!important;
      &:hover{
        background: rgba(0, 0, 0, 0.15);
      }
    }
    //放大、实际大小
    .relation-fit-button,
    .relation-true-button{
      margin-left: 12px;
      padding-top: 1px;
      i:before{
        font-size: 20px;
        color: #999;
      }
      &:hover{
        background-color: transparent;
        i:before{
          color: #505766;
        }
      }
    }
  }
  .chart-tooltip,
  .relation-tooltip
  {
    .tooltip-arrow{
      border-bottom-color: transparent!important;
      border-top-color: transparent!important;
    }
    .tooltip-inner{
      border: none!important;
      box-shadow: 0 0 13px 0 rgba(172, 172, 172, 0.5);
      padding: 5.5px 12px;
    }
  }
  
  #yxyweb-support-container{
    width: 100%;
    height: 100%;
    div[id='yxyweb-support-mount-popover'] {
      width: 100%;
      height: 100%;
    }
  }

/*详情页去掉title*/
.group-title-hidden {
    padding-top: 16px;
  
    >.list-top-toolbar {
      padding: 0 0 16px 20px;
    }
  
    .group-title,
    .viewCell h1 {
      display: none;
    }
  }

/*热区*/
.aa_floorlist{
    .view-container,
    .jDiwork-container>.yon-row{
        height: 100%;
    }
    .edit-floor-archives+.div-container{
        height: calc(~'100% - 104px') !important; 
    }
}
.edit-floor-archives {
  padding-top: 16px;
}

.HotAreaMapDesign_ZhanWei {
  width: 100%;
  height: 56px;
}

.HotAreaMapDesign_MapOuter {
  padding-top: 7px;
  height: 100% !important;

  .HotAreaMapDesign_Map {
    border-top: #E1E1E1 solid 1px;
    height: 100%;

    .HotAreaMapDesign_Row {
      height: 100% !important;

      .HotAreaMapDesign_LeftPanel_Outer {
        width: 250px !important;
        height: 100%;
        float: left;
        position: relative;

        .HotAreaMapDesign_LeftPanel {
          height: 100%;
          overflow-y: auto;
          padding-bottom: 20px;
          overflow-x: hidden;
          .viewCell.width-percent-100 .control-width .u-input-group, 
          .viewCell.width-percent-100 .control-width .ant-select, 
          .viewCell.width-percent-100 .control-width .ac-input-locale, 
          .viewCell.width-percent-100 .control-width .u-select, 
          .viewCell.width-percent-100 .control-width .u-form-control{
              width: 100%!important;
          }
        }

        .HotAreaMapDesign_Container {
          .viewCell.width-percent-100 {
            .yon-row {
              display: block;
              margin-bottom: 0px;
            }

            .label-control {
              width: 100% !important;
              text-align: left;
              margin-right: 0px;
              padding-left: 0px;
              margin-top: 20px;
              margin-bottom: 10px;
            }

            .input-control.control-width {
              width: 100% !important;

              .ant-input,
              .control-text {
                width: 210px !important;
              }
            }
          }
        }
      }

      .HotAreaMapDesign_LeftPanel_Outer::before {
        content: '';
        width: 1px;
        position: absolute;
        height: 100%;
        background: #E1E1E1;
        right: -1px;
      }

      .HotAreaMapDesign_HotArea_Outer {
        width: calc(~'100% - 251px') !important;
        float: left;
        padding-left: 0px;
        position: relative;
        height: 100%;

        .HotAreaMapDesign_TopPanel_NoImg {
          position: absolute;
          width: 210px;
          top: 50%;
          left: 50%;
          margin-top: -150px;
          margin-left: -105px;

          .HotAreaMapDesign_Upload_Outer {
            width: 140px;
            height: 140px;
            background: rgba(251, 251, 251, 1);
            border-radius: 4px;
            border: 1px rgba(217, 217, 217, 1) dashed;
            margin: 0 auto;
            cursor: pointer;
            >span{
                width: 100%;
                display: block;
                .u-upload.u-upload-select{
                    display: block;
                }
            }
            .u-upload.u-upload-select {
              width: 140px;
              height: 140px;

              .anticon-uploadimg:before,
              .yonicon-uploadimg:before {
                font-size: 42px;
                color: #CCCCCC;
                content: "\e710";
              }

              .anticon-uploadimg,
              .yonicon-uploadimg {
                margin: 34px auto 0px auto;
                display: block;
              }

              p {
                text-align: center;
                font-size: 12px;
                color: #999;
                margin-top: 5px;
              }
            }
          }

          .HotAreaMapDesign_Upload_Outer:hover {
            border: #505766 dashed 1px;
          }

          .HotAreaMapDesign_Upload_Text {
            font-size: 12px;
            color: #999;
            margin-top: 10px;
            text-align: center;
          }
        }

        //上传之后的图片
        .HotAreaMapDesign_TopPanel_HasImg {
          height: 55px;
          padding-right: 0px;
          width: 100%;

          .u-button,
          .u-upload {
            float: right;
            margin-top: 15px;
            margin-right: 10px;
            display: flex;
            align-items: center;
            svg {
              width: 15px;
              height: 15px;
              margin-right: 5px;
              float: left;
            }
          }

          .u-upload {
            .u-upload {
              margin-right: 0px;
            }
          }

          .u-btn {
            display: flex;
            align-items: center;
            height: 30px;
          }

          .u-upload-select-text {
            display: block;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            padding: 6px 12px;
            height: 30px;
            cursor: pointer;

            .u-upload {
              margin-top: 0px;
            }

            div {
              display: flex;
              align-items: center;
            }
          }

          .u-upload-select-text:hover {
            border: 1px solid #505766;
          }
        }

        .HotArea_Media {
          width: 100%;
          overflow-x: auto;
        }

        .HotArea_Inner {
          width: 100%;
          padding-left: 1px;

          img {
            width: auto;
            height: auto;
            margin: 0 auto;
            display: block;
          }
        }

        .AreaCrop_Inner {
          background: rgba(51, 136, 255, .55) !important;
          border: #3388FF solid 1px;
          border-radius: 5px;
          box-shadow: none !important;
        }

        .rmc-icon-container {
          display: none;
          width: 22px;
          height: 22px;
          background: rgba(0, 0, 0, 1) !important;
          border-radius: 50%;
          position: absolute;
          right: -12px;
          top: -12px;
        }

        .rmc-remove {
          color: white;
          position: absolute;
          margin-top: 10px;
          margin-left: 6px;
        }

        .rmc-remove:before {
          content: '';
          position: absolute;
          width: 9px;
          height: 1px;
          background-color: currentColor;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
        }

        .rmc-remove:after {
          content: '';
          position: absolute;
          width: 9px;
          height: 1px;
          background-color: currentColor;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }

        .AreaCrop_Inner:hover {
          .rmc-icon-container {
            display: block;
          }
        }

        .AreaCrop_Caption_1,
        .AreaCrop_Caption_2 {
          font-size: 16px;
          color: #fff;
          line-height: initial;
          padding: 0px 10px;
          font-weight: bold;
        }

        .AreaCrop_Caption_1 {
          padding-top: 10px;
          font-size: 14px;
        }

        .AreaCrop_Caption_2 {
          font-size: 12px;
        }
      }

      .HotAreaMapDesign_HotArea_Outer::before {
        content: "";
        width: 1px;
        position: absolute;
        height: 100%;
        background: #e1e1e1;
        left: 0px;
        z-index: 99;
      }

      .HotArea_AreaCrop_Outer.HotArea_AreaCrop_Selected {
        .AreaCrop_Inner {
          background: rgba(51, 136, 255, .65) !important;
        }
      }
    }
  }
}

/*热区浏览态*/

.HotAreaMapDesign_MapOuter.HotAreaMapDesign_MapOuter_ReadOnly {

  .HotAreaMapDesign_Map .HotAreaMapDesign_Row .HotAreaMapDesign_HotArea_Outer {
    .HotArea_Inner {
      margin-top: 0px;
      height: 100% !important;
    }
  }
}

//客户档案-资质信息上传组件
.viewCell{
  .face-img{
    .basic-avatar-bg{
      .yonicon-uploadimg{
        display: block;
        font-size: 16px;
      }
      .yonicon-uploadimg::before{
        content: "\e749";
      }
    }
    .basic-avatar-btn-item:hover{
      span.basic-avator-changeimg{
          background: rgba(0, 0, 0, 0.4);
          position: absolute;
          width: 50%;
          height: 20px !important;
          bottom: 0px;
          left: 0px;
          color: #fff;
          text-align: center;
          line-height: 20px !important;
          cursor: pointer;
          border-radius: 0px;
          &:hover{
            background: rgba(0, 0, 0, 0.75);
          }
      }
      strong.basic-avator-deleteimg,
      .basic-avator-changeimg{
        height: 20px!important;
        line-height:20px !important;
        display: block;
        .yonicon-delete:before {
          font-size: 12px;
        }
      }
    }
  }
} 
//附件鼠标滑过图标改变颜色
.ac-upload-list{
  .ac-upload-list-text{
    .uf-triangle-down:hover{
      &::before{
        color: #505766;
      }
    }
    .uf-triangle-right:hover{
      &::before{
        color: #505766;
      }
    }
  }
}

//tab头部背景色调整为白色QDJM-5687
.u-tabs-upborder .u-tabs-bar, .u-tabs-upborder .u-tabs-nav-container{
  background: #fff!important;
}
//编辑态文本框间距调整为8px
.container-edit-mode{
    .viewCell .yon-row{
        margin-bottom: 4px;
    }
}
//返回按钮调整
.list-top-toolbar .yon-row-flex{
    .btnAbandonBrowse,
    .btnAbandonBrowst,
    .btnAbandonHead{
        border: none;
        padding: 0 8px;
        min-width: auto;
        height: 24px;
        line-height: 24px;
        border-radius: 4px;
        color: #333;
        margin-top: 2px;
        margin-left: 4px!important;
        svg{
            width: 12px!important;
            height: 12px!important;
            fill: #505766;
        }
        &:hover{
            border: none;
            background: #F1F1F1;
        }
        &:first-child{
            margin-left: 4px !important;
        }
    }
    .yonicon {
      margin-right: 5px;
      margin-left: 0;
    }
}
.voucher-back-button-wrapper button {
  border: none;
  padding: 0 8px 1.5px 8px;
  min-width: auto;
  height: 24px;
  line-height: 22px;
  border-radius: 4px;
  color: #333;
  margin-top: 2px;
  margin-left: 4px!important;
  svg{
      width: 12px!important;
      height: 12px!important;
      fill: #505766;
  }
  &:hover{
      border: none;
      background: #F1F1F1;
  }
  &:first-child{
      margin-left: 4px !important;
  }
}

//系统参数-业务参数-帮助浮层距离调整
.width-percent-100{
    .tipsChange{
        .has-related{
            .viewCell{
                width: initial;
            }
        }
    }
}

.btn-func-group-toolbar>.col-auto>div{
  display: flex;
  align-items: center;
}

.IMP-PLM-PSDM .container-edit-mode .split_container .split_right .listheadRow{
  padding:0;
  .ant-row-flex .col-auto .u-button{
    margin:16px 12px;
  }    
}