.after:after {
  display: block;
  content: '';
  clear: both;
}
.before:before {
  display: block;
  content: '';
  clear: both;
}
.veryCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.verticalCenter {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.horizontalCenter {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mutilLineVerticalCenter {
  font-size: 0;
}
.mutilLineVerticalCenter:before {
  content: '123';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.mutilLineVerticalCenter a {
  display: inline-block;
  vertical-align: middle;
}
.full {
  display: block;
  width: 100%;
  height: 100%;
}
.viewTransitionSet {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.M-box {
  margin: 10px 0;
  position: relative;
  text-align: center;
  zoom: 1;
}
.M-box:before,
.M-box:after {
  content: "";
  display: table;
}
.M-box:after {
  clear: both;
  overflow: hidden;
}
.M-box span {
  color: #000;
  font-size: 14px;
}
.M-box .active {
  background: #892526;
  color: #fff;
  font-size: 14px;
  border: 1px solid #892526;
}
.M-box a {
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #000;
  font-size: 14px;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}
.M-box a:hover {
  background-color: #892526;
}
.M-box a i {
  font-size: 18px;
  position: relative;
  bottom: 1px;
}
.M-box a:hover {
  color: #fff;
}
.M-box .next,
.M-box .prev {
  font-family: "Simsun";
  font-size: 16px;
  font-weight: bold;
}
.M-box .now,
.M-box .count {
  color: #f00;
}
.M-box input {
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #000;
  font-size: 14px;
}
.M-box > * {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
}
.loadMoreButton {
  width: 110px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #33cbcc;
  color: #33cbcc;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  margin: 10px auto;
}
