@charset "UTF-8";
.m-style {
  position: relative;
  line-height: 40px;
  text-align: center;
  zoom: 1;
  font-family: "Microsoft YaHei", Verdana;
  color: #666;
}

.m-style:before,
.m-style:after {
  content: "";
  display: table;
}

.m-style:after {
  clear: both;
  overflow: hidden;
}

.m-style span {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0 5px;
  /*width: 38px;*/
  height: 38px;
  line-height: 38px;
  color: #666;
  font-size: 14px;
}

.m-style .active {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  padding-left: 12px;
  padding-right: 12px;
  /*min-width: 38px;*/
  height: 38px;
  line-height: 38px;
  background: #005da8;
  color: #fff;
  font-size: 14px;
  border: 1px solid #005da8;
}

.m-style.red .active {
  background: #cd1909;
  border: 1px solid #cd1909;
}

.m-style a {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  /*min-width: 38px;*/
  padding-left: 12px;
  padding-right: 12px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #666;
  font-size: 14px;
}

.m-style a:hover {
  color: #fff;
  background: #005da8;
}

.m-style.red a:hover {
  color: #fff;
  background: #cd1909;
}

.m-style .next,
.m-style .prev {
  /* font-family: "Simsun"; */
  font-size: 14px;
  font-weight: bold;
}

.now,
.count {
  padding: 0 5px;
  color: #f00;
}

.eg img {
  max-width: 800px;
  min-height: 500px;
}

#pager input[type="text"] {
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 50px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #bdbdbd;
  font-size: 14px;
}
