@charset "UTF-8";

.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    width: fit-content;
    margin: 0 auto;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}


.m-style .active {
    float: left;
    color: #fff;
    font-size: 20px;
    border: 1px solid #CFCFCF;
    padding: 8px 10px;
    font-family: "STSongti-SC-Regular";
    background: #115A94;
}

.m-style a {
    float: left;
    font-size: 20px;
    color: #333333;
    padding: 8px 10px;
    font-family: "STSongti-SC-Regular";
    border: 1px solid #CFCFCF;
}
.m-style{
    font-family: "STSongti-SC-Regular" !important;
    font-size: 20px !important;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    width: 30px;
    border-bottom: 1px solid #999;
    font-family: "STSongti-SC-Regular";
    font-size: 20px;
    text-align: center;
}

