    color: #bbb;
  }

  &-footer {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
    position: relative;

    .@{timePickerClass} {
      width: 90px;
      &-input {
        height: 24px;
      }
    }
    &-show-ok {
      text-align: right;
      .@{prefixClass} {
        &-footer-btn {
          padding-right: 12px;
        }

        &-time-picker-btn {
          margin-left: 0;
          padding: 0 12px;
        }
        &-today-btn {
          float: left;
          padding-left: 12px;
        }
      }
    }
  }

  &-footer-btn {
    margin-top: 2px;

    &:after {
      content: 'x';
      height: 0;
      font-size: 0;
      overflow: hidden;
      clear: both;
    }
  }

  &-time-picker-btn {
    margin-left: 10px;
  }

  &-today-btn, &-ok-btn, &-time-picker-btn {
    display: inline-block;
    text-align: center;
    color: #f46830;

    &:hover {
      cursor: pointer;
      color: #23c0fa;
    }

    &-disabled {
      color: #bbb;
      &:hover {
        color: #bbb;
      }
    }
  }

  &-today-btn {
    padding-left: 10px;
  }
}
.@{prefixClass}-decade-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}

.@{prefixClass}-decade-panel-hidden {
  display: none;
}

.@{prefixClass}-decade-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;

  > a {
    font-weight: bold;
    display: inline-block;
    padding: 1px 5px;
    text-align: center;
    width: 30px;

    &:hover {
      cursor: pointer;
      color: #23c0fa;
    }
  }
}

.@{prefixClass}-decade-panel-prev-century-btn, .@{prefixClass}-decade-panel-next-century-btn {
  position: absolute;
  top: 0;
}

.@{prefixClass}-decade-panel-next-century-btn {
  &:after {
    content: '»'
  }
}

.@{prefixClass}-decade-panel-prev-century-btn {
  user-select: none;
  left: 0;
  &:after {
    content: '«'
  }
}

.@{prefixClass}-decade-panel-next-century-btn {
  user-select: none;
  right: 0;
}

.@{prefixClass}-decade-panel-body {
  padding: 9px 10px 10px;
  position: absolute;
  bottom: 0;
  top: 34px;
}

.@{prefixClass}-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}

.@{prefixClass}-decade-panel-cell {
  text-align: center;
}

.@{prefixClass}-decade-panel-decade {
  display: block;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;

  &:hover {
    background: #ebfaff;
    cursor: pointer;
  }
}

.@{prefixClass}-decade-panel-selected-cell .@{prefixClass}-decade-panel-decade {
  background: #3fc7fa;
  color: #fff;

  &:hover {
    background: #3fc7fa;
    color: #fff;
  }
}

.@{prefixClass}-decade-panel-last-century-cell, .@{prefixClass}-decade-panel-next-century-cell {
  .@{prefixClass}-decade-panel-decade{
    user-select: none;
    -webkit-user-select: none;
    color: rgba(0, 0, 0, 0.25);
  }
}
.input() {
  height: 25px;
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 4px 10px;
  border-radius: 6px 6px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #666;
  line-height: 1.5;
  transform: border 0.3s cubic-bezier(0.35, 0, 0.25, 1), background 0.3s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1);

  &:hover {
    border-color: #23c0fa;
  }

  &:focus {
    border-color: #23c0fa;
    box-shadow: 0 0 3px #23c0fa;
  }
}
.@{prefixClass}-month-panel {
  left: 0;
  top:0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}

.@{prefixClass}-month-panel-hidden {
  display: none;
}

.@{prefixClass}-month-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;

  > a {
    font-weight: bold;
    display: inline-block;
    padding: 4px 5px;
    text-align: center;
    width: 30px;

    &:hover {
      cursor: pointer;
      color: #23c0fa;
    }
  }
}

.@{prefixClass}-month-panel-prev-year-btn, .@{prefixClass}-month-panel-next-year-btn {
  position: absolute;
  top: 0;
}

.@{prefixClass}-month-panel-next-year-btn {
  &:after {
    content: '»'
  }
}

.@{prefixClass}-month-panel-prev-year-btn {
  user-select: none;
  left: 0;

  &:after {
    content: '«'
  }
}

.@{prefixClass}-month-panel .@{prefixClass}-month-panel-year-select {
  width: 180px;
}

.@{prefixClass}-month-panel-year-select-arrow {
  display: none;
}

.@{prefixClass}-month-panel-next-year-btn {
  user-select: none;
  right: 0;
}

.@{prefixClass}-month-panel-body {
  padding: 9px 10px 10px;
  position: absolute;
  top: 34px;
  bottom: 0;
}

.@{prefixClass}-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}

.@{prefixClass}-month-panel-cell {
  text-align: center;



  .@{prefixClass}-month-panel-month {
    display: block;
    width: 46px;
    margin: 0 auto;
    color: #666;
    border-radius: 4px 4px;
    height: 36px;
    padding: 0;
    background: transparent;
    line-height: 36px;
    text-align: center;

    &:hover {
      background: #ebfaff;
      cursor: pointer;
    }
  }

  &-disabled{
    .@{prefixClass}-month-panel-month {
      color: #bfbfbf;

      &:hover {
        background: white;
        cursor: not-allowed;
      }
    }
  }
}

.@{prefixClass}-month-panel-selected-cell .@{prefixClass}-month-panel-month {
  background: #3fc7fa;
  color: #fff;

  &:hover {
    background: #3fc7fa;
    color: #fff;
  }
}

.@{prefixClass}-month-header-wrap {
  position: relative;
  height: 308px;
}
.@{prefixClass} {
  &-picker {
    .effect() {
      animation-duration: .3s;
      animation-fill-mode: both;
      transform-origin: 0 0;
      display: block !important;
    }

    &-slide-up-enter {
      .effect();
      opacity: 0;
      animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
      animation-play-state: paused;
    }

    &-slide-up-appear {
      .effect();
      opacity: 0;
      animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
      animation-play-state: paused;
    }

    &-slide-up-leave {
      .effect();
      opacity: 1;
      animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
      animation-play-state: paused;
    }

    &-slide-up-enter&-slide-up-enter-active&-placement-bottomLeft,
    &-slide-up-enter&-slide-up-enter-active&-placement-bottomRight,
    &-slide-up-appear&-slide-up-appear-active&-placement-bottomLeft,
    &-slide-up-appear&-slide-up-appear-active&-placement-bottomRight {
      animation-name: rcDropdownSlideUpIn;
      animation-play-state: running;
    }

    &-slide-up-enter&-slide-up-enter-active&-placement-topLeft,
    &-slide-up-enter&-slide-up-enter-active&-placement-topRight,
    &-slide-up-appear&-slide-up-appear-active&-placement-topLeft,
    &-slide-up-appear&-slide-up-appear-active&-placement-topRight {
      animation-name: rcDropdownSlideDownIn;
      animation-play-state: running;
    }

    &-slide-up-leave&-slide-up-leave-active&-placement-bottomLeft,
    &-slide-up-leave&-slide-up-leave-active&-placement-bottomRight {
      animation-name: rcDropdownSlideUpOut;
      animation-play-state: running;
    }

    &-slide-up-leave&-slide-up-leave-active&-placement-topLeft,
    &-slide-up-leave&-slide-up-leave-active&-placement-topRight {
      animation-name: rcDropdownSlideDownOut;
      animation-play-state: running;
    }

    @keyframes rcDropdownSlideUpIn {
      0% {
        opacity: 0;
        transform-origin: 0% 0%;
        transform: scaleY(0);
      }
      100% {
        opacity: 1;
        transform-origin: 0% 0%;
        transform: scaleY(1);
      }
    }

    @keyframes rcDropdownSlideUpOut {
      0% {
        opacity: 1;
        transform-origin: 0% 0%;
        transform: scaleY(1);
      }
      100% {
        opacity: 0;
        transform-origin: 0% 0%;
        transform: scaleY(0);
      }
    }

    @keyframes rcDropdownSlideDownIn {
      0% {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(0);
      }
      100% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1);
      }
    }
    @keyframes rcDropdownSlideDownOut {
      0% {
        opacity: 1;
        transform-origin: 100% 100%;
        transform: scaleY(1);
      }
      100% {
        opacity: 0;
        transform-origin: 100% 100%;
        transform: scaleY(0);
      }
    }
  }
}


.@{prefixClass}-time-input {
  .input();
  width:40px;
}
.@{prefixClass}-time-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}

.@{prefixClass}-time-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}

.@{prefixClass}-time-panel-body {
  padding: 9px 10px 10px;
}

.@{prefixClass}-time-panel-title {
  width: 180px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  height: 30px;
  line-height: 22px;
  border-radius: 4px;
}


.@{prefixClass}-time-panel-table {
  table-layout: fixed;
  width: 100%;
  height:255px;
  border-collapse: separate;
}

.@{prefixClass}-time-panel-cell {
  text-align: center;
  height: 42px;
  vertical-align: middle;
}

.@{prefixClass}-time-panel-time {
  line-height: 26px;
  display: block;
  border-radius: 4px;
  width:26px;
  margin: 0 auto;

  &:hover {
    background: #ebfaff;
    cursor: pointer;
  }
}


.@{prefixClass}-time-panel-selected-cell .@{prefixClass}-time-panel-time {
  background: #3fc7fa;
  color: #fff;

  &:hover {
    background: #3fc7fa;
    color: #fff;
  }
}
.@{prefixClass}-year-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}

.@{prefixClass}-year-panel-hidden {
  display: none;
}

.@{prefixClass}-year-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;

  > a {
    font-weight: bold;
    display: inline-block;
    padding: 4px 5px;
    text-align: center;
    width: 30px;

    &:hover {
      cursor: pointer;
      color: #23c0fa;
    }
  }
}

.@{prefixClass}-year-panel-prev-decade-btn, .@{prefixClass}-year-panel-next-decade-btn {
  position: absolute;
  top: 0;
}

.@{prefixClass}-year-panel-next-decade-btn {
  &:after {
    content: '»'
  }
}

.@{prefixClass}-year-panel-prev-decade-btn {
  user-select: none;
  left: 0;

  &:after {
    content: '«'
  }
}

.@{prefixClass}-year-panel .@{prefixClass}-year-panel-decade-select {
  width: 180px;
}

.@{prefixClass}-year-panel-decade-select-arrow {
  display: none;
}

.@{prefixClass}-year-panel-next-decade-btn {
  user-select: none;
  right: 0;
}

.@{prefixClass}-year-panel-body {
  padding: 9px 10px 10px;
  position: absolute;
  bottom: 0;
  top: 34px;
}

.@{prefixClass}-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}

.@{prefixClass}-year-panel-cell {
  text-align: center;
}

.@{prefixClass}-year-panel-year {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #666;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;

  &:hover {
    background: #ebfaff;
    cursor: pointer;
  }
}

.@{prefixClass}-year-panel-selected-cell .@{prefixClass}-year-panel-year {
  background: #3fc7fa;
  color: #fff;

  &:hover {
    background: #3fc7fa;
    color: #fff;
  }
}

.@{prefixClass}-year-panel-last-decade-cell, .@{prefixClass}-year-panel-next-decade-cell {
  .@{prefixClass}-year-panel-year{
    user-select: none;
    -webkit-user-select: none;
    color: rgba(0, 0, 0, 0.25);
  }
}
















.LabelFileReader-IEInput{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:999;
    opacity:0;
}

.IE-submit-button {
    position:relative;
    float:left;
    margin-left: 8/@px-unit;
}
.IE-sdd-form {
    height:0;
    width:0;
    opacity:0;
}
.upload-sdd-button {
    float: left;
    margin-left: 8/@px-unit;
}
.select-btn {
    float: left;
    margin-left: 8/@px-unit;
}
input.ant-input.fileReader-input {
    width: 200/@px-unit;
    float: left;
}






@IPV4-baseColor: @SddContentBgColor; // 背景色
@IPV4-inputBorderColor: @SddInputBorderColor; // 边框颜色
@IPV4-disabledColor:@SddDisableInputBgColor; // disable背景色
@IPV4-borderColor: @SddInputBorderColorNo1; // 聚焦状态边框颜色
@IPV4-explainColor: @SddErrorColor; //错误提示颜色
.LabelIPV4 {
    .mac-input {
        width: 22%;
        background-color: @IPV4-baseColor;
        border: 1/@px-unit solid @IPV4-inputBorderColor;
        text-align: center;
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 4/@px-unit 4/@px-unit;
        margin-right: 0/@px-unit;
        height: 32/@px-unit;
        box-shadow: none;
        transition: none;
        &:first-of-type {
            border-radius: 4/@px-unit 0 0 4/@px-unit;
            border-left: 1/@px-unit solid @IPV4-inputBorderColor
        }
        &:last-of-type {
            border-radius: 0 4/@px-unit 4/@px-unit 0;
            border-right: 1/@px-unit solid @IPV4-inputBorderColor
        }

    }
    .input-enabled {
        &:focus{
            border: 1/@px-unit solid @IPV4-borderColor;
            border-right-width: 1px !important;
            outline: 0;
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2)
        }
        &:hover {
            border: 1/@px-unit solid @IPV4-borderColor;
        }

    }
    .mac-point {
        background-color: @IPV4-baseColor;
        padding: inherit;
        text-align: center;
        height: 32/@px-unit;
        width: 4%;
        margin-right: 0/@px-unit;
        font-weight: bold;
        border: none;
        transition: none;
        border-top: 1/@px-unit solid @IPV4-inputBorderColor;
        border-bottom:  1/@px-unit solid @IPV4-inputBorderColor;
        &:disabled {
            cursor: default;
        }
        &:hover {
            border: none;
            border-top: 1/@px-unit solid @IPV4-inputBorderColor;
            border-bottom: 1/@px-unit solid @IPV4-inputBorderColor;
        }

    }
    .mac-point.input-disabled {
        cursor: not-allowed;
    }
    .input-disabled {
        background-color: @IPV4-disabledColor;
    }
    .ant-input-group.ant-input-group-compact > *:not(:last-child) {
        margin-right: 0/@px-unit;
        border-right-width: 0/@px-unit;
    }
}
.has-error {
    .LabelIPV4 {
        .ant-input{
            border: 1/@px-unit solid @IPV4-explainColor;
            border-radius: 0;
            border-left: none;
            border-right: none;
            &:first-of-type {
                border-radius: 4/@px-unit 0 0 4/@px-unit;
                border-left: 1/@px-unit solid @IPV4-explainColor
            }
            &:last-of-type {
                border-radius: 0 4/@px-unit 4/@px-unit 0;
                border-right: 1/@px-unit solid @IPV4-explainColor
            }
        }
        .ant-input:not([disabled]):hover {
            border: 1/@px-unit solid @IPV4-borderColor;
        }
        .ant-input:not([disabled]):focus {
            border: 1/@px-unit solid @IPV4-borderColor;
            box-shadow: none;
        }
    }
}




@macInput-baseColor: @SddContentBgColor;// 背景色
@macInput-inputBorderColor: @SddInputBorderColor;// 边框颜色
@macInput-disabledColor:@SddDisableInputBgColor;// disable背景色
@macInput-borderColor: @SddInputBorderColorNo1;// 聚焦状态边框颜色
@macInput-explainColor: @SddErrorColor;//错误提示颜色
.LabelMac {
    .mac-input {
        width: 15%;
        background-color: @macInput-baseColor;
        border: 1/@px-unit solid @macInput-inputBorderColor;
        text-align: center;
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 4/@px-unit 4/@px-unit;
        margin-right: 0/@px-unit;
        height: 32/@px-unit;
        box-shadow: none;
        transition: none;
        &:first-of-type {
            border-radius: 4/@px-unit 0 0 4/@px-unit;
            border-left: 1/@px-unit solid @macInput-inputBorderColor
        }
        &:last-of-type {
            border-radius: 0 4/@px-unit 4/@px-unit 0;
            border-right: 1/@px-unit solid @macInput-inputBorderColor
        }

    }
    .input-enabled {
        &:focus{
            border: 1/@px-unit solid @macInput-borderColor;
            border-right-width: 1px !important;
            outline: 0;
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2)
        }
        &:hover {
            border: 1/@px-unit solid @macInput-borderColor;
        }

    }
    .mac-point {
        background-color: @macInput-baseColor;
        padding: inherit;
        text-align: center;
        height: 32/@px-unit;
        width: 2%;
        margin-right: 0/@px-unit;
        font-weight: bold;
        border: none;
        transition: none;
        border-top: 1/@px-unit solid @macInput-inputBorderColor;
        border-bottom:  1/@px-unit solid @macInput-inputBorderColor;
        &:disabled {
            cursor: default;
        }
        &:hover {
            border: none;
            border-top: 1/@px-unit solid @macInput-inputBorderColor;
            border-bottom: 1/@px-unit solid @macInput-inputBorderColor;
        }

    }
    .mac-point.input-disabled {
        cursor: not-allowed;
    }
    .input-disabled {
        background-color: @macInput-disabledColor;
    }
    .ant-input-group.ant-input-group-compact > *:not(:last-child) {
        margin-right: 0/@px-unit;
        border-right-width: 0/@px-unit;
    }
}
.has-error {
    .LabelMac {
        .ant-input{
            border: 1/@px-unit solid @macInput-explainColor;
            border-radius: 0;
            border-left: none;
            border-right: none;
            &:first-of-type {
                border-radius: 4/@px-unit 0 0 4/@px-unit;
                border-left: 1/@px-unit solid @macInput-explainColor
            }
            &:last-of-type {
                border-radius: 0 4/@px-unit 4/@px-unit 0;
                border-right: 1/@px-unit solid @macInput-explainColor
            }
        }
        .ant-input:not([disabled]):hover {
            border: 1/@px-unit solid @macInput-borderColor;
        }
        .ant-input:not([disabled]):focus {
            border: 1/@px-unit solid @macInput-borderColor;
            box-shadow: none;
        }
    }
}


.labelNumberArea-numberInput {
    float: left;
}
.labelNumberArea-icon {
    float: left;
    margin: 0 4/@px-unit;
}



@SddPasswordCheckStatusWeakColor:@SddErrorColor; // 弱密码颜色
@SddPasswordCheckStatusMiddleColor:@SddWarnColor; // 中密码颜色
@SddPasswordCheckStatusStrongColor:@SddSuccessColor; // 强密码颜色
.label-passwordCheck-tip {
    float: left;
    border-radius: 4/@px-unit;
    background-color: @SddPasswordCheckStatusbgColor;
    height: 5/@px-unit;
    width: 30%;
    margin: 0 2/@px-unit;
    margin-top: 8/@px-unit;
    -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.label-passwordCheck-status-weak-1 {
    background-color: @SddPasswordCheckStatusWeakColor;
}
.label-passwordCheck-status-middle-1 {
    background-color: @SddPasswordCheckStatusMiddleColor;
}
.label-passwordCheck-status-middle-2 {
    background-color: @SddPasswordCheckStatusMiddleColor;
}

.label-passwordCheck-status-strong-1 {
    background-color: @SddPasswordCheckStatusStrongColor;
}
.label-passwordCheck-status-strong-2 {
    background-color: @SddPasswordCheckStatusStrongColor;
}
.label-passwordCheck-status-strong-3 {
    background-color: @SddPasswordCheckStatusStrongColor;
}




/**
* Rangeslider
*/
.rangeslider {
  margin: 12/@px-unit 0 18/@px-unit 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none;

  &,
  .rangeslider__fill {
    display: block;
    box-shadow: inset 0 1/@px-unit 3/@px-unit rgba(0, 0, 0, 0.4);
  }
  .rangeslider__handle {
    background: #fff;
    border: 1/@px-unit solid #ccc;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    outline: none;
    box-shadow: 0 1/@px-unit 3/@px-unit rgba(0, 0, 0, 0.4), 0 -1/@px-unit 3/@px-unit rgba(0, 0, 0, 0.4);
    .rangeslider__active {
      opacity: 1;
    }
  }

  .rangeslider__handle-tooltip {
    width: 40/@px-unit;
    height: 40/@px-unit;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-size: 14/@px-unit;
    transition: all 100ms ease-in;
    border-radius: 4/@px-unit;
    display: inline-block;
    color: white;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    span {
      margin-top: 12/@px-unit;
      display: inline-block;
      line-height: 100%;
    }
    &:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
    }
  }
}

/**
* Rangeslider - Horizontal slider
*/
.rangeslider-horizontal {
  height: 8/@px-unit;
  border-radius: 10/@px-unit;
  .rangeslider__fill {
    height: 100%;
    background-color: @SddlinkColor;
    border-radius: 10/@px-unit;
    top: 0;
  }
  .rangeslider__handle {
    width: 12/@px-unit;
    height: 12/@px-unit;
    border-radius: 30/@px-unit;
    top: -10%;
  }
  .rangeslider__handle-tooltip {
    top: -55/@px-unit;
    &:after {
      border-left: 8/@px-unit solid transparent;
      border-right: 8/@px-unit solid transparent;
      border-top: 8/@px-unit solid rgba(0, 0, 0, 0.8);
      left: 50%;
      bottom: -8/@px-unit;
      transform: translate3d(-50%, 0, 0);
    }
  }
}

/**
* Rangeslider - Vertical slider
*/
.rangeslider-vertical {
  margin: 20/@px-unit auto;
  height: 150/@px-unit;
  max-width: 8/@px-unit;
  background-color: transparent;

  .rangeslider__fill,
  .rangeslider__handle {
    position: absolute;
  }

  .rangeslider__fill {
    width: 100%;
    background-color: @SddlinkColor;
    box-shadow: none;
    bottom: 0;
  }
  .rangeslider__handle {
    width: 12/@px-unit;
    height: 12/@px-unit;
    left: -2/@px-unit;
    border-radius: 50%;
    box-shadow: none;
  }
  .rangeslider__handle-tooltip {
    left: -100%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    &:after {
      border-top: 8/@px-unit solid transparent;
      border-bottom: 8/@px-unit solid transparent;
      border-left: 8/@px-unit solid rgba(0, 0, 0, 0.8);
      left: 100%;
      top: 12/@px-unit;
    }
  }
}

/**
* Rangeslider - Reverse
*/

.rangeslider-reverse {
  &.rangeslider-horizontal {
    .rangeslider__fill {
      right: 0;
    }
  }
  &.rangeslider-vertical {
    .rangeslider__fill {
      top: 0;
      bottom: inherit;
    }
  }
}

/**
* Rangeslider - Labels
*/
.rangeslider__labels {
  .rangeslider-vertical & {
    position: relative;
    list-style-type: none;
    margin: 0 0 0 24/@px-unit;
    padding: 0;
    text-align: left;
    width: 250/@px-unit;
    height: 100%;
    left: 10/@px-unit;

    .rangeslider__label-item {
      position: relative;
      transform: translate3d(0, -50%, 0);
      &::before {
        content: '';
        width: 10/@px-unit;
        height: 2/@px-unit;
        background: black;
        position: absolute;
        left: -14/@px-unit;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
      }
    }
  }

  .rangeslider__label-item {
    position: absolute;
    font-size: 14/@px-unit;
    cursor: pointer;
    display: inline-block;
    top: 8/@px-unit;
    transform: translate3d(-50%, 0, 0);
  }
}


.labelSlider-float-left{
    float: left;
    width: 14/@px-unit;
    cursor: pointer;
}
.labelSlider-float-right{
    float: right;
    width: 14/@px-unit;
    cursor: pointer;
}
.labelSlider-center {
    margin:0 14/@px-unit;
}
.ant-slider {
    margin-top: 10px !important;
}

.sdd-swtich-contianer {
    line-height: 2;
}


.labelText-wrapper{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}




/*各个组件请将颜色再次赋值各自的的实际变量，便于后续新增颜色可更改*/
@loading-bg-color: @SddDisableInputBgColor; // 蒙层颜色
.Loading-wapper{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top:0;
    left: 0;
    text-align: center;
    background-color: @loading-bg-color;
    filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    -khtml-opacity:0.5; 
    opacity: 0.5;
    .ant-spin{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .Loading-addMargin .ant-spin-text{
        margin-top: 40/@px-unit;
    }
}
.passwordInput-security {
    -webkit-text-security:disc;
    -moz-text-security:disc;
    -ms-text-security:disc;
}


@schedule-dividerColorNo9: @SddDividerColor; //分割线颜色
@schedule-inputBorderColorNo10: @SddInputBorderColor; // 输入框边框
@schedule-listBorderColorNo8: @SddListBorderColor; // 计划表边框颜色
@schedule-successColorNo19: @SddSuccessColor; // 时间条颜色
@schedule-warnColorNo18: @SddWarnColor; // 警告条颜色
@schedule-errorColorNo17: @SddErrorColor; // 报警条颜色
@schedule-textColorNo5: @SddTextColor; // 文本颜色

._ScheduleComponent_{
    padding: 16/@px-unit;
    user-select: none;
    .align-center {
        text-align: center
    }
    .ant-card-body{
        padding: 15/@px-unit 24/@px-unit 15/@px-unit 24/@px-unit;
    }
    .slider-container{
        position: relative;
    }
    .btnContainer{
        float: right;
        button:nth-child(1) {
            margin-right: 10/@px-unit;
        }
    }
    // 时间尺的样式
    .timeplan-ruler {
        height: 14/@px-unit;
        position: relative;
        font-size: 12/@px-unit;
        div{
            display: inline-block;
            height: 5/@px-unit;
            border-left: 1/@px-unit solid #555;
        }
        div:last-child {
            border-right: 1/@px-unit solid #555;
            .ruler-text{
                margin-left: 0/@px-unit;
            }
            
        }
        .ruler-text{
            position: absolute;
            bottom: 15/@px-unit;
            margin-left: -5/@px-unit;
            white-space: nowrap;
            font: 11/@px-unit/1 sans-serif; 
        }
        .hour{
            height: 10/@px-unit;
        }
    }

    .main-container {
        border: 1/@px-unit solid @schedule-dividerColorNo9;
        box-sizing: border-box;
        margin: 0;
        padding: 9/@px-unit 0 4/@px-unit 0;
        overflow: hidden;
        .label{
            float: left;
            height: 100%;
            line-height: 45/@px-unit;
            padding-left: 10/@px-unit; 
        }
        .slider-container {
            float: left;
        }
        .copyBtn{
            >span{
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                word-wrap: normal;
            }
            float: left;
            height: 45/@px-unit;
            line-height: 45/@px-unit;
            display: inline-block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
        }
    .dayplan {
        position: relative;
        height: 8/@px-unit;
        margin-bottom: 8/@px-unit;
        border: 1/@px-unit solid @schedule-inputBorderColorNo10; 
        background-color: @schedule-listBorderColorNo8;
        cursor: pointer;
        box-sizing: border-box;
        .handle{
            position: absolute;
            width: 12/@px-unit;
            height: 12/@px-unit;
            margin-top: -3/@px-unit;
            margin-left: -7/@px-unit;
            background-color: #fff;
            border: solid 2/@px-unit #91d5ff;
            border-radius: 50%;
            -webkit-box-shadow: 0;
            box-shadow: 0;
            cursor: pointer;
            -webkit-transition: border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
            transition: border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
            transition: border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18, .89, .32, 1.28);
            transition: border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18, .89, .32, 1.28),-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
            &:hover {
                border-color: #46a6ff;
            }
        }
        .onlyNormal-handle {
            height: 16/@px-unit;
            width: 16/@px-unit;
            z-index: 1;
        }
        .track{
            position: absolute;
            height: 100%;
            &.green  {
                background:@schedule-successColorNo19;
            }
            &.yellow  {
                background:@schedule-warnColorNo18;
            }
            &.red {
                background:@schedule-errorColorNo17;
            }
			&.red-1 {
                background-color: #f54117;
            }
            &.green-2 {
                background-color: #0a9c02;
            }
            &.green-3 {
                background-color: #03aeac;
            }
            &.orange-1 {
                background-color: #ff7e16;
            }
            &.orange-2 {
                background-color: #fcac15;
            }
            &.orange-3 {
                background-color: #bc7c00;
            }
            &.blue-1 {
                background-color: #1890ff;
            }
            &.blue-2 {
                background-color: #2238c7;
            }
            &.purple-1 {
                background-color: #ac0dce;
            }
            &.purple-2 {
                background-color: #6e52fe;
            }
        }
        :focus {
            outline: none;
        }
    }
        .onlyNormal-dayplan{
            height: 12/@px-unit;
            margin-top: 16/@px-unit;
        }
        

    }
    
    //事件类型头部的样式
    .header{
        height: 50/@px-unit;
        line-height: 50/@px-unit;
        margin-bottom: 20/@px-unit;
        // width: 880/@px-unit;
        .status-container{
            margin-bottom: 20/@px-unit;
            float: left;
            .circle {
                content: '';
                height: 10/@px-unit;
                width: 10/@px-unit;
                display: inline-block;
                border-radius: 5/@px-unit;
                margin:0 10/@px-unit;
                &.green  {
                    background:@schedule-successColorNo19;
                }
                &.yellow  {
                    background:@schedule-warnColorNo18;
                }
                &.red {
                    background:@schedule-errorColorNo17;
                }
            }
            p {
                display: inline;
            }
        }
        .button-container{
            float: right
        }
    }
    .onlyNormal-header{
        .status-container {
            display: none
        }
    } 
   
}
.tip{
    .ant-tooltip-arrow{
        border-bottom-color:@schedule-inputBorderColorNo10;
        border-top-color: @schedule-inputBorderColorNo10
    }
    .ant-tooltip-inner{
        color: @schedule-textColorNo5;
        background-color:#FFF;
        padding: 0 8/@px-unit;
    }
    .timer-input{
        width: 20/@px-unit;
        min-width: 10/@px-unit;
        float: left;
        height: 30/@px-unit;
        text-align: center;
    }
}
.timeSchedule-drawer{
    button:nth-child(1) {
        margin-right: 20/@px-unit;
    }
    .ant-drawer-body{
        .btnContainer{
            margin-top: 40/@px-unit;
            // text-align: right;
        }
    }
}
.timeSchedule-modal {
    .ant-modal-body {
        max-width: 100%;
    }
    .timeSchedule-checkboxGroup-wrapper {
        .ant-checkbox-wrapper {
            height: 32/@px-unit;
            padding: 4/@px-unit 4/@px-unit 4/@px-unit 0;
        }
        .ant-checkbox-wrapper + .ant-checkbox-wrapper {
            margin-left: 0;
        }
    }
}
.timer-box {
    height: 30/@px-unit;
    display: inline-block;
    .ant-input{
        padding:4/@px-unit 0/@px-unit
    }
    .timer-input{
        background-color:#FFF;
        width: 20/@px-unit;
        min-width: 10/@px-unit;
        float: left;
        height: 30/@px-unit;
        text-align: center;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border: none;
        &:focus{
            border: transparent;
        }
    }
    .timer-point{
        float: left;
        vertical-align: baseline;
        margin:0;
        padding: 3/@px-unit;
        background-color: #FFF;
        height: 30/@px-unit;
        font-weight: bold;
    }
}
.timer-box-area {
    display: inline-block;
    margin: 0;
    vertical-align: 9/@px-unit;
}
.timer-box-label {
    margin: 0;
    line-height: 30/@px-unit;
}
.red-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #f54117;
}
.green-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: @schedule-successColorNo19;
}
.green-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #0a9c02;
}
.green-3-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #03aeac;
}

.orange-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #ff7e16;
}
.orange-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #fcac15;
}
.orange-3-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #bc7c00;
}

.blue-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #1890ff;
}

.blue-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #2238c7;
}

.purple-1-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #ac0dce;
}

.purple-2-options {
    display: inline-block;
    width: 12/@px-unit;
    height: 12/@px-unit;
    margin-right: 5/@px-unit;
    border-radius: 2/@px-unit;
    background-color: #6e52fe;
}
.modalOptions-header {
    margin-bottom: 10/@px-unit;
}
.modalOptions-badge-container {
    float: left;
    margin-left: 3/@px-unit;
    margin-right: 3/@px-unit;
}

@tableHeaderBackgroundColor: @tableHeaderBgColor; // 表格头部背景色
@tableContentBgColor : @SddContentBgColor;// 表格背景色
@tableContentHoverBgColor: @tableRowHoverColor; //表格行hover色
@tableRowSelectedBackgroundColor: @tableRowSelBgColor; //表格行选中色
@tableBodyBorderColor: @SddListBorderColor; // 表格边框颜色
@evenPatternColor: @tableZebraEvenPatternColor; // 表格斑马纹颜色
@oddPatternColor: @SddContentBgColor; // 非斑马纹颜色
@buttonNormalColor: @SddBtnNormalColor;  // 表格按钮正常状态颜色
@buttonNormalColor1: @buttonNormalColorNo2; // 表格过滤按钮正常状态颜色
._Table_ {
    .table-action-bar {
        // height: 32/@px-unit;
        margin-bottom: 16/@px-unit;
        overflow: hidden;
        background-color: @tableContentBgColor;
        .left-bars {
            float: left;
            line-height: 0;
            .button-groups {
                display: inline-block;
                height: 32/@px-unit;
                line-height: 32/@px-unit;
                overflow: hidden;
                // .ant-btn {
                //     padding: 0 12/@px-unit;
                //     margin-left: 12/@px-unit;
                //     &:first-of-type {
                //         margin-left: 0/@px-unit;
                //     }
                // }
            }
            .table-title {
                display: inline-block;
                max-width: 120/@px-unit;
                line-height: 32/@px-unit;
                height: 32/@px-unit;
                margin-right: 12/@px-unit;
                overflow: hidden;
                text-overflow:ellipsis;
                white-space: nowrap;
            }
        }
        .right-bars {
            // height: 100%;
            float: right;
            button.filterColumn {
                height: 32/@px-unit;
                padding: 0/@px-unit 12/@px-unit;
                background-color: @tableContentBgColor;
                color: @buttonNormalColor;
            }
        }
    }
    .ant-table-body {
        .ant-table-thead {
            tr {
                // line-height: 44/@px-unit;
                // height: 44/@px-unit;
                th {
                    // border-top: 1/@px-unit solid @tableBodyBorderColor;;
                    background-color: @tableHeaderBackgroundColor;
                    // padding: inherit;
                    // padding-left: 12/@px-unit;
    
                }
            }
        }
        .ant-table-tbody {
            tr{
                // line-height: 44/@px-unit;
                td {
                    // padding: inherit;
                    // padding-left: 12/@px-unit;
    
                }
                &.ZD-showZebraPattern:nth-of-type(even) {
                    background-color: @evenPatternColor;
                }
                &.ZD-showZebraPattern:nth-of-type(odd) {
                    background-color: @oddPatternColor;
                }
                &:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
                    background-color: @tableContentHoverBgColor;
                }
            }
            tr.ZD-selected-row {
                background-color: @tableRowSelectedBackgroundColor;
            }

            tr.ZD-highlight-row {
                background-color: @tableRowSelectedBackgroundColor;
            }

            tr.ZD-showZebraPattern.ZD-selected-row {
                background-color: @tableRowSelectedBackgroundColor;
            }

            tr.ZD-showZebraPattern.ZD-highlight-row {
                background-color: @tableRowSelectedBackgroundColor;
            }

            tr.ZD-hideRowBorder:not(:last-of-type) { 
                td {
                    border-bottom: none;
                }
            }
        }

        .react-resizable {
            position: relative;
            background-clip: padding-box;
        }
          
        .react-resizable-handle {
            position: absolute;
            width: 10/@px-unit;
            height: 100%;
            bottom: 0;
            right: -5/@px-unit;
            cursor: col-resize;
            z-index: 1;
        }
        .editable-cell-value-wrap {
            padding: 5/@px-unit 12/@px-unit;
            cursor: pointer;
            &:hover {
                border: 1px solid @tableBodyBorderColor;
                padding: 4/@px-unit 11/@px-unit;
            }
        }
    }

    // .m-table-showEmpty {
    //     .ant-empty,  .ant-empty-normal{
    //         display: none;
    //     }
    // }
    .m-table-showEmpty {
        .ant-table-placeholder{
            display: none;
        }
    }

    .mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1049;
    }
    tr.drop-over-downward td {
        border-bottom: 2px dashed #1890ff !important;
    }
      
    tr.drop-over-upward td {
        border-top: 2px dashed #1890ff !important;
    }
}
.ant-table-filter-dropdown-link.confirm {
    width: 48/@px-unit;
    height: 24/@px-unit;
    text-align: center;
    font-family: Microsoft YaHei;
    background-color: @buttonNormalColor;
    border-radius: 4/@px-unit;
	font-size: 12/@px-unit;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24/@px-unit;
	letter-spacing: 0/@px-unit;
    color: @tableContentBgColor;  
      
    float: right;
}
.ant-table-filter-dropdown-link.clear {
    width: 48/@px-unit;
    height: 24/@px-unit;
	font-family: Microsoft YaHei;
	font-size: 12/@px-unit;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24/@px-unit;
	letter-spacing: 0/@px-unit;
	color: @buttonNormalColor1;
    float: left;
}


.@{tabs-prefix-cls} {
  &-bottom {
    border-top: 2/@px-unit solid #f3f3f3;
  }

  &-bottom &-content {
    width: 100%;
  }

  &-bottom &-bar {
    border-top: 1/@px-unit solid #f3f3f3;
  }

  &-bottom &-nav-container-scrolling {
    padding-left: 32/@px-unit;
    padding-right: 32/@px-unit;
  }

  &-bottom &-nav-scroll {
    width: 99999/@px-unit;
  }

  &-bottom &-nav-swipe {
    position: relative;
    left: 0;
    .@{tabs-prefix-cls}-nav {
      display: flex;
      flex: 1;
      width: 100%;
      .@{tabs-prefix-cls}-tab {
        display: flex;
        flex-shrink: 0;
        margin-right: 0;
        padding: 8/@px-unit 0;
        justify-content: center;
      }
    }
  }
  &-bottom &-nav-wrap {
    width: 100%;
  }

  &-bottom &-content-animated {
    flex-direction: row;

    .@{tabs-prefix-cls}-tabpane {
      width: 100%;
    }
  }

  &-bottom &-tab-next {
    right: 2/@px-unit;

    &-icon:before {
      content: ">";
    }
  }

  &-bottom &-tab-prev {
    left: 0;
    &-icon:before {
      content: "<";
    }
  }

  &-bottom &-tab-prev, &-bottom &-tab-next {
    margin-right: -2/@px-unit;
    width: 32/@px-unit;
    height: 100%;
    top: 0;
    text-align: center;
  }

  &-bottom &-ink-bar {
    height: 2/@px-unit;
    top: 3/@px-unit;
    left: 0;
  }

  &-bottom &-tab {
    float: left;
    height: 100%;
    margin-right: 30/@px-unit;
  }

  &-bottom &-tabpane-inactive {
    height: 0;
    overflow: hidden;
  }
}

.@{tabs-prefix-cls} {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;

  &-bar, &-nav-container {
    font-size: 14/@px-unit;
    line-height: 1.5;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    outline: none;
    zoom: 1;
    transition: padding .45s;
  }

  &-ink-bar {
    z-index: 1;
    position: absolute;
    box-sizing: border-box;
    margin-top: -3/@px-unit;
    background-color: #108ee9;
    transform-origin: 0 0;

    width: 0;
    height: 0;

    &-animated {
      transition:
        transform @effect-duration @easing-in-out,
        left @effect-duration @easing-in-out,
        top @effect-duration @easing-in-out,
        height @effect-duration @easing-in-out,
        width @effect-duration @easing-in-out;
    }
  }

  &-tab-prev, &-tab-next {
    user-select: none;
    z-index: 1;
    line-height: 36/@px-unit;
    cursor: pointer;
    border: none;
    background-color: transparent;
    position: absolute;

    &-icon {
      position: relative;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: inherit;
      vertical-align: baseline;
      text-align: center;
      text-transform: none;
      font-smoothing: antialiased;
      text-stroke-width: 0;
      font-family: sans-serif;

      &:before {
        display: block;
      }
    }
  }

  &-tab-btn-disabled {
    cursor: default;
    color: #ccc;
  }

  &-nav-wrap {
    overflow: hidden;
  }

  &-nav {
    box-sizing: border-box;
    padding-left: 0;
    position: relative;
    margin: 0;
    float: left;
    list-style: none;
    display: inline-block;
    transform-origin: 0 0;

    &-animated {
      transition: transform 0.5s @easing-in-out;
    }

    &:before, &:after {
      display: table;
      content: " ";
    }

    &:after {
      clear: both;
    }
  }

  &-tab {
    box-sizing: border-box;