@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 span {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #bdbdbd;
  font-size: 14px;
}

.m-style .active {
  float: left;
  width: auto;
  height: auto;
  line-height: inherit;
  margin: 0 5px;
  padding: 11px 16px;
  background: #226ebc;
  color: #FFF;
  font-size: 14px;
}

.m-style a {
  float: left;
  margin: 0 7px;
  padding: 11px 16px;
  background: #EBEBEB;
  color: #999;
  font-size: 16px;
}

.m-style .next,
.m-style .prev {
  font-family: "Simsun";
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}

.now,
.count {
  padding: 0 5px;
  color: #f00;
}

.eg img {
  max-width: 800px;
  min-height: 500px;
}