.page {
  width: 100%;
  margin: 100px auto;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e6e6e;
  font-size: 14px;
}

.pages {
  /*width: 80%;*/
  display: block;
  height: 34px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.all_data {
  color: #6e6e6e;
}

.all_pages {
  color: #6e6e6e;
}

.page_left {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}

.page_footer {
  width: 180px;
  height: 35px;
  position: relative;
  margin-left: 24px;
}

.page_cont > div {
  display: block;
  position: relative;
  float: left;
  line-height: 32px;
  text-align: center;
}

.hometrailer {
  width: 64px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: #e3e3e3 1px solid;
  cursor: pointer;
}

.updown {
  width: 34px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: #e3e3e3 1px solid;
  cursor: pointer;
}

.page_view {
  height: 32px;
  position: relative;
}

.page_view ul {
  overflow: hidden;
}

.li {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  color: #666;
  float: left;
  list-style: none;
  margin-left: 8px;
  border: #e3e3e3 1px solid;
  cursor: pointer;
}

.active {
  color: #7cffff !important;
  background-color: #1466d5 !important;
}

.pages > div {
  display: block;
  float: left;
  line-height: 32px;
  text-align: center;
}

.page_input {
  display: inline-block;
  width: 64px;
  height: 30px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: #e3e3e3 1px solid;
  outline: none;
  font-size: 14px;
  text-align: center;
}

.page_btn {
  display: inline-block;
  width: 66px;
  height: 32px;
  background: #eb9950;
  border-radius: 3px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}

.page_home {
  margin-right: 8px;
}

.page_trailer {
  margin-left: 8px;
}

.page_down {
  margin-left: 8px;
}

.page_down_two {
  margin-left: 8px;
}
