@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: white;
  font-size: 14px;
}

.m-style .active {
  float: left;
  width: auto;
  height: auto;
  line-height: 28px;
  margin: 0 4px;
  width: 28px;
  height: 28px;
  background: #167BCF;
  border-radius: 4px;
  color: white;
  font-size: 14px;
}

.m-style a {
  float: left;
  margin: 0 4px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  background: white;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  color: #666;
  font-size: 14px;
}

.m-style .next,
.m-style .prev {
  font-size: 16px;
  width: unset;
  padding: 0 10px;
}

.now,
.count {
  padding: 0 5px;
  color: #f00;
}

.eg img {
  max-width: 800px;
  min-height: 500px;
}