﻿
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.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: 40px;
    height: 26px;
    line-height: 26px;
    border: none;
    color: #888;
    font-size: 12px;
    font-weight: 700;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: var(--theme-color);
    color: #000;
    border: none;
    font-size: 14px;
    border-radius: 50%;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: none;
    color: #888;
    font-size: 14px;
    border-radius: 50%;
}

.m-style a:hover {
    color: #fff;
    background: #b5b6b6;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #2b2d2e;
}

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

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

.m-style 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: #555;
    font-size: 14px;
}