﻿/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/*@iconfont-css-prefix    : iconfont;*/
/*@button-padding-sm: 3px @padding-xs - 1px;*/
/*@button-group-border: @primary-5;*/
/*@label-height: 24px;
@label-line-height: 24px;*/
/*@vgmenu-item-highlight-color: #fff;*/
/*.button-group(@btnClassName: btn) {
  .button-group-base(@btnClassName);
  .@{btnClassName} + .@{btnClassName},
  .@{btnClassName} + &,
  span + .@{btnClassName},
  .@{btnClassName} + span,
  > span + span,
  & + .@{btnClassName},
  & + & {
    margin-left: -1px;
  }
  .@{btnClassName}-primary + .@{btnClassName}:not(.@{btnClassName}-primary):not([disabled]) {
    border-left-color: transparent;
  }
  .@{btnClassName} {
    border-radius: 0;
  }
  > .@{btnClassName}:first-child,
  > span:first-child > .@{btnClassName} {
    margin-left: 0;
  }
  > .@{btnClassName}:only-child {
    border-radius: @button-border-radius-base;
  }
  > span:only-child > .@{btnClassName} {
    border-radius: @button-border-radius-base;
  }
  > .@{btnClassName}:first-child:not(:last-child),
  > span:first-child:not(:last-child) > .@{btnClassName} {
    border-top-left-radius: @button-border-radius-base;
    border-bottom-left-radius: @button-border-radius-base;
  }
  > .@{btnClassName}:last-child:not(:first-child),
  > span:last-child:not(:first-child) > .@{btnClassName} {
    border-top-right-radius: @button-border-radius-base;
    border-bottom-right-radius: @button-border-radius-base;
  }
  &-small {
    > .@{btnClassName}:only-child {
      border-radius: @button-border-radius-sm;
    }
    > span:only-child > .@{btnClassName} {
      border-radius: @button-border-radius-sm;
    }
    > .@{btnClassName}:first-child:not(:last-child),
    > span:first-child:not(:last-child) > .@{btnClassName} {
      border-top-left-radius: @button-border-radius-sm;
      border-bottom-left-radius: @button-border-radius-sm;
    }
    > .@{btnClassName}:last-child:not(:first-child),
    > span:last-child:not(:first-child) > .@{btnClassName} {
      border-top-right-radius: @button-border-radius-sm;
      border-bottom-right-radius: @button-border-radius-sm;
    }
  }
  & > & {
    float: left;
  }
  & > &:not(:first-child):not(:last-child) > .@{btnClassName} {
    border-radius: 0;
  }
  & > &:first-child:not(:last-child) {
    > .@{btnClassName}:last-child {
      padding-right: 8px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  & > &:last-child:not(:first-child) > .@{btnClassName}:first-child {
    padding-left: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}*/
/* #*# 这里应该是计算器的样式，和l-number命名不一致，需要重构*/
.l-text-number.l-text-lg,
.l-text-number.l-text-sm {
  padding: 0 !important;
}
.l-text-number.l-text-lg .l-trigger {
  line-height: 40px;
}
.l-text-number.l-text-sm .l-trigger {
  line-height: 24px;
}
.l-calc {
  display: none;
  border-collapse: separate;
  border-spacing: 5px;
  position: absolute;
  cursor: default;
  z-index: 99999;
  margin: 0px auto;
  background-color: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #fff;
  /*min-width:200px;*/
  width: 156px;
  height: 192px;
}
.calc-btn {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  touch-action: manipulation;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 400;
  border: 1px solid #D9D9D9;
  padding: 8px 16px 7px;
  height: 28px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  /*&:not(&-disabled):hover {
        text-decoration: none;
    }

    &:not(&-disabled):active {
        outline: 0;
        transition: none;
    }*/
  color: #3A4E64;
  background-color: #fff;
  border-color: #D9D9D9;
  padding: 3px 16px;
  font-size: 12px;
  height: 24px;
  display: table-cell;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  opacity: 1;
  border-radius: 4px;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
}
.calc-btn,
.calc-btn:active,
.calc-btn:focus {
  outline: 0;
}
.calc-btn-disabled {
  cursor: not-allowed;
}
.calc-btn-disabled > * {
  pointer-events: none;
}
.calc-btn-large {
  padding: 8px 16px 7px;
  font-size: 16px;
  border-radius: 4px;
  height: 32px;
}
.calc-btn-small {
  padding: 3px 16px;
  font-size: 12px;
  border-radius: 4px;
  height: 24px;
}
.calc-btn:hover,
.calc-btn:focus {
  color: #75aaff;
  background-color: #fff;
  border-color: #40a9ff;
}
.calc-btn:active,
.calc-btn.active {
  color: #3363cc;
  background-color: #fff;
  border-color: #40a9ff;
}
.calc-btn:hover,
.calc-btn:focus,
.calc-btn:active,
.calc-btn.active {
  color: #40a9ff;
  background: #fff;
  text-decoration: none;
}
.calc-btn:hover {
  border: 1px solid #1890FF;
  background: #D8ECFF;
}
.calc-btn.black {
  color: #595959;
}
.calc-btn.symbol {
  color: #1890FF;
  font-weight: bold;
  font-size: large;
}
.calc-btn.back {
  color: #ff1818;
  font-weight: bold;
}
.calc-btn.blue {
  background-color: #1890FF;
  color: #fff;
  font-size: large;
  font-weight: bold;
}
.calc-btn.blue:hover {
  background: #63B4FF;
}