.sel_list_btn {
  margin-top: 20px;
  text-align: center;
}
.sel_list_btn a {
  width: 158px;
  height: 22px;
  line-height: 24px;
  border: 1px solid #005BAC;
  background-color: #005BAC;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  transition: color ease .3s, background-color ease .3s;
  letter-spacing: -0.3px;
}
.sel_list_btn a:hover {
  background-color: #fff;
  color: #005BAC;
  text-decoration: none;
}
.esHeader {
  height: 3em;
  text-align: left;
  width: 1000px;
  min-width: auto;
  margin: 0 auto;
  transform: none;
}