/*分页*/
/* .layui-laypage a, .layui-laypage span{
    line-height: 40px!important;
    height: 40px!important;
    color:#777;
    padding:0 18px!important;
    margin :0 4px 0 0!important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #005fe5!important;
}
.layui-laypage a:hover,.layui-laypage span:hover{
    background: #005fe5!important;
    color:#fff!important;
}


.layui-laypage .layui-laypage-curr em{
    color:#fff!important;
} */
@media (max-width: 768px) {
}.pages a,
.pages em {
  font-size: 24px;
}
@media (max-width: 1366px) {
  .pages a,
  .pages em {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .pages a,
  .pages em {
    font-size: 18px;
  }
}
#page-wrapper button,
#page-wrapper2 button {
  /* width: 30px; */
  /* height: 30px; */
  /* border-radius: 1000px; */
  /* border:1px solid #6b6b6b; */
  color: #cccccc;
  margin: 0 1.302vw;
  font-family: 'hmos_b';
}
#page-wrapper button:hover .img,
#page-wrapper2 button:hover .img {
  display: none;
}
#page-wrapper button:hover .img_a,
#page-wrapper2 button:hover .img_a {
  display: block;
  animation: hideShow 1s;
}
#page-wrapper .current {
  color: #1f317f;
  position: relative;
  padding-bottom: 3px;
}
#page-wrapper .current::before {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 3px;
  background: #1f317f;
  content: '';
  left: 0;
}
#page-wrapper,
#page-wrapper2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#firstPage,
#lastPage,
.totalNum,
.totalList,
#nextPage .img_a,
#prePage .img_a {
  display: none;
}
#prePage,
#nextPage {
  border: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 2048px) and (max-width: 2560px) {
  #page-wrapper button,
  #page-wrapper2 button {
    font-size: 32px;
  }
}
@media (max-width: 1920px) {
  #page-wrapper button,
  #page-wrapper2 button {
    font-size: 24px;
  }
}
@media (max-width: 1680px) {
  #page-wrapper button,
  #page-wrapper2 button {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  #page-wrapper button,
  #page-wrapper2 button {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  #page-wrapper button,
  #page-wrapper2 button {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #page-wrapper button,
  #page-wrapper2 button {
    font-size: 12.8px;
  }
}
/*# sourceMappingURL=./pages.css.map */