@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    padding: 20px 0px 0px 0px;
}

@media (max-width: 768px) {
    .m-style {
        position: relative;
        text-align: center;
        zoom: 1;
        padding: 20px 0px 0px 0px;
    }
}

@media (min-width: 414px) and (max-width: 480px) {
    .m-style {
        position: relative;
        text-align: center;
        zoom: 1;
        padding: 20px 0px 0px 0px;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .m-style {
        position: relative;
        text-align: center;
        zoom: 1;
        padding: 20px 0px 0px 0px;
    }
}

.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;
}

@media (min-width: 414px) and (max-width: 480px) {
    .m-style span {
        float: left;
        margin: 0 5px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #bdbdbd;
        font-size: x-small;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .m-style span {
        float: left;
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #bdbdbd;
        font-size: x-small;
    }
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #008065;
    color: #fff;
    font-size: 14px;
    border: 1px solid #008065;
}

@media (min-width: 414px) and (max-width: 480px) {
    .m-style .active {
        float: left;
        margin: 0 2px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #008065;
        color: #fff;
        font-size: x-small;
        border: 1px solid #008065;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .m-style .active {
        float: left;
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #008065;
        color: #fff;
        font-size: x-small;
        border: 1px solid #008065;
    }
}

.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;
}

@media (min-width: 414px) and (max-width: 480px) {
    .m-style a {
        float: left;
        margin: 0 2px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #fff;
        border: 1px solid #ebebeb;
        color: #bdbdbd;
        font-size: x-small;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .m-style a {
        float: left;
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #fff;
        border: 1px solid #ebebeb;
        color: #bdbdbd;
        font-size: x-small;
    }
}

.m-style a:hover {
    color: #fff;
    background: #008065;
}


/* .m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
} */

.m-style .now,
.count {
    padding: 0 5px;
    color: #008065;
}

.m-style .eg img {
    max-width: 800px;
    min-height: 500px;
}

.m-style input {
    float: left;
    margin: 0 5px;
    width: 45px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}

@media (min-width: 414px) and (max-width: 480px) {
    .m-style input {
        float: left;
        margin: 0 5px;
        width: 45px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #fff;
        border: 1px solid #ebebeb;
        outline: none;
        color: #bdbdbd;
        font-size: x-small;
    }
}

@media (min-width: 375px) and (max-width: 413px) {
    .m-style input {
        float: left;
        margin: 0 2px;
        width: 45px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #fff;
        border: 1px solid #ebebeb;
        outline: none;
        color: #bdbdbd;
        font-size: x-small;
    }
}