*:facus {
  outline: none;
}
html, body {
  width: 100%;
  padding: 0;
  position: relative;
  font-family: 微軟正黑體, 新細明體, Microsoft JhengHei, Arial;
  cursor: default;
  background: url(../img/cover_0.jpg) center no-repeat;
  background-size: cover;
  font-size: 1.2em;
  height: 100vh;
  overflow: hidden;
  color: #303030;
  text-align: center;
  margin: auto;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
body:after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}/*圖檔壓黑*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #303030;
  outline: 0;
}
img {
  border: 0;
}
.clear {
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
}
/*-------------------- Login ---------------------*/
.background {
  width: 400px;
  margin: auto;
  z-index: 1;
  border-radius: 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
.background .logo {
  width: 100px;
  display: block;
  margin: auto;
  padding: 20px 0 0 0
}
.login {
  width: 80%;
  padding: 25px 0;
  box-sizing: border-box;
  display: inline-block;
}
.login .title {
  font-weight: bold;
  font-size: 1.4em
}
.login .user {
  width: 100%;
  margin: 10px auto;
}
.login .user div:not(.space) {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 10px 0
}
.login .user .icon {
  width: 18px;
  height: 18px;
  margin: 0 3px -2px 5px;
  display: inline-block;
}
.login .user input {
  border: none;
  font-size: 0.9em;
  width: 72%;
  outline: none;
}
.login .user input::placeholder {
  color: #aaa;
  font-size: 0.9em
}
.login .user .space {
  height: 10px;
}
.login .loginBtn {
  width: 100%;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 30px;
  padding: 10px 0;
  color: #fff;
  background: #9d1e31;
  background: linear-gradient(to right, #a63445, #9d1e31, #a63445);
}
.login .loginBtn:active {
  background: #7d1827;
  background: linear-gradient(to right, #9d1e31, #7d1827, #9d1e31);
  cursor: pointer;
}
.copyright {
  width: 100%;
  display: block;
  font-size: 0.5em;
  color: #ddd;
  position: absolute;
  bottom: 10px;
  text-shadow: 0px 0px 10px #000;
}
/*-------------------- carousel (大小圖) ---------------------*/
.carousels {
  width: 220px;
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
}
.carousels div {
  width: 100%;
  height: 100%;
  position: absolute;
}
.carousels .cover1s {
  background: url(../img/cover_01s.jpg) no-repeat center;
  background-size: cover;
  opacity: 1;
}
.carousels .cover2s {
  background: url(../img/cover_02s.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
}
.carousels .cover3s {
  background: url(../img/cover_03s.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
}
.carousels .cover4s {
  background: url(../img/cover_04s.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
}
.carousel div {
  width: 100%;
  height: 100%;
  position: fixed;
}
.carousel .cover1 {
  background: url(../img/cover_01.jpg) no-repeat center;
  background-size: cover;
  opacity: 1;
}
.carousel .cover2 {
  background: url(../img/cover_02.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
}
.carousel .cover3 {
  background: url(../img/cover_03.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
}
.carousel .cover4 {
  background: url(../img/cover_04.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
}
.coverAni1 {
  animation: coverAni1 30s linear 2.0s infinite normal both;
}
.coverAni2 {
  animation: coverAni2 30s linear 2.0s infinite normal both;
}
.coverAni3 {
  animation: coverAni3 30s linear 2.0s infinite normal both;
}
.coverAni4 {
  animation: coverAni4 30s linear 2.0s infinite normal both;
}
@keyframes coverAni1 {
  0% {
    opacity: 1;
  }
  12.5% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes coverAni2 {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes coverAni3 {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes coverAni4 {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .background {
    width: 90%;
  }
}