html,body {
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
}
#SocialBattery {
  flex: 1;
  padding: 40px 0;
  background-color: #eefcbe;
}
section {
  max-width: 1400px;
  padding: 0 15px;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guide-qa {
  width: 100%;
  background: url(https://wwp-static.wenweipo.com/img/special/miniSpecials/socialbattery/qa-bg.png) no-repeat;
  background-size: 100% 100%;
}
.guide-qa > div {
  display: none;
}
.guide-qa .active {
  display: block;
}
.guide-qa .active.flex-box {
  display: flex;
}
.guide {
  position: relative;
  padding: 5.2% 3.9% 8%;
  display: none;
}
.top-module {
  position: relative;
  width: 91.5%;
  aspect-ratio: 118 / 23;
  margin-left: auto;
  padding: 2.73em 2em 2.9em 1.4em;
  font-size: clamp(15px, 1.6vw, 30px);
  background: url(https://wwp-static.wenweipo.com/img/special/miniSpecials/socialbattery/guide-bg.png) no-repeat;
  background-size: 100% 100%;
}
.top-pop {
  position: absolute;
  left: -3.17em;
  top: -1.4em;
  display: block;
  width: fit-content;
  padding: 0.9em 1em 0 1.5em;
  aspect-ratio: 471 / 112;
  font-weight: 800;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  background: url(https://wwp-static.wenweipo.com/img/special/miniSpecials/socialbattery/pop-big.png) no-repeat;
  background-size: 100% 100%;
}
.top-module p {
  width: 87.5%;
  color: #294434;
  line-height: 1.5;
}
.top-module .high-light {
  font-size: 1.48em;
  font-weight: bolder;
}
.top-module img {
  position: absolute;
  width: 11.2%;
  right: 4.7%;
  bottom: 15%;
}
.center-module {
  position: relative;
  padding-top: 3.2%;
}
.center-module-left {
  width: 82.7%;
}
.center-tips {
  font-size: clamp(15px, 1.61vw, 30px);
  color: #648773;
  line-height: 1;
  margin-bottom: 1em;
}
.high-light.title {
  font-weight: bolder;
  font-size: clamp(18px, 2.8vw, 53px);
  color: #294434;
  line-height: 1;
  margin-bottom: .74em;
}
.center-explain {
  margin-bottom: 5%;
}
.center-explain > div {
  padding: .6em;
  font-size: clamp(14px, 1.35vw, 26px);
  color: #294434;
  line-height: 2;
  background: #F7FEEE;
  border-radius: 10px;
  border: 1px solid #499B56;
}
.center-explain > div .high-light {
  font-weight: 800;
}
.explain-start {
  width: 58.1%;
}
.explain-test {
  width: 40.7%;
}
.start-icon {
  width: 20.9%;
  margin-left: auto;
  cursor: pointer;
}
.battery-gif {
  position: absolute;
  right: -6%;
  bottom: 5%;
  width: 28%;
}
.flower {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 7.4%;
}

.qa-wrap {
  position: relative;
  padding: 6.7% 1.2% 6.7% 2.4%;
  display: none;
}
.qa {
  position: relative;
  width: 57.2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.question {
  width: 100%;
  aspect-ratio: 755 / 223;
  padding: 1em 2.8em 2.86em;
  align-items: center;
  font-weight: 800;
  font-size: clamp(18px, 1.875vw, 36px);
  color: #FFFFFF;
  line-height: 1.5;
  background: url(https://wwp-static.wenweipo.com/img/special/miniSpecials/socialbattery/qa-pop.png) no-repeat;
  background-size: 100% 100%;
}
.answer-wrap {
  width: 76%;
  padding-top: 4.7%;
}
.answer {
  padding: 3.8% 4.2%;
  margin-bottom: 4.5%;
  font-size: clamp(16px, 1.67vw, 32px);;
  color: #294434;
  line-height: 1.5;
  background: #F7FEEE;
  border-radius: 10px;
  border: 1px solid #499B56;
}
.answer.select {
  background: #CFD8C3;
}
.power {
  width: 40.4%;
  min-width: 108px;
  font-weight: bolder;
  font-size: clamp(22px, 3.2vw, 62px);
  color: #579A0E;
}
.power img {
  width: 24.57%;
  min-width: 32px;
}
.next-icon {
  visibility: hidden;
  min-width: 33.1%;
}
.next-icon .show-icon {
  display: block;
}
.img-icon {
  display: none;
}
.show-result {
  display: none;
  width: fit-content;
  padding: .36em 1.25em;
  font-weight: 800;
  font-size: clamp(16px, 1.875vw, 36px);
  line-height: 1;
  color: #FFFFFF;
  background: #497D5F;
  border-radius: 0.83em 0.56em 0.56em 0;
}
.next-icon.show {
  visibility: visible;
}
.with-pic {
  position: absolute;
  right: 2%;
  bottom: 2%;
  height: 75%;
  width: auto;
  max-width: unset;
}

.result {
  font-size: clamp(16px, 1.82vw, 35px);
  padding: .85em 1.28em 1.71em;
  align-items: flex-start;
}
.result > div {
  height: 100%;
  min-height: stretch;
  padding: 1.34em 1.09em 2.63em;
  flex-direction: column;
  background: #F7FEEE;
  border-radius: 10px;
  border: 1px solid #499B56;
}
.result-cover {
  width: 41%;
}
.result-cover img {
  width: 100%;
}
.result-cover .slogan {
  padding-top: 1.5em;
  font-size: clamp(18px, 1.875vw, 40px);
  color: #294434;
}
.result-des {
  width: 58%;
}
.result-des span {
  line-height: 1;
  font-size: clamp(16px, 2.1vw, 36px);
  font-weight: 800;
  color: #579A0E;
}
.result-des p {
  line-height: 2;
  text-indent: 1em;
}
.restart {
  width: 35.3%;
}

#module02 {
  display: none;
  padding: 0 5px;
}
#module02.show {
  display: block
}
#module02 h3 {
  font-size: clamp(16px, 1.56vw, 30px);
  line-height: 1.5;
  color: #294434;
  margin-bottom: 1em;
}
.type-list img {
  width: 19.6%;
}

@media (max-width: 768px) {
  #module01 {
    padding: 0;
  }
  .guide {
    padding: 40px 30px 60px;
  }
  .top-module {
    font-size: 18px;
  }
  .top-module p {
    width: 100%;
  }
  .top-module img {
    width: 52px;
    right: 35px;
    bottom: 25px;
  }
  .center-module-left {
    width: 100%;
  }
  .center-tips {
    font-size: 18px;
  }
  .high-light.title {
    font-size: 22px;
  }
  .center-explain {
    flex-direction: column;
    align-items: normal;
  }
  .center-explain > div {
    width: 75%;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .start-icon {
    position: absolute;
    right: 0;
    bottom: 10%;
  }
  .battery-gif {
    right: -10%;
    bottom: 18%;
    width: 40%;
  }
  .flower {
    display: none;
  }
  .qa-wrap {
    padding-bottom: 10%;
  }
  .qa {
    width: 100%;
  }
  .question {
    width: 76%;
    aspect-ratio: unset;
  }
  .with-pic {
    display: none;
  }
  .power {
    width: 142px;
    justify-content: unset;
    font-size: 32px;
  }
  .power .power-value {
    padding-left: .5em;
  }
  .next-icon {
    width: 120px;
  }
  .result {
    font-size: 18px;
    flex-direction: column;
  }
  .result > div {
    width: 100%;
    height: fit-content;
    min-height: unset;
    padding: 0;
    background: unset;
    border-radius: unset;
    border: unset;
  }
  .result .result-cover {
    padding-top: 5em;
    padding-bottom: 1em;
  }
  .result-cover img {
    width: 50%;
  }
  .result-des {
    padding-bottom: 1em;
  }
  .result-des span {
    position: absolute;
    top: 0;
    font-size: 2em;
    line-height: 2.5em;
  }
  .result-des p {
    align-self: flex-start;
  }
  .restart {
    width: 20%;
    min-width: 120px;
    margin-top: 1em;
  }
}
@media (max-width: 578px) {
  .top-module {
    padding-bottom: 62px;
  }
  .top-module,
  .center-tips,
  .center-explain > div,
  .answer {
    font-size: 16px;
    line-height: 1.5;
  }
  .high-light.title {
    font-size: 20px;
    line-height: 1.5;
  }
  .question {
    font-size: 18px;
  }
  .result .result-cover {
    padding-top: 3em;
  }
  .result-cover img {
    width: 60%;
  }
  .result-des span {
    font-size: 1.5em;
    line-height: 2;
  }
}
@media (max-width: 414px) {
  .top-module,
  .center-tips,
  .center-explain > div,
  .answer {
    font-size: 14px;
  }
  .high-light.title {
    font-size: 18px;
  }
  .question {
    font-size: 16px;
  }
}