﻿.footer {
    margin: auto;
    width: 7.5rem;
    height: 2.56rem;
    background-color: #2e2e2e;
    margin-bottom: 2.2rem;
    padding-top: .5rem;
}

.footer_p1 {
    padding-top: .59rem;
}

.footer_p1 a {
    height: .44rem;
    padding: 0rem .20rem;
    color: #878787;
    font-size: .28rem;
    border-left: 1px solid #333;
    border-right: 1px solid #262626;
}

.footer_p2 {
    text-align: center;
    color: #878787;
    font-size: .22rem;
    margin-top: .45rem;
}

.footer_p3 {
    text-align: center;
    color: #878787;
    font-size: .22rem;
    margin-top: .1rem;
}

.all-page {
    text-align: center;
    /* margin:12px 0; */
}

.all-page a,
.all-page span {
    width: 45px;
    height: 45px;
    background: #aaa;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    transition: .3s;
}

.all-page .current,
.all-page a:hover {
    background: #74aa44;
    color: #fff;
}

.all-page .prev,
.all-page .prev_disabled,
.all-page .next,
.all-page .next_disabled {
    width: 72px;
    color: #ffffff;
    background: #797979;
    font-family: "microsoft yahei";
}

.all-page .prev:before,
.all-page .prev_disabled:before {
    content: "上一页";
    font-family: "microsoft yahei";
}

.all-page .next:before,
.all-page .next_disabled:before {
    content: "下一页";
    font-family: "microsoft yahei";
}