@charset "UTF-8";
.page {
  margin-top: 30px;
}
.m-style {
  position: relative;
  text-align: center;
  zoom: 1;
}

.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: #8a0000;
  color: #fff;
  font-size: 14px;
  border: 1px solid #8a0000;
}

.m-style a {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #5e5e5e;
  font-size: 14px;
}

.m-style a:hover {
  color: #fff;
  background: #8a0000;
}

.m-style .next,
.m-style .prev {
  font-size: 14px;
  font-weight: bold;
  width: 62px;
}

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

.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;
}
.tips {
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  float: left;
  border: 1px solid#ebebeb;
}
.mypage {
  float: left;
}
