@charset "UTF-8";
.m-style {
    width: 6.22rem;
    margin: .3rem 0;
    position: relative;
    text-align: center;
    zoom: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}center

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

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

.m-style span {
    float: left;
    margin: 0 .05rem;
    width: .4rem;
    height: .26rem;
    line-height: .26rem;
    border: none;
    color: #888;
    font-size: .12rem;
}

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

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

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

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: .16rem;
    font-weight: bold;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    border-radius: 50%;
    color: var(--border-color);
}

.now,
.count {
    padding: 0 .05rem;
    color: #fb7a05;
}

.eg img {
    max-width: 8rem;
    min-height: 5rem;
}

.m-style input {
    float: left;
    margin: 0 .05rem;
    width: .38rem;
    height: .38rem;
    line-height: .38rem;
    text-align: center;
    background: #fff;
    border: .01rem solid #ebebeb;
    outline: none;
    color: #555;
    font-size: .14rem;
}