html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: 100;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #999;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.w990 {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
.default-img {
  display: block;
  background-image: url("../icon/default.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f9f9f9;
}
.empty-data {
  width: 100%;
  min-height: 200px;
  display: block;
  background-image: url("../icon/empty-data.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.pagination-box {
  width: 100%;
  text-align: center;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.pagination > li {
  margin: 0 5px;
}
.pagination > li > a,
.pagination > li > span {
  min-width: 20px;
  height: 34px;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #2d6a87;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #2d6a87;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 4px;
}

.pagination > li.active > a,
.pagination > li.active > span {
  background: #2d6a87;
  color: #fff;
}

.g-data-none {
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-bottom {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.page-bottom .prev-btn,
.page-bottom .next-btn {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-bottom .next-btn {
  text-align: right;
}

.page-bottom .prev-btn:hover,
.page-bottom .next-btn:hover {
  color: #2d6a87;
}
