@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    display: flex;
    justify-content: center;
}
a{text-decoration: none;}

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

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

.m-style span {
   display: block;
    margin: 0 .5rem;
    padding: 2rem 2.5rem;
    background-color: #d7efff;
    border-radius: 3rem;
    font-size: 2rem;
    line-height: 1em;
    text-decoration: none;
}

.m-style .active {

        background-color: #007AFF;
    color: #fff;
 
  
}

.m-style a {
   display: block;
    margin: 0 .5rem;
    padding: 2rem 2.5rem;
    background-color: #d7efff;
    border-radius: 3rem;
    font-size: 2rem;
    line-height: 1em;
    text-decoration: none;
}

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

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

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

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

/*input {*/
/*    float: left;*/
/*    margin: 0 5px;*/
/*    width: 38px;*/
/*    height: 38px;*/
/*    line-height: 38px;*/
/*    text-align: center;*/
/*    background: #fff;*/
/*    border: 1px solid #ebebeb;*/
/*    outline: none;*/
/*    color: #bdbdbd;*/
/*    font-size: 14px;*/
/*}*/