
@font-face {
    font-family: 'Digital-7';
    src: url('../fonts/digital-7-4.ttf');
    font-weight: normal;
    font-style: normal
}
.chartNum{
    margin: 30px 0px;
    display: flex;
    justify-content: center;
}
.box-items {
    width: auto;
    font-family: Digital-7;
    position: relative;
    height: 70px;
    text-align: center;
    list-style: none;
    writing-mode: vertical-lr;
    text-orientation: upright;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.mark-item span{
    position: absolute;
    width: 100%;
    bottom: 10px;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
/*滚动数字设置*/
.number-item {
    text-align: center;
    width: 50px;
    height: 70px;
    line-height: 70px;
    float: left;
    background: #10213B;
    box-shadow: 0 0 16px 0 #3F6BCB;
    list-style: none;
    ont-family: Digital-7;
    font-size: 60px;
    color: #B9D2E8;
    margin-right: 3px;
    display: flex;
    justify-content: center;
}
.number-item span{
    position: relative;
    display: inline-block;
    margin-right: 18px;
    width: 100%;
    height: 100%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    overflow: hidden;
}
.number-item span i{
    font-style: normal;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%,0);
    transition: transform 1s ease-in-out;
    letter-spacing: 10px;
}
.number-item:last-child {
    margin-right: 0;
}
