// @import './base-new.less';

.u-tabs-nav .u-tabs-tab:hover {
  color: #505766
}

.home-1 {
  background: #f1f1f1;
  min-height: 100%;
}

.home-title-right {
  float: right;
}

.home-title-right .u-tabs-mini .u-tabs-tab {
  padding: 14px 0 14px;
  margin: 0 10px;
}

.home-title-right .u-tabs-mini .u-tabs-tab:hover {
  color: #ee2223
}

.u-tabs-nav .u-tabs-tab {
  color: #666
}

.home-title-right .u-tabs-bar {
  margin-top: 4px;
  margin-bottom: 1px
}

.home-title-picker {
  width: 200px;
  float: right;
  margin-top: 9px;
  margin-right: 20px;
}

.bg-white {
  background: #fff;
}

.ant-layout {
  height: 100%;
  background: transparent;
}

.home-panel {
  background: #fff;
  margin: 0 10px 10px 0;
}

.u-tabs-ink-bar {
  background: #fecb2f;
  height: 3px;
}

.home-title-picker .ant-input {
  font-size: 12px;
  height: 28px;
  color: #999
}

.home-panel-2 {
  padding-left: 50px;
  line-height: 24px;
}

.u-tabs-ink-bar {
  background-color: #ee2223;
}

.home-panel-3 {
  margin-top: 30px;
}

.home-panel-3 .anticon-award {
  font-size: 19px;
  margin: 0 10px 4px;
  vertical-align: middle;
}

.home-panel-3 span {
  margin: 0 10px;
  width: 19px;
  display: inline-block;
  text-align: center
}

.home-panel-3 .award-1 {
  color: #fecb2f
}

.home-panel-3 .award-2 {
  color: #b4c9d8
}

.home-panel-3 .award-3 {
  color: #d2aa75
}

.home-panel-3 .fixedDataTableLayout_main {
  float: right
}

.home-panel-5 .ant-card-head-title {
  color: #333
}

.home-panel-5 .ant-card {
  border-radius: 0;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: none
}

.home-panel-5 .ant-card-extra {
  top: 0;
  line-height: 50px;
}

.home-panel-5 .ant-card-body {
  padding: 20px 8px 12px 20px;
}

.home-panel-5 .textCol {
  color: #333;
  font-size: 14px;
}

.home-panel-6 {
  color: #999
}

.home-panel-6 em {
  color: #333;
  font-style: normal
}

.home-panel-6 .red-txt {
  color: #ff0000;
  margin-left: 5px;
}

.index-eq-01 {
  background: url(./images/icon-eq.png) no-repeat;
  display: block;
  width: 98px;
  height: 98px;
  margin: 25px auto 0
}

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

.ant-card:not(.ant-card-no-hovering):hover {
  box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
  border-color: transparent;
}

.ant-layout {
  background-color: #F0F1F4;
}

/* 头部 */
.ant-menu-item>a:after {
  height: 0px !important;
}

/* 预警 */
.billing-expireInfoWrap {
  float: left;
  width: calc(~'100% - 145px');
  background: #FFF7E7;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  color: #EE2223;
  margin-left: 145px;
  margin-top: -5px;
  padding-left: 15px;

  .exp-btn {
    font-size: 12px;
    color: #FFFFFF;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    display: inline-block;
    background-image: linear-gradient(-45deg, #FC4C2F 0%, #EE2223 100%);
    border-radius: 20px;
    margin-left: 15px;

    &:hover {
      background-image: linear-gradient(45deg, #FC4C2F 0%, #EE2223 100%);
    }
  }

  .ant-btn-primary {
    height: 22px;
    padding: 0 6px;
  }
}

.billing-expireInfoWrap .billing-expireInfo svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}

/* 过期 */
.billing-expire-overdue {
  width: 800px;
  margin: 0 auto;

  dl {
    padding-top: 20%;

    dt {
      background: url(images/overdue.png);
      width: 320px;
      height: 300px;
      background-size: 100%;
      float: left;
      background-repeat: no-repeat;
      margin-right: 75px;
    }

    dd.title {
      font-family: PingFang-SC-Regular;
      font-size: 30px;
      color: #333333;
      line-height: 34px;
      margin-bottom: 20px;
      margin-top: 22px;
    }

    dd {
      font-size: 16px;
      color: #333333;
    }

    dd.btn {
      margin-top: 56px;

      button {
        border: none;
        background: #FFFFFF;
        border: 2px solid #ADB4BC;
        box-shadow: 0 5px 15px 0 #DBE0E5;
        border-radius: 100px;
        font-size: 18px;
        color: #505766;
        width: 140px;
        height: 46px;
        outline: none;

        &:hover {
          border: 2px solid #7E8792;
          cursor: pointer;
        }

        &.primary {
          border: none;
          background-image: linear-gradient(-45deg, #FC4C2F 0%, #EE2223 100%);
          box-shadow: 0 5px 15px 0 rgba(175, 2, 2, 0.26);
          color: #fff;

          &:hover {
            border: none;
            background-image: linear-gradient(45deg, #FC4C2F 0%, #EE2223 100%);
          }
        }
      }
    }
  }
}

/* 下拉 */

.ant-layout-content>.u-tabs-content.u-tabs-content-no-animated {
  margin-left: 10px;
}

.rootTabs>.u-tabs-content {
  background-color: #f1f1f1;
}

/* 中间内容 */
.home-1 .home-panel.home-my-panel {
  margin: 0 0px 10px 0;
}

.home-panel {
  .home-list {
    padding-bottom: 30px;

    .home-panel-21 {
      padding: 25px 0 5px;

      h5 {
        font-size: 12px;
        color: #999;
      }
    }
  }
}

.home-my-panel ul {
  display: flex;
  background-color: #f1f1f1;

  li {
    flex: 1;
    margin-right: 10px;
    border-radius: 2px;

    h2 {
      font-size: 14px;
      height: 30px;
      background-color: #f1f1f1;
    }

    .home-my-con {
      background-color: #fff;
      padding: 20px 0;
    }

    svg {
      width: 29px;
      height: 29px;
      margin-top: 8px;
    }

    i {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      line-height: 44px;
      float: left;
      margin-left: 15px;
      margin-right: 10px;
      margin-top: 2px;
      display: block;
      text-align: center;
    }

    p {
      font-size: 22px;
      color: #ee2223;
    }

    h4 {
      font-size: 14px;
      color: #666;
      line-height: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;

      b {
        font-weight: normal;
        float: left;
        margin-right: 10px;
      }

      span {
        font-size: 22px;
        color: #ee2223;
      }
    }
  }

  li:hover {
    box-shadow: 3px 3px 8px #e3e3e3;
    cursor: pointer;
  }
}

@media screen and (max-width:1310px) {
  .home-my-panel ul li i {
    margin-left: 10px;
  }
}

.home-panel-2 {
  padding-left: 30px;

  span {
    position: relative;
    margin-left: 3px;

    svg {
      width: 12px;
      height: 10px;
      position: absolute;
      top: 8px;
    }
  }

  b {
    font-size: 26px;
    color: #333;
    font-weight: normal;
  }

  p {
    font-size: 10px;
    color: #999;
    line-height: auto;
  }

  .red-txt {
    color: #ee2223
  }

  .green-txt {
    color: #44c789
  }
}

.home-title {
  padding: 0;
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;

  .home-title-left {
    line-height: 50px;
    font-size: 14px;
    color: #333;
    float: left;
    margin-left: 20px;
  }
}

.home-title-right {

  .ant-input,
  .ant-input-number,
  .ant-select-selection {
    height: 28px;
    border-radius: 4px;
    margin-top: 12px;
    margin-right: 10px;
    min-width: 150px;
  }

  button.ant-btn {
    margin-top: 11px;
    margin-right: 10px;
  }

  .ant-select {
    min-width: 150px !important;
    width: auto !important
  }

  .ant-select-selection--multiple .ant-select-selection__choice {
    margin-top: 2px;
  }

  .ant-select-selection--multiple .ant-select-selection__choice__content {
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.home-overview {
  .ant-select {
    width: 200px !important;
    height: 40px;
    border-radius: 10px;
    margin-right: 10px;

    .ant-select-selection {
      margin-right: 0px;
    }
  }

  .ant-select-selection__rendered {
    line-height: 26px;
  }

  .u-tabs-ink-bar {
    top: 42px;
    height: 3px;
  }
}

.home-panel-5 {
  .ant-card-head {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0 20px;
    border-bottom-color: #e4e4e4;
  }

  .ant-card-body {
    .ant-row {
      margin-bottom: 12px;

    }

    .col-float {
      margin-bottom: 10px;
    }

    .ant-tag {
      margin: 0 !important;
      height: 38px;
      background-color: #f7f7f7;
      border-radius: 4px;
      border: none;
      width: 90%;
      text-align: center;
      color: #666;
      border: 1px solid #f7f7f7;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      white-space: normal;
      vertical-align: middle;
      display: table;
      line-height: 14px;

      span {
        display: table-cell;
        vertical-align: middle;
      }
    }

    .ant-tag:hover {
      border: 1px solid #505766;
      color: #505766;
      background: #fff;
    }
  }

  .ant-card-extra {
    right: 20px;

    a {
      svg {
        width: 23px;
        height: 23px;
        margin-top: 15px;
      }
    }
  }
}

/* 公告 */
.home-notice {
  .ant-card-body {
    padding: 15px 20px 12px 20px;

    .textCol {
      line-height: 28px;

      a {
        width: 70%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      div {
        color: #999;
        float: right;
      }
    }

    .ant-row {
      margin-bottom: 5px;
    }
  }

}

/* 销售排名 */
.home-rank {
  padding: 15px 28px 0 28px;
  font-size: 14px;

  .col-float {
    padding-right: 30px;

    div.title {
      line-height: 24px;

      svg {
        width: 19px;
        height: 22px;
        margin-right: 5px;
        float: left;

        use {
          display: none;
        }
      }
    }

    ul {
      margin: 20px 0 25px 20px;

      li {
        margin-bottom: 10px;
        font-size: 12px;

        .ant-progress-bg {
          height: 6px !important;
        }
      }

      li {
        span {
          display: block;
          float: left;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        span.saleRank_name {
          color: #333;
          max-width: calc(~'100% - 87px');
        }

        /*3.22  门店自己变红*/
        .saleRank_self {
          span.saleRank_name {
            color: #f00;
          }
        }

        span.saleRank_value {
          color: #999;
          margin-left: 5px;
          max-width: 82px;
        }
      }

      .ant-progress-bg {
        background: -webkit-linear-gradient(right, #1dd7a5, #18b782) !important;
      }

    }
  }

  .col-float:first-child {
    .ant-progress-bg {
      background: -webkit-linear-gradient(right, #fea667, #fc4c2f) !important;
    }

    div.title {
      line-height: 20px;

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

  .col-float:last-child {
    padding-right: 20px;

    .ant-progress-bg {
      background: -webkit-linear-gradient(right, #95abff, #588ce9) !important;
    }
  }

  .saleRank_nodata {
    text-align: center;
    color: #999;

    i.anticon-nodata {
      display: block;
      color: #ccc;
      font-size: 70px;
      margin-bottom: 10px;
    }
  }
}

/* 门店弹窗 */
.saleTrend_popover {
  .ant-popover-inner-content .pull-left .ant-checkbox-wrapper {
    width: 100%;
  }

  .filter-btn-fixed .filter-btn-1 {
    bottom: 1px;
  }

  .ant-popover-inner-content .filter-txt {
    padding-bottom: 30px;
  }
}

.ant-progress-inner {
  background-color: #fff;
}

.home-title-date {
  float: right;
  width: 180px
}

.home-overview .home-title-date {
  width: 210px !important
}

/* 档案 */
/* 列表左侧树 */
.u-tabs-content {
  .container-edit-mode {
    height: 100%;
  }

  .height-100 {
    .form-left {
      .bg-white.border-r {
        border-right: 1px solid #f5f5f5;
      }

      .search-tree-2 {
        margin-top: 10px;
        position: relative;

        .ant-btn {
          position: absolute;
          right: -10px;
          left: auto;
          top: 11px;
        }
      }

      .ant-select-combobox .ant-select-selection__rendered {
        margin-left: 15px;
      }

      .search-tree-2 .ant-select-selection,
      .search-tree-2 .ant-select-selection:focus,
      .search-tree-2 .ant-select-selection:hover {
        border: 1px solid #d9d9d9;
        border-radius: 0;
        width: 200px;
        height: @base-input-height;
        line-height: @base-input-height - 2;
        border-radius: 4px;
      }

      .search-tree-2 .ant-select-selection:focus,
      .search-tree-2 .ant-select-selection:hover {
        border: 1px solid #505766;
      }
    }

    .viewCell h1 {
      font-size: 14px;
      font-weight: bolder;
      margin-bottom: 10px;
      margin-top: 10px;
      color: #505766;
      padding-left: 7px;
    }

    .bottom-toolbar {
      margin-top: 0;
      padding-left: 10px;
    }

    .bottom-toolbar .ant-btn {
      padding: 0px 20px !important;
      height: @base-input-height !important;
      line-height: @base-input-height !important;
      border-radius: 4px;
      min-width: 68px;
    }

  }

}

.u-tabs-content .height-100 .btn-group-bottom button svg {
  display: none
}

.u-tabs-content .container-edit-mode .ant-row.card-tabs,
.u-tabs-content .container-edit-mode .line-tabs,
.u-tabs-content .container-browse-mode .line-tabs,
.u-tabs-content .meta-option {
  padding-bottom: 60px;

  .tab-top-right {
    // 影响所有的表单了
    // padding-right: 15px;

    /* 入库 */
    .col-auto {
      width: 100%;
      position: relative;

      >.ant-row {
        float: left;
        width: calc(~'100% - 275px') !important;

        .renwu {
          position: absolute;
          top: 4px;
        }

        >div {
          line-height: 30px;
          height: 32px;
          width: auto;
          margin-right: 10px;
          padding-top: 1px;
          font-size: 12px;

          .ant-checkbox-wrapper {
            margin-right: 30px !important;
          }
        }

        .ant-col-6 {
          width: auto;

          .ant-progress-status-success .ant-progress-text {
            color: #588ce9;
            padding-left: 8px;
          }

          .ant-progress-circle .ant-progress-text {
            top: 54%;
          }
        }

        .ant-col-6.name {
          max-width: 250px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        .ant-col-6.tips {
          color: #ee2223;
          margin-left: 15px;
          max-width: 84px;

          .success {
            color: #00a854;
          }
        }

        .ant-col-6.percent {
          margin-left: 15px;
          margin-right: 15px;

          span.num {
            color: #588CE9;

          }
        }

        .ant-col-6.error {
          color: #ee2223;
          cursor: pointer;
          margin-right: 5px;

          .anticon-icon-tishi1 {
            font-size: 14px;
            margin-right: 5px;
          }
        }

        .ant-col-4.error:hover {
          cursor: pointer;
        }

        .ant-progress {
          position: relative;
          top: -2px;

          .ant-progress-inner {
            width: 60px !important;
            height: 20px !important;

            svg.ant-progress-circle {
              width: 16px;
              height: 16px;
              position: relative;
              top: -4px;
              float: left;
              margin-top: 8px;
            }

            .ant-progress-circle-trail {
              stroke: #E5E9EC;
            }

            .ant-progress-circle-path {
              stroke: #588ce9;
            }
          }
        }
      }

      >.ant-row+.basic-input-text {
        position: absolute;
        right: 78px;

        svg {
          width: 18px;
          height: 18px;
          position: relative;
          top: 1px;
        }
      }

      >.ant-row+.basic-input-text+button {
        position: absolute;
        right: 0;
        width: 68px;
      }

      button.btn-inspecting {
        border: 1px solid #ee2223;
        color: #ee2223;
        height: @base-input-height;
      }
    }
  }

}

.diancun-yanhuo {
  .tab-top-right {
    width: calc(~'100% - 105px')
  }
}

/* 扫码验货 */
.yanhuo {
  .ant-popover-inner-content {
    max-height: 1000px;
    overflow-y: initial;
    padding-bottom: 0;

    .meta-table.listTable {
      background: none;

      .ant-row {
        height: auto;
        line-height: auto;
      }

      .ant-row:hover {
        background: none;
      }

      .ant-row div {
        height: auto;
        line-height: auto
      }

      .public_fixedDataTableCell_disabled.textCol {
        color: #333 !important;
      }

      .ant-row div.table-header-name {
        color: #666;
      }

      .ant-row div.public_fixedDataTableCell_main {
        border-bottom: 1px solid #dbe0e5
      }

      .ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
        height: 5px;
      }

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

      .table-nodata {
        line-height: 70px;
      }
    }
  }
}


/* 客显  pos外设 */
.u-tabs-content .container-browse-mode .line-tabs,
.u-tabs-content .container-edit-mode .line-tabs {
  .radio-icon {
    display: block;
    width: 160px;
    height: 96px;
    border: 1px solid #d9d9d9;
    line-height: 118px;

    svg {
      width: 160px;
      height: 160px;
      margin-left: -1px;
      margin-top: -33px;
    }
  }

  .control-radio {

    .ant-row {
      width: 100%;
    }

    .input-control {
      width: 60% !important
    }

    .ant-radio-group {
      .radio-svg-btn {
        width: 160px;
        margin-right: 20px;
        text-align: center;

        label.ant-radio-wrapper {
          margin-right: 0;

          span.ant-radio+* {
            margin-right: 0;
          }
        }

        span {
          width: 14px;
          margin-right: 0;
        }
      }

      span:hover {
        .radio-icon {
          border: 1px solid #cacaca;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
        }
      }

      .radio-icon:hover {
        cursor: pointer;
      }

      .radio-icon.selected {
        border: 1px solid #A6AAB5;
      }

      .ant-radio-wrapper-checked {
        .ant-radio-inner {
          border-color: #ee2223
        }
      }
    }
  }

  .control-radio>.ant-row {
    margin-bottom: 5px;
  }

  .u-tabs-content {
    .fileList {
      margin-left: 5px;
    }
  }

  .viewCell.width-percent-100>div .ant-upload {
    margin-bottom: 0
  }
}

.u-tabs-content .container-browse-mode .line-tabs {
  .radio-icon+.control-text {
    min-width: 160px;
    border: none;
    text-align: center;
    min-height: 14px;
    line-height: 14px;
    margin-top: 8px;
  }

  .viewCell.width-percent-100>div .input-control .input-number-has-config-style .control-text {
    min-width: 100px;
  }
}

.u-tabs-content .container-edit-mode .ant-row.card-tabs+.ant-row,
.u-tabs-content .container-edit-mode .line-tabs+.ant-row,
.u-tabs-content .container-browse-mode .ant-row.card-tabs+.ant-row,
.u-tabs-content .container-browse-mode .line-tabs+.ant-row {
  margin-top: -60px;
}

//库存单据序列号商品点击"序列号"进入孙表后，点击最大化无法返回单据界面
.u-tabs-content .container-edit-mode .line-tabs+.line-tabs-maximize,
.u-tabs-content .container-edit-mode .line-tabs-maximize+.ant-row,
.u-tabs-content .container-browse-mode .line-tabs+.line-tabs-maximize {
  margin-top: 0px;
}

.u-tabs-content .container-browse-mode .line-tabs+.ant-row .upload-content {
  margin-top: 15px;
}

@media screen and (max-height: 768px) {}


.gettingParameters {
  background-color: #f7f9fd;
  padding: 10px;
  margin-right: 30px;
  margin-top: 20px;

  h3 {
    font-size: 14px;
    line-height: 30px;
  }

  span {
    line-height: 45px;
  }
}

.ant-radio-checked:after {
  border: none;
}

.uretail-loading-bg {
  background: none !important;
  z-index: 9999;
}


/* 交班 */
.tab-menu .ant-menu-item-selected a {
  color: #ee2223;
}

.viewContainer.width-percent-33 {
  width: 33.33% !important;
  float: left;
  line-height: 32px;

  .tag-refer.tag-refer-01 .p-v-5 {
    float: left;
  }

  .tag-refer.tag-refer-01 {
    position: relative;

    .ant-form-explain {
      position: absolute;
      left: 115px;
      top: 26px;
      color: #f04134
    }
  }

  .tag-refer.tag-refer-01 .TagList {
    width: 60%;
    float: left;
    position: relative;
    max-height: 84px;
    overflow: auto;
    .u-tag {
      // margin-top: -2px;

      &:first-child {
        margin-left: 4px;
      }

      .uf-close {
        color: #adb4bc;
        transform: scale(.8);
        display: inline-block;
      }
    }

    & > span:last-child {
      display: inline-block;
      position: absolute;
      right: 0;
    }

  }

  .width-percent-100 {

    // async
    .basic-tagarea.has-feedback {
      width: 100%;
      overflow: hidden;

      >.ant-row {
        width: 100%;
        display: block;

        .label-control {
          padding-top: 6px;
          max-height: 38px; // form 表单中 textarea 的高度默认60+ ，label 区域会2 行多出省略；这里设置 38 仅为了避免2 行省略时第二行部分遮挡
        }

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

          textarea.u-form-control {
            padding: 0 8px;
            resize: none;
          }
        }
      }
    }
  }
}

.width-percent-33+.ant-row+.line-tabs {
  .u-tabs .u-tabs-content div>.ant-row:first-child .ant-row {
    margin-top: 0 !important;
  }
}

.u-tabs-content .container-browse-mode .line-tabs .u-tabs .u-tabs-content div>.ant-row:first-child .ant-row.caption-title,
.u-tabs-content .container-browse-mode .line-tabs .u-tabs .u-tabs-content div>.ant-row:first-child .ant-row.caption-title+.listTable .ant-row {
  margin-top: 0 !important;
}

// 日结
.u-tabs-content .line-tabs {
  .u-tabs-tabpane-active {
    .ant-row {
      h3 {
        display: none;
      }
    }

    .u-tabs .u-tabs-content div>.ant-row:first-child .ant-row {
      margin-top: 0
    }

    .listTable {

      .fixedDataTableCellLayout_wrap3 .public_fixedDataTableCell_cellContent .public_fixedDataTableCell_main:first-child .textCol.table-header-name {
        padding-left: 20px;
      }

      .fixedDataTableCellGroupLayout_cellGroupWrapper .fixedDataTableCellGroupLayout_cellGroup .fixedDataTableCellLayout_main:first-child .retail-table-cell .public_fixedDataTableCell_wrap3 .editCol,
      .fixedDataTableCellGroupLayout_cellGroupWrapper .fixedDataTableCellGroupLayout_cellGroup .fixedDataTableCellLayout_main:first-child .retail-table-cell .public_fixedDataTableCell_wrap3 .textCol {
        margin-left: 0;

        div {
          height: 28px !important;
          line-height: 26px;
        }

        .viewCell:first-child {
          margin-top: 0px;
        }

        div.viewCell+span {
          margin-left: 5px;
        }

        .has-related+.ant-form-explain {
          height: auto !important;
        }

      }

      .public_fixedDataTableCell_disabled.textCol {
        color: #333 !important
      }
    }

  }

  .width-percent-25 {
    width: 25% !important;
    margin-top: 30px;
    margin-left: 3%;
    overflow: hidden;
    float: left;

    .listTable .fixedDataTableCellGroupLayout_cellGroupWrapper .fixedDataTableCellGroupLayout_cellGroup .fixedDataTableCellLayout_main:first-child .retail-table-cell .public_fixedDataTableCell_wrap3 .textCol {
      padding-left: 20px !important;
    }

    .listTable .fixedDataTableLayout_main.public_fixedDataTable_main .fixedDataTableRowLayout_rowWrapper .fixedDataTableCellGroupLayout_cellGroup .fixedDataTableCellLayout_main.public_fixedDataTableCell_main:first-child {
      .public_fixedDataTableCell_disabled {
        padding-left: 20px !important;
      }
    }

    .fixedDataTableRowLayout_rowWrapper .fixedDataTableCellGroupLayout_cellGroup .public_fixedDataTableCell_main:first-child {
      .fixedDataTableCellLayout_wrap1.public_fixedDataTableCell_wrap1.headerName {
        padding-left: 20px;
      }
    }

    .fixedDataTableLayout_rowsContainer {
      bottom: -2px;
    }

    .public_fixedDataTableRow_CheckedRow,
    .public_fixedDataTableRow_CheckedRow .public_fixedDataTableCell_main,
    .public_fixedDataTable_bodyRow:hover {
      background-color: #fff !important;
    }

    .public_fixedDataTable_footer .fixedDataTableCellGroupLayout_cellGroup .public_fixedDataTableCell_main:first-child {
      padding-left: 20px;
    }

    .fixedDataTableCellLayout_wrap3 .public_fixedDataTableCell_cellContent .textCol {
      cursor: initial;
    }

    .fixedDataTableCellLayout_wrap3 .public_fixedDataTableCell_cellContent .textCol.table-header-name {
      padding: 0 10px !important;
    }

    .public_fixedDataTableCell_disabled,
    .public_fixedDataTableCell_disabled .ant-tag,
    .public_fixedDataTableCell_disabled.textCol {
      padding: 0;

    }

    .public_fixedDataTable_footer {
      .fixedDataTableCellLayout_wrap3 .public_fixedDataTableCell_cellContent .textCol {
        line-height: 21px !important;
      }
    }

    .public_fixedDataTableCell_main {
      .fixedDataTable-footer-title {
        line-height: 45px;
      }

      .fixedDataTableCellLayout_wrap1.public_fixedDataTableCell_wrap1 {
        height: 45px !important;
      }
    }

    .caption-title {
      width: 130px;
      position: relative;
      left: 50%;
      margin-left: -65px;

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

    h3 {
      line-height: 50px;
      color: #333;
      text-align: center;
      font-size: 16px;
      display: block !important;
      float: left;
    }

    .public_fixedDataTableCell_main {
      border: none;
    }

    .public_fixedDataTableCell_main:hover {
      background: none;
    }

    .fixedDataTableLayout_main {
      border: none;
    }

    .fixedDataTableRowLayout_main {
      border: none;

    }

    .public_fixedDataTable_header {
      background: #fff;

    }

    .columnSetting,
    .columnSetting button {
      background: #fff;
    }

    .columnSetting:hover {
      background: #fff;
    }
  }

  .width-percent-25 {
    padding-left: 0;

    .ant-row {
      display: block !important;
      margin-bottom: 0;
    }

    border: 1px solid #FFA600;
    box-shadow: 0 0 10px 0 #FFF0D3;
    border-radius: 5px;
    width: 25% !important;
    margin-bottom: 20px;

    .public_fixedDataTable_footer {
      background: #FFF7E7;
      color: #FF5735;
    }
  }

  .width-percent-25:first-child {
    border: 1px solid #588CE9;
    box-shadow: 0 0 10px 0 #E3EDFF;
    border-radius: 5px;
    margin-left: 9.5%;
    width: 25% !important;
    margin-bottom: 20px;

    .public_fixedDataTable_footer {
      background: #F0F6FF;
      color: #588CE9;
    }
  }

  .width-percent-25:last-child {
    border: 1px solid #18B681;
    box-shadow: 0 0 10px 0 #C9E8DE;
    border-radius: 5px;
    width: 25% !important;
    margin-bottom: 20px;

    .public_fixedDataTable_footer {
      background: #E8F8F3;
      color: #18B681;
    }
  }
}

.table-nodata {
  padding-left: 65px;
  top: 50%;
  // margin-top: -70px;
  font-size: 12px;
  transform: translateY(-50%);

  svg {
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    margin-left: -130px;
    left: 50%;
  }
}

// //暂时注释掉附件暂无 async
// .file-listWrapper{
// 	position: relative;
// 	width: 100%;
// 	height: 120px;
// 	.file-nodata{
// 		height: 120px;
// 		text-align: center;
// 		text-align: center;
// 		font-size: 12px;
// 		color: #999;
// 		line-height: 10px;
// 		width: 100px;
// 		overflow: hidden;
// 		position: absolute;
// 		left: 50%;
// 		margin-left: -100px;
// 		svg{
// 			width: 70px;
// 			height: 70px;
// 			display: block;
// 			margin: 0 auto;
// 		}
// 	}
// }

.form-base .ant-row-flex.btn-toolbar-bottom {
  padding: 0;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
}

.ant-btn .anticon {
  font-size: 16px;
  margin-left: -3px;
}



/* 6.13  大屏设置 */
.eChartPanelDesign_LeftPanel {
  width: 250px !important;
  padding: 15px 10px 20px 20px;
  overflow-y: auto;

  .tab {
    width: 140px;
    position: relative;
    left: 50%;
    margin-left: -62px;
    margin-bottom: 10px;

    button {
      width: 60px;
      border: 1px solid #D9D9D9;
      font-size: 12px;
      color: #505766;
      background: #fff;
      border-radius: 0;
      height: 26px;
      line-height: 24px;
      padding: 0;
      margin-left: -1px;
      position: relative;

    }

    button:first-child {
      border-radius: 100px 0 0 100px;
    }

    button:last-child {
      border-radius: 0 100px 100px 0;
    }

    button.ant-btn-primary,
    button:hover {
      border: 1px solid #505766;
      z-index: 1
    }

  }

  .chart-img {
    height: 36px;
    line-height: 36px;
    margin-bottom: 15px;

    svg {
      width: 36px;
      height: 36px;
      float: left;
      margin-right: 9px;
    }

    svg+div {
      float: left;
      line-height: 36px;
    }

    button {
      width: 16px;
      height: 16px;
      border: 1px solid #E4E4E4;
      border-radius: 100px;
      padding: 0;
      float: right;

      span {
        position: relative;
        top: -1px;
      }
    }

    .icon-jia {
      float: right;
      width: 24px;
      height: 24px;
      border: 1px solid #E4E4E4;
      border-radius: 50%;
      cursor: pointer;
      margin-top: 7px;
      position: relative;
      margin-right: 5px;

      i {
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 10px;
      }
    }
  }

  .chart-img:hover {
    color: #ee2223;

    .icon-jia {
      border: 1px solid #ee2223;
    }

    i {
      color: #ee2223;
    }
  }

  .title {
    font-size: 12px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .tab+.title {
    margin-top: 0px;
  }

  .eChartPanelDesign_TemplateLayOut {
    >div {
      width: 98px !important;
      text-align: center;
      font-size: 12px;
      color: #333333;
      margin-right: 15px;
      margin-bottom: 10px;
      float: left;
      cursor: pointer;

      >div.icon {
        width: 100% !important;
        height: 55px !important;
        border: 1px solid #d9d9d9 !important;
        position: relative;
        border-radius: 4px;

        svg {
          width: 140px;
          height: 90px;
          position: absolute;
          left: -22px;
          top: -19px;
        }
      }

      div.explain {
        margin-top: 5px;
      }

      >.eChartPanelDesign_template {
        width: 100% !important;
        height: 55px !important;
        border-radius: 2px;
        margin-bottom: 5px;
      }
    }

    .eChartPanelDesign_Template_Selected {
      div.icon {
        border: 1px solid #505766 !important;
      }
    }

    .eChartPanelDesign_Template_UnSelected:hover {
      div.icon {
        border: 1px solid #505766 !important;
      }
    }

    >div:nth-child(2n) {
      margin-right: 0;
    }

    >div:last-child {
      margin-bottom: 0;
    }


  }

  .eChartPanelDesign2_TemplateLayOut {
    >div {
      margin-right: 9px;

      >div.icon {
        width: 100% !important;
        height: 36px !important;
        border: 1px solid #d9d9d9 !important;
        position: relative;
        border-radius: 4px;

        svg {
          width: 90px;
          height: 58px;
          position: absolute;
          left: -14px;
          top: -12px;
        }
      }
    }

    >div.eChartPanelDesign2_Template_UnSelected {
      width: 64px !important;
    }

    .eChartPanelDesign2_Template_Selected {
      width: 64px !important;
    }

    .eChartPanelDesign2_Template_Selected {
      div.icon {
        border: 1px solid #505766 !important;
      }
    }

    .eChartPanelDesign2_Template_UnSelected:hover {
      div.icon {
        border: 1px solid #505766 !important;
      }
    }

    >div:nth-child(2n) {
      margin-right: 9px;
    }

    >div:nth-child(3n) {
      margin-right: 0;
    }
  }

  .proportion {
    margin-bottom: 10px;

    button {
      width: 98px;
      height: 30px;
      border: 1px solid #D9D9D9;
      border-radius: 4px;
      margin-right: 15px;
      font-size: 12px;
      color: #333333;
      background: none;

      i {
        font-style: normal;
        color: #ee2223;
      }
    }

    button:hover {
      border: 1px solid #505766;
    }

    button:last-child {
      margin-right: 0;
    }

    button.ant-btn-primary {
      border: 1px solid #505766;
    }
  }

  .wide-high {
    line-height: 30px;

    >div {
      float: left;
      margin-right: 7px;
    }

    >div:last-child {
      margin-right: 0;
    }

    .little-title {
      width: 98px !important;
      text-align: center;
      margin-right: 15px;
      color: #666;
    }

    .nums {
      width: 40px !important;
    }

    .bi {
      margin-right: 0;
      width: 9px !important;
    }

    .ant-input {
      padding: 0;
      width: 40px;
      height: 30px;
      text-align: center;
      line-height: 30px;
    }
  }

  .background-color {
    button {
      width: 26px;
      height: 26px;
      border: none;
      border-radius: 100px;
      padding: 0;
      margin-right: 10px;
      float: left;

      i {
        color: #fff;
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        margin-top: -5px;
      }
    }

    .backgroundcolor2 {
      i {
        color: #aaa;
      }
    }

    button.backgroundcolorselected {
      border: 3px solid #d9d9d9;
      transition: none;

    }

    button+div {
      svg {
        width: 30px;
        height: 30px;
        position: relative;
        top: -3px;
        cursor: pointer;
      }
    }
  }

  .bg-style {
    margin-top: 18px;
    margin-bottom: 8px;
    padding-right: 8px;

    button {
      float: right;
      border: none;
      padding: .0;
      height: auto;
      color: #588CE9;
      padding-right: 2px;
    }
  }

  .bg-style-list {
    .col-float {
      width: 98px !important;
      margin-right: 15px;
      text-align: center;
      font-size: 12px;
      color: #333333;
      margin-bottom: 10px;
      cursor: pointer;

      img {
        width: 100%;
      }

      div:first-child {
        border-radius: 2px;
        width: 100% !important;
        height: 55px;
        margin-bottom: 5px;
      }

      .eChartPanelDesign_BackStyle_Selected {
        position: relative;
      }

      .eChartPanelDesign_BackStyle_Selected:before {
        position: absolute;
        content: "";
        transform: rotate(45deg) scale(1);
        position: absolute;
        left: 50%;
        top: 50%;
        display: table;
        width: 7px;
        height: 12px;
        margin-top: -7px;
        margin-left: -3px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: " ";
        transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
      }

    }

    .col-float:nth-child(2n) {
      margin-right: 0;
    }

    .ant-checkbox-wrapper {
      .ant-checkbox {
        margin-top: 1px;
      }
    }

    .col-float:hover {
      div:first-child {
        position: relative;
      }

      div:first-child:before {
        position: absolute;
        content: "";
        transform: rotate(45deg) scale(1);
        position: absolute;
        left: 50%;
        top: 50%;
        display: table;
        width: 7px;
        height: 12px;
        margin-top: -7px;
        margin-left: -3px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        content: " ";
        transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
      }
    }

  }
}

.eChartPanelDesign_EditPanel {
  background: #F0F1F4;
  width: calc(~'100% - 250px') !important;
  padding-left: 20px;
  padding-right: 0px;
  position: relative;

  /*滚动条*/
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  .template-name {
    height: 52px;

    span {
      font-size: 12px;
      color: #666666;
      line-height: 32px;
      margin-right: 15px;

      .ant-input {
        width: 400px;
      }
    }
  }

  .template-content {
    background: #fff;
    padding: 2px;
    height: calc(~'100% - 100px');
    overflow-y: auto;

    .ant-row {
      .col-all {
        .qingchu-btn {
          position: absolute;
          top: 0px;
          left: 0px;
        }

        .edit-btn,
        .del-btn {
          position: relative;
          float: right;
          width: 30px;
          height: 100%;
          margin-right: 10px;

          .qingchu-btn-bg {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 0 10px 0 #E4E4E4;
            position: absolute;
            bottom: 4px;

            svg {
              width: 18px;
              height: 18px;
              margin: 6px;
            }
          }
        }

        >div.panelLayer-col-inner {
          position: relative;

          >div {
            height: 100%;

            .upload-content {
              position: relative;
              float: right;
              width: 30px;
              height: 100%;
              margin-right: 10px;

              .ant-row {
                position: absolute;
                bottom: 3px;
                width: 30px;
                height: 30px;
                background: #fff;
                border-radius: 50%;
                box-shadow: 0 0 10px 0 #E4E4E4;
              }

              .btn-gray {
                background: none;
                font-size: 12px;
                color: #333333;
                padding: 0;

                svg {
                  width: 17px;
                  height: 17px;
                  margin-top: 6px;
                  margin-left: 6px;
                }
              }

            }

            .eChartPanelSplit {
              position: relative;
              float: right;
              width: 18px;
              height: 100%;
              margin-right: 10px;

              .chaifen {
                position: absolute;
                bottom: 4px;
                padding: 0px;
                border: none;
                right: 0px;
                background: #fff;
                width: 30px;
                height: 30px;
                box-shadow: 0 0 10px 0 #E4E4E4;
                border-radius: 50%;

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

            }
          }

          .panelLayer-col-hasbackgroundimage {
            position: relative;

            .eChartPanelSplit {
              position: absolute;
              right: 0px;
              bottom: 0px;

              .chaifen {
                right: 0px !important;
              }
            }
          }

          .eChartPanelDesign_HasValue {
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -5%;
            width: 10% !important;
            height: 100%;
            min-width: auto;
            display: flex;
            align-items: center;

            svg {
              width: 100%;
              height: 50%;
              flex: 1;
              display: flex;
              justify-content: center;
              /*水平轴居中*/
            }

            svg+span {
              display: none;
            }
          }

        }

        .panelLayer-col-final {
          white-space: nowrap;
          overflow-x: auto;
          box-sizing: border-box;
          overflow-y: hidden;

          >div {
            min-width: 86px;
            position: relative;
            overflow-x: auto;
            overflow-y: hidden;
          }

        }

        .eChartPanelSplit_HasImg {
          .chaifen {
            right: 10px !important;
          }
        }
      }
    }
  }
}

.ele_Panel {
  height: 100%;
}

.eChartPanelDesign_EditPanel_bottom {
  width: 100%;
  padding-left: 20px !important;
  right: 0;
  position: fixed;
  left: 409Px;
  bottom: 0;

  button {
    margin-right: 10px;
  }
}

/* 拆分 */
.eChartPanelSplit_content {
  width: 340px;
  padding: 10px;

  >.clearfix {
    margin-bottom: 15px;
  }

  >.clearfix>.ant-row {
    height: 28px;
    line-height: 28px;
  }

  .direction {
    .col-all {
      width: 38px;
      height: 28px;
      float: left;
      border: 1px solid #D9D9D9;
      overflow: hidden;
      cursor: pointer;
      margin-left: -1px;
      position: relative;

      svg {
        width: 16px;
        height: 16px;
        margin-left: 10px;
        position: relative;
        top: -1px;
      }
    }

    .col-all:first-child {
      border-radius: 4px 0 0 4px;
    }

    .col-all:last-child {
      border-radius: 0 4px 4px 0;
    }

    .col-all:hover {
      border: 1px solid #588CE9;
      z-index: 1;
    }

    .selected {
      background: rgba(88, 140, 233, 0.05);
      border: 1px solid #588CE9;
      z-index: 1;
    }
  }

  .label-title {
    width: 108px;
    float: left;
  }

  .ant-row.label-title {
    padding: 0;
    margin-left: 10px;
  }

  .ant-row.direction,
  .ant-row.num,
  .bili {
    float: left;
    margin-left: -10px;
  }

  .ant-row.num {
    button {
      width: 38px;
      height: 28px;
      background: none;
      color: #333;
      border: 1px solid #d9d9d9;
      position: relative;
      margin-left: -1px;
    }

    button:hover {
      border: 1px solid #588CE9;
      z-index: 1;
    }

    button:first-child {
      border-radius: 4px 0 0 4px;
    }

    button:last-child {
      border-radius: 0 4px 4px 0;
    }

    button.ant-btn-primary {
      background: rgba(88, 140, 233, 0.05);
      border: 1px solid #588CE9;
      color: #588CE9;
      z-index: 1;
    }
  }

  .ant-row:hover {
    background: none;
  }

  .bili {
    padding: 0 10px;

    input {
      width: 50px;
      height: 32px;
      float: left;
      margin-right: 6px;
      text-align: center;
    }

    span {
      float: left;
      margin-right: 6px;
    }
  }
}

.eChartPanelSplit_bottom {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  padding-right: 10px;

  button {
    float: right;
    margin-right: 10px;
  }
}

/*添加图文 */
.eChartPanelDesign_SetImageText {
  width: 400px !important;

  .ant-modal-header {
    padding: 20px 20px 15px 20px;
    font-size: 14px;
    color: #666666;
    border-bottom: none;
  }

  .ant-modal-body {
    padding: 20px;
    padding-top: 0;
    height: 340px;
    /* .ant-upload.ant-upload-select{
			    	position: absolute;
		    left: 96px;
		    top: -15px;
		    width: 80px;
		    height: 80px;
		    cursor: pointer;
		    opacity: 1;
		    background: #EDF0F2;
			border: 1px solid #D9D9D9;
			border-radius: 4px;
		    .ant-upload{
		    	width: 100%;
		    	height: 100%;
		    }
		    .btn-gray{
		    	opacity: 0
		    }
			    } */

    .tuwen-xs {
      span.tw {
        display: block;
        float: left;
        width: 98px;
      }

      .ant-radio-group {
        margin-top: -6px;

        label.ant-radio-wrapper {
          margin-right: 0;

          >span {
            width: 54px;
            height: 28px;
            line-height: 26px;
            font-size: 12px;
            color: #333333;
            display: block;
            padding: 0;
            text-align: center;
            border: 1px solid #D9D9D9;
            margin-left: -1px;
            position: relative;

          }

          .ant-radio {
            display: none;
          }
        }

        label.ant-radio-wrapper:hover {
          >span {
            border: 1px solid #588CE9;
            z-index: 1
          }
        }

        label.ant-radio-wrapper.ant-radio-wrapper-checked {
          >span {
            background: rgba(88, 140, 233, 0.05);
            border: 1px solid #588CE9;
            color: #588CE9;
            z-index: 1
          }
        }

        label.ant-radio-wrapper:first-child {
          >span {
            border-radius: 4px 0 0 4px;
          }
        }

        label.ant-radio-wrapper:last-child {
          >span {
            border-radius: 0 4px 4px 0;
          }
        }
      }
    }

    .logo-sc {
      >span:first-child {
        width: 80px;
        height: 80px;
        float: left;
        background: #EDF0F2;
        border: 1px solid #D9D9D9;
        margin-right: 10px;
        border-radius: 4px;
        overflow: hidden;

        .dj-sc {
          position: initial;
          background: url(images/default-logo22_03.png);
          background-size: 100% 100%;
          position: relative;

          img {
            width: 100%;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
          }

          .info-person-mask {
            width: 80px;
            height: 80px;
            position: initial;
            border-radius: 0;
            position: absolute;

            p {
              font-size: 12px;
            }
          }

        }

        .eChartUpLoad_HasImg {
          background: #f6f6f6 !important;
        }
      }

      .tips {
        font-size: 12px;
        color: #999;
        line-height: 15px;
        margin-top: 25px;
        float: left;
        width: 170px;
      }
    }

    .ant-row {
      margin-top: 15px;

      span {
        display: block;
        float: left;
        width: 98px;
      }

      .fileupload-txt {
        width: 190px;
        line-height: 16px;
        padding-left: 18px;
        margin-top: 13px;
      }

      input {
        width: 230px;
      }

      .eChartPanelDesign_Img {
        width: 80px;
        height: 80px;
        float: left;
        cursor: pointer;
        background: url(images/default-logo22.png);
        background-size: 90px 90px;
        float: left;
        background-position: -6px -6px;

        img {
          display: none;
        }
      }

      .btn-gray {
        display: block;
        position: absolute;
        left: -73px;
        background: rgba(0, 0, 0, 0.5);
        width: 80px;
        height: 80px;
        top: -11px;
        text-align: center;
        line-height: 80px;
        color: #fff;
      }

      .upload-content {
        float: left;
      }

      /* .eChartPanelDesign_Img:hover+.upload-content,
			.eChartPanelDesign_Img:hover+.upload-content:hover{
				.btn-gray{
					display: block;
				}
				.btn-gray:hover{
					display: block;
				}
			} */
      div.fl {
        float: left;
        margin-right: 20px;

        .col-all {
          width: 38px;
          height: 28px;
          float: left;
          overflow: hidden;
          border: 1px solid #D9D9D9;
          cursor: pointer;
          margin-top: 2px;
          position: relative;
          margin-left: -1px;

          svg {
            width: 20px;
            height: 20px;
            margin-top: 2px;
            margin-left: 8px;
          }
        }

        .col-all:first-child {
          border-radius: 4px 0 0 4px;
        }

        .col-all:last-child {
          border-radius: 0 4px 4px 0;
        }

        .col-all:hover {
          border: 1px solid #588CE9;
          z-index: 1;
        }

        .selected {
          background: rgba(88, 140, 233, 0.05);
          border: 1px solid #588CE9;
          z-index: 1;
        }
      }

      div.fl:last-child {
        margin-right: 0
      }
    }

    .ant-row.fontSize {
      input {
        width: 54px;
        text-align: center;
      }
    }
  }
}

/*图表 */
.eChartPanelDesign_SetChart {
  width: 800px !important;

  .ant-radio-button-wrapper:not(:first-child):before {
    background: none;
  }

  .ant-modal-header {
    padding: 20px;
    padding-bottom: 15px;
    border-bottom: 0;
  }

  .ant-modal-body {
    padding: 16px 0 16px 25px;
    padding-top: 0;
    min-height: 340px;
    max-height: 491px;
    overflow-y: auto;

    >div>.ant-row {
      margin-bottom: 15px;

      .ant-radio-group {
        .ant-radio-button-wrapper {
          padding: 0;
          width: 60px;
          height: 32px;
          font-size: 12px;
          color: #333333;
          text-align: center;
          line-height: 30px;
          border-left: 1px solid #d9d9d9;
          position: relative;
          margin-left: -1px;
        }

        .ant-radio-button-wrapper:first-child {
          border-radius: 4px 0 0 4px;
        }

        .ant-radio-button-wrapper:last-child {
          border-radius: 0 4px 4px 0;
        }

        .ant-radio-button-wrapper.ant-radio-button-wrapper-checked,
        .ant-radio-button-wrapper:hover {
          border: 1px solid #588CE9;
          color: #588CE9;
          box-shadow: none;
          z-index: 1
        }
      }

      >.col-all:first-child {
        font-size: 12px;
        color: #333;
        width: 75px;
        float: left;
      }

      .up-show {
        top: 0px;
        overflow: hidden;
        left: 580px;
        right: auto;

        .ant-popover-open-count {
          float: right;
        }
      }

      .filter-controls .ant-row {
        line-height: 32px;

        .basic-predicate-data-picker {
          .ant-row {
            .label-control {
              width: 60px !important;
              margin-right: 10px;
              margin-bottom: 0px;
            }

            .input-control {
              float: left;
            }

            .query-scheme-date {
              width: 292px;
              margin-left: 1px;

              .col-float {
                margin-bottom: 0px;
              }

              .ant-row {
                .col-float {
                  width: 110px !important;
                }
              }
            }
          }
        }

        .col-float {
          margin-bottom: 15px;

          .filter-hide {
            .col-float {
              margin-bottom: 0px;
            }
          }
        }

      }

      .filter-controls .filter-hide {
        >.ant-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          display: -webkit-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 32px;

          .label-control {
            width: 60px !important;
            margin-right: 10px;
          }

          .col-float {
            // width: 72px !important;
            float: left;
            // margin-right: 8px;
            padding-left: 0px;
            text-align: center;

            line-height: 32px;
            max-height: 32px;
            overflow: hidden;
            // min-width: 82px;
            word-wrap: break-word;
          }

          .input-control {
            width: 215px;
            float: left;
          }
        }
      }

      .eChartPanelDesign {
        >.ant-row>.col-all {
          width: 607px;

          >div>.ant-row {
            >.col-float {
              margin-bottom: 15px;
            }
          }

          .col-float.label-control {
            width: 60px !important;
            text-align: right;
            min-width: 60px;
            margin-right: 10px;

          }

          .input-control {
            float: left;
          }

          .col-float.label-control+.input-control {
            .m-r-10+div {
              float: left;
              width: 280px;

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

              .m-r-10:nth-child(2) {
                width: 10px;
              }
            }

            .m-r-10+div.col-float {
              width: 120px !important;
            }
          }
        }

        .up-show {
          width: 60px !important;
          top: 0;
          bottom: auto;
          overflow: hidden;
          height: 33px;

          .ant-popover-open-count {
            width: 68px;
            float: right;
          }

          .ant-btn-ghost {
            float: left !important;
          }

          .showMore {
            float: left !important;
          }
        }
      }
    }

    .ant-row.gltj {
      .col-all .filter-controls {}
    }

    .label-title {
      padding-right: 0;
    }

    .ant-row.width-less {
      .col-all:first-child {
        margin-right: 70px;
      }

      .col-all:last-child {
        width: 250px;
      }

      .col-all.ckeck {
        width: 560px;
        line-height: 30px;

        .eChartPanelSetSum-Field {
          width: 280px;
          height: auto;
          float: left;
          margin-bottom: 15px;
          overflow: hidden;

          .ant-checkbox+span {
            padding-right: 0px;
          }

          .eChartPanelSetSum_CanNotEdit {
            background-color: #f7f7f7;
            opacity: 1;
            cursor: not-allowed;
            color: #999 !important;
            border: 1px solid #d9d9d9;

            &hover {
              border-color: #ccc !important;
              box-shadow: none;
            }
          }

          .ant-checkbox-wrapper {
            float: left;

            .ant-input {
              width: 204px;
            }
          }

          .eChartPanelSetSum-FieldEdit {
            float: left;
            width: 18px;
            height: 32px;
            cursor: pointer;

            svg {
              width: 18px;
              height: 18px;
              margin-top: 7px;
            }
          }
        }
      }

      .ant-select {
        width: 250px;
      }

    }

    .ant-row.width-less-pl {
      .col-all:first-child {
        margin-right: 70px;
      }

      .col-all:nth-child(2) {
        width: 60px;
        float: left;
        margin-right: 8px;
      }

      input {
        width: 60px;
        text-align: center;

      }

      .col-all.tips {
        span {
          color: #EE2223;
          margin-left: 5px;
        }
      }
    }
  }
}

/*数据汇总新增样式*/
.eChartSumCountUp-Value {
  width: 100%;
  margin-top: 10px;

  .eChartSumCountUp-Num {
    border: 1px solid #3263B7;
    box-shadow: 0 0 5px 0 rgba(64, 129, 235, 0.70);
    border-radius: 4px;
    color: #FED600;
    margin-right: 5px;
    padding: 0 5px;
  }

  .eChartSumCountUp-Split,
  .eChartSumCountUp-Point {
    margin-right: 5px;
  }
}

/*看板 日期 时间弹窗*/
.eChartPanelSetDateTime_SetDateTime {
  width: 400px !important;

  .ant-modal-body {
    padding: 0px 16px 16px 16px;
    height: 340px;
  }

  .ant-modal-body .ant-row.width-less .col-all:first-child,
  .ant-modal-body .ant-row.width-less-pl .col-all:first-child {
    margin-right: 15px;
  }

  .ant-row.width-less,
  .ant-row.width-less-pl {
    margin-top: 15px;

    .col-all {
      float: left;
    }

    .col-all:first-child {
      width: 98px;
    }

  }

  .eChartPanelSetDateTime_dateSplit {
    width: 250px;
    margin-left: 1px;

    .col-all:first-child {
      border-radius: 4px 0 0 4px;
    }

    .col-all:last-child {
      border-radius: 0 4px 4px 0;
      width: 60px !important;
    }

    .col-all {
      width: 40px !important;
      height: 28px;
      line-height: 26px;
      font-size: 12px;
      color: #333;
      display: block;
      padding: 0;
      text-align: center;
      border: 1px solid #d9d9d9;
      margin-left: -1px;
      position: relative;
      margin-right: 0px !important;
    }

    .eChartPanelSetDateTime_selected {
      background: rgba(88, 140, 233, .05);
      border: 1px solid #588ce9;
      color: #588ce9;
      z-index: 1;
    }

    .col-all:hover {
      border: 1px solid #588ce9;
      z-index: 2;
    }
  }
}

// 店存
.u-tabs-content .container-edit-mode .line-tabs.diancun-yanhuo .tab-top-right .col-auto>.ant-row+.basic-input-text+button {
  position: relative !important;
}

.u-tabs-tabpane .diancun-yanhuo .tab-top-right .col-auto {
  text-align: right;
  display: flex;
  justify-content: flex-end;

  .basic-input-text {
    position: relative !important;
    right: 10px !important;
  }
}

.u-tabs-tabpane .diancun-yanhuo .btn-toolbar-bottom .col-auto button.no-border-radius {
  float: none !important;
}

/*桌面看板*/
.eChartPanelDesign_LeftPanel {
  .eChartPanelDesign_RowOperate {
    width: 60px;
    float: left;
    margin-bottom: 20px;
    margin-right: 16px;
    cursor: pointer;

    .icon {
      width: 26px;
      height: 26px;
      margin: 0 auto;
      display: block;
    }

    div {
      margin-top: 4px;
      color: #999;
    }
  }

  .eChartPanelDesign_RowOperate:nth-child(3n) {
    margin-right: 0px;
  }

  .eChartPanelDesign_RowOperate:hover {
    div {
      color: #333;
    }
  }
}

.Tabletop-Kanban {
  padding: 0px 0 10px 0px;

  button.no-border-radius {
    height: 32px;
  }

  button.no-border-radius svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    float: left;
  }
}

// 硬件设备方案
.hardware {
  // padding-left: 20px;
  padding-left: 60px;

  .twoInclusion .viewCell.width-percent-100 .ant-row .control-width .ant-row {
    width: 100%;
  }

  .twoInclusion:first-child+.ant-row,
  .twoInclusion:first-child>.ant-row {
    margin-left: -102px
  }
}

.electronicbalanceadd {
  .viewSetting.viewCell.width-percent-50 {
    position: relative;

    .col-float.input-control.control-width {
      .control-text {
        padding: 0 10px;
        height: 32px;
      }
    }

    // .has-error .ant-form-explain{
    //     position: absolute;
    //     top: 34px;
    //     left: 108px;
    //     height: 20px;
    // }
  }
}

/*开票配置页面 ticket-opening*/
.control-radio.ticket-opening {
  .input-control {
    //   width: 500px!important;
  }
}

/*首页 左侧菜单*/
._warpSubMenu>.ant-menu-item-group-title {
  display: none;
}

/*pc 硬件设备适配*/
.electronicbalanceadd {
  .width-percent-50 .control-width {
    .ant-input-affix-wrapper {
      display: block;
      height: 32px;
    }
  }
}

.receiptPrinter {
  .basic-input-text.has-feedback {
    .ant-input-affix-wrapper {
      height: 32px;
      display: block;
    }
  }
}

.ant-input-number,
.ant-calendar-picker,
.ant-select,
.ant-cascader-picker {
  width: 100% !important;
}

/*编辑移动模板*/
.eChartPanelDesign_EditPanel3 {
  .panelLayer3-col-final {
    position: relative;

    /*移动报表设置*/
    .eChartSum_Mobile {
      .eChartSum_Arrows {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        z-index: 1;
        width: 100%;

        .anticon {
          font-size: 22px;
        }

        .anticon-arrow-left:before {
          content: "\e807";
          color: #999;
        }

        .anticon-arrow-right:before {
          content: "\e808";
          color: #999;
        }

        .ant-btn {
          background: transparent;

          &:hover {

            .anticon-arrow-left:before,
            .anticon-arrow-right:before {
              color: #505766;
            }
          }
        }

        .ant-btn:nth-of-type(1) {
          float: left;
          padding-left: 4px;
        }

        .ant-btn:nth-of-type(2) {
          float: right;
          padding-right: 4px;
        }

      }

      .u-tabs.u-tabs-top.u-tabs-line {
        .u-tabs-bar {
          display: none;
        }

        .u-tabs-content {
          min-width: 2540px;
          max-width: 25400px;

          .u-tabs-tabpane {
            padding: 10px !important;
            width: 254px;
            min-height: 100px;
            display: flex;
            align-items: center;

            .eChartSumTabSub {
              width: 50%;
              float: left;
              padding: 0px 15px;

              .eChartSumTabSubCaption {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
              }

              .eChartSumTabSubValue {
                margin-top: 8px;
                font-size: 20px;
              }
            }
          }
        }
      }
    }

    .qingchu-btn {
      float: right;
      width: 30px;
      margin-right: 5px;

      .qingchu-btn-bg {
        position: absolute;
        bottom: 3px;
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 #e4e4e4;

        svg {
          width: 18px;
          height: 18px;
          margin: 6px;
        }
      }
    }

    .panelLayer3-nocontrol {
      .eChartPanelSplit {
        width: 30px;
        float: right;
        margin-right: 5px;

        .ant-btn.chaifen {
          position: absolute;
          bottom: 3px;
          width: 30px;
          height: 30px;
          background: #fff;
          border-radius: 50%;
          box-shadow: 0 0 10px 0 #e4e4e4;
          border: none;
          padding: 0px;

          svg {
            width: 18px;
            height: 18px;
            margin: 6px;
          }
        }
      }
    }
  }
}

.eChartPanelDesign_EditPanel3 {
  width: calc(~'100% - 650px') !important;
  background: #f0f1f4;
  padding: 0px;
  overflow-y: hidden;

  .template3-name {
    display: flex;
    align-items: center;
    padding: 0 18px;

    span:first-child {
      margin-right: 15px;
    }

    span {
      .ant-input {
        width: 400px;
      }
    }
  }

  .template3-content_outer {
    height: calc(~'100% - 100px') !important;
    overflow-y: auto;
    margin-top: 20px;
  }

  .template3-content.panelLayer3-all {
    background: url(./images/edit-mobile-bg.png) no-repeat center 0px;
    padding-top: 69px;
    height: 699px;

    .eChartPanel3.panelLayer3-all-outer.panelLayer3-all-outer-nopadding {
      width: 270px !important;
      margin: 5px auto 0px auto !important;
      height: 535px !important;
      overflow-y: auto;

      //  .panelLayer3-col-inner.panelLayer3-col-final.panelLayer3-hasborder{
      //      border: #ADB4BC solid 2px!important;
      //  }

    }

    .eChartPanel3.panelLayer3-all-outer.panelLayer3-all-outer-nopadding::-webkit-scrollbar {
      display: none
    }
  }

}

/*编辑移动模板-图表*/
.eChartPanelDesign_SettingPanelTitle {
  color: #666666;
  font-size: 14px;
  padding-top: 20px;
  width: 300px;
  height: 60px;
  float: left;
  font-weight: bold;
}

.eChartPanelDesign_SettingPanel3 {
  width: 400px !important;
  position: relative;
  padding: 0 0px 0px 0px;
  background: #f0f1f4;

  >div {
    height: 100%;
    background: #fff;
    padding-left: 20px;
  }

  .icon-guanbi1 {
    width: 25px;
    height: auto;
    float: right;
    margin-top: 20px;
    margin-right: 5px;

  }

  .anticon-guanbi1::before {
    content: "\E636";
    color: #ccc;
    font-size: 14px;
  }

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

  /*添加动画从右向左*/
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      -ms-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none
    }
  }

  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
  }

  .eChartPanelDesign_SettingPanel_Show2 {
    -webkit-animation: fadeInRight 0.5s 1;
    animation: fadeInRight 0.5s 1;
  }

  /*添加动画从左向右*/
  @-webkit-keyframes movewidth0 {
    0% {
      opacity: 1;
      right: 0px;
      width: 400px;
    }

    50% {
      opacity: 0.6;
      right: -200px;
      width: 400px;
    }

    100% {
      opacity: 0;
      right: -400px;
      display: none;
    }
  }

  @-moz-keyframes movewidth0 {
    0% {
      opacity: 1;
      right: 0px;
      width: 400px;
    }

    50% {
      opacity: 0.6;
      right: -200px;
      width: 400px;
    }

    100% {
      opacity: 0;
      right: -400px;
      display: none;
    }
  }

  @keyframes movewidth0 {
    0% {
      opacity: 1;
      right: 0px;
      width: 400px;
    }

    50% {
      opacity: 0.6;
      right: -200px;
      width: 400px;
    }

    100% {
      opacity: 0;
      right: -400px;
      display: none;
    }
  }

  .eChartPanelDesign_SettingPanel_Hide {
    position: relative;
  }

  .eChartPanelDesign_SettingPanel_Hide2 {
    position: absolute;
    right: -400px;
    -webkit-animation: movewidth0 0.5s linear;
    animation: movewidth0 0.5s linear;
    padding-left: 20px;
  }

  .eChartPanelDesign_SetSum3 {
    height: calc(~'100% - 165px') !important;
    overflow-y: auto;
    clear: both;
    padding-bottom: 10px;
  }

  .tb {

    .ant-row.width-less,
    .ant-row.width-less-pl {
      display: flex;
      align-items: center;
      margin-top: 15px;

      .col-all:first-child {
        width: 72px;
        text-align: right;
        padding-right: 15px;
        line-height: 16px;

      }

      .col-all {
        .ant-select {
          width: 250px !important;
        }
      }
    }

    .ant-row.width-less-pl {
      .col-all {
        .ant-input {
          width: 250px !important;
        }
      }
    }

    .ant-row.width-less:first-child {
      margin-top: 0px;
    }
  }

  .eChartPanelDesign_SetChart3 {
    height: calc(~'100% - 165px') !important;
    overflow-y: auto;
    clear: both;
    padding-bottom: 10px;

    .eChartPanelSplit_bottom3 {
      position: absolute;
      bottom: 66px;
      left: 20px;

      .ant-btn {
        margin-right: 10px;
      }
    }
  }

  .ant-row.gltj {
    .UpDown_Location {
      position: relative;

      .showMore {
        position: absolute;
        bottom: 7px;
        left: 326px;

        .anticon {
          font-size: 12px;
        }
      }

      .showMore:hover {

        .anticon-down-circle:before,
        .anticon-up-circle:before {
          color: #588ce9;
        }
      }
    }

    .eChartPanelSetChart_4 {
      color: #666666;
      font-size: 14px;
      margin-top: 20px;
      font-weight: bold;
    }

    .up-show {
      bottom: 0px;
      right: 20px;

      .showMore {
        float: left;
        padding: 0;
        overflow: hidden;
      }
    }

    .basic-predicate-data-picker {
      .col-float.label-control {
        width: 72px !important;
        text-align: right;
        padding-right: 15px;
        line-height: 16px;
        margin-top: 22px;
      }

      .input-control {
        flex: 1;

        .ant-radio-group {
          margin-top: 15px;
          margin-bottom: 10px;

          .ant-radio-button-wrapper {
            height: 32px;
            line-height: 30px;
          }

          .ant-radio-button-wrapper-checked {
            border-color: #588ce9;
            color: #588ce9;
          }

          .ant-radio-button-wrapper:hover {
            color: #588ce9;
          }
        }

        .ant-row {
          .col-float {
            width: 114px !important;
          }

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

          .basic-predicate-to {
            margin-top: 6px;
          }
        }

      }
    }

    .basic-predicate-data-picker>.ant-row {
      display: flex;
    }

    .filter-controls {
      overflow: hidden;

      .filter-hide {
        margin-top: 15px;

        .ant-row {
          display: flex;
          align-items: center;

          .label-control {
            width: 72px !important;
            text-align: right;
            padding-right: 15px;
            line-height: 16px;
          }

          .input-control {
            width: 250px !important;
            height: 32px;
          }
        }

        .Test-time-two {
          .col-float.sp-range-txt {
            margin-top: 5px;

            span {
              margin: 0 5px;
            }
          }
        }
      }
    }

  }
}

/*编辑移动模板-汇总*/
.eChartPanelDesign_SetSum3 {
  .hz {
    overflow-y: auto;

    .eChartPanelSetSum_8 {
      color: #666666;
      font-size: 14px;
      margin-top: 15px;
      font-weight: bold;
    }

    .ant-row.width-less {
      display: flex;
      align-items: center;
      margin-top: 15px;

      .col-all:first-child {
        width: 72px;
        text-align: right;
        padding-right: 15px;
        line-height: 16px;

      }

      .col-all {
        .ant-select {
          width: 250px !important;
        }
      }

      .col-all.ckeck {
        width: 250px;

        .eChartPanelSetSum-Field {
          display: flex;
          margin-top: 15px;

          .ant-checkbox-wrapper {
            margin-right: 0px;
          }

          .eChartPanelSetSum-FieldEdit {
            .icon {
              margin-top: 7px;
              width: 18px;
              height: 18px;
            }
          }

          .ant-checkbox-wrapper {

            .ant-input.eChartPanelSetSum_CanNotEdit,
            .ant-input.eChartPanelSetSum_CanEdit {
              width: 180px;
            }
          }
        }

        .eChartPanelSetSum-Field:first-child {
          margin-top: 0px;
        }
      }
    }

    .ant-row.width-less:first-child {
      margin-top: 0px;
    }

    .eChartPanelSetSum_2_Outer {
      align-items: baseline !important;
    }
  }

  /*底部按钮*/
  .eChartPanelSplit_bottom3 {
    position: absolute;
    bottom: 66px;
    left: 20px;

    .ant-btn {
      margin-right: 10px;
    }
  }
}

/*汇总弹窗*/
.ant-modal.eChartPanelDesign_SetSum {
  width: 770px !important;

  .ant-modal-body {
    padding: 16px 0px 16px 25px;
    max-height: 490px;
    overflow-y: auto;

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

        .eChartPanelSetSum_1,
        .eChartPanelSetSum_3 {
          width: 75px;
          margin-right: 70px;
        }

        .ant-select,
        .ant-input {
          width: 250px !important;
        }
      }

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

        .eChartPanelSetSum_5,
        .eChartPanelSetSum_6,
        .eChartPanelSetSum_7 {
          width: 75px;
          margin-right: 70px;
        }

        .ant-select,
        .ant-input {
          width: 75px !important;
        }

        .tips {
          font-size: 12px;
          margin-left: 10px;

          span {
            color: #ee2223;
            margin-left: 4px;
          }
        }
      }

      .ant-row.gltj {
        margin-bottom: 15px;

        .sp-range-txt {
          text-align: center;
        }

        .ant-row {
          line-height: 32px;
        }

        .col-all.eChartPanelSetSum_8 {
          width: 75px;
          float: left;
        }

        .filter-controls {
          width: 660px;
          float: left;

          .ant-row {
            .col-float {
              margin-bottom: 15px;

              .filter-hide {
                .col-float {
                  margin-bottom: 0px;
                }
              }
            }
          }

          .basic-predicate-data-picker {
            .ant-row {
              .label-control {
                margin-bottom: 0px;
              }
            }

            .label-control {
              width: 60px !important;
              margin-right: 10px;
            }

            .input-control {
              width: 560px;
              float: left;

              .query-scheme-date {
                width: 292px;
                margin-left: 1px;

                .col-float {
                  width: 126px !important;
                  margin-bottom: 0px !important;
                }
              }
            }
          }

          .filter-hide {
            .ant-row {
              display: flex;
              align-items: center;
            }

            .label-control {
              width: 60px !important;
              margin-right: 10px;
              text-align: right;
              line-height: 16px;
              max-height: 32px;
            }

            .input-control {
              width: 215px;
            }
          }
        }

        .up-show {
          overflow: hidden;
          top: 0px;
          left: 615px;
          right: auto;
        }
      }

      .eChartPanelSetSum_2_Outer {
        align-items: normal !important;
        margin-bottom: 0px !important;

        .eChartPanelSetSum_2 {
          width: 75px;
          margin-right: 70px;
          float: left;
        }

        .ckeck {
          float: left;
          width: 600px;

          .eChartPanelSetSum-Field {
            width: 295px;
            float: left;
            display: flex;
            margin-bottom: 15px;

            .ant-input {
              width: 204px !important;
            }

            .ant-checkbox+span {
              padding-right: 0 !important;
            }

            .eChartPanelSetSum-FieldEdit {
              svg {
                width: 16px;
                height: 16px;
                margin-top: 8px;
              }
            }
          }
        }
      }
    }

  }
}

.u-select-arrow:before {
  color: #98a2ad;
}

.u-select-disabled {
  .u-select-arrow:before {
    color: #ccc !important;
  }
}

.u-select-arrow:hover:before {
  color: #505766;
}
