dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, span, a, input, textarea, p, blockquote, th, td, header, nav, footer, article, section, aside, time, figure { margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }

h1, h2, h3, h4, h5, h6 { font-size: 14px; font-weight: normal; }

ul { list-style: none; }

legend { display: none; }

fieldset, img { border: none; vertical-align: middle; }

em, cite, i { font-style: normal; }

img { width: 100%; }

div, span, a, li, ul { box-sizing: border-box; }

input, button, textarea { outline: none; border: 0; vertical-align: middle; border: 0; font-family: Microsoft YaHei; }

input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; border-radius: 0; }

select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { resize: none; }

html { height: 100%; -webkit-text-size-adjust: none; overflow: hidden; }

body { font: 12px/18px Microsoft YaHei; position: relative; margin: 0 auto; color: #000; min-width: 320px; word-break: break-all; height: 100%; overflow: hidden; max-width: 640px; background-color: #fff; }

body a { color: #000; text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; }

body a:hover, body a:active, body a:focus { text-decoration: none; outline: none; }

@-webkit-keyframes bounce { 0%,20%,53%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  40%,43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }
@keyframes bounce { 0%,20%,53%,80%,100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  40%,43% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }
  70% { -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }
  90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }
.bounce { -webkit-animation: bounce 1.2s linear infinite; animation: bounce 1.2s linear infinite; }

@-webkit-keyframes flash { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: 0; } }
@keyframes flash { 0%,50%,100% { opacity: 1; }
  25%,75% { opacity: .5; } }
.flash { -webkit-animation: flash 3s linear infinite; animation: flash 3s linear infinite; }

.upDown { -webkit-animation: upDown 4s linear infinite; animation: upDown 4s linear infinite; }

@keyframes upDown { from { -webkit-transform: translateY(15px); transform: translateY(15px); opacity: 1; }
  50% { -webkit-transform: translateY(-15px); transform: translateY(-15px); opacity: .5; }
  to { -webkit-transform: translateY(15px); transform: translateY(15px); opacity: 1; } }
@-webkit-keyframes upDown { from { -webkit-transform: translateY(15px); transform: translateY(15px); opacity: 1; }
  50% { -webkit-transform: translateY(-15px); transform: translateY(-15px); opacity: .5; }
  to { -webkit-transform: translateY(15px); transform: translateY(15px); opacity: 1; } }
.leftRight { -webkit-animation: leftRight 4s linear infinite; animation: leftRight 4s linear infinite; }

@keyframes leftRight { from { -webkit-transform: translateX(35px); transform: translateX(35px); opacity: 1; }
  50% { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: .5; }
  to { -webkit-transform: translateX(35px); transform: translateX(35px); opacity: 1; } }
@-webkit-keyframes leftRight { from { -webkit-transform: translateX(35px); transform: translateX(35px); opacity: 1; }
  50% { -webkit-transform: translateX(-15px); transform: translateX(-15px); opacity: .5; }
  to { -webkit-transform: translateX(35px); transform: translateX(35px); opacity: 1; } }
.leftRight2 { -webkit-animation: leftRight2 4s linear infinite; animation: leftRight2 4s linear infinite; }

@keyframes leftRight2 { from { -webkit-transform: translateX(10px); transform: translateX(10px); opacity: 1; }
  50% { -webkit-transform: translateX(-35px); transform: translateX(-35px); opacity: .5; }
  to { -webkit-transform: translateX(10px); transform: translateX(10px); opacity: 1; } }
@-webkit-keyframes leftRight2 { from { -webkit-transform: translateX(10px); transform: translateX(10px); opacity: 1; }
  50% { -webkit-transform: translateX(-35px); transform: translateX(-35px); opacity: .5; }
  to { -webkit-transform: translateX(10px); transform: translateX(10px); opacity: 1; } }
.leftRight3 { -webkit-animation: leftRight3 4s linear infinite; animation: leftRight3 4s linear infinite; }

@keyframes leftRight3 { from { -webkit-transform: translateX(0px); transform: translateX(0px); opacity: 1; }
  50% { -webkit-transform: translateX(-52px); transform: translateX(-52px); opacity: .5; }
  to { -webkit-transform: translateX(0px); transform: translateX(0px); opacity: 1; } }
@-webkit-keyframes leftRight3 { from { -webkit-transform: translateX(0px); transform: translateX(0px); opacity: 1; }
  50% { -webkit-transform: translateX(-52px); transform: translateX(-52px); opacity: .5; }
  to { -webkit-transform: translateX(0px); transform: translateX(0px); opacity: 1; } }
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; transition-property: transform; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-container-vertical > .swiper-pagination { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); -ms-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet { margin: 5px 0; display: block; }

.percent2, .title, .product1, .product2, .product3, .page0 .btn-pre-order { position: absolute; left: 0; right: 0; margin: auto; }

.animate { opacity: 0; }

.auto-x { position: absolute; left: 0; right: 0; margin: auto; }

.auto-y { position: absolute; top: 0; bottom: 0; margin: auto; }

.full-page { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.swiper-container { overflow: hidden; width: 100%; height: 100%; position: absolute; left: 0; top: 0; max-width: 640px; right: 0; margin: auto; }

.swiper-wrapper { height: 100%; }

.swiper-slide { width: 100%; height: 100%; overflow: hidden; position: relative; float: left; background: #cd0c73 url(../images/bg.jpg) 0 0 no-repeat; background-size: 100% 100%; }

.go-next { position: absolute; left: 0; right: 0; bottom: 10px; width: 14px; height: 22px; z-index: 1000; margin: auto; display: none; }

.go-next img { width: 100%; display: block; }

.next-button { left: 0; right: 0; margin: 0 auto; width: 134px; height: 44px; background-position: left -112px; }

.next-button:active { background-position: left -156px; }

.loading { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background: #cd0c73; z-index: 200; }

.percent { height: 30px; line-height: 30px; font-size: 20px; color: #fff; position: absolute; top: 45%; left: 0; text-align: center; right: 0; margin: auto; white-space: nowrap; font-family: 'Broadway'; }

.percent2 { width: 70px; height: 70px; top: 41%; -webkit-animation: rotate2 1.2s linear infinite; animation: rotate2 1.2s linear infinite; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; }

@-webkit-keyframes rotate2 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotate2 { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.shares { position: absolute; left: 0; width: 100%; top: 0; height: 100%; z-index: 300; background: rgba(0, 0, 0, 0.7); display: none; }

.share { width: 86.88%; height: 8.93%; top: 81%; opacity: 1; }

.active .share { animation: l-r 1s linear forwards; -webkit-animation: l-r 1s linear forwards; }

#music { position: absolute; width: 24px; height: 24px; right: 8px; top: 8px; z-index: 10; opacity: 0.5; }

.music { width: 100%; height: 100%; background: url(../images/music.png) no-repeat center center; background-size: 100%; }

.play { animation: rotate 1.2s linear infinite; -webkit-animation: rotate 1.2s linear infinite; }

#music > span { color: #fff; position: absolute; left: -56px; top: 0; line-height: 36px; font-size: 14px; opacity: 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }

#music > span.zshow { left: -36px; opacity: 1; }

.musics { width: 9px; height: 13px; position: absolute; left: -6px; bottom: 0; }

.musics span { position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; background: url(../images/musics.png) no-repeat center center; background-size: 100%; }

@keyframes rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }
@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0); }
  100% { -webkit-transform: rotate(-360deg); } }
.back { position: absolute; width: .95rem; height: .84rem; z-index: 999; left: 0; top: 0; }

.hand { position: absolute; width: 3.77rem; height: 3.77rem; right: 0; top: -2%; z-index: 9; }
.hand img { width: 3.774rem; height: 3.77rem; -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; position: absolute; }

.title { width: 100%; top: 13%; }

.product1, .product2, .product3 { width: 100%; }
.product1 > img, .product2 > img, .product3 > img { position: absolute; }

.product1 { top: 27%; }

.product2 { top: 49%; }

.product3 { top: 72%; }

.icon32 { width: 1.41rem; height: 1.41rem; top: 75.5%; right: 12%; position: absolute; animation: rotate 1.2s linear infinite; -webkit-animation: rotate 1.2s linear infinite; }

.icon11-1, .icon21-1 { width: 1.41rem; height: 1.41rem; position: absolute; animation: rotate 1.2s linear infinite; -webkit-animation: rotate 1.2s linear infinite; }

.icon11-1 { top: 31%; right: 12%; }

.icon21-1 { top: 55%; }

.light12 { -webkit-animation-delay: .1s; animation-delay: .1s; }

.light22 { -webkit-animation-delay: .2s; animation-delay: .2s; }

.light23 { -webkit-animation-delay: .3s; animation-delay: .3s; }

.light32 { -webkit-animation-delay: .4s; animation-delay: .4s; }

.light33 { -webkit-animation-delay: .5s; animation-delay: .5s; }

@media screen and (max-height: 416px) { .hand { top: -7%; width: 3.3rem; height: 3.3rem; right: 0; }
  .title { top: 10%; width: 90%; }
  .product1, .product2, .product3 { width: 80%; }
  .product1 { top: 26%; }
  .bg21 { left: -13%; }
  .bg31 { right: -13%; }
  .icon32 { right: 8.5%; } }
@media screen and (min-width: 384px) and (max-height: 520px) { .hand { top: -7%; width: 3.3rem; height: 3.3rem; right: 0; }
  .title { top: 10%; width: 90%; }
  .product1, .product2, .product3 { width: 80%; }
  .product1 { top: 26%; }
  .bg21 { left: -13%; }
  .bg31 { right: -13%; }
  .icon32 { right: 8.5%; } }
.bg0 { background-color: #edf8fd; }

.page0 { width: 6.4rem; margin: 0 auto; background: url("../images/bg0.jpg") left top no-repeat; min-height: 10.8rem; }
.page0 .bg { top: -2%; position: absolute; min-height: 10.8rem; }
.page0 .page0-btn1, .page0 .page0-btn2 { width: 1.19rem; height: 1.19rem; position: absolute; top: 2%; z-index: 9; display: block; }
.page0 .page0-btn1 > img, .page0 .page0-btn2 > img { position: absolute; width: 100%; height: 100%; }
.page0 .page0-btn1 { right: 25%; }
.page0 .page0-btn2 { right: 5%; }
.page0 .btn-bg { -webkit-animation: rotate2 1.2s linear infinite; animation: rotate2 1.2s linear infinite; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; }
.page0 .btn-pre-order { width: 1.67rem; height: .56rem; z-index: 999; bottom: 2.5%; display: block; }
