/*  The Digits  */
.digits div {
  text-align: left;
  position: relative;
  width: 28px;
  min-height: 53px;
  display: inline-block;
  margin: 0 4px;
}
.digits div span {
  background-color: #2462af;
  border-color: #2462af;
}
.digits div span {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.digits div span:before, .digits div span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
.digits .d1 {
  height: 5px;
  width: 16px;
  top: 0;
  left: 6px;
}
.digits .d1:before {
  border-width: 0 5px 5px 0;
  border-right-color: inherit;
  left: -5px;
}
.digits .d1:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  right: -5px;
}
.digits .d2 {
  height: 5px;
  width: 16px;
  top: 24px;
  left: 6px;
}
.digits .d2:before {
  border-width: 3px 4px 2px;
  border-right-color: inherit;
  left: -8px;
}
.digits .d2:after {
  border-width: 3px 4px 2px;
  border-left-color: inherit;
  right: -8px;
}
.digits .d3 {
  height: 5px;
  width: 16px;
  top: 48px;
  left: 6px;
}
.digits .d3:before {
  border-width: 5px 5px 0 0;
  border-right-color: inherit;
  left: -5px;
}
.digits .d3:after {
  border-width: 5px 0 0 5px;
  border-left-color: inherit;
  right: -5px;
}
.digits .d4 {
  width: 5px;
  height: 14px;
  top: 7px;
  left: 0;
}
.digits .d4:before {
  border-width: 0 5px 5px 0;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .d4:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  bottom: -5px;
}
.digits .d5 {
  width: 5px;
  height: 14px;
  top: 7px;
  right: 0;
}
.digits .d5:before {
  border-width: 0 0 5px 5px;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .d5:after {
  border-width: 5px 0 0 5px;
  border-top-color: inherit;
  bottom: -5px;
}
.digits .d6 {
  width: 5px;
  height: 14px;
  top: 32px;
  left: 0;
}
.digits .d6:before {
  border-width: 0 5px 5px 0;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .d6:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  bottom: -5px;
}
.digits .d7 {
  width: 5px;
  height: 14px;
  top: 32px;
  right: 0;
}
.digits .d7:before {
  border-width: 0 0 5px 5px;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .d7:after {
  border-width: 5px 0 0 5px;
  border-top-color: inherit;
  bottom: -5px;
}
/* 1 */
.digits div.one .d5, .digits div.one .d7 {
  opacity: 1;
}
/* 2 */
.digits div.two .d1, .digits div.two .d5, .digits div.two .d2, .digits div.two .d6, .digits div.two .d3 {
  opacity: 1;
}
/* 3 */
.digits div.three .d1, .digits div.three .d5, .digits div.three .d2, .digits div.three .d7, .digits div.three .d3 {
  opacity: 1;
}
/* 4 */
.digits div.four .d5, .digits div.four .d2, .digits div.four .d4, .digits div.four .d7 {
  opacity: 1;
}
/* 5 */
.digits div.five .d1, .digits div.five .d2, .digits div.five .d4, .digits div.five .d3, .digits div.five .d7 {
  opacity: 1;
}
/* 6 */
.digits div.six .d1, .digits div.six .d2, .digits div.six .d4, .digits div.six .d3, .digits div.six .d6, .digits div.six .d7 {
  opacity: 1;
}
/* 7 */
.digits div.seven .d1, .digits div.seven .d5, .digits div.seven .d7 {
  opacity: 1;
}
/* 8 */
.digits div.eight .d1, .digits div.eight .d2, .digits div.eight .d3, .digits div.eight .d4, .digits div.eight .d5, .digits div.eight .d6, .digits div.eight .d7 {
  opacity: 1;
}
/* 9 */
.digits div.nine .d1, .digits div.nine .d2, .digits div.nine .d3, .digits div.nine .d4, .digits div.nine .d5, .digits div.nine .d7 {
  opacity: 1;
}
/* 0 */
.digits div.zero .d1, .digits div.zero .d3, .digits div.zero .d4, .digits div.zero .d5, .digits div.zero .d6, .digits div.zero .d7 {
  opacity: 1;
}
/* . 小数点 */
.digits div.dot {
  width: 5px;
}
.digits .dot:after {
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  left: 0;
  top: 45px;
  background-color: #2462af;
}
/* - 破折号 */
.digits div.dash span {
  opacity: 1;
  position: absolute;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  top: 24px;
  left: 6px;
  height: 5px;
  width: 16px;
  background-color: #2462af;
  border-color: #2462af;
}
.digits div.dash span:before, .digits div.dash span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
.digits div.dash span:before {
  border-width: 3px 4px 2px;
  border-right-color: inherit;
  left: -8px;
}
.digits div.dash span:after {
  border-width: 3px 4px 2px;
  border-left-color: inherit;
  right: -8px;
}
/* % 百分号 */
.digits .p0 {
  height: 5px;
  width: 4px;
  top: 0;
  left: 6px;
}
.digits .p0:before {
  border-width: 0 5px 5px 0;
  border-right-color: inherit;
  left: -5px;
}
.digits .p0:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  right: -5px;
}
.digits .p1 {
  height: 5px;
  width: 4px;
  top: 12px;
  left: 6px;
}
.digits .p1:before {
  border-width: 5px 5px 0 0;
  border-right-color: inherit;
  left: -5px;
}
.digits .p1:after {
  border-width: 5px 0 0 5px;
  border-left-color: inherit;
  right: -5px;
}
.digits .p2 {
  width: 5px;
  height: 3px;
  top: 7px;
  left: 0;
}
.digits .p2:before {
  border-width: 0 5px 5px 0;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .p2:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  bottom: -5px;
}
.digits .p3 {
  width: 5px;
  height: 3px;
  top: 7px;
  left: 11px;
}
.digits .p3:before {
  border-width: 0 0 5px 5px;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .p3:after {
  border-width: 5px 0 0 5px;
  border-top-color: inherit;
  bottom: -5px;
}
.digits .p4 {
  transform: rotate(25deg);
  width: 5px;
  height: 20px;
  top: 3px;
  right: 5px;
}
.digits .p4:before {
  border-width: 0px 2px 5px 3px;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .p4:after {
  border-width: 5px 3px 0px 2px;
  border-top-color: inherit;
  bottom: -5px;
}
.digits .p5 {
  transform: rotate(25deg);
  width: 5px;
  height: 20px;
  top: 29px;
  left: 5px;
}
.digits .p5:before {
  border-width: 0px 2px 5px 3px;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .p5:after {
  border-width: 3px 4px 3px 7px;
  border-left-color: inherit;
  bottom: -7px;
  left: -3px;
  transform: rotate(90deg);
}
.digits .p6 {
  height: 5px;
  width: 4px;
  top: 37px;
  right: 6px;
}
.digits .p6:before {
  border-width: 0 5px 5px 0;
  border-right-color: inherit;
  left: -5px;
}
.digits .p6:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  right: -5px;
}
.digits .p7 {
  height: 5px;
  width: 4px;
  top: 47px;
  right: 6px;
}
.digits .p7:before {
  border-width: 5px 5px 0 0;
  border-right-color: inherit;
  left: -5px;
}
.digits .p7:after {
  border-width: 5px 0 0 5px;
  border-left-color: inherit;
  right: -5px;
}
.digits .p8 {
  width: 5px;
  height: 3px;
  top: 43px;
  right: 11px;
}
.digits .p8:before {
  border-width: 0 5px 5px 0;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .p8:after {
  border-width: 0 0 5px 5px;
  border-left-color: inherit;
  bottom: -5px;
}
.digits .p9 {
  width: 5px;
  height: 3px;
  top: 43px;
  right: 0;
}
.digits .p9:before {
  border-width: 0 0 5px 5px;
  border-bottom-color: inherit;
  top: -5px;
}
.digits .p9:after {
  border-width: 5px 0 0 5px;
  border-top-color: inherit;
  bottom: -5px;
}
.digits div.percent .p0, .digits div.percent .p1, .digits div.percent .p2, .digits div.percent .p3, .digits div.percent .p4, .digits div.percent .p5, .digits div.percent .p6, .digits div.percent .p7, .digits div.percent .p8, .digits div.percent .p9 {
  opacity: 1;
}
/* .digits.bolder 加粗 */
.digits.bolder div{
  min-height: 55px;
}
.digits.bolder .d1, .digits.bolder .d3 {
  left: 7px;
  width: 14px;
  height: 7px;
}
.digits.bolder .d2 {
  left: 6px;
  width: 16px;
  height: 7px;
}
.digits.bolder .d4, .digits.bolder .d5, .digits.bolder .d6, .digits.bolder .d7 {
  width: 7px;
  height: 11px;
}
.digits.bolder .d4, .digits.bolder .d5 {
  top: 9px;
}
.digits.bolder .d6, .digits.bolder .d7 {
  top: 35px;
}
.digits.bolder .d1:before {
  left: -7px;
  border-width: 0 7px 7px 0;
}
.digits.bolder .d1:after {
  right: -7px;
  border-width: 0 0 7px 7px;
}
.digits.bolder .d2:before {
  left: -10px;
  border-width: 4px 5px 3px;
}
.digits.bolder .d2:after {
  right: -10px;
  border-width: 4px 5px 3px;
}
.digits.bolder .d3:before {
  left: -7px;
  border-width: 7px 7px 0 0;
}
.digits.bolder .d3:after {
  right: -7px;
  border-width: 7px 0 0 7px;
}
.digits.bolder .d4:before {
  top: -7px;
  border-width: 0 7px 7px 0;
}
.digits.bolder .d4:after {
  bottom: -7px;
  border-width: 0 0 7px 7px;
}
.digits.bolder .d5:before {
  top: -7px;
  border-width: 0 0 7px 7px;
}
.digits.bolder .d5:after {
  bottom: -7px;
  border-width: 7px 0 0 7px;
}
.digits.bolder .d6:before {
  top: -7px;
  border-width: 0 7px 7px 0;
}
.digits.bolder .d6:after {
  bottom: -7px;
  border-width: 0 0 7px 7px;
}
.digits.bolder .d7:before {
  top: -7px;
  border-width: 0 0 7px 7px;
}
.digits.bolder .d7:after {
  bottom: -7px;
  border-width: 7px 0 0 7px;
}
.digits.bolder div.dot {
  width: 7px;
}
.digits.bolder .dot:after {
  width: 7px;
  height: 7px;
}
.digits.bolder div.dash span {
  left: 6px;
  height: 7px;
  width: 16px;
}
.digits.bolder div.dash span:before {
  border-width: 4px 5px 3px;
  left: -10px;
}
.digits.bolder div.dash span:after {
  border-width: 4px 5px 3px;
  right: -10px;
}