﻿@charset "UTF-8";
.pagination {
    position: relative;
    text-align: center;
    zoom: 1;
    float: left;
}

.pagination:before,
.pagination:after {
    content: "";
    display: table;
}

.pagination:after {
    clear: both;
    overflow: hidden;
}

    .pagination span {
        border: 0;
        font-size: 13px;
        box-shadow: none;
        outline: 0;
        border-radius: 50% !important;
        background: none;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0;
        margin-right: 10px;
        box-shadow: 0 2px 4px var(--button-shadow-color-normal),0 0 0 transparent;
        transition: all .25s cubic-bezier(.02,.01,.47,1);
        background-color: var(--color-primary);
        color: #fff;
    }

    .pagination .active {
        float: left;
        margin: 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #5869DA;
        color: #fff;
        font-size: 14px;
        border: 1px solid #5869DA
    }

    .pagination a {
        float: left;
        margin: 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ebebeb;
        color: #bdbdbd;
        font-size: 14px;
        border-radius: 50% !important;
        background: none;
    }

        .pagination a:hover {
            box-shadow: 0 4px 8px var(--button-shadow-color-hover),0 0 0 transparent;
        }

.pagination .next,
.pagination .prev {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}