.FEswitchClassList > li.unset {
    background: #b00;
}
/*QR Code頁面*/
div#qrcode{
  margin: 1%;
  height: calc(128px + 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
/*QR Code頁面*/
/*login 忘記密碼*/
.fp_area{
  display:none;
  text-align: center;
  width: 100%;
  margin-top: 2em;
  padding: 1em;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 6px;
  background: #BED1EA;
}
.fp_area input{
  height:32px;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  border:1px solid #ccc;
  text-align: center;
}
.fp_area input[type="submit"] {
  width: 6em;
  background: #22528f;
  color:#fff;
}
.fp_area input[type="email"] {
  width: calc(98% - 7em);
  margin-right: 2%;
}
/*login 忘記密碼*/