
.m-style {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 30px;
}

.m-style span {
    margin: 0 2px;
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: #bdbdbd;
    font-size: 12px;
    user-select: none;
    border-radius: 3px;
}

.m-style .active {
    display: inline-block;
    margin: 0 2px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: white;
    font-size: 12px;
    user-select: none;
    border: 1px solid #0d76ef;
    background-color: #0d76ef;
    border-radius: 3px;
}

.m-style a {
    display: inline-block;
    margin: 0 2px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: #999999;
    font-size: 12px;
    user-select: none;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 3px;
}

.m-style a:hover {
    color: white;
    border: 1px solid #0d76ef;
    background-color: #0d76ef;
}

.m-style .next,
.m-style .prev {
    font-size: 12px;
}

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

.eg img {
    max-width: 800px;
    min-height: 500px;
}
