/*
* @Author: jin
* @Date:   2016-11-28 10:05:29
* @Last Modified by:   Administrator
* @Last Modified time: 2018-03-12 16:56:35
*/
@charset "UTF-8";
/* the common css */
* {
  margin: 0;
  padding: 0;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
input, button {
  -webkit-appearance: none;
  outline: none;
}
input {
  border: none;
}
html, body {
  height: 100%;
  overflow: hidden;
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  font-size: 100%;
  font-family: Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial;
  color: #333;
  line-height: 1.5;
  background: #fff;
  -webkit-text-size-adjust: 100% !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dn {
  display: none;
}

/* 分享图 */
.shareicon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.preload-img {
  width: 0;
  height: 0;
  font-size: 0;
}
.preload-img img {
  width: 0;
  height: 0;
}


/* 加载中。。。 */
.load {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 99;
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  height: 100%;
  background: #fbf9f4;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.load .load-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.load .load6 {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.load6 .loader {
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0.8em auto;
  position: relative;
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.11em -0.83em 0 -0.42em #434343, -0.11em -0.83em 0 -0.44em #434343, -0.11em -0.83em 0 -0.46em #434343, -0.11em -0.83em 0 -0.477em #434343;
  }
  5%,
  95% {
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.11em -0.83em 0 -0.42em #434343, -0.11em -0.83em 0 -0.44em #434343, -0.11em -0.83em 0 -0.46em #434343, -0.11em -0.83em 0 -0.477em #434343;
  }
  30% {
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.51em -0.66em 0 -0.42em #434343, -0.75em -0.36em 0 -0.44em #434343, -0.83em -0.03em 0 -0.46em #434343, -0.81em 0.21em 0 -0.477em #434343;
  }
  55% {
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.29em -0.78em 0 -0.42em #434343, -0.43em -0.72em 0 -0.44em #434343, -0.52em -0.65em 0 -0.46em #434343, -0.57em -0.61em 0 -0.477em #434343;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.11em -0.83em 0 -0.42em #434343, -0.11em -0.83em 0 -0.44em #434343, -0.11em -0.83em 0 -0.46em #434343, -0.11em -0.83em 0 -0.477em #434343;
  }
}
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.11em -0.83em 0 -0.42em #434343, -0.11em -0.83em 0 -0.44em #434343, -0.11em -0.83em 0 -0.46em #434343, -0.11em -0.83em 0 -0.477em #434343;
  }
  5%,
  95% {
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.11em -0.83em 0 -0.42em #434343, -0.11em -0.83em 0 -0.44em #434343, -0.11em -0.83em 0 -0.46em #434343, -0.11em -0.83em 0 -0.477em #434343;
  }
  30% {
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.51em -0.66em 0 -0.42em #434343, -0.75em -0.36em 0 -0.44em #434343, -0.83em -0.03em 0 -0.46em #434343, -0.81em 0.21em 0 -0.477em #434343;
  }
  55% {
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.29em -0.78em 0 -0.42em #434343, -0.43em -0.72em 0 -0.44em #434343, -0.52em -0.65em 0 -0.46em #434343, -0.57em -0.61em 0 -0.477em #434343;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: -0.11em -0.83em 0 -0.4em #434343, -0.11em -0.83em 0 -0.42em #434343, -0.11em -0.83em 0 -0.44em #434343, -0.11em -0.83em 0 -0.46em #434343, -0.11em -0.83em 0 -0.477em #434343;
  }
}
.load .load-msg {
  text-align: center;
}
.load .load-msg .loading-txt {
  margin-top: 30px;
  font-size: 1.6rem;
  color: #434343;
}
.load .load-msg .loading-tips {
  font-size: 1.2rem;
  color: #434343;
}


/* 音乐 */
.music,
.explain-music {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 98;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.explain-music {
  display: none;
}
.music .rotate,
.explain-music .explain-rotate {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/music_off.png) no-repeat 0 0;
  background-size: 30px 30px;
}
.music .rotate span,
.explain-music .explain-rotate span {
  display: none;
  width: 100%;
  height: 100%;
  background: url(../images/music_on_ani.png) no-repeat 0 0;
  background-size: 30px 30px;
}
.music.on .rotate,
.explain-music.on .explain-rotate {
  background: url(../images/music_off.png) no-repeat 0 0;
  background-size: 30px 30px;
}
.music.on .rotate span,
.explain-music.on .explain-rotate span {
  display: block;
  -webkit-animation: showing 1.5s linear infinite;
          animation: showing 1.5s linear infinite;
}
@-webkit-keyframes showing {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes showing {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.music audio {
  width: 0;
  height: 0;
  opacity: 0;
}


/* 下一页 */
.next {
  position: absolute;
  left: 45%;
  bottom: 3%;
  z-index: 98;
  width: 10%;
  max-width: 86px;
  -webkit-animation: nextAni 1.5s infinite;
          animation: nextAni 1.5s infinite;
}
.next img {
  width: 100%;
}
@-webkit-keyframes nextAni {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-70%);
    opacity: 0;
  }
}
@keyframes nextAni {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-70%);
    opacity: 0;
  }
}


/* 翻页 */
.swiper-container-v {
  width: 100%;
  height: 100%;
}
.inner {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
.swiper-qustion {
  position: relative;
}
.swiper-qustion .inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  font-size: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.inner img {
  width: 100%;
}
.bg-logo {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3.5%;
  margin-left: 5%;
  width: 34%;
}



/* 第一页 */
.page0 {
  position: relative;
  background: url(../images/p-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fbf9f4;
}
/* 第1页：图片等元素定位 */
.page0 .reel-box {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 9%;
  padding-top: 134%;
}
.page0 .reel-box .reel-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page0 .reel-box .reel-main {
  overflow: hidden;
}
.page0 .reel-box .reel-top img,
.page0 .reel-box .reel-main img {
  width: 100%;
}

.page0 .p2 {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30%;
  margin-right: 20%;
  width: 6.6%;
}
.page0 .p3 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 19.2%;
  margin-left: 41.6%;
  width: 17.8%;
}
.page0 .p4 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 36.1%;
  margin-left: 41.6%;
  width: 17.8%;
}
.page0 .p5 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 49.6%;
  margin-left: 41.6%;
  width: 17.8%;
}
.page0 .p6 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 68.1%;
  margin-left: 41.6%;
  width: 20.1%;
}
.page0 .p7 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 35%;
  margin-left: 16%;
  width: 13%;
}
.page0 .p0-btn-rule {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 19%;
  margin-left: 36.4%;
  width: 34.1%;
}
.page0 .p0-btn-next {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 30.8%;
  margin-bottom: 5%;
  width: 42.1%;
}
/* 打榜规矩 */
.page0 .rule-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page0 .rule-box .rule-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.page0 .rule-box .rule-inner {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 84%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page0 .rule-box .rule-inner .rule-btn-close {
  position: absolute;
  top: -7%;
  right: -7%;
  width: 19%;
}
.page0 .rule-box .rule-inner img {
  max-width: 100%;
}


/* 第1页：动画延时 */
.page0 .p1.animated {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.page0 .p2.animated {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.page0 .p3.animated {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}
.page0 .p4.animated {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}
.page0 .p5.animated {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}
.page0 .p6.animated {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}
.page0 .p7.animated {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}
.page0 .p0-btn-rule {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}
.page0 .p0-btn-next {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}
.page0 .p0-btn-next img {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}

/* 第2页选区县 */
.page1 {
  position: relative;
  background: url(../images/p-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fbf9f4;
}
.page1 .reel-box {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 10%;
  padding-top: 131.6%;
}
.page1 .reel-box .reel-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page1 .reel-box .reel-main {
  position: relative;
  overflow: hidden;
}
.page1 .reel-box .reel-top img,
.page1 .reel-box .reel-main img {
  width: 100%;
}
.page1 .p1-num {
  margin-top: 1%;
}
.page1 .p1-num p {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
.page1 .p1-num p span {
  color: #9c2309;
}
.page1 .district-box {
  position: absolute;
  top: 0;
  left: 11%;
  margin-top: 6%;
  width: 78%;
}
.page1 .district-box .district-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page1 .district-list .district-item {
  float: right;
  height: 25%;
  margin-left: 3.4%;
  width: 13.8%;
}
.page1 .district-list .district-item:nth-child(6n) {
  margin-left: 0;
}
.page1 .district-list .district-item:nth-child(19) {
  margin-right: 17.23%;
}
.page1 .district-list .d-item-1.on {
  background: url(../images/icon-tfxq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-2.on {
  background: url(../images/icon-gxq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-3.on {
  background: url(../images/icon-jjq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-4.on {
  background: url(../images/icon-qyq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-5.on {
  background: url(../images/icon-jnq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-6.on {
  background: url(../images/icon-whq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-7.on {
  background: url(../images/icon-chq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-8.on {
  background: url(../images/icon-lqyq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-9.on {
  background: url(../images/icon-qbjq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-10.on {
  background: url(../images/icon-xdq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-11.on {
  background: url(../images/icon-wjq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-12.on {
  background: url(../images/icon-slq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-13.on {
  background: url(../images/icon-pdq.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-14.on {
  background: url(../images/icon-jys.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-15.on {
  background: url(../images/icon-djys.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-16.on {
  background: url(../images/icon-pzs.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-17.on {
  background: url(../images/icon-qls.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-18.on {
  background: url(../images/icon-czs.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-19.on {
  background: url(../images/icon-jtx.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-20.on {
  background: url(../images/icon-xjx.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-21.on {
  background: url(../images/icon-dyx.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-list .d-item-22.on {
  background: url(../images/icon-pjx.png) no-repeat 0 0;
  background-size: 100%;
}
.page1 .district-box .p2,
.page1 .district-box .p3,
.page1 .district-box .p4,
.page1 .district-box .p5 {
  width: 100%;
}

/* 第2页：动画延时 */
.page1 .p1.animated {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.page1 .p2.animated {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.page1 .p3.animated {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.page1 .p4.animated {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.page1 .p5.animated {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
.page1 .p1-num.animated {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}


/* 第3页-答题 */
.page-bg {
  position: relative;
  background: url(../images/p-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fbf9f4;
}

.swiper-qustion .qustion-reel {
  position: relative;
  margin-top: 10%;
  width: 100%;
  height: auto;
  background: url(../images/q-bg.png) no-repeat 0px 0px;
  background-size: 100% 100%;
}
.swiper-qustion .qustion-reel .qustion-picbox {
  margin: 0 auto;
  padding-top: 10%;
  width: 66%;
  border-radius: 5px;
}
.swiper-qustion .qustion-reel .qustion-images,
.swiper-qustion .qustion-reel .qustion-user {
  position: relative;
  padding-top: 62.5%;
  width: 100%;
  height: 0;
}
.swiper-qustion .qustion-reel .qustion-images:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/q-pic-bg.png) no-repeat 0px 0px;
  background-size: 100% 100%;
  pointer-events: none;
}
.swiper-qustion .qustion-reel .qustion-images .images-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 1.3% 1.25%;
  width: 97.5%;
  height: 96.7%;
  text-align: center;
}
.swiper-qustion .qustion-reel .qustion-images .images-box-hidden {
  overflow: hidden;
}
.swiper-qustion .qustion-reel .user-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-qustion .qustion-reel .user-box.user-male {
  background: url(../images/q-user-bg-male.png) no-repeat 0px 0px;
  background-size: 100% 100%;
}
.swiper-qustion .qustion-reel .user-box.user-famale {
  background: url(../images/q-user-bg-famale.png) no-repeat 0px 0px;
  background-size: 100% 100%;
}
.swiper-qustion .qustion-reel .user-avatar {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2%;
  margin-right: 2.5%;
  width: 40.4%;
}
.swiper-qustion .qustion-reel .user-avatar.animation {
  -webkit-animation: avatarSwing 2s linear infinite;
          animation: avatarSwing 2s linear infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.swiper-qustion .qustion-reel .user-music-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2%;
  margin-left: 2.5%;
  width: 56%;
  padding-top: 40.4%;
}
.swiper-qustion .qustion-reel .user-music-icon .m-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-qustion .qustion-reel .user-music-icon .m-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 53%;
  margin-top: 37%;
  width: 7%;
}
.swiper-qustion .qustion-reel .user-music-icon .m-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 9%;
  margin-left: 74%;
  margin-top: 36%;
}
.swiper-qustion .qustion-reel .user-music-icon .m-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  margin-left: 86%;
  margin-top: 50%;
}
.user-music-icon .m-inner.animation .m-1 {
  -webkit-animation: music-left-1 3s linear infinite;
          animation: music-left-1 3s linear infinite;
}
.user-music-icon .m-inner.animation .m-2 {
  -webkit-animation: music-left-2 3s linear infinite;
          animation: music-left-2 3s linear infinite;
}
.user-music-icon .m-inner.animation .m-3 {
  -webkit-animation: music-left-3 3s linear infinite;
          animation: music-left-3 3s linear infinite;
}
.swiper-qustion .qustion-reel .user-box .user-introduce {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 2%;
  margin-left: 2.5%;
  width: 58%;
}
.swiper-qustion .qustion-reel .user-box .user-introduce  img {
  width: 100%;
}
.swiper-qustion .qustion-reel .qustion-images .images-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.swiper-qustion .qustion-reel .qustion-images .images-box .change_img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: top 1s;
          transition: top 1s;
}
.swiper-qustion .qustion-reel .qustion-images .images-box .blur-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-qustion .qustion-box {
  margin: 0 auto;
  margin-top: 3%;
  width: 80%;
  font-size: 1.8rem;
  color: #000;
}
.swiper-qustion .qustion-box p.title {
  position: relative;
  padding: 0 3%;
}
.swiper-qustion .qustion-box p.title span.title-order {
  display: block;
  margin-right: 5px;
  float: left;
  color: #a40800;
}
.swiper-qustion .qustion-box p.title span.title-content {
  display: block;
  overflow: hidden;
  color: #000;
}

.swiper-qustion .qustion-box .answer {
  position: relative;
  margin-top: 2%;
  padding: 0 3%;
}

.swiper-qustion .qustion-box .answer li {
  display: block;
  /* margin: 1% 0 0 0; */
  padding: 4% 4% 4% 5%;
  line-height: 1;
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
  text-align: justify;
  overflow: hidden;
}
.swiper-qustion .qustion-box .answer li.on {
  background: url(../images/icon-selected.png) no-repeat left center;
  background-size: auto 100%;
  color: #fff;
}
.swiper-qustion .qustion-box .answer li span.answer-order {
  display: inline-block;
  margin-right: 7%;
  vertical-align:  middle;
}
.swiper-qustion .qustion-box .answer li span.answer-content {
  display: inline-block;
  vertical-align:  middle;
}
.swiper-qustion .qustion-box .answer li span.answer-tips {
  display: inline-block;
  margin-left: 20%;
  width: 10%;
  height: 0;
  padding-top: 8%;
  vertical-align: middle;
}
.swiper-qustion .qustion-box .answer li.on[data-key="true"] span.answer-tips {
  background: url(../images/icon-right.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.swiper-qustion .qustion-box .answer li.on[data-key="false"] span.answer-tips {
  background: url(../images/icon-wrong.png) no-repeat 0 0;
  background-size: 100% auto;
}

.swiper-qustion .qustion-helpbtn {
  visibility: hidden;
  margin: 0 24%;
  padding: 5% 0;
  width: 52%;
}
.swiper-qustion .qustion-helpbtn img {
  width: 100%;
}
.swiper-qustion .explain-music {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-bottom: 6%;
  margin-left: -25px;
}

/* 答题-解答 */
.qustion-explain {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}
.qustion-explain .explain-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width:  100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.qustion-explain .explain-main {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  z-index: 2;
  background: transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.qustion-explain .explain-box {
  background: #fff;
  background: url(../images/q-tips-bg.png) no-repeat 0px 0px;
  background-size: 100% 100%;
  border-radius: 5px;
}
.qustion-explain .explain-box .explain-hd {
  padding-top: 10%;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}
.qustion-explain .explain-box .explain-hd span {
  display: inline-block;
  padding: 5px 0;
  min-width: 90%;
  background: url(../images/q-tips-title-bg.png) no-repeat 0px 0px;
  background-size: 100% 100%;
}
.qustion-explain .explain-box .explain-bd {
  padding: 8% 8% 10% 8%;
  font-size: 1.8rem;
  color: #000;
}
.qustion-explain .explain-btn {
  margin: 6% auto 0 auto;
  width: 52%;
}
.qustion-explain .explain-btn img {
  max-width: 100%;
  vertical-align: top;
}

/* 得分 */
.swiper-qustion .qustion-score {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 120;
  width: 20%;
  margin-left: -10%;
}
.swiper-qustion .qustion-score img {
  width: 100%;
}
.swiper-qustion .qustion-score.animation {
  opacity: 0;
  -webkit-animation: fadeOutUp200 1.5s linear;
          animation: fadeOutUp200 1.5s linear;
}

/* 答题动画 */
.qustion-1 .q1,
.qustion-2 .q1,
.qustion-3 .q1,
.qustion-4 .q1,
.qustion-5 .q1,
.qustion-6 .q1,
.qustion-7 .q1,
.qustion-8 .q1,
.qustion-9 .q1,
.qustion-10 .q1 {
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}
.qustion-1 .q2,
.qustion-2 .q2,
.qustion-3 .q2,
.qustion-4 .q2,
.qustion-5 .q2,
.qustion-6 .q2,
.qustion-7 .q2,
.qustion-8 .q2,
.qustion-9 .q2,
.qustion-10 .q2 {
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
.qustion-1 .q3,
.qustion-2 .q3,
.qustion-3 .q3,
.qustion-4 .q3,
.qustion-5 .q3,
.qustion-6 .q3,
.qustion-7 .q3,
.qustion-8 .q3,
.qustion-9 .q3,
.qustion-10 .q3 {
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
}
.qustion-1 .q4,
.qustion-2 .q4,
.qustion-3 .q4,
.qustion-4 .q4,
.qustion-5 .q4,
.qustion-6 .q4,
.qustion-7 .q4,
.qustion-8 .q4,
.qustion-9 .q4,
.qustion-10 .q4 {
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

/* 第3页，英雄证 */
.page2 {
  position: relative;
  background: url(../images/p-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fbf9f4;
}
.page2 .reel-box {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 3%;
  padding-top: 134.4%;
}
.page2 .reel-box .reel-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page2 .reel-box .reel-main,
.page2 .reel-box .reel-main .user-box {
  position: relative;
  overflow: hidden;
}
.page2 .reel-box .reel-top img,
.page2 .reel-box .reel-main img {
  width: 100%;
}
.page2 .reel-box .user-info {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.page2 .reel-box .user-name {
  margin-left: 17.3%;
  margin-top: 36.5%;
  width: 32%;
  font-size: 2.2rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page2 .reel-box .user-scole {
  margin-left: 25.6%;
  margin-top: 52.1%;
  width: 12%;
  font-size: 3rem;
  color: #a40800;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.page2 .reel-box .user-ratio {
  margin-left: 60.5%;
  margin-top: 53.8%;
  width: 17.2%;
  font-size: 2.2rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.page2 .reel-box .user-district {
  margin-left: 31.6%;
  margin-top: 63.5%;
  width: 18.4%;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.page2 .reel-box .user-troops {
  margin-left: 68.5%;
  margin-top: 62.5%;
  width: 13%;
  font-size: 2.2rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.page2 .reel-box .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}
.page2 .canvas-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.page2 .canvas-box .canvas-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page2 .canvas-box .canvas-mark {
  position: absolute;
  bottom: 0;
  left: 23%;
  width: 24%;
  height: 0;
  padding-top: 17%;
  margin-bottom: 17.4%;
  background: url(../images/icon-placeholder.jpg) repeat 0 0;
  background-size: 100% 100%;
  pointer-events: none;
}
.page2 .p2-btn-phb {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 19.4%;
  margin-top: 107%;
  width: 34%;
}
.page2 .p2-btn-getaward {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin-left: 29%;
  margin-bottom: 5%;
  width: 42%;
}


.page2 .p1.animated {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.page2 .p2-btn-phb.animated {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.page2 .p2-btn-getaward.animated {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

/* 排行榜 */
.page2 .phb-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}
.page2 .phh-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width:  100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.page2 .phb-inner {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 80%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page2 .phb-inner .phb-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 35%;
  background: url(../images/reel4-top.png) no-repeat bottom center;
  background-size: 100% 100%;
}
.page2 .phb-inner .phb-top img {
  width: 100%;
  vertical-align: top;
}
.page2 .phb-inner .phb-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0%;
  margin-top: 34.8%;
  padding-top: 2%;
  padding-bottom: 4.4%;
  background: url(../images/reel4-main.png) no-repeat bottom center;
  background-size: 100% 100%;
}
.page2 .phb-inner .phb-main-inner {
  margin: 0 auto;
  width: 84%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.page2 .phb-inner .phb-main-inner li {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: #000;
}
.page2 .phb-inner .phb-main-inner .phb-icon {
  display: inline-block;
  margin-left: 5%;
  width: 2.6rem;
  height: 2.6rem;
}
.page2 .phb-inner .phb-main-inner .phb-scole {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 28%;
  width: 34%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page2 .phb-inner .phb-main-inner .phb-district {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 63%;
  width: 34%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page2 .item-1 .phb-icon {
  background: url(../images/phb-1.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-2 .phb-icon {
  background: url(../images/phb-2.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-3 .phb-icon {
  background: url(../images/phb-3.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-4 .phb-icon {
  background: url(../images/phb-4.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-5 .phb-icon {
  background: url(../images/phb-5.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-6 .phb-icon {
  background: url(../images/phb-6.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-7 .phb-icon {
  background: url(../images/phb-7.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-8 .phb-icon {
  background: url(../images/phb-8.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-9 .phb-icon {
  background: url(../images/phb-9.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-10 .phb-icon {
  background: url(../images/phb-10.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-11 .phb-icon {
  background: url(../images/phb-11.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-12 .phb-icon {
  background: url(../images/phb-12.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-13 .phb-icon {
  background: url(../images/phb-13.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-14 .phb-icon {
  background: url(../images/phb-14.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-15 .phb-icon {
  background: url(../images/phb-15.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-16 .phb-icon {
  background: url(../images/phb-16.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-17 .phb-icon {
  background: url(../images/phb-17.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-18 .phb-icon {
  background: url(../images/phb-18.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-19 .phb-icon {
  background: url(../images/phb-19.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-20 .phb-icon {
  background: url(../images/phb-20.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-21 .phb-icon {
  background: url(../images/phb-21.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .item-22 .phb-icon {
  background: url(../images/phb-22.png) no-repeat center;
  background-size: 100% 100%;
}
.page2 .phb-inner .pbh-btn-close {
  position: absolute;
  top: -5%;
  right: 0%;
  width: 19%;
}
.page2 .phb-inner .pbh-btn-close img {
  width: 100%;
}

.page3 {
  position: relative;
  background: url(../images/p-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fbf9f4;
}
.page3 .reel-box {
  margin-top: 13%;
  padding: 13% 0;
  background: url(../images/p4-reel.png) no-repeat 0px 0px;
  background-size: 100% 100%;
}
.page3 .form-box {
  padding-top: 5%;
  margin: 0 auto;
  width: 60%;
}
.page3 .form-box .form-input {
  margin-top: 10%;
  width: 100%;
  background: url(../images/p4-2.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.page3 .form-box .form-input input {
  padding: 12px 20px;
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  background: transparent;
}
.page3 .form-box .form-input input::-webkit-input-placeholder {
  color: #fff;
}
.page3 .form-box .form-btn-box {
  margin-top: 10%;
  width: 100%;
  overflow: hidden;
}
.page3 .form-box .code-btn {
  position: relative;
  float: right;
  width: 50%;
}
.page3 .form-box .code-btn img {
  width: 100%;
}
.page3 .form-box .code-btn .text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: url(../images/btn-codebg.png) no-repeat 0 0;
  background-size: 100% 100%;
  text-align: center;
  overflow: hidden;
}
.page3 .form-box .code-btn .text span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page3 .p3-btn-ljgj {
  margin: 0 auto;
  margin-top: 15%;
  width: 42%;
}
.page3 .p3-btn-getaward {
  margin: 0 auto;
  margin-top: 3%;
  width: 35.6%;
}

/* 领奖规矩 */
.page3 .prize-rule {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}
.page3 .prize-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width:  100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.page3 .prize-main {
  position: absolute;
  top: 50%;
  left: 8%;
  z-index: 2;
  width: 84%;
  height: 80%;
  background: url(../images/p4-rule-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.page3 .prize-main .hd {
  margin: 0 auto;
  width: 60%;
}
.page3 .prize-main .hd img {
  width: 100%;
  vertical-align: top;
}
.page3 .prize-main .bd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 23%;
}
.page3 .prize-main .bd .inner {
  padding: 0 8%;
  height: 96%;
  overflow-y: auto;
  overflow-x: hidden;
}
.page3 .prize-main .bd .inner p {
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #333;
}
.page3 .prize-main .bd .inner p.sec {
  text-indent: 1em;
}
.page3 .prize-main .prize-btn-close {
  position: absolute;
  top: -5%;
  right: -7%;
  width: 19%;
}
.page3 .prize-main .prize-btn-close img {
  width: 100%;
}



/* 评论页 */
.page4 {
  position: relative;
  background: url(../images/p-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fbf9f4;
}
.page4 .reel-box {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 15%;
  padding-top: 100.4%;
}
.page4 .reel-box .reel-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page4 .reel-box .reel-main,
.page4 .reel-box .reel-main .award-box {
  position: relative;
  overflow: hidden;
}
.page4 .reel-box .reel-top img,
.page4 .reel-box .reel-main img {
  width: 100%;
}
.page4 .reel-box .reel-main .award-tips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 9%;
  font-size: 3rem;
  color: #753614;
  text-align: center;
}
.page4 .reel-box .reel-main .award-name {
  position: absolute;
  top: 0;
  left: 12%;
  width: 76%;
  margin-top: 30%;
  font-size: 2.4rem;
  color: #a40800;
  text-align: center;
}
.page4 .p4-btn-hhpb,
.page4 .p4-btn-fx {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin-left: 29%;
  margin-bottom: 5%;
  width: 42%;
}
.page4 .p4-btn-hhpb {
  margin-bottom: 20%;
}
/* 动画效果 */
.page4 .p1.animated {
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.page4 .p2.animated {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.page4 .p3.animated {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.page4 .p4.animated {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}
.page4 .p5.animated {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}
.page4 .p5 img {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}


/* 弹幕页 */
.page5 {
  position: relative;
  background: url(../images/p-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fbf9f4;
}
.page5 .comment-lists {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  margin-top: 10%;
  width: 100%;
}
.page5 .comment-wrap {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  height: 60px;
  padding: 7px 10px;
  overflow: hidden;
}
.page5 .comment-wrap.on {
  display: block;
}
.page5 .comment-wrap .comment-box {
  overflow: hidden;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .5);
}
.page5 .comment-wrap .comment-btn {
  display: inline-block;
  float: right;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
.page5 .comment-wrap .comment-input {
  overflow: hidden;
  padding: 0 10px;
  background: transparent;
}
.page5 .comment-wrap .comment-input input {
  width: 100%;
  height: 46px;
  background: transparent;
  font-size: 1.5rem;
  color: #fff;
}
.page5 .comment-wrap .comment-input input::-webkit-input-placeholder {
  color: #ded8d8;
}
.page5 .comment-wrap .p5-btn-fx {
  float: right;
  margin-left: 10px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #a70f08;
  text-align: center;
  overflow: hidden;
}

/* 飘动的叶子 */
.leaf-box {
  position: fixed;
  top: -20px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 0;
}
.leaf-box img {
  max-width: 100%;
  width: 100%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transform-origin: 50% -100%;
          transform-origin: 50% -100%;
}
.leaf-box .item-leaf {
  pointer-events: none;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
  -webkit-animation-direction: normal, normal;
          animation-direction: normal, normal;
  -webkit-animation-timing-function: linear, ease-in;
          animation-timing-function: linear, ease-in;
}
.leaf-box .leaf-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.6%;
  max-width: 57px;
}
.leaf-box .leaf-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.4%;
  max-width: 101px;
}
.leaf-box .leaf-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 6%;
  max-width: 45%;
}
.leaf-box .leaf-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.4%;
  max-width: 101px;
}
.leaf-box .leaf-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  max-width: 91px;
}
@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    95% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
@keyframes fade {
    0% {
        opacity: 1
    }

    95% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
@-webkit-keyframes drop {
    0% {
        -webkit-transform: translate(30px, -50px)
    }

    100% {
        -webkit-transform: translate(-200px, 650px)
    }
}
@keyframes drop {
    0% {
        transform: translate(30px, -50px)
    }

    100% {
        transform: translate(-200px, 650px)
    }
}

@-webkit-keyframes clockwiseSpin {
    0% {
        -webkit-transform: rotate(-50deg)
    }

    100% {
        -webkit-transform: rotate(50deg)
    }
}
@keyframes clockwiseSpin {
    0% {
        transform: rotate(-50deg)
    }

    100% {
        transform: rotate(50deg)
    }
}

@-webkit-keyframes counterclockwiseSpinAndFlip {
    0% {
        -webkit-transform: scale(-1, 1) rotate(50deg)
    }

    100% {
        -webkit-transform: scale(-1, 1) rotate(-50deg)
    }
}
@keyframes counterclockwiseSpinAndFlip {
    0% {
        transform: scale(-1, 1) rotate(50deg)
    }

    100% {
        transform: scale(-1, 1) rotate(-50deg)
    }
}


/* 分享提示 */
.share-mark {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
}
.share-mark .share-mark-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}
.share-mark .share-wx {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.share-mark .share-kd {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

/*iphone4*/
@media only screen and (height:416px) {
  /* .inner {
    margin-left: 10%;
    width: 80%;
  } */
}
@media only  screen and (height: 504px) {

}

/*提示*/
.tips {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 100;
  pointer-events: none;
}
.tips span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding: 20px 15px;
  max-width: 80%;
  line-height: 1.5;
  font-size: 1.8rem;
  color:  #fff;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0,0,0,.8);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 提交加载中提示 */
.wating-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.waiting-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: inline-block;
  padding: 45px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: rgba(0,0,0,.5);
  vertical-align: middle;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}
.ball-spin-fade-loader>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
}
.ball-spin-fade-loader>div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
          animation: ball-spin-fade-loader 1s -.96s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(2) {
  top: 17.05px;
  left: 17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
          animation: ball-spin-fade-loader 1s -.84s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
          animation: ball-spin-fade-loader 1s -.72s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(4) {
  top: -17.05px;
  left: 17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
          animation: ball-spin-fade-loader 1s -.6s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
          animation: ball-spin-fade-loader 1s -.48s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(6) {
  top: -17.05px;
  left: -17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
          animation: ball-spin-fade-loader 1s -.36s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
          animation: ball-spin-fade-loader 1s -.24s infinite linear;
}
.ball-spin-fade-loader>div:nth-child(8) {
  top: 17.05px;
  left: -17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
          animation: ball-spin-fade-loader 1s -.12s infinite linear;
}
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    -webkit-transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: .3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* 图片模糊 */
.blur-box {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
.blur-box .blur-inner {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20%;
  margin-left: 17%;
  width: 66%;
}
.blur-box .blur-inner .blur-inner-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
  height: 0;
}
.blur-box .blur-inner .blur-inner-box .blur-inner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 1.3% 1.25%;
  width: 97.5%;
  height: 96.7%;
  text-align: center;
}
.blur-box .blur-inner .blur-inner-box .blur-inner-img .images-other-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.blur-box .blur-inner .blur-inner-box .blur-inner-img .images-other-img1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.blur-box .blur-inner .blur-inner-box .blur-inner-img .images-other-img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.blur-box .blur-inner .blur-inner-box .blur-inner-img .blur-hand {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 10;
  width: 14%;
  pointer-events: none;
}
.blur-box .blur-inner .blur-inner-box .blur-inner-img .blur-hand img {
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .swiper-qustion .qustion-box .answer li {
    text-align: left;
    font-size: 1.3rem;
  }
}
@media only screen and (min-height: 1200px) {
  body,
  .load{
    max-width: 100%;
  }
  .page0 .rule-box .rule-inner{
    width: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .swiper-qustion .qustion-reel .qustion-images .images-box img{ width: 100%; }
  .swiper-qustion .qustion-box{ font-size: 3.6rem; }
  .swiper-qustion .qustion-box .answer li{ font-size: 3.5rem; }
  .qustion-explain .explain-box .explain-bd{ font-size: 3.6rem; }
  .qustion-explain .explain-box .explain-hd{ font-size: 4.8rem; }
  .qustion-explain .explain-main{
    width: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page2 .phb-inner .phb-main-inner li{ margin-bottom: 20px;font-size: 4rem; }
  .page2 .phb-inner .phb-main-inner .phb-icon {width: 6rem;height: 6rem;vertical-align: text-bottom;}
  .page3 .form-box .form-input input{ font-size: 4rem;padding: 24px 40px; }
  .page3 .form-box .code-btn .text { font-size: 4rem; }
  .page3 .prize-main .bd .inner p{ font-size: 3.5rem; }
  .tips span{ font-size: 2.8rem; }
  .page5 .comment-wrap{
    height: 120px;
  }
  .page5 .comment-wrap .comment-input input{ font-size: 4rem; height: 92px;}
  .page5 .comment-wrap .comment-btn,
  .page5 .comment-wrap .p5-btn-fx{
    width: 92px;
    height: 92px;
    line-height: 92px;
    font-size: 3rem;
  }
  .page5 .comment-lists{ bottom: 130px; }
  .ytj {height: calc(100% - 120px)!important;}

  .music, .explain-music {
    width: 140px;
    height: 140px;
  }
  .music .rotate, .explain-music .explain-rotate {
    width: 100px;
    height: 100px;
  }
  .music .rotate, .explain-music .explain-rotate,
  .music.on .rotate, .explain-music.on .explain-rotate,
  .music .rotate span, .explain-music .explain-rotate span {
    background-size: 100px 100px;
  }

  .page1 .p1-num p {
    font-size: 4rem;
  }

  .swiper-qustion .explain-music {
    margin-left: -70px;
  }

  @-webkit-keyframes drop {
      0% {
          -webkit-transform: translate(30px, -50px)
      }

      100% {
          -webkit-transform: translate(-200px, 1600px)
      }
  }
  @keyframes drop {
      0% {
          transform: translate(30px, -50px)
      }

      100% {
          transform: translate(-200px, 1600px)
      }
  }
}