/* 分頁 */
.showPage {
  margin: 30px auto 0;
  text-align: center;
}
.showPage > #page p {
  margin: 0;
}
.showPage > #page {
  display: inline-block;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
.showPage > #page a {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 0 12px;
  line-height: 35px;
}
.showPage > #page a:hover {
  color: black;
  border: 1px solid #ef8b8b;
}
.showPage > #page .cur {
  background: #ef8b8b;
  color: white;
  border: 1px solid #ef8b8b;
}
.showPage > #page p {
  float: left;
  padding: 0 12px;
  line-height: 35px;
  margin-right: 10px;
}
.showPage_enterprise > #page a {
  background: white;
  color: inherit;
  border: 1px solid #ef8b8b;
}
.showPage_enterprise > #page p {
  background: lightgray;
  color: black;
  border: 1px solid lightgray;
}
.showPage > #page .pageRemark {
  border-style: none;
  background: none;
  margin-right: 0px;
  padding: 4px 0px;
  color: #666;
}
.showPage > #page .pageRemark b {
  color: red;
}
.showPage > #page .pageEllipsis {
  border-style: none;
  background: none;
  padding: 4px 0px;
  color: #808080;
}


.required > label::after {
  content: '*';
  font-size: large;
  color: crimson;
  margin: 5px;
}
.form-item > .alert-text {
  margin-bottom: -5px;
}
@media (max-width: 430px) {
  .card-content > .login-btn-wrapper{
    top: 30%;
  }
}
.header-box p i {
  font-size: 28px;
  color: #00b900;
  margin-left: 10px;
}