html,
body {
  background: #fefdf4 url('../images/stamp-back-1000.png') 0 0 / cover no-repeat;
  background-size: 100% 100%;
}
.prompt > nav {
  border-bottom: 1px solid #e5e5e5;
}
.prompt > nav li:last-child {
  margin-bottom: 10px;
}
.prompt h2 {
  font-size: 34px;
  font-weight: bold;
}
table tr {
  height: 50px;
}
table th {
  color: #18a375;
  font-size: 16px;
  text-align: center;
  padding: 8px 15px;
}
table td {
  color: #b1bab7;
  text-align: center;
  font-size: 12px;
}
table .plase {
  color: #ec7f4e;
}
.fenye {
  margin: 40px 0 0 125px;
  color: #999;
}
.fenye li {
  float: left;
  margin-right: 11px;
}
.fenye a {
  color: #666;
  display: inline-block;
  padding: 7px 11px;
  border: 1px solid #e3e2e1;
  border-radius: 5px;
  background: #fcfcfc;
  font-size: 12px;
}
.fenye .active {
  background: #e95c26;
  border: none;
  color: #fff;
}
#goBack {
  width: 95px;
  height: 28px;
  border-radius: 4px;
  color: #fff;
  background: #e95c26;
  font-size: 12px;
  margin: 65px 0 0 295px;
}
