.scroll-view {
    height: 1.66rem;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.color-a,
.color-b,
.color-c {
    height: 1.66rem;
    line-height: .16rem;
    text-align: center;
    font-size: .16rem;
    color: #fff;
    /* 兼容适老版，文字垂直居中 */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.color-a {
    background-color: #5B9FFF;
}
.color-b {
    background-color: #85B8FF;
}
.color-c {
    background-color: #ADCFFF;
}

.row-view {
    display: inline-block !important;
    width: 100%;
    height: 1.66rem;
    line-height: 1.66rem;
}

.page-section-btns {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 .23rem;
}

.page-section-btns > view {
    flex: 1;
    height: .28rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #6895FF;
    border: .007rem solid #38F;
    border-radius: .05rem;
    margin: .1rem .14rem;
}

.scroll-to-top {
    border-right: 1px solid #ddd;
}

.next-page {
    border-left: 1px solid #ddd;
}


.horizontal-rolling {
    height: 2.5rem;
}

.arrange {
    display: flex;
}

.scroll-item {
    padding: .17rem .17rem;
    height: 2.5rem;
}

.scroll-image {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .15rem;
}

/* 隐藏 scroll-view 的滚动条  */
/* ::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
} */
