body {
  background-color: #c2e7e9;
}
.container {
  font-family: "微軟正黑體", Microsoft JhengHei, sans-serif;
}
@media (max-width:1199px) {
  .container {
    max-width: 100%;
    margin: auto;
  }
}
.allcontent {
  position: relative;
  top: 0;
  max-width: 37.5em;
  margin: auto;
}
.atitle {
  text-align: center;
}
.acontent {
  font-size: 1.25em;
  line-height: 1.8;
  font-weight: 600;
  color: #3F3F3F;
  text-align: justify;
}
.acontent .sp {
  color: #02abc7;
}
.button {
  text-align: center;
  height: 40px;
  width: 185px;
  line-height: 1.8;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #FFF;
  border-radius: 10px;
  border-bottom: 4px solid rgba(0, 107, 123, 1);
  -webkit-box-shadow: 6px 6px 6px rgba(33, 84, 84, .4);
  box-shadow: 6px 6px 6px rgba(33, 84, 84, .4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 146, 169, 1);
  -webkit-transition: all .05s linear, background 0.05s linear;
  -o-transition: all .05s linear, background 0.05s linear;
  transition: all .05s linear, background 0.05s linear;
  margin: 60px auto;
  font-size: 1.25em;
}
.button:hover {
  border-bottom: 4px solid rgba(216, 109, 63, 1);
  -webkit-box-shadow: 2px 2px 3px rgba(33, 84, 84, 1);
  box-shadow: 2px 2px 3px rgba(33, 84, 84, 1);
  background: rgba(247, 159, 113, 1);
  -webkit-transition: all .05s linear, background 0.05s linear;
  -o-transition: all .05s linear, background 0.05s linear;
  transition: all .05s linear, background 0.05s linear;
}
.button:active {
  border-bottom: 4px solid rgba(216, 109, 63, 1);
  -webkit-box-shadow: 2px 2px 3px rgba(33, 84, 84, 1);
  box-shadow: 2px 2px 3px rgba(33, 84, 84, 1);
  background: rgba(247, 159, 113, 1);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
@media (max-width:991px) {
  .acontent {
    font-size: 1.125em;
    font-weight: 500;
  }
}