/* @charset "UTF-8"; */
.m-style {
  position: relative;
  text-align: center;
  display: inline-block;
  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: 60px;
  height: 60px;
  line-height: 60px;
  color: #bdbdbd;
  font-size: 24px;
}

.m-style .active {
  float: left;
  margin: 0 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #78c055;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  /* border: 1px solid #e91e63; */
}

.m-style a {
  float: left;
  margin: 0 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #e9fcdf;
  color: #78c055;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
}

.m-style a:hover {
  color: #fff;
  background-color: #78c055;
}

.m-style .next,
.m-style .prev {
  font-family: "Simsun";
  font-size: 16px;
  font-weight: bold;
  display: none;
}

.now,
.count {
  padding: 0 5px;
  color: #f00;
}

.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;
}