* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 375px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.margin {
  margin: 1rem auto;
}

.padding {
  padding: 0 0.5rem;
}

.alw img {
  width: 100%;
  display: block;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(178, 224, 223, 0.7);
  }
  100% {
    box-shadow: 0 0 0 0.5rem #b2e0df;
  }
}
#page {
  height: 100vh;
}
#page .swiper-slide {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#page .swiper-slide .pagebtn {
  margin-top: 1.3125rem;
  display: flex;
  cursor: pointer;
}
#page .swiper-slide .pagebtn .left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#page .swiper-slide .pagebtn .left span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.425rem;
  width: 4.425rem;
  background: #019795;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 50%;
  animation: ripple 1.2s linear infinite;
}
#page .swiper-slide .pagebtn .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 1rem;
}
#page .swiper-slide .pagebtn .right .jt {
  width: 3.3rem;
}

.page1 .title {
  margin-top: 1.5rem;
}
.page1 .zjimg {
  margin-top: 1.3125rem;
}
.page1 .bomtext {
  margin-top: 2rem;
  padding: 0 0.5rem;
}
.page1 .bomtext .word {
  text-align: center;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.2rem;
}
.page1 .bomtext .yword {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  color: #333;
  text-align: center;
}

.page2 .pagebtn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5.5rem;
}
.page2 .ym {
  margin-top: 1.05rem;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  letter-spacing: 0.5rem;
  padding: 0 0.5rem;
}
.page2 .ym:after {
  content: '';
  height: 0.8rem;
  width: 10rem;
  background: #019795;
  margin-left: 0.5rem;
}
.page2 .bj {
  width: 13.35rem;
  position: absolute;
  right: 0;
  top: 3.45rem;
}
.page2 .qybox {
  position: absolute;
  left: 1rem;
  top: 7.125rem;
  width: 12.5625rem;
}
.page2 .qybox .t {
  width: 9.7875rem;
}
.page2 .qybox .textp {
  margin-top: 1.5rem;
}
.page2 .qybox .textp p {
  text-indent: 2em;
  font-size: 0.75rem;
  color: #333;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}

.page3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 25.5rem;
  background: #019795;
}
.page3 .rt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page3 .rt img {
  width: 12.1125rem;
}
.page3 .mlist {
  margin-top: 4.7625rem;
  margin-left: 3.4875rem;
}
.page3 .mlist .mimg {
  width: 5.1375rem;
}
.page3 .mlist ul {
  margin-top: 1.5rem;
}
.page3 .mlist ul li {
  padding-bottom: 0.2rem;
}
.page3 .mlist ul li h3 {
  display: flex;
  width: 4.8375rem;
  align-items: center;
  padding-left: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  height: 1.6125rem;
  background: #019795;
  position: relative;
}
.page3 .mlist ul li h3 img {
  position: absolute;
  right: -1.5rem;
  top: 0;
  width: 1.425rem;
}
.page3 .mlist ul li p {
  padding-left: 0.5rem;
  margin: 0.5rem auto;
  font-size: 0.8rem;
  color: #333;
  text-decoration: underline;
}