html {
  padding: 0;
  margin: 0;
  font-family: \5fae\8f6f\96c5\9ed1, sans-serif;
  height: 100%;
  width: 100%;
  color: #333;
  background: #f6f6f6;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
  font-size: 0px;
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
P {
  border: 0px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  border: 0px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #333;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none;
}
.block {
  display: block;
}

.pagetable {
  border: none !important;
}
.pagetable td {
  border: none !important;
}
.page a {
  color: #d13500;
}
.page {
  float: left;
  font-size: 15px;
  margin-top: 20px;
}
.page-a {
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  margin-right: 10px;
  background: #efefef;
  border-radius: 5px;
}
.page-a:link,
.page-a:visited {
  text-decoration: none;
  color: #2b2b2b;
}
.page-a:hover,
.page-a:active {
  text-decoration: none;
  color: #fff;
  background-color: #d13500;
}
.page-curr {
  float: left;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  margin-left: -2px;
  margin-right: 10px;
  background-color: #ffffff;
  color: #d13500;
  border-radius: 5px;
}

.page-curr:link,
.page-curr:visited {
  text-decoration: none;
  color: #d13500;
}
.page-curr:hover,
.page-curr:active {
  text-decoration: none;
  color: #d13500;
}
