@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.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: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: url(../image/fenyebg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style a:hover {
    /* color: #fff; */
}

.m-style .next,
.m-style .prev {
    font-size: 16px;
    font-weight: bold;
}
.m-style .next img,
.m-style .prev img{
    margin-top: 0.1rem;
}
.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {
    float: left;
    margin: 0 5px;
    width: 60px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;

}
@media (max-width: 800px){
    .m-style span{
        width: 0.5rem;
        height:0.5rem;
        line-height: 0.5rem;
        font-size: 0.18rem;
    }
    .m-style .active{
        width: 0.5rem;
        height:0.5rem;
        line-height: 0.5rem;
        font-size: 0.18rem;
    }
    input{
        width: 1rem;
        height:0.5rem;
        line-height: 0.5rem;
        font-size: 0.18rem;
        -webkit-appearance:none !important;
        border-radius: 0 !important;
    }
    .m-style a{
        width: 0.8rem;
        height:0.5rem;
        line-height: 0.5rem;
        font-size: 0.18rem;
    }
}