div.zxf_pagediv {
    text-align: center;
    color: #999999;
    padding: 70px 0 0 0;
}

div.zxf_pagediv a {
    text-decoration: none;
}

    div.zxf_pagediv a {
        display: inline-block;
        box-sizing: border-box;
        width: 57px;
        height: 57px;
        line-height: 57px;
        border: 1px solid #f1f1f1;
        background: #f6f6f6;
        border-radius: 100%;
        font-size: 18px;
        color: #333333;
        font-family: "SourceHanSansCN-Normal";
        margin: 2px 9px 0 9px;
    }

div.zxf_pagediv span {
    display: inline-block;
    box-sizing: border-box;
    height: 57px;
    line-height: 57px;
    font-size: 18px;
    font-family: "SourceHanSansCN-Normal";
    color: #333333;
    letter-spacing: 3px;
    margin-left: 5px;
    cursor: pointer;
}

span.disabled {
    height: 57px;
    width: 57px;
    line-height: 57px;
    margin: 0 5px;
    border-radius: 100%;
}

.zxfPagenum {
    margin: 2px 9px 0 9px;
}

.nextbtn,
.prebtn {
    color: #f6f6f6 !important;
    width: 65px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dfdfdf;
    margin: 0px 9px 0 9px !important;
    font-size: 1px !important;
    text-align: left;
    position: relative;
    top: -2px;
}

.d-prebtn {
    background: url(../images/p-jt.png) no-repeat center center #f6f6f6 !important;
    text-align: left !important;
    color: #f6f6f6 !important;
}

.prebtn {
    background: url(../images/p-jt.png) no-repeat center center #f6f6f6 !important;
    text-align: left !important;
}

.d-nextbtn {
    background: url(../images/p-jt.png) no-repeat center center #f6f6f6 !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: right !important;
    color: #f6f6f6 !important;
}

.nextbtn {
    background: url(../images/p-jt.png) no-repeat center center #f6f6f6 !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: right !important;
}

.zxfinput {
    width: 57px;
    height: 57px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    font-size: 18px;
    font-family: "SourceHanSansCN-Normal";
    color: #333;
    vertical-align: baseline;
    border: 1px solid #f1f1f1;
    background: #f6f6f6;
    border-radius: 100%;
    margin: 0 7px;
}

.zxfokbtn {
    display: inline-block;
    box-sizing: border-box;
    width: 57px;
    height: 57px;
    line-height: 57px;
    border: 1px solid #f1f1f1;
    background: #f6f6f6;
    border-radius: 100%;
    font-size: 18px;
    font-family: "SourceHanSansCN-Normal";
    margin-left: 10px;
    text-align: center !important;
    letter-spacing: 0px !important;
}

.nextpage {
    color: #d71f1b;
    margin: 0 9px;
    border: 1px solid #d71f1b;
}

.current {
    width: 57px;
    height: 57px;
    line-height: 57px;
    background: #033e98;
    color: #fff !important;
    border-radius: 100%;
    position: relative;
    top: -1px;
    text-align: center !important;
    letter-spacing: 0px !important;
}

@media screen and (max-width:1442px) {
    div.zxf_pagediv {
        padding: 50px 0 57px 0;
    }
}

@media screen and (max-width:1366px) {
    div.zxf_pagediv a {
        width: 43px;
        height: 43px;
        line-height: 43px;
        font-size: 15px;
    }
    div.zxf_pagediv span {
        height: 43px;
        line-height: 43px;
        font-size: 15px;
    }
    .current {
        width: 43px;
    }
    .zxfinput {
    width: 43px;
    height: 43px;
    font-size: 15px;
}
.zxfokbtn{width: 43px;}
}