@charset "utf-8";
@-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 start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes start {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes allBtn {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.12);
  }
}
@-webkit-keyframes allBtn {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
  }
}
@-o-keyframes allBtn {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.12);
  }
}
@-ms-keyframes allBtn {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.12);
  }
}
@keyframes allBtn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
@-moz-keyframes Shake {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  10% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  20% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  30% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  40% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  50% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  60% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  70% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  80% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes Shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes Shake {
  0% {
    -o-transform: translate3d(0, 0, 0);
  }
  10% {
    -o-transform: translate3d(10px, 0, 0);
  }
  20% {
    -o-transform: translate3d(-10px, 0, 0);
  }
  30% {
    -o-transform: translate3d(10px, 0, 0);
  }
  40% {
    -o-transform: translate3d(-10px, 0, 0);
  }
  50% {
    -o-transform: translate3d(10px, 0, 0);
  }
  60% {
    -o-transform: translate3d(-10px, 0, 0);
  }
  70% {
    -o-transform: translate3d(10px, 0, 0);
  }
  80% {
    -o-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -o-transform: translate3d(10px, 0, 0);
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes Shake {
  0% {
    -ms-transform: translate3d(0, 0, 0);
  }
  10% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  20% {
    -ms-transform: translate3d(-10px, 0, 0);
  }
  30% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  40% {
    -ms-transform: translate3d(-10px, 0, 0);
  }
  50% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  60% {
    -ms-transform: translate3d(-10px, 0, 0);
  }
  70% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  80% {
    -ms-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -ms-transform: translate3d(10px, 0, 0);
  }
  100% {
    -ms-transform: translate3d(0, 0, 0);
  }
}
@keyframes Shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(10px, 0, 0);
  }
  20% {
    transform: translate3d(-10px, 0, 0);
  }
  30% {
    transform: translate3d(10px, 0, 0);
  }
  40% {
    transform: translate3d(-10px, 0, 0);
  }
  50% {
    transform: translate3d(10px, 0, 0);
  }
  60% {
    transform: translate3d(-10px, 0, 0);
  }
  70% {
    transform: translate3d(10px, 0, 0);
  }
  80% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(10px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes Wobble {
  from {
    -moz-transform: none;
  }
  15% {
    -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -moz-transform: none;
  }
}
@-webkit-keyframes Wobble {
  from {
    -webkit-transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
  }
}
@-o-keyframes Wobble {
  from {
    -o-transform: none;
  }
  15% {
    -o-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -o-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -o-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -o-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -o-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -o-transform: none;
  }
}
@-ms-keyframes Wobble {
  from {
    -ms-transform: none;
  }
  15% {
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -ms-transform: none;
  }
}
@keyframes Wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
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;
}
body,
html {
  font-family: "Arial";
  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;
}
body {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
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: 40.66666667%;
  width: 6%;
  position: absolute;
  left: 50%;
  top: 3.28137818%;
  z-index: 900;
}
#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;
}
#logo {
  margin-left: -40%;
  width: 10.4%;
  position: absolute;
  left: 50%;
  top: 6.72682527%;
  z-index: 99;
}
#arrow_a {
  display: none;
  margin-left: -5.33333333%;
  width: 10.66666667%;
  position: absolute;
  left: 50%;
  bottom: 1.64068909%;
  -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: 99;
}
#arrow_b {
  display: none;
  margin-left: -5.33333333%;
  width: 10.66666667%;
  position: absolute;
  left: 50%;
  bottom: 1.64068909%;
  -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: 99;
}
#awardCon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
#awardCon .mainCon {
  width: 100%;
  position: absolute;
  top: 6.56275636%;
  right: 0%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.001);
  -moz-transform: scale(0.001);
  -ms-transform: scale(0.001);
  -o-transform: scale(0.001);
  transform: scale(0.001);
}
#awardCon .mainCon.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);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
#awardCon .share {
  width: 40.8%;
  position: absolute;
  bottom: 9.51599672%;
  right: 29.86666667%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#awardCon .share.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s linear 1s;
  -moz-transition: all 1s linear 1s;
  -ms-transition: all 1s linear 1s;
  -o-transition: all 1s linear 1s;
  transition: all 1s linear 1s;
}
#shareAid {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.6);
}
#shareAid .shareIcon {
  width: 100%;
  position: absolute;
  top: 4.10172272%;
  right: 0%;
}
#alert {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#alert .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #e1170e;
  -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: #fffcb9;
  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: #fffcb9;
  color: #dc0a39;
}
#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: 999;
}
#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 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}
#loading .loadingImg {
  margin-left: -4.06666667%;
  width: 8.13333333%;
  position: absolute;
  left: 50%;
  top: 37.73584906%;
  -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: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
#share .share_i {
  margin-left: -34.53333333%;
  width: 69.06666667%;
  position: absolute;
  left: 50%;
  top: 8.20344545%;
}
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 .layer01 {
  background: url("../images/page1/1.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#index .panel-page01 .layer01.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 2s linear 0s;
  -moz-transition: all 2s linear 0s;
  -ms-transition: all 2s linear 0s;
  -o-transition: all 2s linear 0s;
  transition: all 2s linear 0s;
}
#index .panel-page01 .layer02 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page01 .layer02 .logo_a {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
#index .panel-page01 .layer02 .title {
  width: 100%;
  position: absolute;
  top: 57.58818704%;
  left: 0%;
  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-page01 .layer02 .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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page01 .layer02 .btn {
  width: 36%;
  position: absolute;
  top: 78.75307629%;
  left: 30.13333333%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page01 .layer02 .btn.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page02 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page02 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page02 .layer02 .head.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 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
#index .panel-page02 .layer02 .question {
  position: absolute;
  left: 0;
  top: 27.5635767%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page02 .layer02 .question.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 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
#index .panel-page02 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 56.76784249%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page02 .layer02 .optionA.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 1.6s ease 0.5s;
  -moz-transition: all 1.6s ease 0.5s;
  -ms-transition: all 1.6s ease 0.5s;
  -o-transition: all 1.6s ease 0.5s;
  transition: all 1.6s ease 0.5s;
}
#index .panel-page02 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 67.43232158%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page02 .layer02 .optionB.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 1.6s ease 0.7s;
  -moz-transition: all 1.6s ease 0.7s;
  -ms-transition: all 1.6s ease 0.7s;
  -o-transition: all 1.6s ease 0.7s;
  transition: all 1.6s ease 0.7s;
}
#index .panel-page02 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 86.46431501%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page02 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page02 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page02 .option.activeTab .selb {
  display: block;
}
#index .panel-page03 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page03 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page03 .layer02 .head.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page03 .layer02 .question {
  position: absolute;
  left: 0;
  top: 27.15340443%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page03 .layer02 .question.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page03 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 42.98605414%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page03 .layer02 .optionA.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 1.6s ease 0s;
  -moz-transition: all 1.6s ease 0s;
  -ms-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
}
#index .panel-page03 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 53.56849877%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page03 .layer02 .optionB.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 1.6s ease 0.2s;
  -moz-transition: all 1.6s ease 0.2s;
  -ms-transition: all 1.6s ease 0.2s;
  -o-transition: all 1.6s ease 0.2s;
  transition: all 1.6s ease 0.2s;
}
#index .panel-page03 .layer02 .optionC {
  position: absolute;
  width: 73.33333333%;
  top: 64.1509434%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page03 .layer02 .optionC.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 1.6s ease 0.4s;
  -moz-transition: all 1.6s ease 0.4s;
  -ms-transition: all 1.6s ease 0.4s;
  -o-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#index .panel-page03 .layer02 .optionD {
  position: absolute;
  width: 73.33333333%;
  top: 74.73338802%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page03 .layer02 .optionD.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 1.6s ease 0.6s;
  -moz-transition: all 1.6s ease 0.6s;
  -ms-transition: all 1.6s ease 0.6s;
  -o-transition: all 1.6s ease 0.6s;
  transition: all 1.6s ease 0.6s;
}
#index .panel-page03 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 86.46431501%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page03 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page03 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page03 .option.activeTab .selb {
  display: block;
}
#index .panel-page04 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page04 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page04 .layer02 .head.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page04 .layer02 .question {
  position: absolute;
  left: 0;
  top: 27.15340443%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page04 .layer02 .question.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page04 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 42.98605414%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page04 .layer02 .optionA.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 1.6s ease 0s;
  -moz-transition: all 1.6s ease 0s;
  -ms-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
}
#index .panel-page04 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 53.56849877%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page04 .layer02 .optionB.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 1.6s ease 0.2s;
  -moz-transition: all 1.6s ease 0.2s;
  -ms-transition: all 1.6s ease 0.2s;
  -o-transition: all 1.6s ease 0.2s;
  transition: all 1.6s ease 0.2s;
}
#index .panel-page04 .layer02 .optionC {
  position: absolute;
  width: 73.33333333%;
  top: 64.1509434%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page04 .layer02 .optionC.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 1.6s ease 0.4s;
  -moz-transition: all 1.6s ease 0.4s;
  -ms-transition: all 1.6s ease 0.4s;
  -o-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#index .panel-page04 .layer02 .optionD {
  position: absolute;
  width: 73.33333333%;
  top: 74.73338802%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page04 .layer02 .optionD.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 1.6s ease 0.6s;
  -moz-transition: all 1.6s ease 0.6s;
  -ms-transition: all 1.6s ease 0.6s;
  -o-transition: all 1.6s ease 0.6s;
  transition: all 1.6s ease 0.6s;
}
#index .panel-page04 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 86.46431501%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page04 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page04 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page04 .option.activeTab .selb {
  display: block;
}
#index .panel-page05 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page05 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page05 .layer02 .head.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page05 .layer02 .question {
  position: absolute;
  left: 0;
  top: 27.15340443%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page05 .layer02 .question.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page05 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 42.98605414%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page05 .layer02 .optionA.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 1.6s ease 0s;
  -moz-transition: all 1.6s ease 0s;
  -ms-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
}
#index .panel-page05 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 53.56849877%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page05 .layer02 .optionB.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 1.6s ease 0.2s;
  -moz-transition: all 1.6s ease 0.2s;
  -ms-transition: all 1.6s ease 0.2s;
  -o-transition: all 1.6s ease 0.2s;
  transition: all 1.6s ease 0.2s;
}
#index .panel-page05 .layer02 .optionC {
  position: absolute;
  width: 73.33333333%;
  top: 64.1509434%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page05 .layer02 .optionC.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 1.6s ease 0.4s;
  -moz-transition: all 1.6s ease 0.4s;
  -ms-transition: all 1.6s ease 0.4s;
  -o-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#index .panel-page05 .layer02 .optionD {
  position: absolute;
  width: 73.33333333%;
  top: 74.73338802%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page05 .layer02 .optionD.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 1.6s ease 0.6s;
  -moz-transition: all 1.6s ease 0.6s;
  -ms-transition: all 1.6s ease 0.6s;
  -o-transition: all 1.6s ease 0.6s;
  transition: all 1.6s ease 0.6s;
}
#index .panel-page05 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 86.46431501%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page05 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page05 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page05 .option.activeTab .selb {
  display: block;
}
#index .panel-page06 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page06 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page06 .layer02 .head.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page06 .layer02 .question {
  position: absolute;
  left: 0;
  top: 27.15340443%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page06 .layer02 .question.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page06 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 42.98605414%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page06 .layer02 .optionA.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 1.6s ease 0s;
  -moz-transition: all 1.6s ease 0s;
  -ms-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
}
#index .panel-page06 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 53.56849877%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page06 .layer02 .optionB.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 1.6s ease 0.2s;
  -moz-transition: all 1.6s ease 0.2s;
  -ms-transition: all 1.6s ease 0.2s;
  -o-transition: all 1.6s ease 0.2s;
  transition: all 1.6s ease 0.2s;
}
#index .panel-page06 .layer02 .optionC {
  position: absolute;
  width: 73.33333333%;
  top: 64.1509434%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page06 .layer02 .optionC.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 1.6s ease 0.4s;
  -moz-transition: all 1.6s ease 0.4s;
  -ms-transition: all 1.6s ease 0.4s;
  -o-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#index .panel-page06 .layer02 .optionD {
  position: absolute;
  width: 73.33333333%;
  top: 74.73338802%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page06 .layer02 .optionD.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 1.6s ease 0.6s;
  -moz-transition: all 1.6s ease 0.6s;
  -ms-transition: all 1.6s ease 0.6s;
  -o-transition: all 1.6s ease 0.6s;
  transition: all 1.6s ease 0.6s;
}
#index .panel-page06 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 86.46431501%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page06 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page06 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page06 .option.activeTab .selb {
  display: block;
}
#index .panel-page07 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page07 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page07 .layer02 .head.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page07 .layer02 .question {
  position: absolute;
  left: 0;
  top: 27.15340443%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page07 .layer02 .question.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page07 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 42.98605414%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page07 .layer02 .optionA.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 1.6s ease 0s;
  -moz-transition: all 1.6s ease 0s;
  -ms-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
}
#index .panel-page07 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 53.56849877%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page07 .layer02 .optionB.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 1.6s ease 0.2s;
  -moz-transition: all 1.6s ease 0.2s;
  -ms-transition: all 1.6s ease 0.2s;
  -o-transition: all 1.6s ease 0.2s;
  transition: all 1.6s ease 0.2s;
}
#index .panel-page07 .layer02 .optionC {
  position: absolute;
  width: 73.33333333%;
  top: 64.1509434%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page07 .layer02 .optionC.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 1.6s ease 0.4s;
  -moz-transition: all 1.6s ease 0.4s;
  -ms-transition: all 1.6s ease 0.4s;
  -o-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#index .panel-page07 .layer02 .optionD {
  position: absolute;
  width: 73.33333333%;
  top: 74.73338802%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page07 .layer02 .optionD.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 1.6s ease 0.6s;
  -moz-transition: all 1.6s ease 0.6s;
  -ms-transition: all 1.6s ease 0.6s;
  -o-transition: all 1.6s ease 0.6s;
  transition: all 1.6s ease 0.6s;
}
#index .panel-page07 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 86.46431501%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page07 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page07 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page07 .option.activeTab .selb {
  display: block;
}
#index .panel-page08 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page08 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page08 .layer02 .head.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page08 .layer02 .question {
  position: absolute;
  left: 0;
  top: 27.15340443%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page08 .layer02 .question.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page08 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 42.98605414%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page08 .layer02 .optionA.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 1.6s ease 0s;
  -moz-transition: all 1.6s ease 0s;
  -ms-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
}
#index .panel-page08 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 53.56849877%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page08 .layer02 .optionB.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 1.6s ease 0.2s;
  -moz-transition: all 1.6s ease 0.2s;
  -ms-transition: all 1.6s ease 0.2s;
  -o-transition: all 1.6s ease 0.2s;
  transition: all 1.6s ease 0.2s;
}
#index .panel-page08 .layer02 .optionC {
  position: absolute;
  width: 73.33333333%;
  top: 64.1509434%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page08 .layer02 .optionC.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 1.6s ease 0.4s;
  -moz-transition: all 1.6s ease 0.4s;
  -ms-transition: all 1.6s ease 0.4s;
  -o-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#index .panel-page08 .layer02 .optionD {
  position: absolute;
  width: 73.33333333%;
  top: 74.73338802%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page08 .layer02 .optionD.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 1.6s ease 0.6s;
  -moz-transition: all 1.6s ease 0.6s;
  -ms-transition: all 1.6s ease 0.6s;
  -o-transition: all 1.6s ease 0.6s;
  transition: all 1.6s ease 0.6s;
}
#index .panel-page08 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 86.46431501%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page08 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page08 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page08 .option.activeTab .selb {
  display: block;
}
#index .panel-page09 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page09 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page09 .layer02 .head.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page09 .layer02 .question {
  position: absolute;
  left: 0;
  top: 27.15340443%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page09 .layer02 .question.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page09 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 42.98605414%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page09 .layer02 .optionA.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 1.6s ease 0s;
  -moz-transition: all 1.6s ease 0s;
  -ms-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
}
#index .panel-page09 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 53.56849877%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page09 .layer02 .optionB.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 1.6s ease 0.2s;
  -moz-transition: all 1.6s ease 0.2s;
  -ms-transition: all 1.6s ease 0.2s;
  -o-transition: all 1.6s ease 0.2s;
  transition: all 1.6s ease 0.2s;
}
#index .panel-page09 .layer02 .optionC {
  position: absolute;
  width: 73.33333333%;
  top: 64.1509434%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page09 .layer02 .optionC.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 1.6s ease 0.4s;
  -moz-transition: all 1.6s ease 0.4s;
  -ms-transition: all 1.6s ease 0.4s;
  -o-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#index .panel-page09 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 86.46431501%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page09 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page09 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page09 .option.activeTab .selb {
  display: block;
}
#index .panel-page010 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page010 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page010 .layer02 .head.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page010 .layer02 .question {
  position: absolute;
  left: 0;
  top: 27.15340443%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page010 .layer02 .question.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page010 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 42.98605414%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page010 .layer02 .optionA.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 1.6s ease 0s;
  -moz-transition: all 1.6s ease 0s;
  -ms-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
}
#index .panel-page010 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 53.56849877%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page010 .layer02 .optionB.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 1.6s ease 0.2s;
  -moz-transition: all 1.6s ease 0.2s;
  -ms-transition: all 1.6s ease 0.2s;
  -o-transition: all 1.6s ease 0.2s;
  transition: all 1.6s ease 0.2s;
}
#index .panel-page010 .layer02 .optionC {
  position: absolute;
  width: 73.33333333%;
  top: 64.1509434%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page010 .layer02 .optionC.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 1.6s ease 0.4s;
  -moz-transition: all 1.6s ease 0.4s;
  -ms-transition: all 1.6s ease 0.4s;
  -o-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#index .panel-page010 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 86.46431501%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page010 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page010 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page010 .option.activeTab .selb {
  display: block;
}
#index .panel-page011 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page011 .layer02 .head {
  position: absolute;
  left: 0;
  top: 7.3831009%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page011 .layer02 .head.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page011 .layer02 .question {
  position: absolute;
  left: 0;
  top: 19.68826907%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page011 .layer02 .question.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 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#index .panel-page011 .layer02 .optionA {
  position: absolute;
  width: 73.33333333%;
  top: 38.47415915%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page011 .layer02 .optionA.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 1.6s ease 0s;
  -moz-transition: all 1.6s ease 0s;
  -ms-transition: all 1.6s ease 0s;
  -o-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
}
#index .panel-page011 .layer02 .optionB {
  position: absolute;
  width: 73.33333333%;
  top: 48.97456932%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page011 .layer02 .optionB.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 1.6s ease 0.2s;
  -moz-transition: all 1.6s ease 0.2s;
  -ms-transition: all 1.6s ease 0.2s;
  -o-transition: all 1.6s ease 0.2s;
  transition: all 1.6s ease 0.2s;
}
#index .panel-page011 .layer02 .optionC {
  position: absolute;
  width: 73.33333333%;
  top: 59.47497949%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page011 .layer02 .optionC.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 1.6s ease 0.4s;
  -moz-transition: all 1.6s ease 0.4s;
  -ms-transition: all 1.6s ease 0.4s;
  -o-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#index .panel-page011 .layer02 .optionD {
  position: absolute;
  width: 73.33333333%;
  top: 69.97538966%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page011 .layer02 .optionD.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 1.6s ease 0.6s;
  -moz-transition: all 1.6s ease 0.6s;
  -ms-transition: all 1.6s ease 0.6s;
  -o-transition: all 1.6s ease 0.6s;
  transition: all 1.6s ease 0.6s;
}
#index .panel-page011 .layer02 .optionE {
  position: absolute;
  width: 73.33333333%;
  top: 80.47579984%;
  left: 14.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page011 .layer02 .optionE.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 1.6s ease 0.8s;
  -moz-transition: all 1.6s ease 0.8s;
  -ms-transition: all 1.6s ease 0.8s;
  -o-transition: all 1.6s ease 0.8s;
  transition: all 1.6s ease 0.8s;
}
#index .panel-page011 .layer02 .next {
  position: absolute;
  width: 35.2%;
  top: 89.82772765%;
  left: 32.26666667%;
  -moz-animation: allBtn 1s linear 0s infinite alternate both;
  -webkit-animation: allBtn 1s linear 0s infinite alternate both;
  -o-animation: allBtn 1s linear 0s infinite alternate both;
  -ms-animation: allBtn 1s linear 0s infinite alternate both;
  animation: allBtn 1s linear 0s infinite alternate both;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page011 .layer02 .next.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#index .panel-page011 .option .selb {
  position: absolute;
  width: 21.1%;
  bottom: -20%;
  right: -10%;
  display: none;
}
#index .panel-page011 .option.activeTab .selb {
  display: block;
}
#index .panel-page012 {
  background: url("../images/page1/4.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page012 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#index .panel-page012 .layer.layer01 {
  z-index: 1;
}
#index .panel-page012 .layer.layer02 {
  z-index: 2;
}
#index .panel-page012 .layer01 .head {
  position: absolute;
  left: 0;
  top: 7.21903199%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page012 .layer01 .head.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 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
#index .panel-page012 .layer01 .question {
  position: absolute;
  left: 0;
  top: 24.77440525%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -10%);
  -moz-transform: translate(0%, -10%);
  -ms-transform: translate(0%, -10%);
  -o-transform: translate(0%, -10%);
  transform: translate(0%, -10%);
}
#index .panel-page012 .layer01 .question.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 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
#index .panel-page012 .layer02 .jigouWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 48.56439705%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page012 .layer02 .jigouWrap .innerWrap {
  position: absolute;
  width: 62.66666667%;
  height: 100%;
  left: 25.33333333%;
  top: 0;
}
#index .panel-page012 .layer02 .jigouWrap .innerWrap .inputWrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 6px;
}
#index .panel-page012 .layer02 .jigouWrap .innerWrap select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.06666667rem;
  line-height: 1;
  color: #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#index .panel-page012 .layer02 .jigouWrap.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 1.6s ease 0.5s;
  -moz-transition: all 1.6s ease 0.5s;
  -ms-transition: all 1.6s ease 0.5s;
  -o-transition: all 1.6s ease 0.5s;
  transition: all 1.6s ease 0.5s;
}
#index .panel-page012 .layer02 .gonghaoWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 56.52173913%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page012 .layer02 .gonghaoWrap .innerWrap {
  position: absolute;
  width: 62.66666667%;
  height: 100%;
  left: 25.33333333%;
  top: 0;
}
#index .panel-page012 .layer02 .gonghaoWrap .innerWrap .inputWrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 10px;
}
#index .panel-page012 .layer02 .gonghaoWrap .innerWrap input {
  display: block;
  width: 100%;
  font-size: 1.06666667rem;
  line-height: 1;
  color: #000;
}
#index .panel-page012 .layer02 .gonghaoWrap.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 1.6s ease 0.7s;
  -moz-transition: all 1.6s ease 0.7s;
  -ms-transition: all 1.6s ease 0.7s;
  -o-transition: all 1.6s ease 0.7s;
  transition: all 1.6s ease 0.7s;
}
#index .panel-page012 .layer02 .sendBtn {
  margin-left: -35.93333333%;
  width: 71.86666667%;
  position: absolute;
  left: 50%;
  top: 64.64315012%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-40%, 0%);
  -moz-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  -o-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
#index .panel-page012 .layer02 .sendBtn.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 1.6s ease 0.9s;
  -moz-transition: all 1.6s ease 0.9s;
  -ms-transition: all 1.6s ease 0.9s;
  -o-transition: all 1.6s ease 0.9s;
  transition: all 1.6s ease 0.9s;
}
#index .panel-page012 .layer02 .awardAid {
  position: absolute;
  width: 100%;
  bottom: 6.56275636%;
  left: 0%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -40%);
  -moz-transform: translate(0%, -40%);
  -ms-transform: translate(0%, -40%);
  -o-transform: translate(0%, -40%);
  transform: translate(0%, -40%);
}
#index .panel-page012 .layer02 .awardAid.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 1s ease 1.9s;
  -moz-transition: all 1s ease 1.9s;
  -ms-transition: all 1s ease 1.9s;
  -o-transition: all 1s ease 1.9s;
  transition: all 1s ease 1.9s;
}
.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: 9;
  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);
}
