@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, b {
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  text-decoration: none;
}

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

ol {
  padding-top: 5px;
  margin: 0 0 0 0px;
  *margin: 0 0 0 5px;
  margin-left: 20px;
}

ol li {
  line-height: 1.6;
  list-style: decimal;
}

.clearfix {
  clear: both;
}

/*------------表格設定------------*/
table.dir {
  line-hgoldeight: 1.8;
  letter-spacing: 1px;
  border: 1px solid #840889;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: center;
}

.dir th {
  color: #fff;
  padding: 7px;
  font-weight: bold;
  text-align: center;
  background: #840889;
  border-right: 1px solid #840889;
  background-color: #840889;
}

.dir td {
  border-top: 1px solid #840889;
  border-right: 1px solid #840889;
  border-bottom: 1px solid #840889;
  border-left: 1px solid #840889;
  padding: 7px;
}

.dir tbody tr:hover td {
  background: rgba(152, 85, 13, 0.2);
}

table.dir2 {
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  border: 3px solid #f17062;
  border-collapse: inherit;
  border-spacing: 1px;
}

.dir2 th {
  color: #FFF;
  padding: 7px;
  font-weight: bold;
  text-align: center;
  background-color: #cf4e40;
}

.dir2 td {
  border-top: 1px solid #f17062;
  border-right: 1px solid #f17062;
  border-bottom: 1px solid #f17062;
  border-left: 1px solid #f17062;
  padding: 7px;
}

.dir2 tbody tr:hover td {
  background: #fffffb;
}

table.dir3 {
  line-height: 1.8;
  letter-spacing: 1px;
  border: 1px solid #ddca72;
  border-collapse: collapse;
  border-spacing: 0px;
  text-align: center;
}

.dir3 th {
  font-size: 22px;
  color: #FFF;
  padding: 7px;
  font-weight: bold;
  text-align: center;
  background: -o-linear-gradient(bottom, #ad850c 5%, #897434 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ad850c), color-stop(1, #897434));
  background: -moz-linear-gradient(center top, #ad850c 5%, #897434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ad850c", endColorstr="#897434");
  background: -o-linear-gradient(top, #ad850c, 897434);
}

.dir3 td {
  border-top: 1px solid #ddca72;
  border-right: 1px solid #ddca72;
  border-bottom: 1px solid #ddca72;
  border-left: 1px solid #ddca72;
  padding: 7px;
}

.op {
  -webkit-animation: op 0.5s linear 0 infinite alternate;
  -moz-animation: op 0.5s linear 0 infinite alternate;
  animation: op 0.5s linear 0 infinite alternate;
}

@-moz-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ani-shine {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 10s;
  -webkit-animation-name: shine;
  -webkit-animation-iteration-count: 5;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 10s;
  -moz-animation-name: shine;
  -moz-animation-iteration-count: 5;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1s;
  -o-animation-duration: 10s;
  -moz-animation-name: shine;
  -moz-animation-iteration-count: 5;
  -moz-animation-timing-function: ease;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-name: shine;
  animation-iteration-count: 5;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@-moz-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.light01 {
  -webkit-animation: light01 3s linear infinite;
  -moz-animation: light01 3s linear infinite;
  animation: light01 3s linear infinite;
}

@-moz-keyframes light01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes light01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes light01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.magictime {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.magictime-short {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.puffInE {
  -webkit-animation-name: puffInE;
  animation-name: puffInE;
}

@-moz-keyframes puffInE {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.8, 0.8);
    -webkit-filter: blur(2px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

@-webkit-keyframes puffInE {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.8, 0.8);
    -webkit-filter: blur(2px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

@keyframes puffInE {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.8, 0.8);
    -webkit-filter: blur(2px);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

@-moz-keyframes spaceInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0.1) translate(0%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
}

@-webkit-keyframes spaceInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0.1) translate(0%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
}

@keyframes spaceInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0.1) translate(0%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.2) translate(200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@-webkit-keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.2) translate(200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@keyframes spaceInRight {
  0% {
    opacity: 0;
    transform-origin: 100% 50%;
    transform: scale(0.2) translate(200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@-moz-keyframes spaceInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.2) translate(-200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@-webkit-keyframes spaceInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.2) translate(-200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

@keyframes spaceInLeft {
  0% {
    opacity: 0;
    transform-origin: 0% 50%;
    transform: scale(0.2) translate(-200%, 0%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scale(1) translate(0%, 0%);
    filter: blur(0px);
  }
}

body {
  font: 16px/1.6 arial, "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4;
  background: #000;
}

.wrapper {
  width: 100%;
  height: 970px;
  min-width: 1140px;
  background: url(../img/bg_index.jpg) 50% 0;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}

.wrapper_main {
  width: 100%;
  height: 970px;
  background: url(../img/bg.jpg) 50% 0;
  margin: 0 auto;
}

.box {
  width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.logo {
  width: 190px;
  height: 87px;
  background: url(../img/logo.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 20px;
  z-index: 99;
}

.logo a {
  width: 190px;
  height: 87px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  background-repeat: no-repeat;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}

.dragonW {
  width: 1359px;
  height: 970px;
  background: url(../img/dragonW.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: -970px;
  z-index: 21;
}

.dragonW .dragonW_on {
  width: 1359px;
  height: 970px;
  position: relative;
}

.dragonW .dragonWe {
  width: 280px;
  height: 280px;
  background: url(../img/dragonW_eye.png) 0 0 no-repeat;
  position: absolute;
  top: 275px;
  left: 756px;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: dragonWe;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 4s;
  -moz-animation-name: dragonWe;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 4s;
  -moz-animation-name: dragonWe;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -o-animation-fill-mode: backwards;
  -o-animation-timing-function: ease;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-name: dragonWe;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  animation-timing-function: ease;
}

@-moz-keyframes dragonWe {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes dragonWe {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dragonWe {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mouse_on {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: mouse_on;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: mouse_on;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.2s;
  -moz-animation-name: mouse_on;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease;
  animation-delay: 0s;
  animation-duration: 0.2s;
  animation-name: mouse_on;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@-moz-keyframes mouse_on {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-80deg);
  }
}

@-webkit-keyframes mouse_on {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-80deg);
  }
}

@keyframes mouse_on {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-80deg);
  }
}

.dragonB {
  width: 1039px;
  height: 970px;
  background: url(../img/dragonB.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: -970px;
  z-index: 22;
}

.dragonB .dragonB_on {
  width: 1039px;
  height: 970px;
  position: relative;
}

.dragonB .dragonBe {
  width: 280px;
  height: 280px;
  background: url(../img/dragonB_eye.png) 0 0 no-repeat;
  position: absolute;
  top: 66px;
  left: 44px;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: dragonBe;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 4s;
  -moz-animation-name: dragonBe;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 1s;
  -o-animation-duration: 4s;
  -moz-animation-name: dragonBe;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -o-animation-fill-mode: backwards;
  -o-animation-timing-function: ease;
  animation-delay: 1s;
  animation-duration: 4s;
  animation-name: dragonBe;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  animation-timing-function: ease;
}

@-moz-keyframes dragonBe {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes dragonBe {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dragonBe {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.lighting {
  width: 987px;
  height: 703px;
  position: absolute;
  top: 0px;
  left: 120px;
}

.lighting_01 {
  background: url(../img/lighting_01.png) 0 0 no-repeat;
  z-index: 30;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: light;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 3s;
  -moz-animation-name: light;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 1s;
  -o-animation-duration: 3s;
  -moz-animation-name: light;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -o-animation-fill-mode: backwards;
  -o-animation-timing-function: ease;
  animation-delay: 1s;
  animation-duration: 3s;
  animation-name: light;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  animation-timing-function: ease;
}

@-moz-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.lighting_02 {
  background: url(../img/lighting_02.png) 0 0 no-repeat;
  z-index: 20;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: light;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.5s;
  -moz-animation-duration: 3s;
  -moz-animation-name: light;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 1.5s;
  -o-animation-duration: 3s;
  -moz-animation-name: light;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -o-animation-fill-mode: backwards;
  -o-animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-duration: 3s;
  animation-name: light;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  animation-timing-function: ease;
}

@-moz-keyframes light {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes light {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes light {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.lighting_03 {
  background: url(../img/lighting_03.png) 0 0 no-repeat;
  z-index: 10;
  -webkit-animation-delay: 1.7s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: light;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 1.7s;
  -moz-animation-duration: 1s;
  -moz-animation-name: light;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 1.7s;
  -o-animation-duration: 1s;
  -moz-animation-name: light;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -o-animation-fill-mode: backwards;
  -o-animation-timing-function: ease;
  animation-delay: 1.7s;
  animation-duration: 1s;
  animation-name: light;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  animation-timing-function: ease;
}

@-moz-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#click {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

#rift {
  width: 778px;
  height: 0px;
  background: url(../img/rift.png) 0 0 no-repeat;
  position: absolute;
  left: 400px;
  top: 0;
  z-index: 50;
}

.rift_on {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: rift_on;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: rift_on;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.5s;
  -moz-animation-name: rift_on;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: ease;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: rift_on;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@-moz-keyframes rift_on {
  0% {
    height: 1px;
    opacity: 1;
  }
  50% {
    height: 970px;
    opacity: 1;
  }
  100% {
    height: 970px;
    opacity: 0;
  }
}

@-webkit-keyframes rift_on {
  0% {
    height: 1px;
    opacity: 1;
  }
  50% {
    height: 970px;
    opacity: 1;
  }
  100% {
    height: 970px;
    opacity: 0;
  }
}

@keyframes rift_on {
  0% {
    height: 1px;
    opacity: 1;
  }
  50% {
    height: 970px;
    opacity: 1;
  }
  100% {
    height: 970px;
    opacity: 0;
  }
}

#overlay {
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

#mouse {
  position: absolute;
  z-index: 998;
  float: left;
}

#bg {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 970px;
  background: url(../img/bg_on.jpg) 50% 0;
  opacity: 0;
}

.title {
  width: 1034px;
  height: 883px;
  background: url(../img/title2.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 50px;
  pointer-events: none;
  z-index: -1;
}

ul.server {
  width: 1140px;
  text-align: center;
  padding-top: 485px;
}

ul.server li {
  width: 213px;
  height: 189px;
  background: url(../img/serv_frame.png) no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
}

ul.server li a {
  width: 156px;
  height: 125px;
  display: block;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  background-repeat: no-repeat;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  position: absolute;
  top: 26px;
  left: 28px;
}

ul.server li a:hover {
  transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  /* IE 9 */
  -moz-transform: scale(1.05, 1.05);
  /* Firefox */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari 和 Chrome */
  -o-transform: scale(1.05, 1.05);
  /* Opera */
}

ul.server .bt_server01 a {
  background: url(../img/bt_server01.png) 50% 50% no-repeat;
  background-size: cover;
}

ul.server .bt_server01 a:hover {
  background: url(../img/bt_server01_on.png) 50% 50% no-repeat;
}

ul.server .bt_server02 a {
  background: url(../img/bt_server02.png) 50% 50% no-repeat;
  background-size: cover;
}

ul.server .bt_server02 a:hover {
  background: url(../img/bt_server02_on.png) 50% 50% no-repeat;
}

ul.server .bt_server03 a {
  background: url(../img/bt_server03.png) 50% 50% no-repeat;
  background-size: cover;
}

ul.server .bt_server03 a:hover {
  background: url(../img/bt_server03_on.png) 50% 50% no-repeat;
}

ul.server .bt_server04 a {
  background: url(../img/bt_server04.png) 50% 50% no-repeat;
  background-size: cover;
}

ul.server .bt_server04 a:hover {
  background: url(../img/bt_server04_on.png) 50% 50% no-repeat;
}

ul.server i.serv_s {
  width: 190px;
  height: 95px;
  background: url(../img/serv_s.png) 0 0 no-repeat;
  position: absolute;
  left: 10px;
  top: -34px;
}

ul.menu {
  text-align: center;
}

ul.menu li {
  width: 180px;
  height: 100px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

ul.menu li a {
  width: 180px;
  height: 100px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  background-repeat: no-repeat;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

ul.menu li a:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  /* IE 9 */
  -moz-transform: translateY(-10px);
  /* Firefox */
  -webkit-transform: translateY(-10px);
  /* Safari 和 Chrome */
  -o-transform: translateY(-10px);
  /* Opera */
}

ul.menu .bt_menu01 a {
  background: url(../img/bt_menu01.png) 0 0 no-repeat;
}

ul.menu .bt_menu01 a:hover {
  background: url(../img/bt_menu01_on.png) 0 0 no-repeat;
}

ul.menu .bt_menu02 a {
  background: url(../img/bt_menu02.png) 0 0 no-repeat;
}

ul.menu .bt_menu02 a:hover {
  background: url(../img/bt_menu02_on.png) 0 0 no-repeat;
}

ul.menu .bt_menu03 a {
  background: url(../img/bt_menu03.png) 0 0 no-repeat;
}

ul.menu .bt_menu03 a:hover {
  background: url(../img/bt_menu03_on.png) 0 0 no-repeat;
}

ul.menu .bt_menu04 a {
  background: url(../img/bt_menu04.png) 0 0 no-repeat;
}

ul.menu .bt_menu04 a:hover {
  background: url(../img/bt_menu04_on.png) 0 0 no-repeat;
}

ul.menu .bt_menu05 a {
  background: url(../img/bt_menu05.png) 0 0 no-repeat;
}

ul.menu .bt_menu05 a:hover {
  background: url(../img/bt_menu05_on.png) 0 0 no-repeat;
}

ul.menu .bt_menu06 a {
  background: url(../img/bt_menu06.png) 0 0 no-repeat;
}

ul.menu .bt_menu06 a:hover {
  background: url(../img/bt_menu06_on.png) 0 0 no-repeat;
}

/*===========版權===========*/
#footer {
  width: 100%;
  height: 70px;
  background: #000000;
}

#footer_inner {
  width: 1080px;
  height: 70px;
  background: #000000;
  margin: 0 auto;
}
