@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
  min-width: 1100px;
  background: #100805;
}

html,
body {
  width: 100%;
  height: 100%;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.clearFix {
  zoom: 1;
}

.clearFix:after {
  clear: both;
  display: block;
  content: '';
}

.wrapper {
  min-width: 1100px;
  overflow: hidden;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 990;
  pointer-events: none;
}

.navbar .brandlogo a,
.navbar .socialMedia li a,
.sidebar ul>li>a {
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

header.main_bg a.sign_btn:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.navbar .brandlogo a:hover,
.navbar .socialMedia li a:hover {
  opacity: .8;
}

.sidebar {
  position: fixed;
  left: 20px;
  z-index: 99999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar ul li {
  display: block;
  margin: 10px 0;
}

.sidebar ul>li>a {
  display: block;
  height: 69px;
  width: 240px;
  text-indent: -99999em;
  overflow: hidden;
  background: url(../images/side_btn.png) no-repeat 0 0;
  background-size: 100% auto;
}

.sidebar ul>li>a:hover,
.sidebar ul>li>a.active {
  background: url(../images/side_btn_hover.png) no-repeat 0 0;
}
.sidebar ul>li:nth-child(2) a,
.sidebar ul>li:nth-child(2) a:hover,
.sidebar ul>li:nth-child(2) a.active {
  background-position-y: -69px;
}
.sidebar ul>li:last-child a,
.sidebar ul>li:last-child a:hover,
.sidebar ul>li:last-child a.active {
  background-position-y: -138px;
}

.headerBg {
  background: url(../images/header.jpg) no-repeat 50% 0;
  height: 1008px;
  width: 100%;
  min-width: 1000px;
  position: relative;
}

.headerBg:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/header_over.jpg) no-repeat 50% 0;
  pointer-events: none;
  -webkit-animation: opacity 6s infinite cubic-bezier(0.42, 0, 0.03, 0.99);
  animation: opacity 6s infinite cubic-bezier(0.42, 0, 0.03, 0.99);
}

.appBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 7;
}
.appBox ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.appBox ul li {
  float: left;
  margin: 0 10px;
}
.appBox ul>li>a {
  display: inline-block;
  background: transparent url(../images/app_icon.png) no-repeat 0 0;
  width: 200px;
  height: 65px;
  text-indent: -9999em;
}
.appBox ul>li:last-child>a {
  background-position-y: -65px;
}
.navbar {
  width: 100%;
  background: #000;
  height: 60px;
  position: relative;
  z-index: 999;
}

.navbar .brandlogo {
  width: 127px;
  float: left;
}

.navbar .brandlogo a {
  display: block;
  width: 100%;
  opacity: 1;
}

.navbar .socialMedia {
  margin: 6px 0 0;
  padding: 0;
  display: block;
  float: right;
}

.navbar .socialMedia li {
  width: 48px;
  height: 48px;
  margin: 0 3px;
  overflow: hidden;
  display: block;
  float: left;
}

.navbar .socialMedia li a {
  width: 100%;
  height: 100%;
  text-indent: -10000em;
  background: transparent url(../images/icon.png) no-repeat 0 0;
  display: inline-block;
}

.navbar .socialMedia li:last-child a {
  background-position: -48px 0;
}

.s1 {
  background: url(../images/section1.jpg) no-repeat 50% 0;
  height: 2182px;
  position: relative;
}
.s2 {
  background: url(../images/section2.jpg) no-repeat 50% 0;
  height: 2567px;
  position: relative;
}
@keyframes opacity {
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity {
  50% {
    opacity: 1;
  }
}

footer.copyright {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  bottom: 100px;
  text-align: center;
  background: transparent;
}

footer.copyright ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

footer.copyright ul li {
  float: left;
  margin: 0 30px;
  height: 40px;
  color: #c0c0c0;
  vertical-align: middle;
  display: block;
}

footer.copyright ul li:first-child {
  margin-left: 0;
}

footer.copyright ul li:last-child {
  margin-right: 0;
}

footer.copyright ul li:nth-child(2) {
  width: 86px;
}

footer.copyright .text {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 0px;
  text-align: center;
}

footer.copyright .rating {
  margin-right: 2px;
  width: 40px;
}

footer.copyright li span {
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  line-height: 1.1;
}

footer.copyright .cp {
  color: #c0c0c0;
  margin: 10px 0 0;
  padding: 10px 0;
  border-top: 1px solid #231209;
  text-align: center;
}

@media (max-width: 1100px) {
  .sidebar {
    display: none;
  }
}