.ng-number {
    background: #000;
    border: 1px solid #000;
    color: #000;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 99px;
    text-decoration: none
}

.ng-number_lg {
    border-radius: 8px;
    border-width: 2px;
    width: 265px
}

.ng-number__number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 72px;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    overflow: hidden;
    margin-right: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ng-number__number div,
.ng-number__number input {
    background: #fff;
    border: 0;
    border-radius: 0;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 22px;
    font-size: 14px;
    font-family: inherit;
    text-transform: uppercase
}

.ng-number__region {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    text-align: left
}

.ng-number__region div,
.ng-number__region input {
    background: #fff;
    border: 0;
    border-radius: 0;
    height: 13px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2px;
    line-height: 13px;
    font-size: 11px;
    font-family: inherit;
    margin-top: 1px
}

.ng-number__region img {
    display: block;
    width: 100%;
    height: 6px;
    margin: 0 auto
}

.ng-number_lg .ng-number__number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 196px;
    -ms-flex: 0 0 196px;
    flex: 0 0 196px;
    height: 56px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 2px
}

.ng-number_lg .ng-number__number div,
.ng-number_lg .ng-number__number input {
    line-height: 56px;
    font-size: 36px
}

.ng-number_lg .ng-number__number .series1 {
    width: 30px;
    padding: 0 4px 0 14px
}

.ng-number_lg .ng-number__number .series2 {
    width: 60px;
    padding: 0 14px 0 4px
}

.ng-number_lg .ng-number__number .number {
    width: 60px;
    padding: 0 4px
}

.ng-number_lg .ng-number__region {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63px;
    -ms-flex: 0 0 63px;
    flex: 0 0 63px;
    height: 56px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.ng-number_lg .ng-number__region div,
.ng-number_lg .ng-number__region input {
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    font-size: 24px;
    margin-top: 4px
}

.ng-number_lg .ng-number__region img {
    height: 15px
}

.ng-notice {
    max-width: 265px;
    margin-top: 5px;
    color: #777
}

@media (max-width:768px) {
    .ng-notice {
        max-width: 240px
    }
}

.ng-notice small {
    font-size: 14px
}


.input-small-font {
    font-size: 13px;
}

.text-justify {
    text-align: justify;
}

.text-indent {
    text-indent: 20px;
}

.table_sortable thead th.desc:after {
    content: '↑';
  }
  
  .table_sortable thead th.asc:after {
    content: '↓';
  }