@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 bounceIn {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceIn {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounceIn {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes bounceIn {
  from {
    -ms-transform: scale3d(1, 1, 1);
  }
  30% {
    -ms-transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -ms-transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -ms-transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -ms-transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -ms-transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -ms-transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-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.06);
  }
}
@-webkit-keyframes allBtn {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
  }
}
@-o-keyframes allBtn {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1.06);
  }
}
@-ms-keyframes allBtn {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.06);
  }
}
@keyframes allBtn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}
@-moz-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes Bounce {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40% {
    -moz-transform: translate3d(0, -20px, 0);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  43% {
    -moz-transform: translate3d(0, -20px, 0);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  53% {
    -moz-transform: translate3d(0, 0px, 0);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  70% {
    -moz-transform: translate3d(0, -15px, 0);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  80% {
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -moz-transform: translate3d(0, -4px, 0);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@-webkit-keyframes Bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  43% {
    -webkit-transform: translate3d(0, -20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  53% {
    -webkit-transform: translate3d(0, 0px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@-o-keyframes Bounce {
  0% {
    -o-transform: translate3d(0, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    -o-transform: translate3d(0, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40% {
    -o-transform: translate3d(0, -20px, 0);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  43% {
    -o-transform: translate3d(0, -20px, 0);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  53% {
    -o-transform: translate3d(0, 0px, 0);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  70% {
    -o-transform: translate3d(0, -15px, 0);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  80% {
    -o-transform: translate3d(0, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -o-transform: translate3d(0, -4px, 0);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@-ms-keyframes Bounce {
  0% {
    -ms-transform: translate3d(0, 0, 0);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    -ms-transform: translate3d(0, 0, 0);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40% {
    -ms-transform: translate3d(0, -20px, 0);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  43% {
    -ms-transform: translate3d(0, -20px, 0);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  53% {
    -ms-transform: translate3d(0, 0px, 0);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  70% {
    -ms-transform: translate3d(0, -15px, 0);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  80% {
    -ms-transform: translate3d(0, 0, 0);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    -ms-transform: translate3d(0, -4px, 0);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -ms-transform: translate3d(0, 0, 0);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes Bounce {
  0% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40% {
    transform: translate3d(0, -20px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  43% {
    transform: translate3d(0, -20px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  53% {
    transform: translate3d(0, 0px, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  70% {
    transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  80% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  90% {
    transform: translate3d(0, -4px, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 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;
}
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;
  -webkit-overflow-scrolling: touch;
}
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: 34.66666667%;
  width: 5.33333333%;
  position: absolute;
  left: 50%;
  top: 7.94602699%;
  z-index: 99;
}
#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;
}
#arrow_a {
  display: none;
  margin-left: -5.33333333%;
  width: 10.66666667%;
  position: absolute;
  left: 50%;
  bottom: 1.49925037%;
  -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.49925037%;
  -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;
}
#awardLayer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
}
#awardLayer .award {
  width: 93.33333333%;
  position: absolute;
  top: 5.02248876%;
  left: 2.66666667%;
  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);
}
#awardLayer .award.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;
}
#awardLayer .awardBtn {
  width: 35.2%;
  position: absolute;
  top: 70.46476762%;
  left: 32.4%;
  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%);
}
#awardLayer .awardBtn.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 1s;
  -moz-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#ruleLayer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#ruleLayer .mlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
#ruleLayer .rule {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0%;
}
#ruleLayer .ruleClose {
  width: 10%;
  height: 10%;
  right: 7%;
  top: 6%;
  position: absolute;
}
#ruleLayer .ruleWordWrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 16%;
  height: 64%;
  overflow-y: auto;
}
#ruleLayer .ruleWordWrap .ruleWord {
  position: relative;
  width: 100%;
}
#telErrLayer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#telErrLayer .mlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
#telErrLayer .rule {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0%;
}
#telErrLayer .ruleClose {
  width: 10%;
  height: 10%;
  right: 7%;
  top: 6%;
  position: absolute;
}
#telErrLayer .ruleWordWrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 16%;
  height: 64%;
  overflow-y: auto;
}
#telErrLayer .ruleWordWrap .ruleWord {
  position: relative;
  width: 100%;
}
#telSuccLayer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#telSuccLayer .mlayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
#telSuccLayer .rule {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0%;
}
#telSuccLayer .ruleClose {
  width: 10%;
  height: 10%;
  right: 7%;
  top: 6%;
  position: absolute;
}
#telSuccLayer .ruleWordWrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 16%;
  height: 64%;
  overflow-y: auto;
}
#telSuccLayer .ruleWordWrap .ruleWord {
  position: relative;
  width: 100%;
}
#telSuccLayer .ruleWordWrap .ruleShareBtn {
  position: relative;
  width: 31.6%;
  margin: 2% auto 0;
}
#ewmLayer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}
#ewmLayer .ewm {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
}
#ewmLayer .ewmWord {
  position: absolute;
  width: 100%;
  left: 0;
  top: 65%;
}
#ewmLayer .closeEwm {
  position: absolute;
  width: 20%;
  right: 0;
  top: 0;
}
#alert {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
#alert .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #a9232a;
  -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: #fff;
  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: #f4ebdd;
  color: #000;
}
#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: 34.48275862%;
  -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: -25.2%;
  width: 69.06666667%;
  position: absolute;
  left: 50%;
  top: 6.74662669%;
}
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: #000000;
}
#index .panel-page01 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/1/1.jpg") center center no-repeat;
  background-size: 100% 100%;
  -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 .layer.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 ease 0s;
  -moz-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}
#index .panel-page01 .logo {
  width: 40.53333333%;
  position: absolute;
  top: 0%;
  left: 0%;
}
#index .panel-page01 .title {
  width: 100%;
  position: absolute;
  top: 14.69265367%;
  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 .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 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 {
  background: #000000;
}
#index .panel-page02 .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/2/1.jpg") center center no-repeat;
  background-size: 100% 100%;
}
#index .panel-page02 .logo {
  width: 40.53333333%;
  position: absolute;
  top: -2.99850075%;
  left: 0%;
}
#index .panel-page02 .title {
  width: 93.33333333%;
  position: absolute;
  top: 8.24587706%;
  left: 3.33333333%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -20%);
  -moz-transform: translate(0%, -20%);
  -ms-transform: translate(0%, -20%);
  -o-transform: translate(0%, -20%);
  transform: translate(0%, -20%);
}
#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 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 .midTitle {
  width: 100%;
  position: absolute;
  top: 29.9850075%;
  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-page02 .midTitle.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 .btn {
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page02 .btn.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: FadeIn 1s linear 800ms 1 normal both;
  -webkit-animation: FadeIn 1s linear 800ms 1 normal both;
  -o-animation: FadeIn 1s linear 800ms 1 normal both;
  -ms-animation: FadeIn 1s linear 800ms 1 normal both;
  animation: FadeIn 1s linear 800ms 1 normal both;
}
#index .panel-page02 .btn .btnWrap {
  width: 32.13333333%;
  position: absolute;
  top: 85.45727136%;
  left: 33.86666667%;
  -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;
}
#index .panel-pageMod {
  background: #000000;
}
#index .panel-pageMod .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/2/1.jpg") center center no-repeat;
  background-size: 100% 100%;
}
#index .panel-pageMod .logo {
  width: 40.53333333%;
  position: absolute;
  top: -2.99850075%;
  left: 0%;
}
#index .panel-pageMod .title {
  width: 93.33333333%;
  position: absolute;
  top: 8.24587706%;
  left: 3.33333333%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -20%);
  -moz-transform: translate(0%, -20%);
  -ms-transform: translate(0%, -20%);
  -o-transform: translate(0%, -20%);
  transform: translate(0%, -20%);
}
#index .panel-pageMod .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 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-pageMod .quesNumTitle {
  width: 32%;
  position: absolute;
  top: 29.23538231%;
  left: 34%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -20%);
  -moz-transform: translate(0%, -20%);
  -ms-transform: translate(0%, -20%);
  -o-transform: translate(0%, -20%);
  transform: translate(0%, -20%);
}
#index .panel-pageMod .quesNumTitle.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-pageMod .ques {
  width: 72.93333333%;
  position: absolute;
  top: 36.43178411%;
  left: 13.6%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-pageMod .ques.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: FadeIn 1s linear 800ms 1 normal both;
  -webkit-animation: FadeIn 1s linear 800ms 1 normal both;
  -o-animation: FadeIn 1s linear 800ms 1 normal both;
  -ms-animation: FadeIn 1s linear 800ms 1 normal both;
  animation: FadeIn 1s linear 800ms 1 normal both;
}
#index .panel-pageMod .optionA {
  width: 52.13333333%;
  position: absolute;
  top: 53.22338831%;
  left: 30.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-20%, 0%);
  -moz-transform: translate(-20%, 0%);
  -ms-transform: translate(-20%, 0%);
  -o-transform: translate(-20%, 0%);
  transform: translate(-20%, 0%);
}
#index .panel-pageMod .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 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-pageMod .optionB {
  width: 52.13333333%;
  position: absolute;
  top: 57.72113943%;
  left: 30.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-20%, 0%);
  -moz-transform: translate(-20%, 0%);
  -ms-transform: translate(-20%, 0%);
  -o-transform: translate(-20%, 0%);
  transform: translate(-20%, 0%);
}
#index .panel-pageMod .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 1s ease 0.8s;
  -moz-transition: all 1s ease 0.8s;
  -ms-transition: all 1s ease 0.8s;
  -o-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
}
#index .panel-pageMod .optionC {
  width: 52.13333333%;
  position: absolute;
  top: 62.51874063%;
  left: 30.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-20%, 0%);
  -moz-transform: translate(-20%, 0%);
  -ms-transform: translate(-20%, 0%);
  -o-transform: translate(-20%, 0%);
  transform: translate(-20%, 0%);
}
#index .panel-pageMod .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 1s ease 1.1s;
  -moz-transition: all 1s ease 1.1s;
  -ms-transition: all 1s ease 1.1s;
  -o-transition: all 1s ease 1.1s;
  transition: all 1s ease 1.1s;
}
#index .panel-pageMod .optionD {
  width: 52.13333333%;
  position: absolute;
  top: 67.46626687%;
  left: 30.66666667%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-20%, 0%);
  -moz-transform: translate(-20%, 0%);
  -ms-transform: translate(-20%, 0%);
  -o-transform: translate(-20%, 0%);
  transform: translate(-20%, 0%);
}
#index .panel-pageMod .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 1s ease 1.4s;
  -moz-transition: all 1s ease 1.4s;
  -ms-transition: all 1s ease 1.4s;
  -o-transition: all 1s ease 1.4s;
  transition: all 1s ease 1.4s;
}
#index .panel-pageMod .option .selected {
  position: absolute;
  left: 0;
  top: 0;
  width: 7.6%;
  display: none;
}
#index .panel-pageMod .option.active_tab .selected {
  display: block;
}
#index .panel-pageMod .btn {
  width: 32.13333333%;
  position: absolute;
  top: 85.45727136%;
  left: 33.86666667%;
  -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;
}
#index .panel-page08 .layer08 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/end/7.jpg") center center no-repeat;
  background-size: 100% 100%;
}
#index .panel-page08 .correctNum {
  width: 60.13333333%;
  position: absolute;
  top: 37.48125937%;
  left: 20%;
  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 .correctNum.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-page08 .correctNum .num {
  position: absolute;
  width: 68%;
  height: auto;
  left: 16%;
  top: 36%;
}
#index .panel-page08 .correctNum .num p {
  width: 100%;
  font-size: 4.5rem;
  color: #b7262d;
  text-align: center;
  line-height: 1.2;
}
#index .panel-page08 .resultPic {
  width: 90.66666667%;
  position: absolute;
  top: 31.1844078%;
  left: 4.66666667%;
  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 .resultPic.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-page08 .resultPic .resultPicImg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  display: none;
}
#index .panel-page08 .titleTop {
  width: 54.53333333%;
  position: absolute;
  top: 13.49325337%;
  left: 22.66666667%;
}
#index .panel-page08 .btnAgain {
  width: 32.66666667%;
  position: absolute;
  top: 86.95652174%;
  left: 12.8%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0%, -20%);
  -moz-transform: translate(0%, -20%);
  -ms-transform: translate(0%, -20%);
  -o-transform: translate(0%, -20%);
  transform: translate(0%, -20%);
}
#index .panel-page08 .btnAgain.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-page08 .btnShare {
  width: 32.66666667%;
  position: absolute;
  top: 86.95652174%;
  right: 12.8%;
  -webkit-transform: translate(0%, -20%);
  -moz-transform: translate(0%, -20%);
  -ms-transform: translate(0%, -20%);
  -o-transform: translate(0%, -20%);
  transform: translate(0%, -20%);
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page08 .btnShare.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;
}
.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);
}
