@charset "UTF-8";
.sorter {
  position: relative;
  text-align: center;
  zoom: 1;
  margin: 50px auto 0;
  max-width: max-content;
}

.sorter:before,
.sorter:after {
  content: "";
  display: table;
}

.sorter:after {
  clear: both;
  overflow: hidden;
}

.sorter a {
  float: left;
  margin: 2px 7.5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.sorter span {
  float: left;
  margin: 2px 7.5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  background: #fff;
  border: 1px solid #e8e8e8;
}

.sorter .active {
  float: left;
  margin: 2px 7.5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #125ea9;
  border: 1px solid #125ea9;
}

.sorter a:hover {
  color: #fff;
  background: #125ea9;
}

.sorter .next,
.sorter .prev {
  font-family: "Simsun";
  font-size: 14px;
  font-weight: bold;
}

.now,
.count {
  padding: 0 5px;
  color: #e6e9ed;
}

.eg img {
  max-width: 800px;
  min-height: 500px;
}

@media (max-width: 1080px) {
  .sorter {
    margin: 30px auto 0;
  }
  .sorter a,
  .sorter .active,
  .sorter span {
    margin: 2px 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
