@charset "utf-8";

/* body{
	background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
} */
/* a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;} */
/* a:hover,a:focus{color:#74777b;text-decoration: none;} */
/*样式参考*/
/* a {
    text-decoration: none;
} */

#page {
  height: 50px;
  /* display: table; */
  /* margin: 0 10px; */
}

.page {
  /* text-align: center; */
}

.fl {
  float: left;
}

.fr {
  float: right;
}


/* 自定义 */
.page-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page-prv,
.page-next {
  width: 80px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
  background: #fff;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  color: #666;
  font-size: 14px;
}
.page-prv {
  margin-right: 5px;
}
.page-next {
  /* margin-left: 5px; */
}
.page-prv a,
.page-next a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.page-prv:hover,
.page-next:hover,
.page-prv:hover a,
.page-next:hover a {
  background-color: #F0F0F0 !important;
  /* color: #fff !important; */
}
/* end */

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
  }
.pagingUl li {
  float: left;
  /* width: 35px; */
  
  height: 35px;
  background: #fff;
  text-align: center;
  margin-right: 4px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}

.pagingUl li a {
  display: inline-block;
  /* width: 33px; */
  min-width: 26px;
  padding: 0 4px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: #666;
  font-size: 14px;
  border-radius: 5px;
}

.prv,
.next {
  width: 80px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
  background: #fff;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  color: #666;
}

.prv {
  margin-right: 5px;
}

.first,
.last {
  width: 50px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
  background: #fff;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 5px;
  border: 1px solid #ebebeb;
  color: #666;
}
.prv a,
.next a,
.first a,
.last a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
  background-color: #F0F0F0 !important;
  /* color: #fff !important; */
}
