<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 {
        margin: 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #bdbdbd;
        font-size: 14px;
        display:inline-block
    }

    .m-style .active {
        margin: 0 5px;
        background: #b29d68;
        color: #fff;
        font-size: 14px;
        border: 1px solid #b29d68;
        border-radius: 5px;
    }

    .m-style a {
        margin: 0 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #fff;
        border: 1px solid #b29d68;
        color: #b29d68;
        font-size: 12px;
        border-radius: 5px;
        display:inline-block
    }

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


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

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

.m-style input {
	display: inline-block;
    margin: 0 5px;
    width:50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #b29d68;
    outline: none;
    color: #666;
    font-size: 14px;
}
</pre></body></html>