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

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; animation: bounce 1.2s linear; }

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

.upDown { -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); } }
.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, .img71, .btn81, .btn91, .map2, .con101 { 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, .bg { 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; }

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

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

.loading { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 200; background: url("../images/loadingbg.png") left top no-repeat; background-size: 100% 100%; }

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

#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); } }
.con101, .cf { *zoom: 1; }
.con101:before, .con101:after, .cf:before, .cf:after { content: ""; display: table; }
.con101:after, .cf:after { clear: both; }

.txt11, .txt12, .txt13, .txt14, .txt21, .txt22, .img21, .txt31, .txt32, .txt40, .img41, .img41a, .img42a, .txt51, .txt52, .img51, .txt61, .txt62, .img61, .txt71, .txt72, .img71, .img72, .img73, .img74, .txt81, .txt82, .txt83, .txt84, .btn81, .txt91, .face, .btn91, .txt100, .txt101 { position: absolute; width: 100%; left: 0; }

.txt11 { top: 13%; }

.txt12 { top: 20%; }

.txt13 { top: 28%; }

.txt14 { top: 36%; }

.txt21 { top: 15%; }

.txt22 { top: 22%; }

.img21 { top: 32%; }

.txt31 { top: 40%; }

.txt32 { top: 50%; }

.txt40 { top: 9%; }

.img41 { top: 20%; }

.img41a { top: 55%; }

.img42a { top: 84%; }

.txt51 { top: 16%; }

.txt52 { top: 22%; }

.img51 { top: 31%; }

.txt61 { top: 16%; }

.txt62 { top: 34%; }

.img61 { bottom: 0; }
.img61 img { display: block; }

.txt71 { top: 14%; }

.txt72 { top: 24%; }

.img71 { top: 40%; width: 55%; }

.img72 { top: 60%; }

.img73 { top: 68%; }

.img74 { top: 76%; }

.txt81 { top: 15%; }

.txt82 { top: 35%; }

.txt83 { top: 43%; }

.txt84 { top: 51%; }

.btn81 { width: 40%; top: 61%; }

.tips { position: absolute; width: 90%; top: 80%; left: 5%; font-size: 12px; color: #af2500; font-weight: bold; }
.tips h3 { color: #000; }

.txt91 { padding: 20px; font-size: 16px; font-weight: bold; }

.face { left: 37.5%; top: 40%; width: 15%; }
.face .img { width: 60px; height: 60px; border-radius: 100px; overflow: hidden; }
.face .tips { height: 30px; background-color: #f37e23; padding: 0 10px; line-height: 30px; border: #fff 4px solid; position: absolute; left: 0; top: 60px; width: 160px; color: #fff; box-shadow: 3px 4px 0 #666; }

.btn91 { width: 40%; top: 85%; }

.txt100 { text-align: center; top: 8%; font-weight: bold; font-size: 16px; line-height: 1.5em; }
.txt100 b { font-size: 1.3em; color: #d80000; }

.map2 { width: 80%; top: 22%; }
.map2 img { display: block; width: 100%; }

.txt101 { top: 56%; }

.con101 { width: 80%; background-color: rgba(255, 255, 255, 0.2); top: 62%; padding: 10px 30px; box-sizing: border-box; }
.con101 li { width: 50%; float: left; }

.btn101, .btn102 { position: absolute; width: 38%; bottom: 6%; }

.btn101 { left: 10%; }

.btn102 { right: 10%; }

@media screen and (max-height: 416px) { .txt21 { top: 10%; }
  .txt22 { top: 17%; }
  .img21 { top: 30%; }
  .txt40 { top: 4%; }
  .img41 { top: 16%; }
  .txt51 { top: 12%; }
  .txt52 { top: 18%; }
  .txt61 { top: 6%; }
  .txt62 { top: 24%; }
  .txt71 { top: 10%; }
  .txt72 { top: 20%; }
  .img71 { top: 36%; }
  .img72 { top: 60%; }
  .img73 { top: 70%; }
  .img74 { top: 80%; }
  .txt81 { top: 5%; }
  .txt82 { top: 30%; }
  .txt83 { top: 38%; }
  .txt84 { top: 46%; }
  .btn81 { top: 58%; }
  .tips { top: 75%; }
  .txt100 { top: 2%; }
  .map2 { top: 16%; }
  .txt101 { top: 56%; }
  .con101 { top: 62%; padding: 5px 30px; }
  .btn101, .btn102 { bottom: 2%; } }
@media screen and (min-width: 384px) and (max-height: 520px) { .txt21 { top: 10%; }
  .txt22 { top: 17%; }
  .img21 { top: 30%; }
  .txt40 { top: 4%; }
  .img41 { top: 16%; }
  .txt51 { top: 12%; }
  .txt52 { top: 18%; }
  .txt61 { top: 6%; }
  .txt62 { top: 24%; }
  .txt71 { top: 10%; }
  .txt72 { top: 20%; }
  .img71 { top: 36%; }
  .img72 { top: 60%; }
  .img73 { top: 70%; }
  .img74 { top: 80%; }
  .txt81 { top: 5%; }
  .txt82 { top: 30%; }
  .txt83 { top: 38%; }
  .txt84 { top: 46%; }
  .btn81 { top: 58%; }
  .tips { top: 75%; }
  .txt100 { top: 2%; }
  .map2 { top: 16%; }
  .txt101 { top: 56%; }
  .con101 { top: 62%; padding: 5px 30px; }
  .btn101, .btn102 { bottom: 2%; } }
