.pagination button {
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid;
  line-height: 2em;
  min-width: 2em;
  cursor: pointer;
  margin-left: 0.25em;
}
.pagination button:first-child {
  margin-left: 0;
}
.pagination button.active {
  color: #FFF;
  background-color: #00A25E;
  border: 1px solid #00A25E;
}
.pagination button.point-left span {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-bottom: 0.1em;
  border-right: 0.4em dashed;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
}
.pagination button.point-right span {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-bottom: 0.1em;
  border-left: 0.4em dashed;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
}
.pagination button.point-left:before,
.pagination button.point-right:before {
  content: "";
}
.e-btn {
    margin-left: 0.5em;
    padding: 0.25em 0.5em;
    cursor: pointer;
    font-size: inherit;
    line-height: 1em;
    vertical-align: middle;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

.e-btn:first-child {
    margin-left: 0;
}

.e-input {
    font-size: inherit;
    font-family: inherit;
    padding: 0.25em;
    width: 16em;
    box-sizing: border-box;
}

.e-table {
    border-collapse: collapse;
    table-layout: fixed;
}

.e-table-hcell {
    font-weight: bold;
}

.e-table-cell,
.e-table-hcell {
    padding: 0.25em 0.5em;
}
.theme-default {
  color: #333333;
}
.theme-default .e-table-row:hover {
  background-color: #F8F8F8;
}
.theme-default .e-table-cell,
.theme-default .e-table-hcell {
  border-width: 1px;
  border-style: solid;
  border-color: #EEEEEE;
}
.theme-default .e-btn {
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: transparent;
  outline-style: none;
  color: inherit;
}
.theme-default .e-btn:focus,
.theme-default .e-btn:hover {
  border-color: #CCEEFF;
  background-color: #EEFFFF;
}
.theme-default a.e-btn {
  display: inline-block;
  color: inherit;
  text-decoration-line: none;
}
.theme-default .e-btn[disabled] {
  color: #CCCCCC;
  cursor: not-allowed;
  border-color: #DDDDDD;
  background-color: #FFFFFF;
}
.theme-default .e-input {
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  outline-style: none;
}
.theme-default .e-input:focus {
  border-color: #6699FF;
}

.list-page .list-item:hover {
  background-color: #E7E7E7;
}

