.flash_light {
  transform: translate(-100%, 0) rotate(300deg);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
  transform-origin: center;
  width: 5rem;
  height: 1rem;
  animation: mask_flash 3.5s linear 1.5s infinite;
  animation-fill-mode: forwards;
}
@keyframes mask_flash {
  0% {
    transform: translate(-100%, 0) rotate(300deg);
  }
  100%, 100% {
    transform: translate(1000%, 0) rotate(300deg);
  }
}

@font-face {
  font-family: NotoSansSC;
  font-display: fallback;
  src: url(../../../public/fonts/NotoSansSC.ttf);
}
@font-face {
  font-family: NotoSerifSC;
  font-display: fallback;
  src: url(../../../public/fonts/NotoSansSC.ttf);
}
html {
  font-size: 100px;
  -webkit-text-size-adjust: 100% !important;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: NotoSansSC, PingFangSC-Regular, Roboto, Microsoft YaHei, arial, sans-serif;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  overflow-y: scroll;
}

a {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

div {
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrap {
  font-family: NotoSansSC, PingFangSC-Regular, Microsoft YaHei, arial, sans-serif;
  font-size: 0.3rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  max-width: 7.5rem;
  background-color: #FFF8E8;
  min-height: 100vh;
}

main {
  position: relative;
  display: block;
  overflow-y: hidden;
  counter-reset: steps_index;
}
main .red {
  color: red;
}
main .caution {
  position: relative;
  margin-left: 0.48rem;
}
main .caution::before, main .caution::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.08rem;
  left: -0.3rem;
  background-image: url(../images/caution.png);
  background-size: cover;
  width: 0.25rem;
  height: 0.22rem;
}
main .caution::after {
  left: unset;
  right: -0.28rem;
}
main .cs {
  position: fixed;
  right: 6rem;
  top: 35vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
main .cs .gotocs {
  background-image: url("../images/cs.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 0.54rem;
  height: 2.65rem;
  box-sizing: border-box;
  padding: 0.8rem 0.1rem 0 0.14rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.28rem;
}
main .cs .up {
  background-image: url("../images/cs_up.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  cursor: pointer;
  margin-right: 0.04rem;
}
@media (max-width: 750px) {
  main .cs {
    right: 0.24rem;
  }
}
main section {
  display: none;
}
main section.active {
  display: block;
}
main .s1_banner {
  background-image: url("../images/s1_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 7.5rem;
  height: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
main .s1_btns {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding: 0 0.9rem;
}
main .s1_btns .btn {
  width: 2.64rem;
  height: 0.6rem;
  background-color: transparent;
  border-radius: 999rem;
  border: 0.02rem solid #FD9422;
  box-sizing: border-box;
  color: #FD9422;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.04rem;
}
main .s1_btns .btn span {
  display: block;
  line-height: 0.32rem;
  font-size: 0.32rem;
}
main .s1_btns .btn.active {
  border: none;
  color: #fff;
  background-color: #FD9422;
}
main .s2_banner {
  background-image: url("../images/s2_banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 7.5rem;
  height: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
main .s2 h3 {
  margin-top: 2.12rem;
}
main .s2_btns {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}
main .s2_btns svg {
  width: 0.18rem;
}
main .s2_btns .btn {
  background-color: transparent;
  border-radius: 999rem;
  border: 0.02rem solid #FD9422;
  box-sizing: border-box;
  color: #FD9422;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem;
}
main .s2_btns .btn span {
  display: block;
  line-height: 0.2rem;
  font-size: 0.2rem;
}
main .s2_btns .btn.active {
  border: 1px solid transparent;
  color: #fff;
  background-color: #FD9422;
}
main .section2 .page .step {
  width: 7.1rem;
}
main .section2 .page .step h4 {
  margin-left: 0.64rem;
  width: unset;
  font-size: 0.24rem;
}
main .section2 .page .step h4::before {
  top: 0;
  bottom: 0;
  margin: auto;
}
main .section2 .page .step .s2_p1_step1_1 {
  background-image: url("../images/s2_p1_step1_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 5.14rem;
  height: 0.61rem;
  margin: 0 auto;
  margin-top: 0.27rem;
}
main .section2 .page .step .s2_p1_step1_2 {
  background-image: url("../images/s2_p1_step1_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 2.64rem;
  height: 0.85rem;
  margin: 0 auto;
  margin-top: 0.27rem;
}
main .section2 .page .step .s2_p1_step1_3 {
  background-image: url("../images/s2_p1_step1_3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 3.94rem;
  height: 2.2rem;
  margin: 0 auto;
  margin-top: 0.27rem;
}
main .switch_btn {
  background-color: #63BDEF;
  border-radius: 999rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  padding: 0 0.3rem;
  color: #fff;
  position: absolute;
  top: 0.24rem;
  right: 0.4rem;
  box-shadow: inset -0.04rem -0.04rem 0.04rem 0 rgba(47, 159, 223, 0.25);
}
main h3 {
  font-size: 0.33rem;
  line-height: 0.33rem;
  position: relative;
  margin-top: 2.32rem;
  font-weight: normal;
}
main h3::before, main h3::after {
  content: "";
  position: absolute;
  background-image: url("../images/s1_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 0.4rem;
  height: 0.35rem;
}
main h3::before {
  top: 0.02rem;
  left: -0.56rem;
}
main h3::after {
  top: 0.02rem;
  right: -0.56rem;
}
main ol {
  margin-top: 0.16rem;
  font-size: 0.26rem;
  line-height: 0.315rem;
}
main ol li {
  list-style-type: decimal;
}
main .logo {
  background-image: url("../images/s1_logo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 1.66rem;
  height: 0.4rem;
  position: absolute;
  top: 0.12rem;
  left: 0.17rem;
}
main .page {
  display: none;
}
main .page.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .page .step {
  border-bottom: 0.04rem solid #FEB33C;
  box-sizing: border-box;
  width: 6.5rem;
  margin-top: 0.36rem;
  padding-bottom: 0.3rem;
}
main .page .step:last-child {
  border-bottom: none;
}
main .page .step h4 {
  font-weight: 500;
  font-size: 0.28rem;
  line-height: 0.34rem;
  margin-left: 0.9rem;
  width: 5.24rem;
  position: relative;
}
main .page .step h4::before {
  counter-increment: steps_index;
  content: counter(steps_index);
  display: block;
  position: absolute;
  top: -0.08rem;
  left: -0.54rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999rem;
  font-size: 0.36rem;
  line-height: 0.52rem;
  background-color: #FEB33C;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
main .page .step .warning {
  color: red;
  font-weight: bold;
}
main .page .step .red_caution_mark {
  background-image: url("../images/page_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 0.27rem;
  height: 0.23rem;
  display: inline-block;
}
main .page .step li {
  list-style: decimal;
  margin-left: 0.36rem;
}
main .page .step img {
  width: 5.14rem;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-top: 0.2rem;
}
main .page .video {
  position: relative;
}
main .page .video .playicon {
  background-image: url("../images/play_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 2.56rem;
  height: 2.56rem;
  position: absolute;
  opacity: 0.5;
  top: 4.12rem;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  filter: drop-shadow(0 0.04rem 0.24rem rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
main .page .video .playicon.active {
  display: block;
}
main .page .video video {
  width: 5.14rem;
  margin: 0.3rem 0;
}

/*# sourceMappingURL=lp101D.css.map */
