@charset "utf-8";
@-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 light {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes light {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes light {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-ms-keyframes light {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes light {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes light-a {
  0% {
    left: -100%;
  }
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes light-a {
  0% {
    left: -100%;
  }
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes light-a {
  0% {
    left: -100%;
  }
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-ms-keyframes light-a {
  0% {
    left: -100%;
  }
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes light-a {
  0% {
    left: -100%;
  }
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
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);
}
.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: #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;
}
body {
  height: 100%;
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  display: block;
  outline: none;
}
i {
  font-style: normal;
}
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;
}
.swiper-container {
  height: 100%;
  line-height: 1;
}
.swiper-container .swiper-slide {
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  writing-mode: lr-tb;
}
#webCover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: #ffffff url("../images/img_001.jpg") center center no-repeat;
  background-size: cover;
}
#webCover .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 3.17307692%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 0.5s;
  -moz-transition: all 0.8s linear 0.5s;
  -ms-transition: all 0.8s linear 0.5s;
  -o-transition: all 0.8s linear 0.5s;
  transition: all 0.8s linear 0.5s;
}
#webCover .title.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#webCover .title .goddess {
  left: 46.5625%;
  top: 63.58381503%;
  position: absolute;
  width: 44.0625%;
}
#webCover .goods {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 17.88461538%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 1.3s;
  -moz-transition: all 0.8s linear 1.3s;
  -ms-transition: all 0.8s linear 1.3s;
  -o-transition: all 0.8s linear 1.3s;
  transition: all 0.8s linear 1.3s;
}
#webCover .goods.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#webCover .legend {
  margin-left: -27.5%;
  width: 55%;
  position: absolute;
  left: 50%;
  bottom: 17.11538462%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 1.3s;
  -moz-transition: all 0.8s linear 1.3s;
  -ms-transition: all 0.8s linear 1.3s;
  -o-transition: all 0.8s linear 1.3s;
  transition: all 0.8s linear 1.3s;
}
#webCover .legend.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#webCover .noheardBtn {
  overflow: hidden;
  margin-left: -40.625%;
  width: 37.5%;
  position: absolute;
  left: 50%;
  bottom: 8.26923077%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 2.1s;
  -moz-transition: all 0.8s linear 2.1s;
  -ms-transition: all 0.8s linear 2.1s;
  -o-transition: all 0.8s linear 2.1s;
  transition: all 0.8s linear 2.1s;
}
#webCover .noheardBtn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#webCover .noheardBtn .light {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-backface-visibility: hidden;
  -moz-animation: light-a 1.5s linear 0s infinite normal both;
  -webkit-animation: light-a 1.5s linear 0s infinite normal both;
  -o-animation: light-a 1.5s linear 0s infinite normal both;
  -ms-animation: light-a 1.5s linear 0s infinite normal both;
  animation: light-a 1.5s linear 0s infinite normal both;
}
#webCover .openEyeBtn {
  overflow: hidden;
  margin-left: 3.125%;
  width: 37.5%;
  position: absolute;
  left: 50%;
  bottom: 8.26923077%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 2.1s;
  -moz-transition: all 0.8s linear 2.1s;
  -ms-transition: all 0.8s linear 2.1s;
  -o-transition: all 0.8s linear 2.1s;
  transition: all 0.8s linear 2.1s;
}
#webCover .openEyeBtn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#webCover .openEyeBtn .light {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-backface-visibility: hidden;
  -moz-animation: light-a 1.5s linear 0s infinite normal both;
  -webkit-animation: light-a 1.5s linear 0s infinite normal both;
  -o-animation: light-a 1.5s linear 0s infinite normal both;
  -ms-animation: light-a 1.5s linear 0s infinite normal both;
  animation: light-a 1.5s linear 0s infinite normal both;
}
#webCover .truthEyeBtn {
  overflow: hidden;
  margin-left: -24.0625%;
  width: 48.125%;
  position: absolute;
  left: 50%;
  bottom: 7.69230769%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s linear 2.1s;
  -moz-transition: all 0.8s linear 2.1s;
  -ms-transition: all 0.8s linear 2.1s;
  -o-transition: all 0.8s linear 2.1s;
  transition: all 0.8s linear 2.1s;
}
#webCover .truthEyeBtn.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#webCover .truthEyeBtn .light {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-backface-visibility: hidden;
  -moz-animation: light-a 1.5s linear 0s infinite normal both;
  -webkit-animation: light-a 1.5s linear 0s infinite normal both;
  -o-animation: light-a 1.5s linear 0s infinite normal both;
  -ms-animation: light-a 1.5s linear 0s infinite normal both;
  animation: light-a 1.5s linear 0s infinite normal both;
}
#webCover .tips {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 2.11538462%;
}
.choice {
  background: url("../images/img_007.jpg") center center no-repeat;
  background-size: cover;
}
.choice .title {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 7.69230769%;
}
.choice .question {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 32.30769231%;
}
.choice .option .correct {
  display: none;
  right: -3.7037037%;
  top: 0%;
  position: absolute;
  width: 37.03703704%;
}
.choice .option .correct .img_png {
  width: 100%;
  height: 0;
  padding-top: 98%;
  position: relative;
}
.choice .option .correct img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.choice .option .error {
  display: none;
  right: 0%;
  top: 37.14285714%;
  position: absolute;
  width: 28.88888889%;
}
.choice .option .error .img_png {
  width: 100%;
  height: 0;
  padding-top: 84.61538462%;
  position: relative;
}
.choice .option .error img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.choice .option.activeCorr .correct {
  display: block;
}
.choice .option.activeCorr .error {
  display: none;
}
.choice .option.activeErr .correct {
  display: none;
}
.choice .option.activeErr .error {
  display: block;
}
.choice .optionA {
  margin-left: -44.0625%;
  width: 42.1875%;
  position: absolute;
  left: 50%;
  bottom: 40.57692308%;
}
.choice .optionB {
  margin-left: 1.875%;
  width: 42.1875%;
  position: absolute;
  left: 50%;
  bottom: 40.57692308%;
}
.choice .optionC {
  margin-left: -44.0625%;
  width: 42.1875%;
  position: absolute;
  left: 50%;
  bottom: 30.19230769%;
}
.choice .optionD {
  margin-left: 1.875%;
  width: 42.1875%;
  position: absolute;
  left: 50%;
  bottom: 30.19230769%;
}
.choice .optionE {
  margin-left: -44.0625%;
  width: 42.1875%;
  position: absolute;
  left: 50%;
  bottom: 19.61538462%;
}
.choice .optionF {
  margin-left: 1.875%;
  width: 42.1875%;
  position: absolute;
  left: 50%;
  bottom: 19.61538462%;
}
.choice .answer {
  display: none;
  margin-left: -44.84375%;
  width: 89.6875%;
  position: absolute;
  left: 50%;
  bottom: 17.5%;
}
.choice .nextBtn {
  display: none;
  margin-left: -25%;
  width: 50%;
  position: absolute;
  left: 50%;
  bottom: 8.84615385%;
  overflow: hidden;
}
.choice .nextBtn .light {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-backface-visibility: hidden;
  -moz-animation: light-a 1.5s linear 0s infinite normal both;
  -webkit-animation: light-a 1.5s linear 0s infinite normal both;
  -o-animation: light-a 1.5s linear 0s infinite normal both;
  -ms-animation: light-a 1.5s linear 0s infinite normal both;
  animation: light-a 1.5s linear 0s infinite normal both;
}
.choice .arrow {
  display: none;
  margin-left: -5.15625%;
  width: 10%;
  position: absolute;
  left: 50%;
  bottom: 1.92307692%;
  -moz-animation: arrow 0.6s linear 0s infinite alternate both;
  -webkit-animation: arrow 0.6s linear 0s infinite alternate both;
  -o-animation: arrow 0.6s linear 0s infinite alternate both;
  -ms-animation: arrow 0.6s linear 0s infinite alternate both;
  animation: arrow 0.6s linear 0s infinite alternate both;
}
.choice .tips01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 2.11538462%;
}
.choice .tips02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 2.11538462%;
}
#panel-page07 {
  background: url("../images/img_012.jpg") center top no-repeat;
  background-size: cover;
}
#panel-page07 .text01 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 2.5%;
}
#panel-page07 .text02 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 22.69230769%;
}
#panel-page07 .text03 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 31.73076923%;
}
#panel-page07 .erweima {
  margin-left: -20.3125%;
  width: 40.625%;
  position: absolute;
  left: 50%;
  top: 41.34615385%;
}
#panel-page07 .commandWrap {
  margin-left: -38.4375%;
  width: 76.875%;
  position: absolute;
  left: 50%;
  bottom: 35.57692308%;
}
#panel-page07 .commandWrap .textWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#panel-page07 .commandWrap .command {
  font-weight: bold;
  color: #000000;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  width: 81.30081301%;
  position: absolute;
  left: 50%;
  top: 50%;
}
#panel-page07 .text04 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 25.96153846%;
}
#panel-page07 .text06 {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 5.76923077%;
}
#panel-page07 .tips {
  margin-left: -50%;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 1.92307692%;
}
