/* 分页 */
.pagerer {
    text-align: center;
    width: 100%;
    padding: 80px 0;
}

.page {
    display: inline-block;
}

.page .disabled {
    color: #999;
    cursor: not-allowed
}

.page .active {
    background-color: #AB1F24;
    color: #FFFFFF;
    border-color: #AB1F24;
}

.page label,
.page p {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #3F4E63;
}

.page p {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-sizing: border-box;
    color: #7F7F7F;
    cursor: pointer;
}

.page p:hover {
    background-color: #AB1F24;
    color: #FBF5F6;
    border-color: #AB1F24;
}

.page p:nth-of-type(even) {
    margin-left: 10px;
}

.page label,
.page span {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #7F7F7F;
}

.page span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-sizing: border-box
}

.page span:hover {
    background-color: #AB1F24;
    color: #7F7F7F;
    border-color: #AB1F24;
}

.page span:nth-child(n+2) {
    margin-left: 10px
}

.page label {
    /* padding-left: 10px; */
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DCDCDC;
    margin-left: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #7F7F7F;
}


.tiaozhuan {
    display: flex;
    float: right;
    padding-left: 10px;
    align-items: center;
    font-size: 14px;
    color: #7F7F7F;
}

.tiaozhuan input {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.tiaozhuan input[type=text] {
    color: #01122A;
    border: 1px solid #E4E6E9;
    outline: none;
    text-align: center;
    margin: 0 5px;
}