@charset "UTF-8";
.page-container{
    margin-top: 40px;
}
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    display: inline-block;
    vertical-align: middle;
}

.page-size {
    font-size: 16px;
    display: inline-block;
    outline: none;
    height: 20px;
    line-height: 20px;
    float: right;
}

.page-size select {
    border: 0;
}

.m-style:before, .m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #333;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #000;
    color: #fff;
    font-size: 14px;
    border: 1px solid #919191;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #333;
    font-size: 14px;
}

.m-style a:hover {
    color: #000;
    background: #919191;
}

.m-style .next, .m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.now, .count {
    padding: 0 5px;
    color: #919191;
}

.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;
}