.page {
    display: flex;
    justify-content: center;
    padding: 20px 230px
}

.page .button {
    text-align: center;
    border: 1px solid #606266;
    /*width: 100px;*/
    height: 30px;
    background: #f4f4f5;
    color: #606266;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    padding:0 15px;
}

.page .button:hover {
    background: #c00301;
    color: #fff
}

.page .pages {
    margin: 0 10px;
    display: flex
}

.page .pages a {
    border: 1px solid #606266;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #f4f4f5;
    color: #606266;
    margin: 0 10px
}

.page .pages a:hover {
    background: #c00301;
    color: #fff
}

.page .curColor {
    color: #fff !important;
    background-color: #c00301 !important
}
