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%; }

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: #90e6ff; }

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: 0; } }
.flash, .bg2, .img42 { -webkit-animation: flash 3s linear infinite; animation: flash 3s linear infinite; }

.breath_light { -webkit-animation-name: breath; animation-name: breath; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

@keyframes breath { from { opacity: 0.1; }
  50% { opacity: 1; }
  to { opacity: 0.1; } }
@-webkit-keyframes breath { from { opacity: 0.1; }
  50% { opacity: 1; }
  to { opacity: 0.1; } }
.breath2, .img11 { -webkit-animation: breath2 2s linear infinite; animation: breath2 2s linear infinite; }

@keyframes breath2 { from { -webkit-transform: scale(1.01); transform: scale(1.01); }
  50% { -webkit-transform: scale(1); transform: scale(1); }
  to { -webkit-transform: scale(1.01); transform: scale(1.01); } }
@-webkit-keyframes breath2 { from { -webkit-transform: scale(1.01); transform: scale(1.01); }
  50% { -webkit-transform: scale(1); transform: scale(1); }
  to { -webkit-transform: scale(1.01); transform: scale(1.01); } }
.hua { -webkit-animation-name: hua; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: step-start; -webkit-animation-duration: 1500ms; }

@keyframes hua { 0% { background-image: url(../images/h1.png); }
  25% { background-image: url(../images/h2.png); }
  50% { background-image: url(../images/h3.png); }
  75% { background-image: url(../images/h2.png); }
  100% { background-image: url(../images/h1.png); } }
@-webkit-keyframes hua { 0% { background-image: url(../images/h1.png); }
  25% { background-image: url(../images/h2.png); }
  50% { background-image: url(../images/h3.png); }
  75% { background-image: url(../images/h2.png); }
  100% { background-image: url(../images/h1.png); } }
.hand, .camera1, .camera2 { background: url("../images/hand.png") center top no-repeat; background-size: 100% auto; -webkit-animation-name: hand; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: step-start; -webkit-animation-duration: 1500ms; }

@keyframes hand { 0% { background-position: 0 0; }
  50% { background-position: center 5px; }
  100% { background-position: 0 0; } }
@-webkit-keyframes hand { 0% { background-position: 0 0; }
  50% { background-position: center 5px; }
  100% { background-position: 0 0; } }
.upDown, .img21, .img31, .img71, .img81, .img83 { -webkit-animation: upDown 2s linear infinite; animation: upDown 2s linear infinite; }

@keyframes upDown { from { -webkit-transform: translateY(0px); transform: translateY(0px); }
  50% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  to { -webkit-transform: translateY(0px); transform: translateY(0px); } }
@-webkit-keyframes upDown { from { -webkit-transform: translateY(0px); transform: translateY(0px); }
  50% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  to { -webkit-transform: translateY(0px); transform: translateY(0px); } }
.breath3 { -webkit-animation: breath3 1s linear infinite 0.1s; animation: breath3 1s linear infinite 0.1s; -webkit-animation-timing-function: step-end; }

@keyframes breath3 { from { -webkit-transform: scale(1.1); transform: scale(1.1); }
  50% { -webkit-transform: scale(1); transform: scale(1); }
  to { -webkit-transform: scale(1.1); transform: scale(1.1); } }
@-webkit-keyframes breath3 { from { -webkit-transform: scale(1.1); transform: scale(1.1); }
  50% { -webkit-transform: scale(1); transform: scale(1); }
  to { -webkit-transform: scale(1.1); transform: scale(1.1); } }
.go-next, .txt11, .img11, .txt21, .txt31, .img31, .img31-line, .txt41, .img41, .img42, .txt51, .txt61, .txt71, .txt72, .txt81, .txt91, .txt92 { 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, .overly { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.logo, .logo2 { position: absolute; width: 25%; top: 2%; z-index: 99; opacity: 1; }

.logo { left: 8%; }

.logo2 { right: 8%; }

.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%; overflow: hidden; }

.swiper-slide { width: 100%; height: 100%; overflow: hidden; position: relative; float: left; }

.overly { background-color: rgba(0, 0, 0, 0.5); z-index: 99; display: none; }

.go-next { bottom: 3%; width: 30%; 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 { background-image: url(../images/loading.jpg); position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-size: 100% 100%; background-color: #fff; z-index: 200; }

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

@-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; }

.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); } }
.camera1, .camera2 { position: absolute; width: 25%; z-index: 99; }

.alert1, .alert2, .alert4 { position: absolute; left: 0; width: 100%; top: 30%; z-index: 1000; display: none; }

.camera1 { left: 70%; top: 60%; }

.camera2 { left: 10%; top: 65%; }

.alert1, .alert2 { z-index: 999; }

.camera4 { position: absolute; width: 25%; z-index: 99; top: 5%; right: 15%; }

.alert4 { z-index: 999; top: 10%; }

.txt11, .txt21, .txt31, .txt41, .txt51, .txt61, .txt71, .txt72, .txt81 { width: 100%; top: 15%; }

.img11 { width: 98%; top: 45%; }

.img21 { position: absolute; width: 50%; top: 28%; left: 13%; }

.img31, .img31-line, .parallax { width: 100%; top: 32%; }

.parallax { position: absolute; width: 100%; background-repeat: no-repeat; background-size: 100%; height: 100%; }

.parallax-1 { width: 100%; height: 100%; background-image: url(../images/na.png); }

.parallax-2 { width: 100%; height: 100%; background-image: url(../images/gai.png); }

.parallax-3 { width: 100%; height: 100%; background-image: url(../images/jia.png); }

.parallax-4 { width: 100%; height: 100%; background-image: url(../images/mei.png); }

.img41, .img42 { width: 100%; top: 30%; }

.img51, .hua { position: absolute; width: 45%; right: 5%; top: 35%; }

.hua { background: url("../images/h1.png") center top no-repeat; background-size: 100% auto; }

.img61 { position: absolute; width: 46%; right: 3%; bottom: 0; }

.slideBox { position: absolute; width: 100%; height: auto; top: 25%; overflow: hidden; margin: 10px auto; }
.slideBox .hd { position: absolute; width: 100%; left: 0; top: 20%; z-index: 1; }
.slideBox .prev, .slideBox .next { position: absolute; left: 2%; top: 0; display: block; width: 12%; text-align: center; }
.slideBox .next { left: auto; right: 2%; }
.slideBox .bd { position: relative; z-index: 0; }
.slideBox .bd li { position: relative; }
.slideBox .bd li img { width: 100%; display: block; }
.slideBox .bd li a { -webkit-tap-highlight-color: transparent; }
.slideBox .bd li .tit { display: block; width: 100%; position: absolute; bottom: 0; text-indent: 10px; height: 27px; line-height: 27px; text-align: center; color: #fff; background-color: rgba(0, 0, 0, 0.7); }

.txt72 { top: 32%; }

.img71 { position: absolute; width: 28%; left: 60%; top: 64%; }

.img81, .img82 { position: absolute; width: 21%; top: 65%; left: 18%; }

.img83, .img84 { position: absolute; width: 45%; right: 10%; top: 40%; }

.txt91 { width: 100%; top: 0; left: 0; }

.txt92 { width: 100%; left: 0; top: 58%; }

.li1, .li2, .li3, .li4 { position: absolute; width: 25%; bottom: 22%; }

.li1 { left: 4%; }

.li2 { left: 30%; width: 26%; }

.li3 { right: 20%; }

.li4 { right: 1%; width: 15%; }

.img95, .img96 { position: absolute; width: 40%; bottom: 8%; }

.img95 { left: 5%; }

.img96 { right: 5%; }

@media screen and (max-height: 416px) { .img11 { width: 90%; }
  .camera1 { top: 68%; width: 20%; }
  .camera2 { top: 70%; width: 20%; }
  .camera3 { top: 60%; }
  .img51, .hua { width: 38%; }
  .img61 { width: 38%; }
  .slideBox { top: 20%; }
  .alert1, .alert2 { top: 25%; }
  .img71 { top: 59%; }
  .img81, .img82 { top: 71%; }
  .txt92 { top: 58%; }
  .li1, .li2, .li3, .li4 { bottom: 20%; }
  .img95, .img96 { bottom: 4%; } }
@media screen and (min-width: 384px) and (max-height: 520px) { .img11 { width: 90%; }
  .camera1 { top: 68%; width: 20%; }
  .camera2 { top: 70%; width: 20%; }
  .camera3 { top: 60%; }
  .img51, .hua { width: 38%; }
  .img61 { width: 38%; }
  .slideBox { top: 20%; }
  .alert1, .alert2 { top: 25%; }
  .img71 { top: 59%; }
  .img81, .img82 { top: 71%; }
  .txt92 { top: 58%; }
  .li1, .li2, .li3, .li4 { bottom: 20%; }
  .img95, .img96 { bottom: 4%; } }
