@charset "UTF-8";
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  border-collapse: collapse;
}
a,
i,
em,
img {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-style: normal;
  border: none;
}
body,
input,
select,
textarea,
button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "STHeiti", "Microsoft Yahei", "Source Han Sans SC", "Noto Sans CJK SC", "Droid Sans Fallback", "WenQuanYi Micro Hei", sans-serif;
  outline: none;
}
[role="button"] {
  cursor: pointer;
  -ms-touch-action: auto;
      touch-action: auto;
}
[role="button"]:hover {
  -webkit-tap-highlight-color: transparent;
}
[hidden] {
  display: none;
}
/* popup */
.popupWrapper {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem 0;
  background: rgba(0, 0, 0, 0.7);
}
.popupWrapper.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* start */
body {
  font-size: 0.24rem;
  line-height: 1.5;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6.4rem;
  min-height: 100vh;
  margin: 0 auto;
}
.page1-top {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 9.5rem;
          flex: 1 0 9.5rem;
  position: relative;
  background: #fff url(../images/main-bg.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.page1-top__button {
  position: absolute;
  top: 8rem;
  left: 1.1rem;
  width: 4.2rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background: #090;
  text-align: center;
  color: #fff;
  font-size: 0.48rem;
  line-height: 0.8rem;
  -webkit-animation: page1-top__button 0.5s ease-in-out infinite alternate;
          animation: page1-top__button 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes page1-top__button {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes page1-top__button {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.page1-bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.9rem;
          flex: 0 0 2.9rem;
  position: relative;
  background: url(../images/bottom-bg.png);
  background-size: 100% 100%;
}
.page1-bottom img {
  position: absolute;
  width: 2.2rem;
  height: 2.3rem;
  top: 0.3rem;
  right: 0.3rem;
}

.page2-bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.9rem;
  flex: 0 0 2.9rem;
  position: relative;
  background: url(../images/bottom-bg.png);
  background-size: 100% 100%;
}
.page2-bottom img {
  position: absolute;
  width: 2.2rem;
  height: 2.3rem;
  top: 0.3rem;
  right: 0.3rem;
}

.popup-runwx1 {
  position: relative;
  width: 4.7rem;
  height: 8.4rem;
  background: url(../images/pop_bg1.png);
  background-size: 100% 100%;
}
.popup-runwx1__close {
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: -0.2rem;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.32rem;
  color: #fff;
}
.popup-runwx1__close:before {
  content: "X";
}
.popup-runwx1__btn {
  position: absolute;
  top: 7.4rem;
  left: 0.85rem;
  width: 3rem;
  height: 0.6rem;
  background: url(../images/pop_btn1.png);
  background-size: 100% 100%;
}
