
.wrapper{
  width: 30%;
  margin: 65px auto;
  height: 30px;
  display: flex;
  justify-content: center;
  /* margin: 20px auto 40px; */
  /* background: red; */
}

.wrapper .distance{
  margin-left: 10px;
}

.wrapper .disabled{
  background: #e1e1e1;
}

.wrapper .disabled a{
  color: #fff;
}

.wrapper .uppage{
  width: 32px;
  height: 32px;
  border: 1px solid lightgray;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  line-height: 32px;
  float: left;
  /* margin-left: 20px;
  margin-right: 20px; */
  /* 设置鼠标的样式 */
  cursor: pointer;
}

.wrapper .select{
  width: 32px;
  height: 32px;
  border: 1px solid lightgray;
  /* color: rgba(0, 0, 0, 0.65); */
  text-align: center;
  line-height: 32px;
  float: left;
  /* margin-right: 20px; */
  /* 设置鼠标的样式 */
  cursor: pointer;
  color:rgba(251, 251, 251, 1);
  background: #333333;
}

.wrapper .prev{
  width: 96px;
  height: 32px;
  border: 1px solid lightgray;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  line-height: 32px;
  float: left;
  cursor: pointer;
}

.wrapper .next{
  width: 96px;
  height: 32px;
  border: 1px solid lightgray;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  line-height: 32px;
  float: left;
  cursor: pointer;
}

.wrapper .select a{
  color: #fff;
}