@charset "UTF-8";

.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    display: flex;
    justify-content: center;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style a,.m-style span {
    margin: 0 0.3125rem;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
}


.m-style .active {
    background: #006AC3;
    color: #fff;
}


.m-style a:hover {
    background: #eee;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.m-style .now,
.m-style .count {
    padding: 0 5px;
    color: #f00;
}

.m-style .eg img {
    max-width: 800px;
    min-height: 500px;
}

.m-style input {
    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;
}