@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
  overflow-x:hidden;
}

body,
html {
  width: 100%;
  min-width: 1500px;
  height: 100%;
  background: #000;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

.clearFix {
  zoom: 1;
}

.clearFix:after {
  clear: both;
  display: block;
  content: '';
}

#particles-js {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  background: url(../images/head_bg.jpg) no-repeat 50% 0;
  height: 1596px;
  position: relative;
}

header .titbox {
  margin: 0 auto;
  padding-top: 63px;
  text-align: center;
  position: relative;
}

a.sign-btn {
  display: inline-block;
  background: transparent url(../images/btn.png) no-repeat 0 0;
  width: 269px;
  height: 70px;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  bottom: -308px;
  margin-left: -147px;
  z-index: 7;
}

header .titbox h2 {
  margin: 0 0 13px;
  position: relative;
  z-index: 10;
}

header .titbox h2 a {
  display: inline-block;
}

header h1 {
  display: block;
  width: 100%;
  height: 389px;
  position: relative;
  z-index: 1;
}

header h1 .tit {
  position: absolute;
  left: 231px;
  top: -23px;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  margin-top: -255px;
}

header h1 .tit:nth-child(1) {
  background: transparent url(../images/tit-1.png) no-repeat 50% 0;
}

header h1 .tit:nth-child(2) {
  background: transparent url(../images/tit-2.png) no-repeat 50% 0;
}

header h1 .tit:nth-child(3) {
  background: transparent url(../images/tit-3.png) no-repeat 50% 0;
}

header h1 .tit:nth-child(4) {
  background: transparent url(../images/tit-4.png) no-repeat 50% 0;
  top: 367px;
  left: -6px;
}

header h1 .tit:nth-child(5) {
  background: transparent url(../images/tit-5.png) no-repeat 50% 0;
}

header h1 .tit:nth-child(6) {
  background: transparent url(../images/tit-6.png) no-repeat 50% 0;
}

header h1 .tit:nth-child(7) {
  background: transparent url(../images/tit-7.png) no-repeat 50% 0;
}

.sidebar {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
}

.sidebar ul li {
  display: block;
  margin: 0 0 -15px;
}

.sidebar ul>li>a {
  display: block;
  height: 138px;
  width: 179px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/side-btn.png) no-repeat 0 0;
  background-size: 100% auto;
}

.sidebar ul>li>a:hover {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.sidebar ul>li:first-child a {
  background-position-y: -142px;
}

nav .navbar {
  width: 100%;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  text-align: center;
}

/* nav .navbar.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
} */

nav .navbar ul {
  margin: 0 auto;
  padding: 23px 0 0 0;
  width: 1000px;
}

nav .navbar ul>li {
  list-style-type: none;
  float: left;
  margin: 0;
  width: 25%;
}

nav .navbar .tab-btn {
  background: transparent url(../images/nav-btn.png) no-repeat 0 0;
  width: 240px;
  height: 67px;
  z-index: 10;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
}

nav .navbar .tab-btn,
a.sign-btn,
.sidebar ul>li>a,
#tab1 a.game {
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#tab1 a.participate{
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#tab1 a.report {
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#tab1 a.download {
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#tab1 a.logo2 {
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#tab1 a.logo3 {
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
nav .navbar .tab-btn:hover,
a.sign-btn:hover,
.sidebar ul>li>a:hover,
ul#tabs-nav li.active a,
#tab1 a.game:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
#tab1 a.participate:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
#tab1 a.report:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
#tab1 a.download:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
#tab1 a.logo2:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
#tab1 a.logo3:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
nav .navbar .tab-btn-1 {}

nav .navbar .tab-btn-2 {
  background-position-y: -65px;
}

nav .navbar .tab-btn-3 {
  background-position-y: -131px;
}

nav .navbar .tab-btn-4 {
  background-position-y: -196px;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.content {
  /* background: url(../images/bg.jpg) repeat-y 0 0; */
}

#tab1 {
  background: url(../images/con1.jpg) no-repeat 50% 0;
  height: 4567px;
  position: relative;
}
#tab1 a.game {
  position: absolute;
  top: 726px;
  left: 50%;
  background: transparent url(../images/btn.png) no-repeat -58px -139px;
  width: 174px;
  height: 56px;
  text-indent: -9999px;
  margin-left: -514px;
}
#tab1 a.participate {
  position: absolute;
  top: 1033px;
  left: 50%;
  background: transparent url(../images/btn.png) no-repeat -42px -200px;
  width: 212px;
  height: 53px;
  text-indent: -9999px;
  margin-left: -528px;
}
#tab1 a.report {
  position: absolute;
  top: 1104px;
  left: 50%;
  background: transparent url(../images/btn.png) no-repeat -61px -252px;
  width: 168px;
  height: 53px;
  text-indent: -9999px;
  margin-left: -506px;
}
#tab1 a.download {
  position: absolute;
  top: 1288px;
  left: 50%;
  background: transparent url(../images/btn.png) no-repeat 1px -67px;
  width: 275px;
  height: 69px;
  text-indent: -9999px;
  margin-left: -489px;
}
#tab1 a.logo2 {
  position: absolute;
  top: 1288px;
  left: 50%;
  background: transparent url(../images/btn.png) no-repeat -95px -323px;
  width: 367px;
  height: 69px;
  text-indent: -9999px;
  margin-left: -160px;
}
#tab1 a.logo3 {
  position: absolute;
  top: 1274px;
  left: 50%;
  background: transparent url(../images/btn.png) no-repeat -164px -475px;
  width: 245px;
  height: 92px;
  text-indent: -9999px;
  margin-left: 258px;
}
#tab2 {
  background: url(../images/con2.jpg) no-repeat 50% 0;
  height: 3329px;
}

#tab2 .map {
  position: absolute;
  right: 53px;
  top: 245px;
  padding: 5px;
  border: 2px solid #827a69;
}

#tab3 .tab-content3 {
  background: url(../images/con3.jpg) no-repeat 50% 0;
  height: 3135px;
}

#tab3 .tab-content3-2 {
  background: url(../images/con3-2.jpg) no-repeat 50% 0;
  height: 1346px;
}

#tab4 .tab-content4 {
  background: url(../images/con4.jpg) no-repeat 50% 0;
  height: 830px;
}

#tab4 .tab-content4-2 {
  background: url(../images/con4-2.jpg) no-repeat 50% 0;
  height: 2271px;
}

.copyright {
  background: #000000;
  text-align: center;
  overflow: hidden;
  padding: 0 15px;
}


/* animation */
@-webkit-keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(5, 5, 5);
    transform: scale3d(5, 5, 5);
  }

  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3x, 0, 0);
  }

  40%,
  60%,
  80% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(5, 5, 5);
    transform: scale3d(5, 5, 5);
  }

  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }

  40%,
  60%,
  80% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* animation */

.cls_nav{
  position: absolute;
  top: 17px;
  right: 386px;
  font-size: 16px;
}
.cls_nav li{
  float: left;
  margin-left: 20px;
}
.cls_nav li a{
  color: #e8e8e8;
}
.cls_nav li a:hover{
  color: #878787;
  text-decoration:none;
}
.youtube {
  display: block;
  position: absolute;
  top: 12px;
  right: 245px;
}
.fb {
  position: absolute;
  top: 12px;
  right: 30px;
}

.gototop {
  display: none;
  -webkit-animation: hide 350ms ease-out forwards 1;
  animation: hide 350ms ease-out forwards 1;
  width: 65px;
  padding: 29px 2px;
  border: 0;
  text-align: center;
  background: url(../images/top.png) no-repeat 50% 0;
  background-color: #193f67;
  color: #ffffff;
  position: fixed;
  bottom: 16px;
  right: 16px;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}
.gototop > span {
  display: inline-block;
  -webkit-transition: transform 100ms 100ms ease-in-out;
  transition: transform 100ms 100ms ease-in-out;
}
.gototop:hover,
.gototop:focus {
  background-color:#682021;
}
.gototop:hover > span,
.gototop:focus > span {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  width: 65px;
}
.isvisible {
  -webkit-animation: show 1s ease-out forwards 1;
  animation: show 1s ease-out forwards 1;
}

@-webkit-keyframes hide{
0% {
  opacity: 1;
  -webkit-transform:translateY(0);
}
25%{
  opacity: .5;
  -webkit-transform: rotate(-3deg) translateY(-40px);
}
75%{
  -webkit-transform: rotate(3deg);
}
100%{
  opacity: 0;
  -webkit-transform:translateY(100px);
}
}
@keyframes hide{
0% {
  opacity: 1;
  transform:translateY(0);
}
25%{
  opacity: .5;
  transform: rotate(-3deg) translateY(-40px);
}
75%{
  transform: rotate(3deg);
}
100%{
  opacity: 0;
  transform:translateY(100px);
}
}

@-webkit-keyframes show{
0% {
  -webkit-transform: rotate(0deg);
}
25%{
  opacity: .5;
  -webkit-transform: rotate(-3deg) translateY(-40px);
}
75%{
  -webkit-transform: rotate(3deg);
}
100%{
  opacity: 1;
  -webkit-transform: rotate(0deg);
}
}

@keyframes show{
0% {
  transform: rotate(0deg);
}
25%{
  opacity: .5;
  transform: rotate(-3deg) translateY(-40px);
}
75%{
  transform: rotate(3deg);
}
100%{
  opacity: 1;
  transform: rotate(0deg);
}
}
