@charset "utf-8";
.user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tap-highlight-color {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes music {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes music {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes music {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes music {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes music {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }
}
@-webkit-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
}
@-o-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -o-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -o-transform: translate(0, -8px);
  }
}
@-ms-keyframes arrow {
  0%,
  30% {
    opacity: 0;
    -ms-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -ms-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -ms-transform: translate(0, -8px);
  }
}
@keyframes arrow {
  0%,
  30% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -8px);
  }
}
@-moz-keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Flash {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ZoomIn {
  from {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes ZoomIn {
  from {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes ZoomIn {
  from {
    opacity: 0;
    -mstransform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ZoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
html {
  overflow-y: scroll;
  font-family: '微软雅黑', "黑体";
  font-size: 12px;
  color: #000;
  background: #ffffff;
}
body {
  width: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none outside none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  background: none;
}
input,
textarea,
select {
  *font-size: 100%;
}
textarea {
  resize: none;
}
legend {
  color: #000000;
}
a,
a:link {
  text-decoration: none;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearBox {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix_a:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix_a {
  *zoom: 1;
}
.clearfix_b:before,
.clearfix_b:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix_b:after {
  clear: both;
}
.clearfix_b {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.inlineBlockFloat {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
html,
body {
  font-family: "微软雅黑,Helvetica";
  line-height: 1.3;
  color: #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 375px) and (max-width: 414px) {
  html {
    font-size: 14.0625px;
  }
}
@media screen and (min-width: 414px) and (max-width: 640px) {
  html {
    font-size: 15.525px;
  }
}
@media screen and (min-width: 640px) and (max-width: 720px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) and (max-width: 750px) {
  html {
    font-size: 27px;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  html {
    font-size: 28.125px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 30px;
  }
}
html {
  height: 100%;
  overflow: hidden;
  min-height: 100%;
  background-color: #000000;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
body {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  max-width: 520px;
  margin: 0 auto;
  background-color: #ffffff;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  display: block;
  outline: none;
}
input[type=number] {
  -moz-appearance: textfield
;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#page {
  position: relative;
  width: 100%;
  height: 100%;
}
#page #pageBody {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page #pageBody .common {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page #pageBody .common .swiper-container {
  height: 100%;
}
#bg_music_img {
  margin-left: 34.89583333%;
  width: 6.77083333%;
  position: absolute;
  left: 50%;
  top: 3.125%;
  z-index: 9;
}
#bg_music_img .on {
  position: absolute;
  left: 0;
  top: 0;
  -moz-animation: music 4s linear 0s infinite normal both;
  -webkit-animation: music 4s linear 0s infinite normal both;
  -o-animation: music 4s linear 0s infinite normal both;
  -ms-animation: music 4s linear 0s infinite normal both;
  animation: music 4s linear 0s infinite normal both;
}
#bg_music_img .off {
  display: none;
}
#bg_music_img.active .on {
  display: none;
}
#bg_music_img.active .off {
  display: block;
}
#arrowBot {
  margin-left: -3.90625%;
  width: 7.8125%;
  position: absolute;
  left: 50%;
  bottom: 0.78125%;
  -moz-animation: arrow 2s ease-in-out 0s infinite normal both;
  -webkit-animation: arrow 2s ease-in-out 0s infinite normal both;
  -o-animation: arrow 2s ease-in-out 0s infinite normal both;
  -ms-animation: arrow 2s ease-in-out 0s infinite normal both;
  animation: arrow 2s ease-in-out 0s infinite normal both;
  z-index: 9;
}
#alert {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
#alert .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  padding-bottom: 4rem;
}
#alert .dialog p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #816b56;
  padding: 0 20px;
}
#alert .dialog .button {
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  font-size: 1.2rem;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c5181f;
  color: #ffffff;
}
#alert .dialog .sureBtn {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#confirm {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
}
#confirm .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #e5f6fd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 4rem;
}
#confirm .dialog p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #816b56;
}
#confirm .dialog .button {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  font-size: 1.2rem;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #c5181f;
  color: #ffffff;
}
#confirm .dialog .sureBtn {
  left: 20%;
}
#confirm .dialog .cancelBtn {
  right: 20%;
}
#loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #000000;
}
#loading .loadingImg {
  margin-left: -3.97135417%;
  width: 7.94270833%;
  position: absolute;
  left: 50%;
  top: 35.9375%;
  -moz-animation: loading 2s linear 0s infinite normal both;
  -webkit-animation: loading 2s linear 0s infinite normal both;
  -o-animation: loading 2s linear 0s infinite normal both;
  -ms-animation: loading 2s linear 0s infinite normal both;
  animation: loading 2s linear 0s infinite normal both;
}
#share {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
}
#share .share_i {
  margin-left: -33.72395833%;
  width: 67.44791667%;
  position: absolute;
  left: 50%;
  top: 7.8125%;
}
#logo {
  margin-left: -44.53125%;
  width: 40.10416667%;
  position: absolute;
  left: 50%;
  top: 2.8125%;
  z-index: 9;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-slide {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  writing-mode: lr-tb;
}
#index .panel-page01 {
  background: url("../images/img_001.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page01 .title_a {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 14.0625%;
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
}
#index .panel-page01 .title_a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}
#index .panel-page01 .title_a .img_png {
  width: 100%;
  height: 0;
  padding-top: 55.20833333%;
  position: relative;
}
#index .panel-page01 .title_a .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page01 .title_a .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page01 .title_a .list .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .panel-page01 .title_b {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 46.09375%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, 20px);
  -moz-transform: translate(0%, 20px);
  -ms-transform: translate(0%, 20px);
  -o-transform: translate(0%, 20px);
  transform: translate(0%, 20px);
}
#index .panel-page01 .title_b.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 1.1s;
  -moz-transition: all 0.6s ease 1.1s;
  -ms-transition: all 0.6s ease 1.1s;
  -o-transition: all 0.6s ease 1.1s;
  transition: all 0.6s ease 1.1s;
}
#index .panel-page01 .title_b .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page01 .title_b .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page01 .title_b .list .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .panel-page02 {
  background: url("../images/img_004.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page02 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 12.96875%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}
#index .panel-page02 .title.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}
#index .panel-page02 .time {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 40.46875%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page02 .time.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease 1.9s;
  -moz-transition: all 0.6s ease 1.9s;
  -ms-transition: all 0.6s ease 1.9s;
  -o-transition: all 0.6s ease 1.9s;
  transition: all 0.6s ease 1.9s;
}
#index .panel-page02 .money {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 46.09375%;
}
#index .panel-page02 .money .img_png {
  width: 100%;
  height: 0;
  padding-top: 22.13541667%;
  position: relative;
}
#index .panel-page02 .money .money_a {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -40px);
  -moz-transform: translate(0%, -40px);
  -ms-transform: translate(0%, -40px);
  -o-transform: translate(0%, -40px);
  transform: translate(0%, -40px);
}
#index .panel-page02 .money .money_a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 1.3s;
  -moz-transition: all 0.6s ease 1.3s;
  -ms-transition: all 0.6s ease 1.3s;
  -o-transition: all 0.6s ease 1.3s;
  transition: all 0.6s ease 1.3s;
}
#index .panel-page02 .money .money_a .img_png {
  width: 100%;
  height: 0;
  padding-top: 21.61458333%;
  position: relative;
}
#index .panel-page02 .money .money_a .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page02 .money .money_a .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page02 .money .money_a .list .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .panel-page02 .money .money_b {
  left: 0%;
  bottom: -52.94117647%;
  position: absolute;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, 40px);
  -moz-transform: translate(0%, 40px);
  -ms-transform: translate(0%, 40px);
  -o-transform: translate(0%, 40px);
  transform: translate(0%, 40px);
}
#index .panel-page02 .money .money_b.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 1.3s;
  -moz-transition: all 0.6s ease 1.3s;
  -ms-transition: all 0.6s ease 1.3s;
  -o-transition: all 0.6s ease 1.3s;
  transition: all 0.6s ease 1.3s;
}
#index .panel-page02 .tip_a {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 66.09375%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page02 .tip_a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease 2.3s;
  -moz-transition: all 0.6s ease 2.3s;
  -ms-transition: all 0.6s ease 2.3s;
  -o-transition: all 0.6s ease 2.3s;
  transition: all 0.6s ease 2.3s;
}
#index .panel-page02 .tip_a .img_png {
  width: 100%;
  height: 0;
  padding-top: 16.14583333%;
  position: relative;
}
#index .panel-page02 .tip_a .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page02 .tip_a .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page02 .tip_a .list .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .panel-page02 .tip_b {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 77.34375%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page02 .tip_b.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease 2.3s;
  -moz-transition: all 0.6s ease 2.3s;
  -ms-transition: all 0.6s ease 2.3s;
  -o-transition: all 0.6s ease 2.3s;
  transition: all 0.6s ease 2.3s;
}
#index .panel-page02 .tip_b .img_png {
  width: 100%;
  height: 0;
  padding-top: 16.14583333%;
  position: relative;
}
#index .panel-page02 .tip_b .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page02 .tip_b .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page02 .tip_b .list .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .panel-page03 {
  background: url("../images/img_011.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page03 .layer.layer01 {
  z-index: 1;
}
#index .panel-page03 .layer.layer02 {
  z-index: 2;
}
#index .panel-page03 .layer01 .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page03 .layer01 .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page03 .layer01 .list .item.item01 {
  background: url("../images/floats/1.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .layer01 .list .item.item02 {
  background: url("../images/floats/2.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .layer01 .list .item.item03 {
  background: url("../images/floats/3.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .layer01 .list .item.item04 {
  background: url("../images/floats/4.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .layer01 .list .item.item05 {
  background: url("../images/floats/5.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .layer01 .list .item.item06 {
  background: url("../images/floats/6.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .layer01 .list .item.item07 {
  background: url("../images/floats/7.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .layer02 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 21.71875%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page03 .layer02 .text01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease 0.5s;
  -moz-transition: all 0.6s ease 0.5s;
  -ms-transition: all 0.6s ease 0.5s;
  -o-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
}
#index .panel-page03 .layer02 .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 34.375%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page03 .layer02 .text02.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease 0.9s;
  -moz-transition: all 0.6s ease 0.9s;
  -ms-transition: all 0.6s ease 0.9s;
  -o-transition: all 0.6s ease 0.9s;
  transition: all 0.6s ease 0.9s;
}
#index .panel-page03 .layer02 .text03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 51.40625%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page03 .layer02 .text03.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 2s linear 1.5s;
  -moz-transition: all 2s linear 1.5s;
  -ms-transition: all 2s linear 1.5s;
  -o-transition: all 2s linear 1.5s;
  transition: all 2s linear 1.5s;
}
#index .panel-page04 {
  background: url("../images/img_061.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page04 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 6.5625%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-100%, 50%);
  -moz-transform: translate(-100%, 50%);
  -ms-transform: translate(-100%, 50%);
  -o-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}
#index .panel-page04 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s linear 0.6s;
  -moz-transition: all 0.8s linear 0.6s;
  -ms-transition: all 0.8s linear 0.6s;
  -o-transition: all 0.8s linear 0.6s;
  transition: all 0.8s linear 0.6s;
}
#index .panel-page04 .emoticon {
  margin-left: 14.0625%;
  width: 31.77083333%;
  position: absolute;
  left: 50%;
  top: 1.5625%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
#index .panel-page04 .emoticon.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
#index .panel-page05 {
  background: url("../images/img_064.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page05 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 31.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
}
#index .panel-page05 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s linear 0.6s;
  -moz-transition: all 0.8s linear 0.6s;
  -ms-transition: all 0.8s linear 0.6s;
  -o-transition: all 0.8s linear 0.6s;
  transition: all 0.8s linear 0.6s;
}
#index .panel-page06 {
  background: url("../images/img_066.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page06 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 3.125%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-20px, 5px);
  -moz-transform: translate(-20px, 5px);
  -ms-transform: translate(-20px, 5px);
  -o-transform: translate(-20px, 5px);
  transform: translate(-20px, 5px);
}
#index .panel-page06 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s linear 0.6s;
  -moz-transition: all 0.6s linear 0.6s;
  -ms-transition: all 0.6s linear 0.6s;
  -o-transition: all 0.6s linear 0.6s;
  transition: all 0.6s linear 0.6s;
}
#index .panel-page06 .emoticon {
  margin-left: 25%;
  width: 25.78125%;
  position: absolute;
  left: 50%;
  bottom: 15%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
#index .panel-page06 .emoticon.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page07 {
  background: url("../images/img_069.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page07 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 5%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
#index .panel-page07 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s linear 0.6s;
  -moz-transition: all 0.8s linear 0.6s;
  -ms-transition: all 0.8s linear 0.6s;
  -o-transition: all 0.8s linear 0.6s;
  transition: all 0.8s linear 0.6s;
}
#index .panel-page07 .emoticon {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 5%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 50%);
  -moz-transform: translate(100%, 50%);
  -ms-transform: translate(100%, 50%);
  -o-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
#index .panel-page07 .emoticon.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s linear 0.6s;
  -moz-transition: all 0.8s linear 0.6s;
  -ms-transition: all 0.8s linear 0.6s;
  -o-transition: all 0.8s linear 0.6s;
  transition: all 0.8s linear 0.6s;
}
#index .panel-page08 {
  background: url("../images/img_029.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page08 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 5.625%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-100%, 50%);
  -moz-transform: translate(-100%, 50%);
  -ms-transform: translate(-100%, 50%);
  -o-transform: translate(-100%, 50%);
  transform: translate(-100%, 50%);
}
#index .panel-page08 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s linear 0.6s;
  -moz-transition: all 0.8s linear 0.6s;
  -ms-transition: all 0.8s linear 0.6s;
  -o-transition: all 0.8s linear 0.6s;
  transition: all 0.8s linear 0.6s;
}
#index .panel-page08 .emoticon {
  margin-left: 0.52083333%;
  width: 34.63541667%;
  position: absolute;
  left: 50%;
  bottom: 17.65625%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
#index .panel-page08 .emoticon.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page09 {
  background: url("../images/img_072.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page09 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 8.90625%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-20px, -5px);
  -moz-transform: translate(-20px, -5px);
  -ms-transform: translate(-20px, -5px);
  -o-transform: translate(-20px, -5px);
  transform: translate(-20px, -5px);
}
#index .panel-page09 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
#index .panel-page09 .emoticon {
  margin-left: -35.15625%;
  width: 45.57291667%;
  position: absolute;
  left: 50%;
  top: 9.0625%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page09 .emoticon.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 0.6s;
  -moz-transition: all 0.8s linear 0.6s;
  -ms-transition: all 0.8s linear 0.6s;
  -o-transition: all 0.8s linear 0.6s;
  transition: all 0.8s linear 0.6s;
}
#index .panel-page10 {
  background: url("../images/img_075.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page10 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 12.03125%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -1000px);
  -moz-transform: translate(0, -1000px);
  -ms-transform: translate(0, -1000px);
  -o-transform: translate(0, -1000px);
  transform: translate(0, -1000px);
}
#index .panel-page10 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
#index .panel-page10 .emoticon {
  margin-left: 22.39583333%;
  width: 21.35416667%;
  position: absolute;
  left: 50%;
  top: 8.28125%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
#index .panel-page10 .emoticon.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
#index .panel-page11 {
  background: url("../images/img_020.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page11 .emoticon {
  margin-left: 20.83333333%;
  width: 29.16666667%;
  position: absolute;
  left: 50%;
  top: 4.53125%;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page11 .emoticon.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
#index .panel-page11 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 2.8125%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 1000px);
  -moz-transform: translate(0, 1000px);
  -ms-transform: translate(0, 1000px);
  -o-transform: translate(0, 1000px);
  transform: translate(0, 1000px);
}
#index .panel-page11 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
#index .panel-page12 {
  background: url("../images/img_023.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page12 .emoticon {
  margin-left: 9.375%;
  width: 23.4375%;
  position: absolute;
  left: 50%;
  top: 35%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
#index .panel-page12 .emoticon.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 0.6s;
  -moz-transition: all 0.6s ease 0.6s;
  -ms-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}
#index .panel-page12 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 9.21875%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page12 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 0.6s;
  -moz-transition: all 0.8s linear 0.6s;
  -ms-transition: all 0.8s linear 0.6s;
  -o-transition: all 0.8s linear 0.6s;
  transition: all 0.8s linear 0.6s;
}
#index .panel-page13 {
  background: url("../images/img_027.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page13 .text {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 11.09375%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
#index .panel-page13 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s linear 0.6s;
  -moz-transition: all 0.8s linear 0.6s;
  -ms-transition: all 0.8s linear 0.6s;
  -o-transition: all 0.8s linear 0.6s;
  transition: all 0.8s linear 0.6s;
}
#index .panel-page14 {
  background: url("../images/img_032.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page14 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page14 .layer.layer01 {
  z-index: 1;
}
#index .panel-page14 .layer.layer02 {
  z-index: 2;
}
#index .panel-page14 .layer01 .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page14 .layer01 .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page14 .layer01 .list .item.item01 {
  background: url("../images/floats02/1.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page14 .layer01 .list .item.item02 {
  background: url("../images/floats02/2.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page14 .layer01 .list .item.item03 {
  background: url("../images/floats02/3.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page14 .layer01 .list .item.item04 {
  background: url("../images/floats02/4.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page14 .layer01 .list .item.item05 {
  background: url("../images/floats02/5.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page14 .layer01 .list .item.item06 {
  background: url("../images/floats02/6.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page14 .layer01 .list .item.item07 {
  background: url("../images/floats02/7.png") center center no-repeat;
  background-size: cover;
}
#index .panel-page14 .layer02 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 25.9375%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page14 .layer02 .text01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 0s;
  -moz-transition: all 0.8s linear 0s;
  -ms-transition: all 0.8s linear 0s;
  -o-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
}
#index .panel-page14 .layer02 .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 38.75%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page14 .layer02 .text02.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 0.8s;
  -moz-transition: all 0.8s linear 0.8s;
  -ms-transition: all 0.8s linear 0.8s;
  -o-transition: all 0.8s linear 0.8s;
  transition: all 0.8s linear 0.8s;
}
#index .panel-page14 .layer02 .text02 .god {
  left: 14.0625%;
  top: 0%;
  position: absolute;
  width: 42.70833333%;
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
}
#index .panel-page14 .layer02 .text02 .god.active {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 1.2s;
  -moz-transition: all 0.6s ease 1.2s;
  -ms-transition: all 0.6s ease 1.2s;
  -o-transition: all 0.6s ease 1.2s;
  transition: all 0.6s ease 1.2s;
}
#index .panel-page15 {
  background: url("../images/img_034.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page15 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page15 .layer.layer01 {
  z-index: 1;
}
#index .panel-page15 .layer.layer02 {
  z-index: 2;
}
#index .panel-page15 .layer01 .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_019.png") top center no-repeat;
  background-size: cover;
}
#index .panel-page15 .layer02 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 9.0625%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page15 .layer02 .title.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s linear 0.6s;
  -moz-transition: all 0.6s linear 0.6s;
  -ms-transition: all 0.6s linear 0.6s;
  -o-transition: all 0.6s linear 0.6s;
  transition: all 0.6s linear 0.6s;
}
#index .panel-page15 .layer02 .pic01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 17.65625%;
  z-index: 6;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10%, -20px);
  -moz-transform: translate(-10%, -20px);
  -ms-transform: translate(-10%, -20px);
  -o-transform: translate(-10%, -20px);
  transform: translate(-10%, -20px);
}
#index .panel-page15 .layer02 .pic01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -ms-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
}
#index .panel-page15 .layer02 .pic01 .thumbtack {
  left: 4.42708333%;
  top: -6.4171123%;
  position: absolute;
  width: 5.98958333%;
}
#index .panel-page15 .layer02 .pic02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 24.0625%;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(10%, -20px);
  -moz-transform: translate(10%, -20px);
  -ms-transform: translate(10%, -20px);
  -o-transform: translate(10%, -20px);
  transform: translate(10%, -20px);
}
#index .panel-page15 .layer02 .pic02.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 2.2s;
  -moz-transition: all 0.8s ease 2.2s;
  -ms-transition: all 0.8s ease 2.2s;
  -o-transition: all 0.8s ease 2.2s;
  transition: all 0.8s ease 2.2s;
}
#index .panel-page15 .layer02 .pic03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 45.46875%;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10%, -20px);
  -moz-transform: translate(-10%, -20px);
  -ms-transform: translate(-10%, -20px);
  -o-transform: translate(-10%, -20px);
  transform: translate(-10%, -20px);
}
#index .panel-page15 .layer02 .pic03.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 3.2s;
  -moz-transition: all 0.8s ease 3.2s;
  -ms-transition: all 0.8s ease 3.2s;
  -o-transition: all 0.8s ease 3.2s;
  transition: all 0.8s ease 3.2s;
}
#index .panel-page15 .layer02 .pic04 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(10%, -20px);
  -moz-transform: translate(10%, -20px);
  -ms-transform: translate(10%, -20px);
  -o-transform: translate(10%, -20px);
  transform: translate(10%, -20px);
}
#index .panel-page15 .layer02 .pic04.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 4.2s;
  -moz-transition: all 0.8s ease 4.2s;
  -ms-transition: all 0.8s ease 4.2s;
  -o-transition: all 0.8s ease 4.2s;
  transition: all 0.8s ease 4.2s;
}
#index .panel-page15 .layer02 .pic04 .thumbtack {
  right: 2.60416667%;
  top: -3.16455696%;
  position: absolute;
  width: 5.46875%;
}
#index .panel-page15 .layer02 .pic05 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 69.53125%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10%, -20px);
  -moz-transform: translate(-10%, -20px);
  -ms-transform: translate(-10%, -20px);
  -o-transform: translate(-10%, -20px);
  transform: translate(-10%, -20px);
}
#index .panel-page15 .layer02 .pic05.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 5.2s;
  -moz-transition: all 0.8s ease 5.2s;
  -ms-transition: all 0.8s ease 5.2s;
  -o-transition: all 0.8s ease 5.2s;
  transition: all 0.8s ease 5.2s;
}
#index .panel-page15 .layer02 .pic05 .thumbtack {
  left: 41.66666667%;
  top: 2.99401198%;
  position: absolute;
  width: 5.59895833%;
}
#index .panel-page15 .layer02 .pic06 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 72.34375%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(10%, -20px);
  -moz-transform: translate(10%, -20px);
  -ms-transform: translate(10%, -20px);
  -o-transform: translate(10%, -20px);
  transform: translate(10%, -20px);
}
#index .panel-page15 .layer02 .pic06.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 6.2s;
  -moz-transition: all 0.8s ease 6.2s;
  -ms-transition: all 0.8s ease 6.2s;
  -o-transition: all 0.8s ease 6.2s;
  transition: all 0.8s ease 6.2s;
}
#index .panel-page16 {
  background: url("../images/img_034.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page16 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page16 .layer.layer01 {
  z-index: 1;
}
#index .panel-page16 .layer.layer02 {
  z-index: 2;
}
#index .panel-page16 .layer01 .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_019.png") top center no-repeat;
  background-size: cover;
}
#index .panel-page16 .layer02 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 9.0625%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page16 .layer02 .title.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s linear 0.6s;
  -moz-transition: all 0.6s linear 0.6s;
  -ms-transition: all 0.6s linear 0.6s;
  -o-transition: all 0.6s linear 0.6s;
  transition: all 0.6s linear 0.6s;
}
#index .panel-page16 .layer02 .pic01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 21.09375%;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10%, -20px);
  -moz-transform: translate(-10%, -20px);
  -ms-transform: translate(-10%, -20px);
  -o-transform: translate(-10%, -20px);
  transform: translate(-10%, -20px);
}
#index .panel-page16 .layer02 .pic01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -ms-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
}
#index .panel-page16 .layer02 .pic01 .thumbtack {
  left: 43.75%;
  top: -4.76190476%;
  position: absolute;
  width: 5.46875%;
}
#index .panel-page16 .layer02 .pic02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 33.4375%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(10%, -20px);
  -moz-transform: translate(10%, -20px);
  -ms-transform: translate(10%, -20px);
  -o-transform: translate(10%, -20px);
  transform: translate(10%, -20px);
}
#index .panel-page16 .layer02 .pic02.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 2.2s;
  -moz-transition: all 0.8s ease 2.2s;
  -ms-transition: all 0.8s ease 2.2s;
  -o-transition: all 0.8s ease 2.2s;
  transition: all 0.8s ease 2.2s;
}
#index .panel-page16 .layer02 .pic03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 58.28125%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10%, 20px);
  -moz-transform: translate(-10%, 20px);
  -ms-transform: translate(-10%, 20px);
  -o-transform: translate(-10%, 20px);
  transform: translate(-10%, 20px);
}
#index .panel-page16 .layer02 .pic03.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 3.2s;
  -moz-transition: all 0.8s ease 3.2s;
  -ms-transition: all 0.8s ease 3.2s;
  -o-transition: all 0.8s ease 3.2s;
  transition: all 0.8s ease 3.2s;
}
#index .panel-page16 .layer02 .pic03 .thumbtack {
  left: 5.20833333%;
  top: 6.52173913%;
  position: absolute;
  width: 5.59895833%;
}
#index .panel-page17 {
  background: url("../images/img_034.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page17 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page17 .layer.layer01 {
  z-index: 1;
}
#index .panel-page17 .layer.layer02 {
  z-index: 2;
}
#index .panel-page17 .layer01 .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_019.png") top center no-repeat;
  background-size: cover;
}
#index .panel-page17 .layer02 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 9.0625%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page17 .layer02 .title.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s linear 0.6s;
  -moz-transition: all 0.6s linear 0.6s;
  -ms-transition: all 0.6s linear 0.6s;
  -o-transition: all 0.6s linear 0.6s;
  transition: all 0.6s linear 0.6s;
}
#index .panel-page17 .layer02 .pic01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 21.09375%;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10%, -20px);
  -moz-transform: translate(-10%, -20px);
  -ms-transform: translate(-10%, -20px);
  -o-transform: translate(-10%, -20px);
  transform: translate(-10%, -20px);
}
#index .panel-page17 .layer02 .pic01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -ms-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
}
#index .panel-page17 .layer02 .pic01 .thumbtack {
  left: 40.36458333%;
  top: -5.07614213%;
  position: absolute;
  width: 5.46875%;
}
#index .panel-page17 .layer02 .pic02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 27.03125%;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(10%, -20px);
  -moz-transform: translate(10%, -20px);
  -ms-transform: translate(10%, -20px);
  -o-transform: translate(10%, -20px);
  transform: translate(10%, -20px);
}
#index .panel-page17 .layer02 .pic02.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 2.2s;
  -moz-transition: all 0.8s ease 2.2s;
  -ms-transition: all 0.8s ease 2.2s;
  -o-transition: all 0.8s ease 2.2s;
  transition: all 0.8s ease 2.2s;
}
#index .panel-page17 .layer02 .pic03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 49.6875%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(10%, -20px);
  -moz-transform: translate(10%, -20px);
  -ms-transform: translate(10%, -20px);
  -o-transform: translate(10%, -20px);
  transform: translate(10%, -20px);
}
#index .panel-page17 .layer02 .pic03.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 3.2s;
  -moz-transition: all 0.8s ease 3.2s;
  -ms-transition: all 0.8s ease 3.2s;
  -o-transition: all 0.8s ease 3.2s;
  transition: all 0.8s ease 3.2s;
}
#index .panel-page17 .layer02 .pic04 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 58.59375%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10%, 20px);
  -moz-transform: translate(-10%, 20px);
  -ms-transform: translate(-10%, 20px);
  -o-transform: translate(-10%, 20px);
  transform: translate(-10%, 20px);
}
#index .panel-page17 .layer02 .pic04.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 4.2s;
  -moz-transition: all 0.8s ease 4.2s;
  -ms-transition: all 0.8s ease 4.2s;
  -o-transition: all 0.8s ease 4.2s;
  transition: all 0.8s ease 4.2s;
}
#index .panel-page17 .layer02 .pic04 .thumbtack {
  right: 6.51041667%;
  top: -5.12820513%;
  position: absolute;
  width: 5.59895833%;
}
#index .panel-page18 {
  background: url("../images/img_034.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page18 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page18 .layer.layer01 {
  z-index: 1;
}
#index .panel-page18 .layer.layer02 {
  z-index: 2;
}
#index .panel-page18 .layer01 .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_019.png") top center no-repeat;
  background-size: cover;
}
#index .panel-page18 .layer02 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 9.0625%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page18 .layer02 .title.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s linear 0.6s;
  -moz-transition: all 0.6s linear 0.6s;
  -ms-transition: all 0.6s linear 0.6s;
  -o-transition: all 0.6s linear 0.6s;
  transition: all 0.6s linear 0.6s;
}
#index .panel-page18 .layer02 .pic01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 23.28125%;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10%, -20px);
  -moz-transform: translate(-10%, -20px);
  -ms-transform: translate(-10%, -20px);
  -o-transform: translate(-10%, -20px);
  transform: translate(-10%, -20px);
}
#index .panel-page18 .layer02 .pic01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 1.2s;
  -moz-transition: all 0.8s ease 1.2s;
  -ms-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  transition: all 0.8s ease 1.2s;
}
#index .panel-page18 .layer02 .pic01 .thumbtack {
  left: 46.875%;
  top: -7.31707317%;
  position: absolute;
  width: 5.59895833%;
}
#index .panel-page18 .layer02 .pic02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 31.09375%;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(10%, -20px);
  -moz-transform: translate(10%, -20px);
  -ms-transform: translate(10%, -20px);
  -o-transform: translate(10%, -20px);
  transform: translate(10%, -20px);
}
#index .panel-page18 .layer02 .pic02.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 2.2s;
  -moz-transition: all 0.8s ease 2.2s;
  -ms-transition: all 0.8s ease 2.2s;
  -o-transition: all 0.8s ease 2.2s;
  transition: all 0.8s ease 2.2s;
}
#index .panel-page18 .layer02 .pic03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 55.3125%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-10%, 20px);
  -moz-transform: translate(-10%, 20px);
  -ms-transform: translate(-10%, 20px);
  -o-transform: translate(-10%, 20px);
  transform: translate(-10%, 20px);
}
#index .panel-page18 .layer02 .pic03.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 3.2s;
  -moz-transition: all 0.8s ease 3.2s;
  -ms-transition: all 0.8s ease 3.2s;
  -o-transition: all 0.8s ease 3.2s;
  transition: all 0.8s ease 3.2s;
}
#index .panel-page18 .layer02 .pic03 .thumbtack {
  left: 46.875%;
  top: -4.56852792%;
  position: absolute;
  width: 5.46875%;
}
#index .panel-page18 .layer02 .pic04 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 62.96875%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(10%, 20px);
  -moz-transform: translate(10%, 20px);
  -ms-transform: translate(10%, 20px);
  -o-transform: translate(10%, 20px);
  transform: translate(10%, 20px);
}
#index .panel-page18 .layer02 .pic04.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.8s ease 4.2s;
  -moz-transition: all 0.8s ease 4.2s;
  -ms-transition: all 0.8s ease 4.2s;
  -o-transition: all 0.8s ease 4.2s;
  transition: all 0.8s ease 4.2s;
}
#index .panel-page19 {
  background: url("../images/img_055.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page19 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 13.4375%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page19 .text01.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 0.5s;
  -moz-transition: all 0.8s linear 0.5s;
  -ms-transition: all 0.8s linear 0.5s;
  -o-transition: all 0.8s linear 0.5s;
  transition: all 0.8s linear 0.5s;
}
#index .panel-page19 .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 30.15625%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page19 .text02.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 1.5s;
  -moz-transition: all 0.8s linear 1.5s;
  -ms-transition: all 0.8s linear 1.5s;
  -o-transition: all 0.8s linear 1.5s;
  transition: all 0.8s linear 1.5s;
}
#index .panel-page19 .text03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 63.75%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page19 .text03.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 2.5s;
  -moz-transition: all 0.8s linear 2.5s;
  -ms-transition: all 0.8s linear 2.5s;
  -o-transition: all 0.8s linear 2.5s;
  transition: all 0.8s linear 2.5s;
}
#index .panel-page19 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page19 .layer.layer01 {
  z-index: 1;
}
#index .panel-page19 .layer.layer02 {
  z-index: 2;
}
#index .panel-page19 .layer01 .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/img_056.png") top center no-repeat;
  background-size: cover;
}
#index .panel-page19 .layer02 .title_a {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 10.46875%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page19 .layer02 .title_a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 0.5s;
  -moz-transition: all 0.8s linear 0.5s;
  -ms-transition: all 0.8s linear 0.5s;
  -o-transition: all 0.8s linear 0.5s;
  transition: all 0.8s linear 0.5s;
}
#index .panel-page19 .layer02 .title_b {
  z-index: 9;
  margin-left: -46.875%;
  width: 93.75%;
  position: absolute;
  left: 50%;
  top: 27.34375%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page19 .layer02 .title_b.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 1.7s;
  -moz-transition: all 0.8s linear 1.7s;
  -ms-transition: all 0.8s linear 1.7s;
  -o-transition: all 0.8s linear 1.7s;
  transition: all 0.8s linear 1.7s;
}
#index .panel-page19 .layer02 .title_c {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 6.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, 20px);
  -moz-transform: translate(0%, 20px);
  -ms-transform: translate(0%, 20px);
  -o-transform: translate(0%, 20px);
  transform: translate(0%, 20px);
}
#index .panel-page19 .layer02 .title_c.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: all 0.6s ease 1.1s;
  -moz-transition: all 0.6s ease 1.1s;
  -ms-transition: all 0.6s ease 1.1s;
  -o-transition: all 0.6s ease 1.1s;
  transition: all 0.6s ease 1.1s;
}
#index .panel-page19 .layer02 .title_c .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page19 .layer02 .title_c .list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page19 .layer02 .title_c .list .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .panel-page19 .layer02 .shareBtn {
  margin-left: -16.796875%;
  width: 33.59375%;
  position: absolute;
  left: 50%;
  bottom: 1.875%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page19 .layer02 .shareBtn.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s linear 2.1s;
  -moz-transition: all 0.8s linear 2.1s;
  -ms-transition: all 0.8s linear 2.1s;
  -o-transition: all 0.8s linear 2.1s;
  transition: all 0.8s linear 2.1s;
}
.popup {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0 px, 0 px);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
