@charset "utf-8";
body {
  background-color: #fff;
}

.pageDiv {
  margin: 6rem;
  text-align: center;
  color: #ccc;
  clear: both;
}
.pageDiv a {
  display: inline-block;
  color: #666666;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
}
.pageDiv a:hover {
  text-decoration: none;
}
.pageDiv span.current {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background: #f26f23;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
.pageDiv span.pagecount {
  display: none;
  padding: 0 15px;
  border-radius: 2px;
  font-size: 14px;
  color: #999999;
  margin-right: -30px;
}
.pageDiv span.countYe {
  display: none;
  color: #666666;
  font-size: 14px;
  margin-left: 30px;
}
.pageDiv span.countYe input {
  outline: none;
  border-radius: 2px;
  border: 1px solid rgba(229, 229, 229, 1);
  height: 28px;
  width: 32px;
  margin: 0 5px;
  text-align: center;
}
.pageDiv a.turndown {
  padding: 0 15px;
  text-align: center;
  border-radius: 2px;
  margin-left: 10px;
}
.pageDiv a.tcdNumber {
  padding: 0;
  width: 30px;
  text-align: center;
  border-radius: 2px;
}
.pageDiv .prevPage {
  color: #e0e0e0;
}
.pageDiv .nextPage {
  color: #e0e0e0;
}

.pageDiv span.disabled {
  height: 28px;
  line-height: 28px;
  margin: 0 7px;
  color: #666666;
  font-size: 16px;
  border-radius: 2px;
  color: #e0e0e0;
}
