html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[hidden] {
  display: none;
}

.font_size_12 {
  font-size: 0.12rem;
}

.font_size_14 {
  font-size: 0.14rem;
}

.font_size_16 {
  font-size: 0.16rem;
}

.font_size_18 {
  font-size: 0.18rem;
}

.font_size_20 {
  font-size: 0.2rem;
}

.font_size_22 {
  font-size: 0.22rem;
}

.font_size_24 {
  font-size: 0.24rem;
}

.font_size_26 {
  font-size: 0.26rem;
}

.font_size_28 {
  font-size: 0.28rem;
}

.font_size_30 {
  font-size: 0.3rem;
}

.font_size_32 {
  font-size: 0.32rem;
}

.font_size_36 {
  font-size: 0.36rem;
}

/*************************************/
.page-WH {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-W {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page-H {
  height: 100%;
}

.loader {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  background-color: #f00;
}
.loader .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  font-size: 11px;
  color: #fff;
  transform: translateZ(0);
}
.loader .loading, .loader .loading:before, .loader .loading:after {
  width: 1em;
  height: 4em;
  background: #fff;
  animation: loadAn 1s infinite ease-in-out;
}
.loader .loading {
  animation-delay: -0.16s;
}
.loader .loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5em;
  animation-delay: -0.32s;
}
.loader .loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5em;
}

@keyframes loadAn {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.item-animation {
  animation-timing-function: linear;
  animation-fill-mode: both;
  opacity: 0;
}

.loader {
  background-color: #FFB000;
}

.page-footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  height: 2rem;
}

.page-container {
  display: none;
  max-width: 7.5rem;
}

.page-item {
  position: relative;
  display: none;
  max-width: 7.5rem;
  background-color: #FFB000;
}

.page-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin-left: -3.75rem;
  margin-top: -6.03rem;
  width: 100%;
  max-width: 7.5rem;
  height: 12.06rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-base {
  position: absolute;
  z-index: 99;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-color: #262F3B;
  color: #fff;
}

.btn-prev-start,
.btn-next-end,
.btn-prev,
.btn-next {
  bottom: 0.6rem;
  width: 2.5rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.36rem;
  letter-spacing: 0.1rem;
}

.btn-prev-start,
.btn-prev {
  left: 0.8rem;
}

.btn-next-end,
.btn-next {
  right: 0.8rem;
}

.page-active .btn-prev-start,
.page-active .btn-prev,
.page-active .btn-next-end,
.page-active .btn-next {
  animation-name: flipInX;
  animation-duration: 0.5s;
  animation-delay: 2s;
  opacity: 1;
}

.page-active {
  display: block;
}

.page-start .page-slide {
  background-image: url(../images/0100.png);
}

.page-active .p0101 {
  position: absolute;
  top: 1.2rem;
  left: 0.795rem;
  z-index: 27;
  width: 5.91rem;
  height: 2.84rem;
  animation-name: bounceInDown;
  animation-duration: 0.5s;
  opacity: 1;
}

.page-active .p0102 {
  position: absolute;
  top: 4.3rem;
  left: 2.025rem;
  z-index: 27;
  width: 3.45rem;
  height: 1.01rem;
  animation-name: bounceInLeft;
  animation-duration: 0.5s;
  animation-delay: 0.4s;
  opacity: 1;
}

.page-active .p0103 {
  position: absolute;
  top: 5.79rem;
  left: 1.3rem;
  z-index: 27;
  width: 4.9rem;
  height: 3.61rem;
  animation-name: bounceInRight;
  animation-duration: 0.5s;
  animation-delay: 0.9s;
  opacity: 1;
}

.page-active .btn-start {
  position: absolute;
  bottom: 1.2rem;
  left: 2.1rem;
  z-index: 27;
  box-sizing: border-box;
  padding: 0.06rem;
  border: 1px solid #40220F;
  width: 3.3rem;
  min-height: 0.83rem;
  font-size: 0.35rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  color: #40220F;
  animation-name: bounceInUp;
  animation-duration: 0.5s;
  animation-delay: 1.4s;
  opacity: 1;
}
.page-active .btn-start-txt {
  display: block;
  line-height: 0.69rem;
  border: 1px solid #40220F;
}

.page-active .p0400,
.page-active .p0300,
.page-active .p0200 {
  height: 2.2rem;
  background-color: #262F3B;
}

.page-active .p0201 {
  position: absolute;
  top: 0.43rem;
  left: 0.5rem;
  z-index: 45;
  width: 1.33rem;
  height: 2.41rem;
  animation-name: bounceInLeft;
  animation-duration: 0.5s;
  opacity: 1;
}

.page-active .p0202 {
  position: absolute;
  top: 2rem;
  left: 2.595rem;
  z-index: 45;
  width: 2.31rem;
  height: 0.57rem;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  opacity: 1;
}

.page-active .p0203 {
  position: absolute;
  bottom: 2.15rem;
  right: 1rem;
  z-index: 45;
  width: 5.21rem;
  height: 4.21rem;
  animation-name: lightSpeedIn;
  animation-duration: 0.5s;
  animation-delay: 1.4s;
  opacity: 1;
}

.page-active .p0204 {
  position: absolute;
  bottom: 3.75rem;
  left: 1.4rem;
  z-index: 45;
  width: 2.81rem;
  height: 1.96rem;
  animation-name: rollIn;
  animation-duration: 0.5s;
  animation-delay: 1.8s;
  opacity: 1;
}

.page-active .p0225 {
  position: absolute;
  top: 2.4rem;
  left: 0.85rem;
  z-index: 27;
  box-sizing: border-box;
  padding: 0.5rem 0.2rem 0.2rem;
  width: 5.8rem;
  height: 2.79rem;
  font-size: 0.4rem;
  line-height: 0.66rem;
  font-weight: 300;
  background-color: #fff;
  color: #4F5763;
  animation-name: bounceInDown;
  animation-duration: 0.5s;
  animation-delay: 1s;
  opacity: 1;
}

.p-title {
  width: 6.4rem;
  height: 0.68rem;
  font-size: 0.34rem;
  line-height: 0.68rem;
  text-align: center;
  color: #fff;
  background-image: url(../images/0500.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.page-active .p0400,
.page-active .p0300 {
  height: 1.5rem;
}

.page-active .p0301,
.page-active .p0401 {
  position: absolute;
  top: 1.07rem;
  left: 0.55rem;
  z-index: 45;
  width: 6.4rem;
  height: 0.68rem;
  animation-name: bounceInDown;
  animation-duration: 0.5s;
  opacity: 1;
}

.page-active .p0302 {
  position: absolute;
  top: 2.3rem;
  left: 1.2rem;
  z-index: 45;
  width: 4.04rem;
  height: 1.68rem;
  animation-name: fadeInRight;
  animation-duration: 0.5s;
  animation-delay: 0.8s;
  opacity: 1;
}

.page-active .p0303 {
  position: absolute;
  top: 2.5rem;
  right: 1.2rem;
  z-index: 45;
  width: 1.18rem;
  height: 1.69rem;
  animation-name: fadeInLeft;
  animation-duration: 0.5s;
  animation-delay: 1.3s;
  opacity: 1;
}

.page-active .p0305 {
  position: absolute;
  top: 2.3rem;
  left: 1.2rem;
  z-index: 45;
  box-sizing: border-box;
  padding: 0.18rem 0.5rem 0.15rem 0.2rem;
  width: 4.04rem;
  height: 1.68rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #fff;
  animation-name: bounceInDown;
  animation-duration: 0.5s;
  animation-delay: 1.8s;
  opacity: 1;
}

.page-active .p0410,
.page-active .p0310 {
  position: relative;
  top: 0rem;
  left: 0.55rem;
  z-index: 27;
  box-sizing: border-box;
  padding: 3rem 0.5rem 0;
  width: 6.4rem;
  min-height: 8.75rem;
  background-color: #fff;
}
.page-active .p0410-txt,
.page-active .p0310-txt {
  position: relative;
  box-sizing: border-box;
  border: 1px dashed #FFB000;
  border-radius: 3px;
  margin-bottom: 0.4rem;
  padding: 0.4rem 0.25rem 0.2rem 0.7rem;
  width: 100%;
  min-height: 1.32rem;
  font-size: 0.28rem;
  line-height: 0.36rem;
  color: #626A77;
}
.page-active .p0410-jiao,
.page-active .p0310-jiao {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  box-sizing: border-box;
  border-top: 0.8rem solid #FFB000;
  border-right: 0.8rem solid transparent;
}
.page-active .p0410-num,
.page-active .p0310-num {
  position: absolute;
  top: -0.68rem;
  left: -0.12rem;
  z-index: 9;
  width: 0.8rem;
  font-size: 0.24rem;
  text-align: center;
  color: #ffff;
  transform: rotate(-45deg);
}

.page-active .p0425,
.page-active .p0325 {
  margin-top: 0.4rem;
}

.page-active .p0411,
.page-active .p0311 {
  padding-left: 0.5rem;
  padding-right: 0.2rem;
  font-size: 0.3rem;
}

.page-active .p0412,
.page-active .p0312 {
  padding-left: 0.56rem;
  padding-right: 0.4rem;
}
.page-active .p0412 .p0310-jiao,
.page-active .p0312 .p0310-jiao {
  border-top-color: #F27272;
}
.page-active .p0412-txt,
.page-active .p0312-txt {
  border-color: #F27272;
}

.page-active .p0310 {
  animation-name: bounceInUp;
  animation-duration: 0.5s;
  animation-delay: 0.4s;
  opacity: 1;
}
.page-active .p0310 p {
  margin-bottom: 0.1rem;
}

.page-active .p0311 {
  animation-name: rotateInUpLeft;
  animation-duration: 0.5s;
  animation-delay: 2.2s;
  opacity: 1;
}

.page-active .p0312 {
  font-size: 0.3rem;
  line-height: 0.36rem;
  animation-name: rotateInUpRight;
  animation-duration: 0.5s;
  animation-delay: 2.5s;
  opacity: 1;
}

.page-active .p0402 {
  position: absolute;
  top: 2.15rem;
  right: 1.15rem;
  z-index: 45;
  width: 4.13rem;
  height: 1.85rem;
  animation-name: fadeInRight;
  animation-duration: 0.5s;
  animation-delay: 1.2s;
  opacity: 1;
}

.page-active .p0403 {
  position: absolute;
  top: 2.55rem;
  left: 0.9rem;
  z-index: 45;
  width: 1.18rem;
  height: 1.69rem;
  animation-name: fadeInLeft;
  animation-duration: 0.5s;
  animation-delay: 0.8s;
  opacity: 1;
}

.page-active .p0405 {
  position: absolute;
  top: 2.15rem;
  right: 1.15rem;
  z-index: 45;
  box-sizing: border-box;
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  width: 4.13rem;
  height: 1.85rem;
  font-size: 0.25rem;
  line-height: 0.3rem;
  color: #fff;
  animation-name: bounceInDown;
  animation-duration: 0.5s;
  animation-delay: 1.7s;
  opacity: 1;
}

.page-active .p0410 {
  margin-bottom: 0.7rem;
  padding-top: 3.45rem;
  min-height: 8.6rem;
  animation-name: bounceInUp;
  animation-duration: 0.5s;
  animation-delay: 0.4s;
  opacity: 1;
}

.page-active .p0411 {
  animation-name: rotateInDownLeft;
  animation-duration: 0.5s;
  animation-delay: 2.1s;
  opacity: 1;
}
.page-active .p0411 p {
  margin-bottom: 0.1rem;
}

.page-active .p0412 {
  padding-right: 0.1rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
  animation-name: rotateInDownRight;
  animation-duration: 0.5s;
  animation-delay: 2.5s;
  opacity: 1;
}

.page-active .p0501 {
  position: absolute;
  top: 2.1rem;
  left: 0.55rem;
  z-index: 45;
  width: 6.4rem;
  height: 0.68rem;
  animation-name: bounceInDown;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  opacity: 1;
}

.page-active .p0525 {
  position: absolute;
  top: 1.6rem;
  left: 1.02rem;
  z-index: 27;
  box-sizing: border-box;
  padding-top: 1.6rem;
  width: 5.46rem;
  height: 7.62rem;
  font-size: 0.24rem;
  line-height: 0.55rem;
  background-color: #262F3B;
  color: #fff;
  animation-name: flipInX;
  animation-duration: 0.5s;
  opacity: 1;
}

.page-active .p0526 {
  font-size: 0.28rem;
  text-align: center;
  animation-name: bounceInUp;
  animation-duration: 0.5s;
  animation-delay: 1s;
  opacity: 1;
}

.page-active .p0527 {
  box-sizing: border-box;
  padding: 0 0.3rem;
  animation-name: bounceInLeft;
  animation-duration: 0.5s;
  animation-delay: 1.4s;
  opacity: 1;
}

.page-active .p0528 {
  font-size: 0.28rem;
  text-align: center;
  animation-name: bounceInUp;
  animation-duration: 0.5s;
  animation-delay: 1.8s;
  opacity: 1;
}

.page-active .p0529 {
  box-sizing: border-box;
  padding: 0 0.3rem;
  animation-name: bounceInLeft;
  animation-duration: 0.5s;
  animation-delay: 2.2s;
  opacity: 1;
}

.page-active .p0530 {
  position: relative;
  top: 8.4rem;
  left: 1.02rem;
  z-index: 45;
  width: 5.46rem;
  text-align: center;
  border: 1px dashed #F27272;
  animation-name: flipInX;
  animation-duration: 0.1s;
  animation-delay: 2.7s;
  opacity: 1;
}
.page-active .p0530-txt {
  position: absolute;
  top: -0.2rem;
  left: 1.58rem;
  display: inline-block;
  border-box: border-box;
  padding-left: 5px;
  padding-right: 5px;
  width: 2.3rem;
  height: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  background-color: #262F3B;
  color: #F27272;
  animation-name: flipInX;
  animation-duration: 0.5s;
  animation-delay: 2s;
  opacity: 1;
}

.page-end-img {
  position: absolute;
  top: 2.2rem;
  left: 0.97rem;
  width: 5.56rem;
  height: 4.14rem;
  opacity: 1;
}
.page-end-content {
  position: absolute;
  top: 4.9rem;
  left: 1rem;
  width: 5.56rem;
  min-height: 2rem;
  opacity: 1;
}
.page-end-content-txt {
  font-size: 0.28rem;
  line-height: 0.5rem;
  text-align: center;
  color: #262F3B;
  opacity: 1;
}
.page-end-copyright {
  position: absolute;
  bottom: 2rem;
  z-index: 27;
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.36rem;
  text-align: center;
  color: #262F3B;
}

.back-list {
  bottom: 2.97rem;
  left: 2.25rem;
  width: 3rem;
  height: 0.66rem;
  line-height: 0.66rem;
  font-size: 0.32rem;
  letter-spacing: 1px;
}

/*# sourceMappingURL=A14019.css.map */
