@charset "utf-8";
.user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tap-highlight-color {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-moz-keyframes 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 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 arrow {
  0% {
    -moz-transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, 30%);
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 30%);
  }
}
@-o-keyframes arrow {
  0% {
    -o-transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(0, 30%);
  }
}
@-ms-keyframes arrow {
  0% {
    -ms-transform: translate(0, 0);
  }
  100% {
    -ms-transform: translate(0, 30%);
  }
}
@keyframes arrow {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 30%);
  }
}
@-moz-keyframes share-arrow {
  0% {
    -moz-transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, 20%);
  }
}
@-webkit-keyframes share-arrow {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 20%);
  }
}
@-o-keyframes share-arrow {
  0% {
    -o-transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(0, 20%);
  }
}
@-ms-keyframes share-arrow {
  0% {
    -ms-transform: translate(0, 0);
  }
  100% {
    -ms-transform: translate(0, 20%);
  }
}
@keyframes share-arrow {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 20%);
  }
}
@-moz-keyframes dotBtn {
  0% {
    -moz-transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, -10%);
  }
}
@-webkit-keyframes dotBtn {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -10%);
  }
}
@-o-keyframes dotBtn {
  0% {
    -o-transform: translate(0, 0);
  }
  100% {
    -o-transform: translate(0, -10%);
  }
}
@-ms-keyframes dotBtn {
  0% {
    -ms-transform: translate(0, 0);
  }
  100% {
    -ms-transform: translate(0, -10%);
  }
}
@keyframes dotBtn {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -10%);
  }
}
html {
  overflow-y: scroll;
  font-family: '微软雅黑', "黑体";
  font-size: 12px;
  color: #000;
  background: #ffffff;
}
body {
  width: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none outside none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  background: none;
}
input,
textarea,
select {
  *font-size: 100%;
}
textarea {
  resize: none;
}
legend {
  color: #000000;
}
a,
a:link {
  text-decoration: none;
}
a,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearBox {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix_a:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix_a {
  *zoom: 1;
}
.clearfix_b:before,
.clearfix_b:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix_b:after {
  clear: both;
}
.clearfix_b {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.inlineBlockFloat {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
html,
body {
  font-family: "微软雅黑,Helvetica";
  line-height: 1.3;
  color: #000000;
  background-color: #ffffff;
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 375px) and (max-width: 414px) {
  html {
    font-size: 14.0625px;
  }
}
@media screen and (min-width: 414px) and (max-width: 640px) {
  html {
    font-size: 15.525px;
  }
}
@media screen and (min-width: 640px) and (max-width: 720px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) and (max-width: 750px) {
  html {
    font-size: 27px;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  html {
    font-size: 28.125px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 30px;
  }
}
html {
  height: 100%;
  overflow: hidden;
  min-height: 100%;
  background-color: #000000;
}
body {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  max-width: 520px;
  margin: 0 auto;
  background-color: #ffffff;
  -wekit-overflow-scrolling: touch;
}
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%;
}
#page #pageBody .common .swiper-container .swiper-slide {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  writing-mode: lr-tb;
}
#bg_music_img {
  margin-left: 40.625%;
  width: 6.25%;
  position: absolute;
  left: 50%;
  top: 1.58730159%;
  z-index: 999;
}
#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;
}
#alert {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
#alert .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  padding-bottom: 4rem;
}
#alert .dialog p {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #000000;
}
#alert .dialog .button {
  position: absolute;
  bottom: 10px;
  font-size: 1.2rem;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #dd0313;
  color: #ffffff;
}
#alert .dialog .sureBtn {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#confirm {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#confirm .dialog {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 80%;
  background: #000000;
  -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: #ffffff;
}
#confirm .dialog .button {
  position: absolute;
  bottom: 10px;
  font-size: 1.2rem;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00adef;
  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.8);
}
#loading .loadingImg {
  margin-left: -4.765625%;
  width: 9.53125%;
  position: absolute;
  left: 50%;
  top: 45.63492063%;
  -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;
}
#popupImg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.78);
}
#popupImg.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);
}
#popupImg .closed {
  margin-left: 36.5625%;
  width: 9.375%;
  position: absolute;
  left: 50%;
  top: 5.95238095%;
}
#popupImg .lists {
  position: relative;
  width: 100%;
  height: 100%;
}
#popupImg .lists .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#popupImg .items {
  position: relative;
  width: 100%;
  height: 100%;
}
#popupImg .items .item {
  display: none;
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 12.1031746%;
}
#share {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.78);
}
#share .shareImg {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 21.23015873%;
}
#share .shareArrow {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 2.97619048%;
  -moz-animation: share-arrow 1s linear 0s infinite alternate both;
  -webkit-animation: share-arrow 1s linear 0s infinite alternate both;
  -o-animation: share-arrow 1s linear 0s infinite alternate both;
  -ms-animation: share-arrow 1s linear 0s infinite alternate both;
  animation: share-arrow 1s linear 0s infinite alternate both;
}
#index .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 35.9375%;
  z-index: 9;
}
#index .arrow {
  margin-left: -6.875%;
  width: 13.75%;
  position: absolute;
  left: 50%;
  bottom: 0.99206349%;
  -moz-animation: arrow 0.8s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.8s linear 0s infinite alternate both;
  -o-animation: arrow 0.8s linear 0s infinite alternate both;
  -ms-animation: arrow 0.8s linear 0s infinite alternate both;
  animation: arrow 0.8s linear 0s infinite alternate both;
  z-index: 9;
}
#index .panel-page01 {
  background: url("../images/img_001.jpg") center center no-repeat;
  background-size: cover;
}
#index .panel-page01 .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index .panel-page01 .layer.layer01 {
  z-index: 1;
}
#index .panel-page01 .layer.layer02 {
  z-index: 2;
}
#index .panel-page01 .layer01 .book {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/img_002.png") center center no-repeat;
  background-size: contain;
}
#index .panel-page01 .layer01 .book .title {
  margin-left: -48.4375%;
  width: 96.875%;
  position: absolute;
  left: 50%;
  top: 16.66666667%;
}
#index .panel-page01 .layer01 .book .title .img_png {
  width: 100%;
  height: 0;
  padding-top: 29.03225806%;
  position: relative;
}
#index .panel-page01 .layer01 .book .title .sprites {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page01 .layer01 .book .title .sprites .sprite {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page01 .layer01 .book .title .sprites .sprite.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);
}
#index .panel-page01 .layer01 .book .title .sprites .sprite-one {
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
  -webkit-transition: all 0.5s ease 1.1s;
  -moz-transition: all 0.5s ease 1.1s;
  -ms-transition: all 0.5s ease 1.1s;
  -o-transition: all 0.5s ease 1.1s;
  transition: all 0.5s ease 1.1s;
}
#index .panel-page01 .layer01 .book .title .sprites .sprite-two {
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
  -webkit-transition: all 0.5s ease 1.7s;
  -moz-transition: all 0.5s ease 1.7s;
  -ms-transition: all 0.5s ease 1.7s;
  -o-transition: all 0.5s ease 1.7s;
  transition: all 0.5s ease 1.7s;
}
#index .panel-page01 .layer01 .book .title .sprites .sprite-three {
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
  -webkit-transition: all 0.5s ease 2.3s;
  -moz-transition: all 0.5s ease 2.3s;
  -ms-transition: all 0.5s ease 2.3s;
  -o-transition: all 0.5s ease 2.3s;
  transition: all 0.5s ease 2.3s;
}
#index .panel-page01 .layer01 .book .title .sprites .sprite-four {
  -webkit-transform: translate(0, -40%);
  -moz-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  -o-transform: translate(0, -40%);
  transform: translate(0, -40%);
  -webkit-transition: all 0.5s linear 2.9s;
  -moz-transition: all 0.5s linear 2.9s;
  -ms-transition: all 0.5s linear 2.9s;
  -o-transition: all 0.5s linear 2.9s;
  transition: all 0.5s linear 2.9s;
}
#index .panel-page01 .layer01 .book .title .sprites .sprite-five {
  -webkit-transition: all 0.5s ease 3.5s;
  -moz-transition: all 0.5s ease 3.5s;
  -ms-transition: all 0.5s ease 3.5s;
  -o-transition: all 0.5s ease 3.5s;
  transition: all 0.5s ease 3.5s;
}
#index .panel-page01 .layer01 .book .car {
  margin-left: -48.4375%;
  width: 96.875%;
  position: absolute;
  left: 50%;
  bottom: 14.88095238%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index .panel-page01 .layer01 .book .car.active {
  -webkit-transition: all 0.5s linear 4s;
  -moz-transition: all 0.5s linear 4s;
  -ms-transition: all 0.5s linear 4s;
  -o-transition: all 0.5s linear 4s;
  transition: all 0.5s linear 4s;
  opacity: 1;
  filter: alpha(opacity=100);
}
#index .panel-page01 .layer02 .decorate {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/img_005.png") center center no-repeat;
  background-size: 100% 100%;
  transform: scale(2);
}
#index .panel-page01 .layer02 .decorate.active {
  -webkit-transition: all 0.6s ease 0.5s;
  -moz-transition: all 0.6s ease 0.5s;
  -ms-transition: all 0.6s ease 0.5s;
  -o-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
  -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);
}
#index .snack {
  background: url("../images/img_006.jpg") center center no-repeat;
  background-size: 100% 100%;
}
#index .snack .date {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 7.14285714%;
}
#index .snack .car {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 12.1031746%;
}
#index .snack .car .dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .snack .theme {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 63.49206349%;
}
#index .snack .diaryText {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 71.23015873%;
}
#index .panel-page02 .car .dots .dot-one {
  left: 13.75%;
  top: 25.49019608%;
  position: absolute;
  width: 6.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#index .panel-page02 .car .dots .dot-one.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  animation: dotBtn 0.5s linear 0.4s infinite alternate both;
}
#index .panel-page02 .car .dots .dot-two {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -ms-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  left: 34.375%;
  top: 32.54901961%;
  position: absolute;
  width: 6.25%;
}
#index .panel-page02 .car .dots .dot-two.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);
  -moz-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  animation: dotBtn 0.5s linear 0.6s infinite alternate both;
}
#index .panel-page02 .car .dots .dot-three {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0.4s;
  -moz-transition: all 0.4s ease-out 0.4s;
  -ms-transition: all 0.4s ease-out 0.4s;
  -o-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
  left: 78.125%;
  top: 35.29411765%;
  position: absolute;
  width: 6.25%;
}
#index .panel-page02 .car .dots .dot-three.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);
  -moz-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  animation: dotBtn 0.5s linear 0.8s infinite alternate both;
}
#index .panel-page03 .car .dots .dot-one {
  left: 25%;
  top: 26.2745098%;
  position: absolute;
  width: 6.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#index .panel-page03 .car .dots .dot-one.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  animation: dotBtn 0.5s linear 0.4s infinite alternate both;
}
#index .panel-page03 .car .dots .dot-two {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -ms-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  left: 60.3125%;
  top: 26.2745098%;
  position: absolute;
  width: 6.25%;
}
#index .panel-page03 .car .dots .dot-two.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);
  -moz-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  animation: dotBtn 0.5s linear 0.6s infinite alternate both;
}
#index .panel-page03 .car .dots .dot-three {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0.4s;
  -moz-transition: all 0.4s ease-out 0.4s;
  -ms-transition: all 0.4s ease-out 0.4s;
  -o-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
  left: 79.6875%;
  top: 34.50980392%;
  position: absolute;
  width: 6.25%;
}
#index .panel-page03 .car .dots .dot-three.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);
  -moz-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  animation: dotBtn 0.5s linear 0.8s infinite alternate both;
}
#index .panel-page04 .car .dots .dot-one {
  left: 46.875%;
  top: 25.1372549%;
  position: absolute;
  width: 6.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#index .panel-page04 .car .dots .dot-one.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  animation: dotBtn 0.5s linear 0.4s infinite alternate both;
}
#index .panel-page05 .car .dots .dot-one {
  left: 23.4375%;
  top: 14.50980392%;
  position: absolute;
  width: 6.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#index .panel-page05 .car .dots .dot-one.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  animation: dotBtn 0.5s linear 0.4s infinite alternate both;
}
#index .panel-page05 .car .dots .dot-two {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -ms-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  left: 48.125%;
  top: 33.33333333%;
  position: absolute;
  width: 6.25%;
}
#index .panel-page05 .car .dots .dot-two.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);
  -moz-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  animation: dotBtn 0.5s linear 0.6s infinite alternate both;
}
#index .panel-page05 .car .dots .dot-three {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0.4s;
  -moz-transition: all 0.4s ease-out 0.4s;
  -ms-transition: all 0.4s ease-out 0.4s;
  -o-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
  left: 81.25%;
  top: 35.29411765%;
  position: absolute;
  width: 6.25%;
}
#index .panel-page05 .car .dots .dot-three.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);
  -moz-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  animation: dotBtn 0.5s linear 0.8s infinite alternate both;
}
#index .panel-page06 .car .dots .dot-one {
  left: 51.875%;
  top: 14.50980392%;
  position: absolute;
  width: 6.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#index .panel-page06 .car .dots .dot-one.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  animation: dotBtn 0.5s linear 0.4s infinite alternate both;
}
#index .panel-page07 .car .dots .dot-one {
  left: 29.375%;
  top: 37.25490196%;
  position: absolute;
  width: 6.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#index .panel-page07 .car .dots .dot-one.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  animation: dotBtn 0.5s linear 0.4s infinite alternate both;
}
#index .panel-page07 .car .dots .dot-two {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -ms-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  left: 69.0625%;
  top: 41.17647059%;
  position: absolute;
  width: 6.25%;
}
#index .panel-page07 .car .dots .dot-two.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);
  -moz-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  animation: dotBtn 0.5s linear 0.6s infinite alternate both;
}
#index .panel-page08 .car .dots .dot-one {
  left: 21.25%;
  top: 9.41176471%;
  position: absolute;
  width: 6.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#index .panel-page08 .car .dots .dot-one.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  animation: dotBtn 0.5s linear 0.4s infinite alternate both;
}
#index .panel-page08 .car .dots .dot-two {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -ms-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
  left: 67.1875%;
  top: 9.41176471%;
  position: absolute;
  width: 6.25%;
}
#index .panel-page08 .car .dots .dot-two.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);
  -moz-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.6s infinite alternate both;
  animation: dotBtn 0.5s linear 0.6s infinite alternate both;
}
#index .panel-page08 .car .dots .dot-three {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0.4s;
  -moz-transition: all 0.4s ease-out 0.4s;
  -ms-transition: all 0.4s ease-out 0.4s;
  -o-transition: all 0.4s ease-out 0.4s;
  transition: all 0.4s ease-out 0.4s;
  left: 57.34375%;
  top: 50.58823529%;
  position: absolute;
  width: 6.25%;
}
#index .panel-page08 .car .dots .dot-three.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);
  -moz-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.8s infinite alternate both;
  animation: dotBtn 0.5s linear 0.8s infinite alternate both;
}
#index .panel-page09 .car .dots .dot-one {
  left: 50.625%;
  top: 30.98039216%;
  position: absolute;
  width: 6.25%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#index .panel-page09 .car .dots .dot-one.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -webkit-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -o-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  -ms-animation: dotBtn 0.5s linear 0.4s infinite alternate both;
  animation: dotBtn 0.5s linear 0.4s infinite alternate both;
}
#index .panel-page10 {
  background: url("../images/img_006.jpg") center center no-repeat;
  background-size: 100% 100%;
}
#index .panel-page10 .date {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 7.14285714%;
}
#index .panel-page10 .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 13.69047619%;
}
#index .panel-page10 .content {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 22.22222222%;
}
#index .panel-page10 .nameWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 47.22222222%;
}
#index .panel-page10 .phoneWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 55.75396825%;
}
#index .panel-page10 .textWrap {
  position: absolute;
  left: 35.3125%;
  top: 0;
  width: 49.0625%;
  height: 100%;
}
#index .panel-page10 .textWrap .inputWrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0rem;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
}
#index .panel-page10 .textWrap .inputWrap input {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  color: #666;
}
#index .panel-page10 .areaWrap {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 64.68253968%;
}
#index .panel-page10 .areaWrap .areaimgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page10 .areaWrap .areaimgs img {
  position: absolute;
  left: 0;
  top: 0;
}
#index .panel-page10 .areaWrap .areaimgs .a {
  display: block;
}
#index .panel-page10 .areaWrap .areaimgs .b {
  display: block;
}
#index .panel-page10 .areaWrap .areabox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .panel-page10 .areaWrap .areabox .provWrap {
  left: 35.15625%;
  top: 0%;
  position: absolute;
  width: 22.5%;
  height: 100%;
}
#index .panel-page10 .areaWrap .areabox .cityWrap {
  left: 61.25%;
  top: 0%;
  position: absolute;
  width: 22.5%;
  height: 100%;
}
#index .panel-page10 .areaWrap .areabox .selectWrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.41666667rem;
}
#index .panel-page10 .areaWrap .areabox .selectWrap select {
  width: 100%;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #666;
  font-size: 1rem;
}
#index .panel-page10 .x35Btn {
  margin-left: -39.6875%;
  width: 34.375%;
  position: absolute;
  left: 50%;
  bottom: 11.11111111%;
}
#index .panel-page10 .sendBtn {
  margin-left: 5.3125%;
  width: 34.375%;
  position: absolute;
  left: 50%;
  bottom: 11.11111111%;
}
