body{
    height: 100vh;
}
::-webkit-scrollbar{width:0;height:0} /*去除上下滚动条*/
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.page{
    width: 5rem;
    margin: 0 auto;
    display: flex; align-items: center;  
    justify-content: space-between;
    margin-top: .5rem;
    margin-bottom: 2rem;
}
.page .pageItem .page,.pageItemDisable{
    border-radius: 50%;
    background-color: #fff;
    color:#000;
    text-align: center;
    font-size: .6rem;
}
.page .pageItem{
    font-size: .4rem;
}
.page .pageItemActive{
    border-radius: 50%;
    background-color: #ce242c;
    color:#fff;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .5rem;
    text-align: center;
}
.page .pageItem:hover{
    border: solid thin #fff;
    background-color: #990100;
    color:#000;
}
/* .page .pageItemDisable{
    margin: 5px;
    color:#fff;
} */
.page img{
    width: 0.5rem;
    height: 0.5rem;
    line-height: .5rem;
}