.pagination{display: flex;
justify-content: center; align-items: center;
margin: 1vw 0px;
}

.pagination_content {
    display: flex;
}

.pagination_content span{

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.3vw;
    padding: 0.1vw 0.5vw;
    color: #888888;
    font-size: 1rem;
    border-radius: 0.3vw;
    border: 1px solid #c2c2c2;
}
.pagination_content a{

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.3vw;
    padding: 0.1vw 0.5vw;
    color: #888888;
    font-size: 1rem;
    border-radius: 0.3vw;
    border: 1px solid #c2c2c2;

}

.pagination_content .active {
    background: #288CFF;
    color: #fff;
    border: 1px solid #288CFF;
}



.pagination_content a:hover {
    color: #fff;
    background: #288CFF;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 1rem;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #288CFF;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {

    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #000000;
    font-size: 1rem;
}