/* ---------------------------------- dw-nums-roll.css ------------------------------- */
/* 数字滚动卡片样式 */
.dw-nums-roll {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 2.6vh;
    width: 100%;
    overflow-y: hidden;
    display: flex;
    /* justify-content: center; */
    color: #fff;
}
.dw-nums-roll ul {
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 8%;
    margin-right: 4px;
}
.dw-nums-roll ul li {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.6vh;
    font-size: 1.8vh;
    text-align: center;
    background-color: #007FFE;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 4px;
}