@charset "UTF-8";
/* CSS Document */
body {
  font-family: "微軟正黑體", "蘋果儷中黑", Arial;
  word-break: normal;
  text-align: justify;
}

.fix-tool {
  position: fixed;
  width: 35px;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  height: 35px;
  z-index: 9;
}
.fix-tool ul {
  padding: 0;
  list-style: none;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.3);
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
}
.fix-tool ul li a {
  color: #000;
  background: #fff;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*header 開始*/
/*header 結束*/
/*footer 開始*/
footer .wp {
  padding: 20px;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 768px) {
  footer .wp {
    text-align: center;
  }
}
footer .wp .social {
  text-decoration: none;
  display: flex;
  justify-content: center;
}
footer .wp .social a {
  display: block;
  color: #2b3035;
  margin: 0 10px;
  font-size: 20px;
}
footer .wp ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
footer .wp ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
footer .wp ul li:last-child:after {
  display: none;
}
footer .wp ul li:after {
  content: "";
  width: 1px;
  height: 10px;
  border-right: 1px #000 solid;
  display: inline-block;
  margin: 0 20px;
}
footer .copy {
  background: #2b3035;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
}

/*footer 結束*//*# sourceMappingURL=main.css.map */