* {
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix {
  *zoom: 1;
}

li {
  list-style: none;
}

.top > li {
  list-style: none;
}

.nav > li {
  list-style: none;
  float: left;
  font-weight: bold;
}

.nav > li > a {
  color: #333333;

  text-decoration: none;
  padding: 0 17px;
  display: block;
  line-height: 50px;
}

.nav > li > a:hover {
  background-color: #0084cf;
  color: #fff;
}

.zygg {
  float: left;
  color: #e40830;
  background-color: #f9ebd4;
  padding: 6px 9px;
  border-radius: 15px;
  margin-top: 8px;
  margin-right: 20px;
  font-size: 14px;
}

.footer_ul > li {
  font-size: 12px;
}

.input_search::-webkit-input-placeholder {
  color: #117ec6;
}

.input_search {
  text-indent: 10px;
  padding: 4px;
}

section {
  border-top: 3px solid #0075c2;
}

.section_ul {
  width: 1170px;
  margin: auto;
  padding-left: 100px;
}

.section_ul2 > li:first-child {
  border: none;
}

.section_ul > li > a {
  color: #999999;

  padding-right: 10px;
  font-size: 14px;
}

.section_ul > li > a > span {
  color: #999999;
}

.section_ul > li:last-child > a {
  color: #1979b7;
}

.section_ul2 > li {
  font-size: 20px;
}

.gywm_span.active_span {
  background-color: #0075c2;
  color: #fff;
}

.section_ul2 > li {
  font-size: 16px;
  cursor: pointer;
}

.num {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.demo {
  margin-bottom: 20px;
  text-align: center;
}

li {
  list-style: none;
}

#one > li {
  width: 260px;
}

.spage-total {
  display: inline-block;
  margin-right: 20px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
}

.spage-number {
  display: inline-block;
  color: #666;
  font-size: 14px;
}

.spage-number button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin-left: -1px;
  padding: 0px 14px;
  line-height: 33px;
  border: 1px solid #ddd;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  outline: none;
  background: none;
  user-select: none;
  color: #666;
}

.spage-number button.active {
  background: #2d98e6;
  color: #fff;
  border-color: #2d98e6;
  z-index: 3;
}

.spage-number button.active:hover {
  background: #2d98e6;
  color: #fff;
  border-color: #2d98e6;
  z-index: 3;
}

.spage-number button:hover {
  background-color: #eee;
}

.spage-number button.button-disabled {
  cursor: not-allowed;
  color: #ccc;
}

.spage-number .spage-after,
.spage-before {
  padding: 0px;
  width: 40px;
}

.spage-skip {
  display: inline-block;
  margin-left: 20px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
}

.spage-skip input {
  box-sizing: border-box;
  display: inline-block;
  width: 45px;
  height: 35px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #ddd;
  background: none;
  outline: none;
  transition: all 0.2s;
}

.spage-skip input:focus {
  border-color: #2d98e6;
}

.spage-skip button {
  display: inline-block;
  padding: 0px 14px;
  line-height: 33px;
  vertical-align: top;
  /* color: #666; */
  color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s;
  outline: none;
  background: none;
  user-select: none;
  background-color: red;
}
