
@charset "UTF-8";.pagez-row{
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
}
.m-style {
  position: relative;
  text-align: center;
  zoom: 1;
  display: inline-block;
  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;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #183883;
  color: #fff;
  font-size: 14px;
  border: 1px solid #183883;
}

.m-style a {
  float: left;
  margin: 0 5px;
  min-width: 34px;
  padding:0 2px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
  font-family: "microsoft yahei";
}

.m-style a:hover {
  color: #fff !important;
  background: #183883;
}

.m-style .next,.m-style .prev {
  font-family: simsun;
  font-size: 16px;
  /*font-weight: 700*/
}

.m-style .now,.m-style .count {
  padding: 0 5px;
  color: red
}

.m-style .eg img {
  max-width: 800px;
  min-height: 500px
}

.m-style input {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align:center; 
  background:#fff; 
  border: 1px solid #ebebeb;
  outline: 0;
  color: #bdbdbd;
  font-size: 14px;
}
.noData{
  width: 100%;
  height: 100px;
  line-height: 100px;
  color: #f90000;
  text-align: center;
}

