﻿* {
  /*border: 1px solid #f7f7f7;*/
  font-family: 微軟正黑體;
}
html, body {
  box-sizing: border-box;
  position: relative;
  margin: 0px auto;
  background: url(../images/bg.jpg) no-repeat center top #000;
  animation: aBlink ease-in-out 0.5s alternate;
}
@keyframes aBlink {
  from {
    opacity: 0.5;
    background-color: #fff;
  }
  to {
    opacity: 1;
    background-color: #000;
  }
}
/*----Wrap----*/
.wrap {
  max-width: 1200px;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}
/*----Logo----*/
.logo {
  position: relative;
  margin: -1% 0% 4% 3%;
  width: 23%;
}
.logo img {
  width: 100%;
}
.logo a:hover {
  position: relative;
  top: -3px;
}
/*----Slogan----*/
.slogan {
  position: absolute;
  width: 69%;
  right: 31%;
  margin-top: 33%;
  z-index: 3;
  animation: sloganUP 1.0s forwards;
}
.slogan img {
  width: 100%;
}
.leftbox a:hover {
  position: relative;
  top: -3px;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
}
.m {
  margin: 3% auto 2% auto;
}
/*----Button----*/
.button {
  margin-left: 427px;
  margin-top: 62%;
}
.btn {
  display: inline-block;
}
.btn img {
  width: 90%;
}
.content .note_01 {
  font-size: 16px;
  color: #ad7900;
  margin-left: 439px;
}
.content .note_02 {
  font-size: 16px;
  color: #5efff9;
  margin-left: 695px;
  margin-top: -31px;
}
.content .amount {
  font-size: 31px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  position: absolute;
  margin-left: 32%;
  margin-top: 2%;
  background-color: rgb(85, 127, 0);
  border-radius: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.amount strong {
  color: rgb(255, 212, 0);
}
.btn img:hover {
  position: relative;
  top: -3px;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
}
/*----Content----*/
/*-------雲
.cloud {
  background: url(../images/main04.png) no-repeat;
  width: 1920px;
  height: 365px;
  position: absolute;
  margin-top: 540px;
  animation: sloganUP 2.2s forwards;
  z-index: 4;
}---*/
#close {
  position: absolute;
  z-index: 2;
  top: 4%;
  left: 91%;
  right: 30px;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: none;
  background: transparent;
  cursor: pointer;
  transform-origin: center center;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
#close:hover {
  transform: rotate(180deg);
}
#close:before, #close:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #ff8f8f;
  border-radius: 5px;
}
#close:before {
  transform: rotate(45deg);
}
#close:after {
  transform: rotate(-45deg);
}
.content {
  margin: -102% auto 5% auto;
}
.content img {
  vertical-align: middle;
}
.content a:hover {
  position: relative;
  top: -3px;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
}
.content p {
  font-weight: bold;
}
.content ol {
  color: rgb(255 255 255);
  font-size: 16px;
  /* font-weight: bold; */
  line-height: 30px;
}
span {
  color: #ff0000;
  font-size: 26px;
}
.mark2, .mark4, .mark6 {
  display: inline-block;
  position: relative;
  margin-left: 8%;
  margin-bottom: 5%;
}
.mark2 {
  margin-left: 38%;
}
.s_all {
  display: block;
  text-align: center;
  margin-bottom: 1%;
}
.s {
  display: inline-block;
  text-align: center;
}
hr {
  border: 4px solid rgb(255 255 255);
  margin-top: 4%;
}
h4 {
  margin-bottom: -0.5%;
  color: #ff2400;
  font-size: 22px;
  font-weight: bold;
  text-indent: 22px;
}
.zombie {
  margin: 0 auto;
}
.rabbit01 {
  position: relative;
  background: url(../images/main01.png) no-repeat;
  width: 196px;
  height: 261px;
  margin: 0 auto;
  top: -69px;
  left: -380px;
  animation: bounceInUp ease-in-out .8s alternate;
  z-index: 2;
}
.rabbit02 {
  position: relative;
  background: url(../images/main02.png) no-repeat;
  width: 666px;
  height: 734px;
  top: -530px;
  left: 440px;
  animation: Shakelf ease-in-out 1.2s infinite;
  z-index: 1;
}
.ghost_area {
  position: absolute;
  width: 100%;
  animation: bounceIn ease-in-out 1.2s forwards;
}
.ghost01 {
  position: absolute;
  background: url(../images/ghost01.png) no-repeat;
  width: 190px;
  height: 205px;
  top: 70px;
  left: 80px;
  animation: Shakelf ease-in-out 0.6s infinite;
}
.ghost02 {
  position: absolute;
  background: url(../images/ghost02.png) no-repeat;
  width: 212px;
  height: 133px;
  top: 300px;
  left: 370px;
  animation: Shakelf ease-in-out 0.7s infinite;
}
.ghost03 {
  position: absolute;
  background: url(../images/ghost03.png) no-repeat;
  width: 155px;
  height: 197px;
  margin-top: 610px;
  margin-left: 220px;
  animation: Shakelf ease-in-out 0.6s infinite;
}
.ghost04 {
  position: absolute;
  background: url(../images/ghost04.png) no-repeat;
  width: 165px;
  height: 212px;
  top: 70px;
  right: 560px;
  animation: Shakelf ease-in-out 0.6s infinite;
}
.ghost05 {
  position: absolute;
  background: url(../images/ghost05.png) no-repeat;
  width: 252px;
  height: 230px;
  top: 200px;
  right: 110px;
  animation: Shakelf ease-in-out 0.7s infinite;
}
.ghost06 {
  position: absolute;
  background: url(../images/ghost06.png) no-repeat;
  width: 255px;
  height: 177px;
  top: 620px;
  right: 190px;
  animation: Shakelf ease-in-out 0.6s infinite;
}
.square_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
  top: -12px;
}
.square_area li {
  list-style: none;
  float: left;
}
.square {
  width: 377px;
  height: 263px;
  padding: 4px;
  padding-top: 16px;
}
.picture {
  cursor: pointer;
}
.pass {
  position: absolute;
  background: url("../images/img_black.png")no-repeat;
  width: 377px;
  height: 263px;
  margin: 0 auto;
}
/*----------------------------*/
.sheet {
  width: 70%;
  margin: auto;
  color: #3d3d3d;
}
.sheet th {
  text-align: left;
  margin-top: 12px;
  padding: 10px;
}
/*-------popup----------*/
.box {
  height: 370px;
}
.btn_x {
  float: left;
  margin-left: 39%;
  margin-top: 33px;
}
.subtitle {
  color: #954b1e;
  font-size: 24px;
  font-weight: bold;
  top: 0%;
  left: 26%;
  text-align: center;
}
a.act1 span {
  display: none;
  background-color: rgb(141 5 157 / 83%);
  margin-left: -95%;
  margin-top: 364px;
  color: #ffffff;
  width: 220px;
  font-size: 15px;
  position: absolute;
  z-index: 99;
}
a.act1 span p {
  line-height: 30px;
}
a.act1:hover span {
  display: inline;
  border: 1px solid rgb(204 23 225 / 83%);
  line-height: 0px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
/*----------------------------*/
/*----Notice----*/
.notice {
  border-radius: 5px;
  margin: 5% 9% 4% 9%;
  padding: 1% 2% 1% 1%;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: justify;
  background: #424349;
}
.notice h1 {
  font-size: 16px;
  color: #fdecb8;
}
/*----Footer----*/
#footer {
  position: relative;
  height: 90px;
  background: #3c477b;
  color: #fff;
  font-size: 12px;
}
#footer table {
  margin: 0 auto 0 auto;
}
#footer table td {
  padding-right: 8px;
}
#footer .about {
  line-height: 10px;
}
#footer table .t {
  list-style: none;
  margin-left: -40px;
  font-size: 11px;
  line-height: 15px;
}
#footer_sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  html, body {
    background-size: 150%;
  }
}
@media screen and (max-width: 1168px) {
  .leftboxs {
    margin-top: 29%;
  }
}
@media screen and (max-width: 1024px) {
  .leftboxs {
    margin-top: 33%;
    left: 32%;
  }
  .button {
    left: 59%;
    margin-top: 30%;
  }
  .btn {
    margin-right: -7%;
  }
  .btn img {
    width: 80%;
  }
}
@media screen and (max-width: 930px) {
  .leftboxs {
    margin-top: 43.5%;
    left: 50%;
  }
  .button {
    margin-top: 20%;
    left: 46%;
  }
  .mark2 {
    margin-left: 39%;
  }
}
@media screen and (max-width: 917px) {
  .s_all {
    width: 100%;
  }
  .s {
    width: 30%;
  }
  .s img {
    width: 100%;
  }
  #footer {
    display: none;
  }
  #footer_sp {
    display: block;
    padding: 10px 10px;
    color: #ffffff;
    background: #1e5f0a;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }
  #footer_sp ul {
    list-style: none;
    margin-left: -40px;
  }
}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 800px) {
  .leftbox {
    background-size: 90%;
  }
  .leftboxs {
    background-size: 90%;
    margin-top: 45.5%;
  }
  .leftbox p {
    margin-top: 1%;
  }
  .leftbox p, .left {
    margin-left: -10%;
  }
  .m {
    margin: 2% 10% 1% auto;
  }
  .button {
    left: 45%
  }
  .btn {
    margin-right: -10%;
  }
  .btn img {
    width: 70%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 9%;
  }
  .mark2 {
    margin-left: 37%;
  }
}
@media screen and (max-width: 640px) {
  html, body {
    background-size: 130%;
    background-position: 65% 0%;
  }
  .slogan {
    position: relative;
    margin: 0% auto;
    margin-top: 32%;
    left: 0;
    width: 70%;
  }
  .button {
    display: inline;
    position: relative;
    margin: 2% auto;
    left: -8%;
    width: 90%;
    text-align: center;
  }
  .btn {
    margin-right: -15%;
  }
  .btn img {
    width: 65%;
  }
  .leftboxs {
    position: relative;
    margin: 0% auto;
    left: 0;
  }
  .leftbox {
    margin: 0% auto;
    left: 0;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 7%;
  }
  .mark2 {
    margin-left: 35%;
  }
  .content p {
    font-size: 18px;
  }
  .content ol {
    font-size: 16px;
    line-height: 28px;
  }
  span {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .content img {
    width: 88%;
  }
  .clear {
    margin-left: 73%;
    margin-top: -6%;
    font-size: 30px;
  }
  .lio {
    font-size: 19px;
  }
  .content .amount {
    font-size: 17px;
    margin-left: 17%;
    margin-top: -166%;
  }
}
@media screen and (max-width: 585px) {
  .content {
    border: 3px dashed #0b2e6c;
    padding: 3% 1%;
    width: 90%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 6%;
  }
  .mark2 {
    margin-left: 32%;
  }
  hr {
    margin-top: 5%;
    border: 1px dashed #0b2e6c;
  }
}
@media screen and (max-width: 480px) {
  .button {
    left: -14%;
  }
  .btn {
    margin-right: -30%;
  }
  .btn img {
    width: 55%;
  }
  .leftboxs {
    left: 3%;
  }
  .leftbox {
    left: 3%;
  }
  .mark2 img, .mark4 img, .mark6 img {
    width: 80%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 3%;
  }
  .mark2 {
    margin-left: 34%;
  }
  .content p {
    font-size: 16px;
  }
  .content ol {
    font-size: 14px;
    line-height: 24px;
    margin-left: -10px;
  }
  span {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
    text-indent: 16px;
  }
  center img {
    width: 35%;
  }
}
@media screen and (max-width: 424px) {
  html, body {
    background-size: 140%;
  }
  .mark2 img, .mark4 img, .mark6 img {
    width: 75%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: 0%;
  }
  .mark2 {
    margin-left: 35%;
  }
  .content ol {
    margin-left: -16px;
  }
  .notice {
    border-radius: 20px;
    width: 88%;
    margin: 2% auto 5% auto;
  }
  h4 {
    text-indent: 10px;
  }
}
@media screen and (max-width: 360px) {
  html, body {
    background-size: 150%;
  }
  .slogan {
    margin-top: 20%;
  }
  .button {
    left: -16%;
  }
  .btn {
    margin-right: -40%;
  }
  .mark2 img, .mark4 img, .mark6 img {
    width: 70%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: -2%;
  }
  .mark2 {
    margin-left: 30%;
  }
  .content p {
    font-size: 14px;
  }
  .content ol {
    font-size: 13px;
    line-height: 22px;
    margin-left: -12px;
  }
  span {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
    text-indent: 14px;
  }
  center img {
    width: 40%;
  }
}
@media screen and (max-width: 320px) {
  .mark2 img, .mark4 img, .mark6 img {
    width: 60%;
  }
  .mark2, .mark4, .mark6 {
    margin-left: -8%;
  }
  .mark2 {
    margin-left: 33%;
  }
  .content ol {
    margin-left: -20px;
  }
  h4 {
    text-indent: 6px;
  }
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/*----Animation----*/
@keyframes slogan {
  0% {
    top: 0px;
  }
  50% {
    top: 25px;
  }
  100% {
    top: 0px;
  }
}
@keyframes sloganUP {
  from {
    opacity: 0;
    top: 30px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
/*----Animation----*/
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes Shakelf {
  0% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  50% {
    transform: rotate(-2deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(300px)
  }
  60% {
    opacity: 1;
    transform: translateY(-30px)
  }
  80% {
    transform: translateY(10px)
  }
  100% {
    transform: translateY(0)
  }
}